Thanks mwall... that's handy information but I do have a couple of questions.
Is there a sqlite command I can use to find out if it were one event or not? I thought about adding phpLiteAdmin to my PI so I can easily look at the database and alter entries. It appears to work very much like phpmyadmin that I use on some of my other servers. Also, does the StdQC value need to be in mm even if the unit of measure is set for inches? Thanks so much for your help. Tony On Tuesday, February 21, 2017 at 2:00:09 PM UTC-6, mwall wrote: > > 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.
