On Tuesday, February 21, 2017 at 2:44:12 PM UTC-5, Tony Turner wrote:
>
>
> Also, any thought about why I would see a spike like that in the rain 
> readings would be great. BTW, I do not have extra debugging turned on for 
> the logs and otherwise they looked normal for that time period.
>

the acurite console reported a huge value for rain.  it happens.  sometimes 
it is due to bad rf comms with the sensors.  sometimes it is due to flaky 
usb connection between the console and the computer.  sometimes the 5in1 
sensor cluster bounces around in the wind, resulting in a bunch of bucket 
tips.

look for 'rain counter decrement ignored' in the log.  if you see that, it 
was probably a sensor or console glitch.

did the ~19.5 inches happen in a single archive interval?

you can prevent spikes from getting into your database by adding a value 
for 'rain' in StdQC like this:

[StdQC]
    [[MinMax]]
        ...
        rain = 0, 10, mm

that will reject any incremental rainfall greater than 10 mm

m

-- 
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