On Sun, 26 Feb 2017, mwall wrote:

On Sunday, February 26, 2017 at 11:15:38 PM UTC-5, David Lang wrote:

It's been wet in Southern California recently, but weewx is reporting that
I've
had 66 inches of rain, which is completely unreasonable :-)

I'm using a AcuRite 02032C weather station and have weewx 3.6.2 installed
on my
Pi via the weewx apt repo.

What's the best way to fix this?


hi david,

see if this helps:

https://groups.google.com/forum/#!topic/weewx-user/KRQtrkPb65Q

I had 4 entries with high numbers:

sqlite> select dateTime,rain from archive where rain > 1;
1487372340|27.75
1487564400|34.09
1487768640|23.7
1488014880|23.7

so I cleared them with:

sqlite> UPDATE archive SET rain=0 WHERE rain > 10;

I'm not completely sure this was the issue, the rain totals seem high normally, and I could have believed 3.5" of rain in the hour that it reported 34"

Thanks for the pointer.

David Lang

--
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to