[weewx-user] Re: REMINDER: upgrade from V5.0.0!

2024-04-06 Thread Tom Keffer
There are still a handful of stations running V5.0.0. Please upgrade and avoid getting hit by the bug in V5.0.0! On Sat, Mar 9, 2024 at 9:46 AM Tom Keffer wrote: > I see that there are still MANY users running V5.0.0! > > This version has a serious bug that can *damage your operating system*

Re: [weewx-user] weewxctl debug error

2024-04-06 Thread Chris Eidem
That was the issue - running 3.6: [weewx@rocky1 ~]$ python --version Python 3.6.8 [weewx@rocky1 ~]$ weectl debug --output=/tmp/debug.txt Using configuration file /etc/weewx/weewx.conf Thank you for the solution, - chris On Saturday, April 6, 2024 at 3:38:33 PM UTC-5 Tom Keffer wrote: > What

Re: [weewx-user] weewxctl debug error

2024-04-06 Thread Tom Keffer
What version of Python are you using? The nullcontext requires v3.7 or greater (which breaks our supposed claim of supporting v3.6 or later). If you are using v3.6, you can specify an explicit path and get the results you need: *weectl debug --output=/tmp/debug.txt* On Sat, Apr 6, 2024 at

[weewx-user] weewxctl debug error

2024-04-06 Thread Chris Eidem
I'm trying to find out why rsync isn't sending to my web server and while attempting to debug that, i tried running 'weewxctl debug' and got the following output: [weewx@rocky1 ~]$ weectl debug Using configuration file /etc/weewx/weewx.conf Traceback (most recent call last): File

Re: [weewx-user] Re: Weewx und Renkforce WH2315

2024-04-06 Thread Tom Keffer
I was just going to point that out! With V5, it's actually easiest to install directly from the URL: *weectl extension install https://github.com/EdwinGH/weewx-wh23xx/archive/master.zip * On Fri, Apr 5, 2024 at 10:53 PM Günther Wrana