>From /etc/weewx.conf:

[Station]
    station_type = WeatherLinkLiveUDP

# Options for extension 'WeatherLinkLiveUDP' 
[WeatherLinkLiveUDP] 
    wll_ip = XXX.XXX.XXX.XXX 
    poll_interval = 10 
    driver = user.weatherlinkliveudp 
    hardware = Davis Vantage Pro2

Karen K schrieb am Mittwoch, 20. Januar 2021 um 13:32:08 UTC+1:

> The new value was much lower, but still very high. So I looked into the 
> database and found that:
>
> sqlite> select dateTime,rain,rainrate from archive where 
> dateTime>1610960000 and dateTime<1610964000; 
> 1610960100|0.0|0.0 
> 1610960400|0.0|0.0 
> 1610960700|0.0|0.0 
> 1610961000|0.0|0.0 
> 1610961300|0.0|0.0 
> 1610961600|0.0|0.0 
> 1610961900|0.015748031496063|5.79576771653542 
> 1610962200|0.0|0.0666010498687663 
> 1610962500|0.0|0.0385498687664041 
> 1610962800|0.0|0.0131233595800525 
> 1610963100|0.0|0.0 
> 1610963400|0.0|0.0 
> 1610963700|0.0|0.0 
> sqlite> 
>
> As I did not find the word 'rainrate' within the driver file 
> weatherlinkliveudp.py I guess that the rainrate value is calculated by 
> weewx.
> I still wonder what causes those high values.
>
> Karen K schrieb am Mittwoch, 20. Januar 2021 um 13:12:11 UTC+1:
>
>> Now I found time to run 
>>   wee_database --rebuild-daily --from=2021-01-17
>> After that, the value was much lower.
>>
>> Karen K schrieb am Dienstag, 19. Januar 2021 um 23:25:07 UTC+1:
>>
>>> Since yesterday I see a huge maximum monthly rainrate of 1280 mm/h. So I 
>>> searched the database using sqlite3 command. In archive table there is no 
>>> such high value. But in archive_day_rainrate table I found a value of 
>>> 50.3937007874016. If that were in inch/h, than it would correspond to the 
>>> value above. It is one single value on 2021-01-18 at midnight (00:00:00). 
>>>
>>> The next highest value in that table is 1.09317644333333. It is much 
>>> smaller.
>>>
>>> I wonder if that has to do with the time switching from 23:55:00 to 
>>> 00:00:00 in that very archive interval.
>>>
>>> It is version 4.2.0. No other problems observed.
>>>
>>> Is that a known issue?
>>>
>>> I will try to re-calculate summaries tomorrow.
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7b4ff860-16bd-48f5-9d22-37e13662eb3bn%40googlegroups.com.

Reply via email to