alright, made that change easily enough. how can I easily go about deleting the rain data for today so I can re-import from another system? I'm good deleting everything from today and re-importing.
Thanks! On Tuesday, May 12, 2020 at 3:06:16 PM UTC-7, Ryan Stasel wrote: > > well that's unfortunate. I don't see a way to get that info out of > meteobridge (such that it is per 30 seconds). > > hmm. suppose I could have the PHP compare previous and current value, and > zero it out if it's equal to previous version. > > Open to other thoughts. > > On Tuesday, May 12, 2020 at 2:44:43 PM UTC-7, gjr80 wrote: >> >> WeeWX rainfall is a per period (loop or archive) value rather than as >> cumulative rainfall. The fileparse driver is very basic and simply saves >> the rain value from the source file in the WeeWX rain field. So fileparse >> needs a file with a per period value. Other drivers calculate per period >> rain from successive rain values, unfortunately fileparse does not. >> >> Gary >> > -- 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/83cf985d-849b-4bf4-8da5-781022e448c9%40googlegroups.com.
