-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work on WeeWX 4.0.0 #15
Comments
+1 |
I ran into the same issue with a fresh Ubuntu 20.04/WeeWX4 install. Until there's an update, I band-aided using lib2to3 to convert bin/user/netatmo.py to Python3. There was one more edit I had to manually make on line 521 because it was barking about the params being a str; just added .encode("utf-8") after the urlencode. |
Same issue, Ubuntu 20.04 LTS. |
Same same in Debian 10, still, unfortunately.
|
+1 |
Try this workaround but the netatmo driver dosen't show in the drivers list while reconfiguring weewx... Anyway, I "force" the driver and after some minor modifications with the print statements (parenthesis needed), I have this error:
Any idea ? |
I'm having the same issue. It appears that the project is forgotten. :( |
One "solution" is to use the latest 3.x version of WeeWX as described in this post I've wrote (in french) : https://momh.fr/blog/station-meteo-netatmo-and-weewx |
… object. It cannot be of type str." issue thanks to matthewwall#15 (comment)
Hey ! Here is the fork I've made : https://github.com/bricebou/weewx-netatmo |
Nice. You've done the exact same thing I did back with my May 14th response with lib2to3 and that extra fix. Why fork versus a pull request? I should have done that at the time, but time was limited. |
Hum... My first attempt at using 2to3 was not a success... so I've used a
version 3 .9 of WeeWX... I forked because I wasn't sure of what I wanted to
achieve... and I'm not really familiar with Git and pull requests... :-/
|
Installed the driver using the provided instructions, however not option to choose Netatmo driver after running wee_config --reconfigure. When manually setting the driver, the following is shown in syslog:
This is on a Rpi 3 with Buster release and WeeWX installed using these instruction:
The text was updated successfully, but these errors were encountered: