On Tuesday, March 1, 2022 at 12:02:51 PM UTC-8 [email protected] wrote: > > Now the question is, is there a way to prevent recording impossible data > or detecting bad data quality due to signal problems? >
Try StdQC <https://weewx.com/docs/usersguide.htm#StdQC> and see if that helps. Be careful to use the Units <https://weewx.com/docs/customizing.htm#units> you have for group_rainrate that matches your StdConvert <https://weewx.com/docs/usersguide.htm#StdConvert> 'target_unit' settings That would look something like (untested): [StdQC] [[MinMax]] # only use 'one' of the following 0, 300, mm_per_hour # if you use METRICWX 0, 30, cm_per_hour # or this if you use METRIC 0, 10, inch_per_hour # or this if you use US units -- 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 on the web visit https://groups.google.com/d/msgid/weewx-user/12f1d3d0-3e77-4605-ab7e-4b963b405b4bn%40googlegroups.com.
