[weewx-user] Re: Weewx WD Import - Rain data units, values

2024-09-22 Thread vince
Yes. In general the archive table is readings during that archive period. I did a little checking in Excel to verify sum of all the 'rain' elements in the archive table in a particular rainy day here indeed matches the 'sum' in the archive_day_rain table to verify this. It did. So if your 'ra

[weewx-user] Re: Importing weewx readings into a Python script

2024-09-22 Thread Jan Hoogendoorn
Well, until now I am only able to import REC events, but I would also like to import LOOP packets. On Sunday, September 22, 2024 at 8:01:54 PM UTC+2 vince wrote: > What readings exactly are you trying to read into your python program ? > LOOP packets ? archive REC events ? Something else ?

[weewx-user] Re: Importing weewx readings into a Python script

2024-09-22 Thread vince
See if https://github.com/vinceskahan/wfudpbroadcast/blob/main/bin/user/broadcastWeatherFlowUDP.py helps you any. It has some examples in there. On Sunday, September 22, 2024 at 11:48:58 AM UTC-7 Jan Hoogendoorn wrote: > Well, until now I am only able to import REC events, but I would also l

Re: [weewx-user] Weewx 5.1 crashes with BYOWS driver

2024-09-22 Thread salinois
hello, I've had problems before but not several times a day.and I restart weewx. bye Patrick from FRANCE Le 22/09/2024 à 18:25, Guido Groetie a écrit : I am running Weewx 5.1 on an rpi 4 with a BYOWS driver. It crashes several times a day at random times (weewx process stops somehow), below

[weewx-user] Weewx WD Import - Rain data units, values

2024-09-22 Thread Václav Bittmann
Hi, Due slow death of my old weather station ( Lacrosse WS2-550, monitored and saved for 14 years with Weather Display ) and death of dedicated laptop (very similar age) running Weather Display, I'm trying to move to new weather station (DYI Based ) and to weewx. I made weewx 5.1 working ove

[weewx-user] Re: Importing weewx readings into a Python script

2024-09-22 Thread vince
What readings exactly are you trying to read into your python program ? LOOP packets ? archive REC events ? Something else ? On Sunday, September 22, 2024 at 8:30:35 AM UTC-7 Jan Hoogendoorn wrote: > I have now found out that adjusting the archive table is done with data > binding. That i

[weewx-user] Re: Importing weewx readings into a Python script

2024-09-22 Thread Jan Hoogendoorn
Ok, that works Peter, thanks. However, there is a difference in what I see when running weewxd and what I get from the database, see attached file. Is the a way to match the data in REC and the database? On Sunday, September 22, 2024 at 2:24:19 PM UTC+2 Jan Hoogendoorn wrote: > Thanks for your

[weewx-user] Weewx 5.1 crashes with BYOWS driver

2024-09-22 Thread Guido Groetie
I am running Weewx 5.1 on an rpi 4 with a BYOWS driver. It crashes several times a day at random times (weewx process stops somehow), below is the log file of a time where it crashes. I have created a crontab task that starts Weewx every hour (in case it has crashed and starts again) and that wo

Re: [weewx-user] Weewx und Renkforce WH2315

2024-09-22 Thread 'michael.k...@gmx.at' via weewx-user
Probiers einfach mal aus. Ich hab weewx mit der pip-Variante installiert, da liegt das wahrscheinlicha lles ein bissl woanders. Günther Wrana schrieb am Samstag, 21. September 2024 um 21:06:53 UTC+2: > [image: Bildschirmfoto vom 2024-09-21 21-01-40.png] > Ich habe diese Datei weewx.rules in die

[weewx-user] Re: Importing weewx readings into a Python script

2024-09-22 Thread Jan Hoogendoorn
Thanks for your response vince, I will try this later. First I will follow the method of Peter Quin. On Saturday, September 21, 2024 at 11:42:15 PM UTC+2 vince wrote: > Create a cheetah .tmpl template and write an intermediate file in whatever > format you want. with whatever data you want. Rea

[weewx-user] Re: Importing weewx readings into a Python script

2024-09-22 Thread Jan Hoogendoorn
I have now found out that adjusting the archive table is done with data binding. That is going well, but there are still some questions left. I will come back to it later, I am running out of time now. On Sunday, September 22, 2024 at 2:32:13 PM UTC+2 Jan Hoogendoorn wrote: > Ok, that works Pet