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 /etc/weewx/weewx.conf* i just get: *Installed drivers include: 0) Interceptor (user.interceptor) 1) SDR (user.sdr) 2) AcuRite (weewx.drivers.acurite) 3) CC3000 (weewx.drivers.cc3000) 4) FineOffsetUSB (weewx.drivers.fousb) 5) Simulator (weewx.drivers.simulator) 6) TE923 (weewx.drivers.te923) 7) Ultimeter (weewx.drivers.ultimeter) 8) Vantage (weewx.drivers.vantage) 9) WMR100 (weewx.drivers.wmr100) 10) WMR300 (weewx.drivers.wmr300) 11) WMR9x8 (weewx.drivers.wmr9x8) 12) WS1 (weewx.drivers.ws1) 13) WS23xx (weewx.drivers.ws23xx) 14) WS28xx (weewx.drivers.ws28xx)* (I named my instances *weewx-sdr*, *weewx-interceptor* and the 3rd instance for the local usb stations i just wanted to leave named *weewx *so *weewx.conf*.) Regarding python versions, this is the output i get: root@raspi-wsdi1b:/# python --version Python 2.7.16 root@raspi-wsdi1b:/# python3 --version Python 3.7.3 root@raspi-wsdi1b:/# ps aux | grep weewx root 696 8.5 3.6 72104 34164 ? Sl Feb27 287:07 python /usr/share/weewx/weewxd --daemon --log-label weewx-weewx-sdr --pidfile=/var/run/weewx-weewx-sdr.pid /etc/weewx/weewx-sdr.conf root 7766 9.5 3.6 62912 34240 ? Sl 11:05 2:26 python /usr/share/weewx/weewxd --daemon --log-label weewx-weewx-interceptor --pidfile=/var/run/weewx-weewx-interceptor.pid /etc/weewx/weewx-interceptor.conf root 8088 0.0 0.0 7360 524 pts/6 S+ 11:30 0:00 grep weewx Shouldn't there be python2 or python3 before the weewx path? Or does this mean it's running on python 1? gjr80 schrieb am Sonntag, 27. Februar 2022 um 10:30:19 UTC+1: > 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 > is installed what version of python are you running WeeWX under? > > Gary > > On Sunday, 27 February 2022 at 17:18:39 UTC+10 [email protected] wrote: > >> 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 multiple devices. Do i have to run >> the 3rd weewx instance in docker or which ways to achieve this are possible? >> >> * [SDR for redundancy because of possible network downtimes with the >> Interceptor solution when the wifi/router is down, loss of power or >> rebooting] >> >> [email protected] schrieb am Samstag, 26. Februar 2022 um 17:55:42 UTC+1: >> >>> But could it work with weewx-multi? >>> >>> [email protected] 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 [email protected] <[email protected]> >>>> wrote: >>>> >>>>> 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 >>>>> Groups "weewx-user" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/weewx-user/92917d38-d7ff-457c-868d-1a99da2c30aan%40googlegroups.com >>>>> >>>>> <https://groups.google.com/d/msgid/weewx-user/92917d38-d7ff-457c-868d-1a99da2c30aan%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> >>>> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/824c3838-d8d3-4bd1-b20d-1820b1b87b20n%40googlegroups.com.
