[weewx-user] Re: rtgd-0.5.5 extension Wind Direction Average

2022-11-03 Thread David Marshall
All working fine. Many thanks for the new release. On Thursday, November 3, 2022 at 3:58:33 AM UTC+1 gjr80 wrote: > I've released v0.6.0 which should fix the average bearing/current bearing > issue highlighted in this thread. The release can be found in the usual > place

[weewx-user] Re: rtgd-0.5.5 extension Wind Direction Average

2022-11-01 Thread David Marshall
Thanks Gary, that would be great. Amazing piece of work by the way. David On Tuesday, November 1, 2022 at 2:50:51 AM UTC+1 gjr80 wrote: > Thanks for spotting this. There is an issue is v0.5.5 that maps current > wind direction to both the 'bearing' and 'avgbearing' fields used by the > SteelSer

[weewx-user] Re: rtgd-0.5.5 extension Wind Direction Average

2022-11-01 Thread David Marshall
Thanks Gary, looking at that. Tried to keep things as simple as possible at the esp32 end, (which by the way is an amazing piece of kit for $10). So it is sending very raw data - number of clicks from the rain bucket, number of revolutions from the wind cups, for example. The python program then

[weewx-user] rtgd-0.5.5 extension Wind Direction Average

2022-10-31 Thread David Marshall
Built a new station using an esp32 which mqtt’s data every second to a Raspi. A python program converts this to a txt file which I then file parse into weewx. All ok. I have successfully installed the steelseries gauges and the rtgd extension. All works fine and it is fantastic to see the gauges

RE: [weewx-user] UnicodeDecodeError in database

2020-08-20 Thread David Marshall
Solved thanks. More stupid me I think – a clear case of RTFM! Sent from Mail for Windows 10 From: Tom Keffer Sent: 20 August 2020 14:07 To: David Marshall Cc: weewx-user@googlegroups.com Subject: Re: [weewx-user] UnicodeDecodeError in database Stupid me. The answer is in how you are invoking

RE: [weewx-user] UnicodeDecodeError in database

2020-08-20 Thread David Marshall
that you sent to me. Things to try: 1. This is /home/weewx/weewx.conf, right?   2. Try reading it directly: python -c "import configobj; c=configobj.ConfigObj('/home/weewx/weewx.conf')" 3. Set debug=1 in weewx.conf, then try running weewxd, then send us the log.  -tk On W

RE: [weewx-user] UnicodeDecodeError in database

2020-08-19 Thread David Marshall
l.com -tk On Wed, Aug 19, 2020 at 6:35 AM David Marshall wrote: Thanks Tom Tried your code to show the offending line but nothing appears. Then tried a clean weewx.conf from the install folder but still the same error message. Then tried a full reinstall, but still the same error. Then tried i

Re: [weewx-user] UnicodeDecodeError in database

2020-08-19 Thread David Marshall
Perhaps > this will help (NOT TESTED): > > *od -x -A d weewx.conf | grep e0* > > This should print out the line and offending sequence. > > -tk > > > > On Wed, Aug 19, 2020 at 5:25 AM David Marshall > wrote: > >> Hi >> >> Installed a fresh vers

[weewx-user] UnicodeDecodeError in database

2020-08-19 Thread David Marshall
Hi Installed a fresh version of weewx 4.1.1 without problem using setup.py on a raspberry. Transferred my existing sqlite database from weewx 3.9.1. It is big, about 3 years of data. This worked fine. But when I tried to use reconfigure I got the following error pi@raspberrypi:~ $ /home/weewx