Re: [weewx-user] Weewx und Renkforce WH2315

2024-10-07 Thread EdwinZ
Hi Guenther, did you also copy the weewx.rules file from /etc/weewx/udev/ to /etc/udev/rules.d/ ? And then reboot the system? I played around a bit yesterday with USB and access rights, and if your udev rules work well, the following Python code should show the manufacturer and product; when t

Re: [weewx-user] Weewx und Renkforce WH2315

2024-08-25 Thread EdwinZ
Hi Guenther, to be this looks more like an access control problem (" Permission denied: '/etc/weewx/weewx.conf"). As since recently WeeWX moved from root to the weewx user, I guess this may be your problem. Please read https://github.com/weewx/weewx/wiki/WeeWX-Frequently-Asked-Questions#why-do-

Re: [weewx-user] Re: weewx-wh23xx - Weewx breaks starting/running after upgrade from 3.9.2 to 4.0

2021-12-05 Thread EdwinZ
anz woll auch bei mir versuchen. Den bis jetzt > habe ich mir das nicht getraut weil ich nicht wusste ob dann das ganze noch > funktioiert. > > Na dann danke schön. > Grüße Günther > > Hier meine Webseite wo das ganze sichtbar ist. > www.guentherwrana.ddns.net/weewx >

Re: [weewx-user] Re: weewx-wh23xx - Weewx breaks starting/running after upgrade from 3.9.2 to 4.0

2021-11-04 Thread EdwinZ
Not sure if this helps you, but I ported the Python 2 wh23xx module to Python 3: https://github.com/EdwinGH/weewx-wh23xx I'm using it on RPi Model 3 with Renkforce WH2315 weather station. Edwin On Thursday, May 6, 2021 at 9:55:51 AM UTC+2 kawa...@gmail.com wrote: > Hi Guys! > > I just wanted t

[weewx-user] Re: Weewx und Renkforce WH2315

2020-06-12 Thread EdwinZ
I'm using Weewx 4.1 with the upgraded driver for Python3, and it works for me. I have not used older versions of weewx, nor Python2, so cannot comment on upgrading. The fixes in the driver were quite straightforward (import, print and exception statement fixes), and on my GIT fork for download:

[weewx-user] Re: Weewx und Renkforce WH2315

2020-06-12 Thread EdwinZ
Hi, As I did not get Matthew's driver working, I looked further and found that 'userbogd' fixed a log_trackback import error ( https://github.com/userbogd/weewx-wh23xx ), and then I found out that I ran into Python3 issues and fixed the code for Python3 support on top of Bogdan's fix (https://g