I've been seeing this on my AcuRite as well. The values aren't displayed on the console either. I'd just been marking it up to either deer or dogs tripping over the guy wires stabilizing my mounting pole.
Is the QC setting is applied to each reading and rain total is emitted every 36 seconds, so the mixmax threshold should be what I feel would be reasonable for rainfall in a 36 second window? Or is this applied in the 5 minute loop so must allow for larger values that could accumulate in 5 minutes? Looking at my archive data I ran: select min(rain), max(rain), avg(rain) from archive where rain > 0 and rain < .5 returning min(rain) max(rain) avg(rain) 0.00999999999999907 0.47 0.0251541850220265 Granted we've not had spring rains yet to compare with, but I'm thinking a upper boundary of .1 rain in a 36 second window. Thanks Chad On Wednesday, November 30, 2016 at 2:01:36 PM UTC-6, Marc Ratés wrote: > > Hello, > > I've been using weewx with acurite 5 in 1 and the big problem is the rain. > Now installed version 3.6.2. > > The class or plugin in charge of acurite 5 in 1 inserts randoms inputs of > rain, today 2000mm. > It's very annoying because I have to delete by hand the sqlite.db. and I > lose the accuracy of the liters. > > I've configured the unit in mode 4. > > > Anyone with same problem? > > Thanks. > -- 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.
