[weewx-user] Re: Moderation

2022-04-20 Thread Rick M0LEP
On Wed 20 Apr gjr80 wrote: > Just try once, or maybe twice and if nothing appears either wait (we > will get to it eventually) or try rewording. Indeed. There's no point in repeating the exact same experiment and expecting different results. Tweak something, at the very least. Attachments and m

Re: [weewx-user] Re: Request for assistance - GW2000/WS90

2022-04-20 Thread Stephen Hocking
Hi Gary, I get pi@weather:~ $ PYTHONPATH=/usr/share/weewx/ python3 -m user.api_data --run --ip-address=202.12.111.10 CMD_BROADCAST (12): Sending broadcast packet 'FF FF 12 03 15' to '255.255.255.255:46000' Received broadcast response 'FF FF 12 00 27 E8 68 E7 12 9D 87 CA 0C 6F 0A AF C8

Re: [weewx-user] Re: Align Belchertown subtitle

2022-04-20 Thread Henry
try to uncomment this in style.css (Line 1896 to 1899) /* span.highcharts-title { */ /* width: 100% !important; */ /* text-align: center !important; */ /* } */ to span.highcharts-title { width: 100% !important; text-align: center !important; } Geni schrieb am Montag, 18. April 2022 um 11

Re: [weewx-user] Re: Align Belchertown subtitle

2022-04-20 Thread Henry
try to uncomment this in style.css (Line 1896 to 1899) /* span.highcharts-title { */ /* width: 100% !important; */ /* text-align: center !important; */ /* } */ to span.highcharts-title { width: 100% !important; text-align: center !important; } or use your own css file with this entry G

Re: [weewx-user] Re: wee_config --reconfigure returns UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 0: ordinal not in range(128)

2022-04-20 Thread Tom Keffer
Karl, Can you tell me which driver you were using when you tried to reconfigure? Even better, perhaps you could send me your private copy of the weewx.conf you were using? tkef...@gmail.com -tk On Tue, Apr 19, 2022 at 5:04 PM kheller2 wrote: > It's also related to python2. I installed 4.7 an

[weewx-user] Re: weewx stopped creating new data after power outage

2022-04-20 Thread iams...@gmail.com
Thanks for that. It certainly does look like my problem. Resetting the Vantage Pro by removing power (and batteries) did not help, so I am trying the memory dump. However, when I stopped weewx and did a memory dump, I get a nothing but errors like this: ERROR weewx.manager: Unable to add record

Re: [weewx-user] Re: weewx stopped creating new data after power outage

2022-04-20 Thread Tom Keffer
Your database is in a protected area. Precede the command you used with 'sudo'. For example, *sudo wee_device --dump* On Wed, Apr 20, 2022 at 9:52 AM iams...@gmail.com wrote: > Thanks for that. It certainly does look like my problem. > > Resetting the Vantage Pro by removing power (and batte

Re: [weewx-user] Re: wee_config --reconfigure returns UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 0: ordinal not in range(128)

2022-04-20 Thread kheller2
I was not using any driver, just the simulated one. Vince reproduced the same issue. install the product, stop it and run reconfigure with all defaults. I would provide my configuration but I've since installed python3 and EL8 package on my Cent7 box, but you can easily reproduce the same pro

Re: [weewx-user] Re: weewx stopped creating new data after power outage

2022-04-20 Thread iams...@gmail.com
That did the trick. Perhaps someone could update the Troubleshooting article? Thanks! On Wednesday, April 20, 2022 at 11:12:34 AM UTC-7 tke...@gmail.com wrote: > Your database is in a protected area. Precede the command you used with > 'sudo'. For example, > > *sudo wee_device --dump* > > > >

Re: [weewx-user] Re: weewx stopped creating new data after power outage

2022-04-20 Thread Tom Keffer
Not everyone puts their database in a protected area. Errors to the effect of being unable to write to a readonly area are extremely common, and almost always point to a lack of permissions. See the FAQ on the subject in the wiki: https://github.com/weewx/weewx/wiki/faq-permission-denied On Wed,

Re: [weewx-user] Re: wee_config --reconfigure returns UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 0: ordinal not in range(128)

2022-04-20 Thread Tom Keffer
It took an hour of fiddling with configurations, but I was able to reproduce the error on CentOS 7.9. The problem seems to be a bug in older versions of ConfigObj. If you install ConfigObj using yum, you get V4.7, which ignores the encoding parameter. See the change log for v5.0.1

Re: [weewx-user] weewx stopped creating new data after power outage

2022-04-20 Thread 'John Kline' via weewx-user
Have a look at this wiki article WeeWX generates HTML pages, but it does not update them > On Apr 19, 2022, at 8:34 PM, iams...@gmail.com wrote: > > I have been using weewx 4.5.1 more or less continuously since late 2019, > running on a Pi zero. I have had occasional problems, but they always