My FOUSB weather station has the annoying problem that whenever weewx doesn't collect the data immediately (i.e. Rpi down), when weewx restarts and collects data from memory, it is mostly corrupted.
I've read the article https://github.com/weewx/weewx/wiki/Cleaning%20up%20old%20%27bad%27%20data about dealing with the odd data point, but I'd like to be able to clean data points from the database whenever ISS_signal_quality is not 1, since many different fields are affected and the cleanup approach would be very cumbersome. Unless there is some neat trick to use sqlite to remove table entries when ISS is not 1 (and I'm not sure the signal quality is saved, and it it is, what it would be called), would it make sense to consider a wee_database option to remove all data where the signal quality was suspect ? thanks, Derek -- 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.
