Hi all, I'm having some troubles with my rain sensor and I get frequent errors like this:
WARNING weewx.qc: 2025-01-05 17:45:00 CET (1736095500) Archive value 'rainRate' 13.841245901639354 outside limits (0.0, 3.0) It is supposed that the StdQC service should remove the wrong values after the function apply_qc detects them and sends the log. To be precise I understand that the line 72 in qc.py is responsible of filtering the wrong values: data_dict[obs_type] = None just after logging, but even so the wrong values get archived. Any clue or any other way to get those wrong readings not archived? Thanks a lot in advance -- 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-development/2eb71cf5-ff92-444b-aebc-8921742fb036n%40googlegroups.com.
