Tom - how could weewx generate bizarre rainRate values in an archive record when the amount of rain in an interval period looks reasonable ? The station is a VP2.
Here's one example related to that other long thread 'Correct Old and New Rain Records'. sqlite3 query was: echo "SELECT interval,datetime(dateTime,'unixepoch','localtime'), dateTime, rain, rainRate FROM archive where dateTime<1570838400 and dateTime>=1570752000 ORDER BY rainRate DESC LIMIT 10;" | sqlite3 ~/weewx-data/archive/weewx.sdb Just the interesting archive records.... 5|2019-10-11 21:45:00|1570830300|0.0|0.0 5|2019-10-11 21:50:00|1570830600|0.0|0.0 5|2019-10-11 21:55:00|1570830900|0.13|82.29 <== 5|2019-10-11 22:00:00|1570831200|0.09|64.0 <== 5|2019-10-11 22:05:00|1570831500|0.0|0.07 5|2019-10-11 22:10:00|1570831800|0.0|0.04 5|2019-10-11 22:15:00|1570832100|0.0|0.0 5|2019-10-11 22:20:00|1570832400|0.0|0.0 Total for that day was 0.23" so basically all was in that 10 minute period Other than a possibly broken/chattering tipper sensor, can you think of anything ? -- 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/e4e40f72-528a-4962-85f9-206b4d6f1212n%40googlegroups.com.
