Re: [weewx-user] Wind Data Missing

2020-07-10 Thread Andre
Thanks for reply, Tom. Here is my [DataBindings] [[wx_binding]] # The database must match one of the sections in [Databases]. # This is likely to be the only option you would want to change. database = archive_sqlite # The name of the table within the data

Re: [weewx-user] Wind Data Missing

2020-07-10 Thread Tom Keffer
You did not include a log, but on the basis of similar problems, I would bet that you used the wrong combination of schema and 'manager' in your configuration file, weewx.conf. Please post the section [DataBindings] in weewx.conf -tk On Fri, Jul 10, 2020 at 7:26 AM Andre wrote: > Hardware: Dav

Re: [weewx-user] Questions about weewx-loopdata 1.3.x

2020-07-10 Thread John Kline
I had a look. You never actually write FMT_windDir in the JavaScript. Just add: + ‘ (‘ + result[‘FMT_windDir’] + ‘)’ on the appropriate line in realtime_updater.inc. As for barometerRate. I do see it. I just spills over to the next line. It looks like I am not properly formatting barometerR

Re: [weewx-user] Questions about weewx-loopdata 1.3.x

2020-07-10 Thread geni08...@gmail.com
Hi John, I'm on the mountain, there was more. Can you please keep an eye on the two files? jo...@johnkline.com schrieb am Freitag, 10. Juli 2020 um 16:05:18 UTC+2: > You need to add the fields: > barometerRate > FMT_windDir > to the fields line in the LoopData section of weewx.conf. > > After

[weewx-user] Wind Data Missing

2020-07-10 Thread Andre
Hardware: Davis Vantage Vue Raspberry Pi 4: Install with DEB package WeeWX: 4.1.1 Skin: Belchertown 1.2b6 Actually, I just wanted to quickly correct a too high value of the rain rate. So I did: 1. wee_database --drop-daily 2. wee_database --rebuild-daily 3. wee_database --update After that the

Re: [weewx-user] Questions about weewx-loopdata 1.3.x

2020-07-10 Thread John Kline
You need to add the fields: barometerRate FMT_windDir to the fields line in the LoopData section of weewx.conf. After you do that and restart WeeWX, verify that you see these readings in loop-data.txt. Finally, you need to set these values in the JavaScript. If you have already done all of the

[weewx-user] Additional sensor as default sensor?

2020-07-10 Thread Henkka R
Hi guys! Due to some circumistances do i think about adding a additional sensor to the Davis-setup using Adafruit SH31 + Raspi as it would be lots easier to position right. The comaprisation between theese 2 can - for now - be seen here: https://nordicweather.net/sht.php Is it possible in WeeW

[weewx-user] Temporary substitute for non-working hardware?

2020-07-10 Thread William Burton
Hello, A hardware component for the station I support shut down after a power outage and won't restart. According to the vendor, it's going to take a week or two to get a replacement. Does anyone have any suggestions on a way to get weather data temporarily from some cloud-based service such a

Re: [weewx-user] Logging or displaying LOOP packets

2020-07-10 Thread Geoff Cusick
Thanks Graham. That does it! Geoff 17 Westcroft Road Holsworthy, EX22 6BY Phone: +44 (0)1409 254330 Mobile: +44 (0)7976 285950 Web: http://www.cusick.org.uk > On 10 Jul 2020, at 08:12, Graham Eddy wrote: > >  > run weewx in the foreground, not as a daemon, and it should print out packets >

Re: [weewx-user] Logging or displaying LOOP packets

2020-07-10 Thread Graham Eddy
run weewx in the foreground, not as a daemon, and it should print out packets as they arrive i.e. stop weewx, cd to weewx’s root dir, then $ bin/weewxd weewx.conf if nothing is printing, make sure StdPrint service is enabled e.g. find in weewx.conf report_services = weewx.engine.StdPrint, wee

[weewx-user] Logging or displaying LOOP packets

2020-07-10 Thread Geoff Cusick
I’m trying to diagnose a problem with my Davis Vantage Vue / weewx system - outHumidity seems stuck at 95%. I recall a while back a means of displaying the loop packets from the VV, which would let me see what the station is sending, but can’t remember the details. I’ve searched both the docum