Revisiting AcuRite Rain Gauge False Positives #353 -- checking num_rows #2429
-
I'm testing a change to the AcuRite Rain Gauge decoder logic, which, I believe, will eliminate the false positives it produces with Oregon V1 signals.
All of the "noise" transmissions that were misinterpreted had num_rows = 1, and every one of my rain sensor transmissions was >=12, with the vast majority having 16 rows. QUESTION is: Should I remove the "disabled = 1" on this protocol decoder before I check in and make a pull request? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I went forward and created this pull request: #2430 |
Beta Was this translation helpful? Give feedback.
I went forward and created this pull request: #2430