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

2024-09-23 Thread Václav Bittmann
Hi, Garry, thanks for your help, this is right solution of my issue, just small syntax correction ( for other users) [[[rain]]] source_field = dailyrain unit = mm is_cumulative = True With that option data was imported properly and summaries for import

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

2024-09-23 Thread gjr80
The WeeWX field rain holds the total rainfall that was recorded during the corresponding archive period, so it is a per-period value rather than a cumulative value. The default WD import config file obtains the WeeWX rain field value from the WD log rainlastmin field, as both are per-period val

[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