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