Hi all, 

I'm having a problem with my rain sensor and I get frequent messages 
notifying values outside limits after StdQC.

To be exact the function apply_qc in qc.py detects the wrong value and send 
a log like this:

WARNING weewx.qc: 2025-01-05 17:45:00 CET (1736095500) Archive value 
'rainRate' 13.841245901639354 outside limits (0.0, 3.0)

As I understand the apply_qc function should remove the invalid reading 
after detecting it with the instruction 

data_dict[obs_type] = None

in qc.py line 72, but the wrong value is even so archived.

Any clue or any other way to remove the wrong observation once it is 
detected by apply_qc?

Thanks a lot in advance.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/weewx-user/327695a1-4b0d-454b-9f91-b316f1602553n%40googlegroups.com.

Reply via email to