[weewx-user] wh23xx driver and weewx 4.6.2

2022-02-26 Thread f4n...@gmail.com
Is anyone using the wh23xx driver (https://github.com/matthewwall/weewx-wh23xx) on weewx 4.6.2? I can't choose the driver after installation. Or is only one user driver per installation possible? Thanks for any help or idea -- You received this message because you are subscribed to the Google

Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-02-26 Thread Tom Keffer
Unfortunately, WeeWX can only use one driver at a time. The price we pay for avoiding a complex, asynchronous engine. On Sat, Feb 26, 2022 at 6:32 AM f4n...@gmail.com wrote: > Is anyone using the wh23xx driver ( > https://github.com/matthewwall/weewx-wh23xx) on weewx 4.6.2? I can't > choose the

Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-02-26 Thread f4n...@gmail.com
But could it work with weewx-multi? tke...@gmail.com schrieb am Samstag, 26. Februar 2022 um 17:04:56 UTC+1: > Unfortunately, WeeWX can only use one driver at a time. The price we pay > for avoiding a complex, asynchronous engine. > > On Sat, Feb 26, 2022 at 6:32 AM f4n...@gmail.com wrote: > >

Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-02-26 Thread f4n...@gmail.com
Just to clarify what i'm trying to do: Reading out a WH65 -> 2 weewx instances (SDR, Interceptor)* -> this works so far Reading out a WH2310 -> 3rd weewx instance (wh23xx driver) -> doesn't show up in driver menu if i do wee_config -reconfigure weewx-3.conf Hope this is possible without using

Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-02-27 Thread gjr80
Regards the WH23xx driver, have you actually installed the WH23xx driver? Is the file wh23xx.py in the /home/weewx/user directory? If not you need to install the driver, if the file exists then something else is amiss. I note the wh23xx driver has not yet been ported to python 3, if the driver i

Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-03-01 Thread f4n...@gmail.com
I tried to install it several times, and i have the wh23xx.py in /usr/share/weewx/user but not sure if i copied it there by myself, as i couldn't see it after installation. But i have install.py for sure in the installer directory in the wh23xx directory Still, after *wee_config -- reconfigure

Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-03-02 Thread gjr80
I should have tweaked before; whilst I realised the wh23xx driver had not been ported to python3 for some reason I had assumed it would still function under python2 and WeeWX4, this is not the case. I have done a quick port of the current wh23xx driver to python3/WeeWX 4 and it should now be co

Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-03-03 Thread f4n...@gmail.com
Thanks a lot for the port! Now it appears in the drivers list! Whether it works correctly I'll find out when I'll be on site to plug it in, as I have it still connected to another system until this installation is completely ready, but I will definitely try it out in the next few days. gjr80 s

Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-03-08 Thread vince
For python3 sudo apt install python3-usb For python2 sudo apt install python-usb On Tuesday, March 8, 2022 at 3:59:55 AM UTC-8 f4n...@gmail.com wrote: > Unfortunately it didn't work: > > CRITICAL __main__: > line 252, in > import usb > ImportError: No module named usb > -- You receive

Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-03-17 Thread f4n...@gmail.com
It is now running flawlessly, as far as I can tell, since 4 days on my new weewx system. My weewx instances on that system all seem to run on python2 and I'm also still on weewx 4.6.2. I will try to run it with python3 and update weewx to 4.7 and see how it goes, next time when I find some tim

Re: [weewx-user] wh23xx driver and weewx 4.6.2

2024-03-17 Thread st
Gary Thank you very much; I installed your driver version, and it works flawlessly on Weewx 5.0.2. Il giorno giovedì 3 marzo 2022 alle 02:22:38 UTC+1 gjr80 ha scritto: > I should have tweaked before; whilst I realised the wh23xx driver had not > been ported to python3 for some reason I had as