--
You received this message because you are subscribed to the Google Groups "weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-developm...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-development/c37bfae1-5beb-4178-ab1b-69423c008d49n%40googlegroups.com.
--
To view this discussion visit https://groups.google.com/d/msgid/weewx-development/b5977ef9-7181-4ecc-9bf3-b609c4c9324en%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-development/daa36ff8-4154-499d-9a03-9b89eef3703cn%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-development/37fd0211-8769-46e8-9c5a-940119678e2bn%40googlegroups.com.
[StdQC]
[[RainRate]]
min = 0
max = 3
min_delta = 0
max_delta = 3
reject = True
sqlite> select datetime(dateTime, 'unixepoch', 'localtime'), rain, rainRate from archive;
2025-01-14 16:10:00|0.0|0.0
2025-01-14 16:15:00|0.0|0.0
2025-01-14 16:20:00|0.0|0.0
2025-01-14 16:25:00|0.0|0.0
2025-01-14 16:30:00|0.0|0.0
2025-01-14 16:35:00|0.0|0.0
2025-01-14 16:40:00|0.0|0.0
2025-01-14 16:45:00|0.0|0.0
sqlite> select datetime(dateTime, 'unixepoch', 'localtime'), sum, max from archive_day_rain;
2025-01-14 00:00:00|0.0|0.0
sqlite> select datetime(dateTime, 'unixepoch', 'localtime'), sum, max from archive_day_rainRate;
2025-01-14 00:00:00|0.0|0.0
--
You received this message because you are subscribed to the Google Groups "weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-developm...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-development/91ec157e-5f06-406b-8c16-f55fb40cd694n%40googlegroups.com.
[[MinMax]]
rain = 0, 10, mm
rainRate = 0, 3, mm_per_hour
To view this discussion visit https://groups.google.com/d/msgid/weewx-development/19706d14-3e4d-466a-9455-f438d2d4b7d2n%40googlegroups.com.