[weewx-user] 2 harware sources one database how to?

2024-03-10 Thread Greg from Oz
Hi, I have spent hours trying to figure out how to have 2 hardware sources (sdr and fineoffset USB console) and get most data from the sdr and just the barometer and inside temperature from the fine offset USB console. I just want all the data from both devices to go into the one database. Is

[weewx-user] Is it possible to send data to Weatherlink?

2024-03-10 Thread kac...@gmail.com
For years, I have next setup: Davis Vantage Vue (console) -> Data Logger -> Raspberry PI Linux with Weewx -> website Can somehow I also send a weather data from my weather station to a Weatherlink website? Like for example to Weather Underground ... -- You received this message because you

[weewx-user] Re: Upgraded to 5.0.1, DB is updating but not reflecting

2024-03-10 Thread Matt Johnson
Ok, update. I did a clean install of weewx 5.0.2 on new hardware, as it was time and if I am going to set this up for several more years of trouble free service this is the right way to do it. Anyway, I have everything working with Belchertown and mqtt EXCEPT I can't get WeeWx to publish

Re: [weewx-user] Daily rain total and daylight saving time error.

2024-03-10 Thread Russell Swan
The console reads 0.73" for the day and 0.97" for 24 hours. Weewx 0.52" for the day and 0.24'" late yesterday. Missing 0.21" in weewx database. I've been running weewx since 2016 and never had experienced this with a daylight time change. Anyway, I added the missing data to the database. On

Re: [weewx-user] Daily rain total and daylight saving time error.

2024-03-10 Thread Tom Keffer
I doubt the error is a problem: it's in the reporting thread, not the main thread. It's the main thread that puts things in the database. The reporting thread only reads from it. Make sure we're talking about the same thing: WeeWX reports "rain since midnight". It's possible the skin reports

Re: [weewx-user] Daily rain total and daylight saving time error.

2024-03-10 Thread Russell Swan
Checked the database and I add up 0.52" present. The same as output by $day.rain.sum I just recently converted to a new skin, Ken True's Saratoga weewx template. On checking the logs if find that at 3am (no 2am) errors are spit out by cheetah. I now suspect the origin for this behavior resides

Re: [weewx-user] Daily rain total and daylight saving time error.

2024-03-10 Thread Tom Keffer
Let's see what's in the database. I don't know what kind of install you did, but for a package install do this (you type *bold* text): *sqlite3 /var/lib/weewx/weewx.sdb* for a pip install *sqlite3 ~/weewx-data/archive/weewx.sdb* then see how much rain is in the archive records: sqlite>

Re: [weewx-user] Weather Display and weewx

2024-03-10 Thread DR
The|fileparse|driver is perhaps the simplest example of a WeeWX driver. It reads name-value pairs from a file and uses the values as sensor 'readings'. The code is actually packaged as an extension, located in|examples/fileparse|, making it a good example of not only writing a device driver,

Re: [weewx-user] Weather Display and weewx

2024-03-10 Thread 'Jon Fear' via weewx-user
Dale, Can you let me have a link for the file parser as I am missing it here. I will take a look and get some help from a python expert at work to get some guidance.. Jon On Saturday 9 March 2024 at 22:41:18 UTC Jon Fear wrote: > Hi Dale > > Not sure |I have seen the file parser, need to

[weewx-user] Re: Daily rain total and daylight saving time error.

2024-03-10 Thread gjr80
If I understand correctly, clocks in Boston went forward one hour at 2am on 10 March. WeeWX should have handled this correctly; the net result being your database will have no data from 2am to 3am 10 March. This is expected behaviour and should not be the cause of any lost data. This is all

[weewx-user] Re: Daily rain total and daylight saving time error.

2024-03-10 Thread Russell Swan
Massachusetts, USA On Sunday, March 10, 2024 at 2:16:27 PM UTC-4 michael.k...@gmx.at wrote: > > Just curious: where are you from that DST changed today? > vince schrieb am Sonntag, 10. März 2024 um 18:10:30 UTC+1: > >> I've learned many years ago to just ignore any days when daylight savings >>

[weewx-user] Re: Daily rain total and daylight saving time error.

2024-03-10 Thread 'michael.k...@gmx.at' via weewx-user
Just curious: where are you from that DST changed today? vince schrieb am Sonntag, 10. März 2024 um 18:10:30 UTC+1: > I've learned many years ago to just ignore any days when daylight savings > changes either way > > On Sunday, March 10, 2024 at 10:00:32 AM UTC-7 Russell Swan wrote: > >>

Re: [weewx-user] [StdCalibrate][[Corrections]] check if obs_type is present

2024-03-10 Thread 'michael.k...@gmx.at' via weewx-user
And honestly: I'm really glad you consider the expressions complicated. For me, they were. I needed to write a test to figure them out :D Tom Keffer schrieb am Sonntag, 10. März 2024 um 16:24:35 UTC+1: > Honestly, with an expression that complicated, I would write a simple > WeeWX service. > >

[weewx-user] Re: Daily rain total and daylight saving time error.

2024-03-10 Thread vince
I've learned many years ago to just ignore any days when daylight savings changes either way On Sunday, March 10, 2024 at 10:00:32 AM UTC-7 Russell Swan wrote: > Hi, daylight saving time happened last night and my rain total > ($day.rain.sum) for the day does not equal that on the Davis

[weewx-user] Daily rain total and daylight saving time error.

2024-03-10 Thread Russell Swan
Hi, daylight saving time happened last night and my rain total ($day.rain.sum) for the day does not equal that on the Davis Vantage Pro2. The console reads 0.73" and weewx puts out 0.52". Interestingly, my Steel Gauges indicate the correct 0.73". I think an hour of rain was dropped. weewx

Re: [weewx-user] [StdCalibrate][[Corrections]] check if obs_type is present

2024-03-10 Thread Tom Keffer
Honestly, with an expression that complicated, I would write a simple WeeWX service. On Sun, Mar 10, 2024 at 3:51 AM 'michael.k...@gmx.at' via weewx-user < weewx-user@googlegroups.com> wrote: > This one seems way better: > [StdCalibrate] > > [[Corrections]] > windSpeed =

[weewx-user] Re: Setting up rtldavis - where to get?

2024-03-10 Thread bgra...@umw.edu
Hello, I need some help setting up a VantagePro2 with this. Vince’s How To was helpful but doesn’t address the VP2 and its frequency hopping. Could someone running a successful setup post details? I’m running Bookworm on an RPI5. Thanks in advance. Bob On Sunday, March 10, 2024 at 3:12:55 AM

Re: [weewx-user] [StdCalibrate][[Corrections]] check if obs_type is present

2024-03-10 Thread 'michael.k...@gmx.at' via weewx-user
This one seems way better: [StdCalibrate] [[Corrections]] windSpeed = ws90_windSpeed if 'windSpeed' not in locals() else windSpeed if 'ws90_windSpeed' not in locals() else ws90_windSpeed if ws90_windSpeed > windSpeed else windSpeed windGust = ws90_windGust if 'windGust'