"[email protected]" <[email protected]> writes: > Hello all, > A squirrel has placed a few items in my VP2 rain bucket and caused me to > lose .44 inches of rain today. > What is the easiest way to modify the incorrect rain count and have all > reports show this modified amount? The answer is probably easy but I can’t > seem to figure this out. I need to add .44 inch to today’s total. I’m using > weewx 4.10.1, ubuntu, and SQLight. > Thanks in advance. > Bob
You need to figure out which 5min bins that rain belongs in, and then hand-type sql to modify the database. Make 3 backups first, with one of them off site. But seriously, hand-typing sql is dangerous. then, you will need to regenerate summary records. if you aren't used to sql, read a book on that and sqlite3 before you start. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/rmiil87w9qa.fsf%40s1.lexort.com.
