The class or plugin in charge of acurite 5 in 1 inserts randoms inputs of rain, today 2000mm.
It's very annoying because I have to delete by hand the sqlite.db. and I lose the accuracy of the liters.
99 inches of RainRate (four records) writtenI'll check qc, didn't know
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/qCTkcG_8Nbs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
thank you, now waiting it happens again. I didn't have debug enabled....
[StdQC]
[[MinMax]] ...... rainRate = 0, 10, inch_per_hour rain = 0, 10, inch1478168400|2016-11-03 05:20:00|0.01478168700|2016-11-03 05:25:00|1478169000|2016-11-03 05:30:00|1478169300|2016-11-03 05:35:00|1478169600|2016-11-03 05:40:00|1478169900|2016-11-03 05:45:00|0.01478168400|2016-11-03 05:20:00|0.01478168700|2016-11-03 05:25:00|1478169000|2016-11-03 05:30:00|0.0
1480709100|2016-12-02 14:05:00|0.01480709400|2016-12-02 14:10:00|0.01480709700|2016-12-02 14:15:00|0.01480710000|2016-12-02 14:20:00|0.01480710300|2016-12-02 14:25:00|0.1599999998368021480710600|2016-12-02 14:30:00|0.01480710900|2016-12-02 14:35:00|0.01480711200|2016-12-02 14:40:00|0.01480711500|2016-12-02 14:45:00|0.01480711800|2016-12-02 14:50:00|0.01480712100|2016-12-02 14:55:00|0.0
select dateTime, datetime(dateTime,'unixepoch','localtime'), rainRate from archive;
1480709100|2016-12-02 14:05:00|0.01480709400|2016-12-02 14:10:00|0.01480709700|2016-12-02 14:15:00|0.01480710000|2016-12-02 14:20:00|0.01480710300|2016-12-02 14:25:00|0.2742857140059461480710600|2016-12-02 14:30:00|0.6399999993472081480710900|2016-12-02 14:35:00|0.6399999993472081480711200|2016-12-02 14:40:00|0.3657142853412621480711500|2016-12-02 14:45:00|0.01480711800|2016-12-02 14:50:00|0.01480712100|2016-12-02 14:55:00|0.0
This time it wasn't as severe as it normally is.
I just nulled out the values, dropped daily, backfilled and re-started weewx.
As luck would have it, the mysterious rain storm error popped up today....
Dec 2 14:22:11 wxpi weewx[1109]: acurite: rain counter decrement ignored: new: 105.1052 old: 105.5116
chris@wxpi:/var/log $ cat message* |grep rainDec 2 14:22:11 wxpi weewx[1109]: acurite: rain counter decrement ignored: new: 105.1052 old: 105.5116Nov 22 11:13:08 wxpi weewx[1109]: acurite: rain counter decrement ignored: new: 105.029 old: 106.045Nov 15 07:24:17 wxpi weewx[22745]: acurite: rain counter decrement ignored: new: 80.518 old: 105.029Nov 15 07:30:19 wxpi weewx[22745]: engine: 2016-11-15 07:30:00 CST (1479216600) Archive value 'rainRate' 38.5999999606 outside limits (0.0, 10.0)Nov 15 07:35:26 wxpi weewx[22745]: engine: 2016-11-15 07:35:00 CST (1479216900) Archive value 'rainRate' 38.5999999606 outside limits (0.0, 10.0)Nov 15 07:40:15 wxpi weewx[22745]: engine: 2016-11-15 07:40:00 CST (1479217200) Archive value 'rainRate' 36.7619047244 outside limits (0.0, 10.0)Nov 18 20:53:10 wxpi weewx[1109]: engine: 2016-11-18 20:53:10 CST (1479523990) LOOP value 'rain' 32.2799999671 outside limits (0.0, 10.0)Nov 18 20:53:46 wxpi weewx[1109]: acurite: rain counter decrement ignored: new: 105.029 old: 187.0202Nov 19 11:38:17 wxpi weewx[1109]: acurite: rain counter decrement ignored: new: 1.2192 old: 105.029Nov 19 11:38:53 wxpi weewx[1109]: engine: 2016-11-19 11:38:53 CST (1479577133) LOOP value 'rain' 40.8699999583 outside limits (0.0, 10.0)chris@wxpi:/var/log $If you would like for me to capture raw data to try to see if there is a spurious pattern, I'd be glad to do so to further help the Weewx project.I've applied debug logging along with [Acurite].debug_raw=1 and if it pops up again (two weeks?) we'll go from there.