I'm new to python and new to weewx drivers, but I've had a weewx installation for several years. I recently acquired a WeatherFlow Tempest and I created a new weewx installation with the based on the https://github.com/captain-coredump/weatherflow-udp driver. I later switched to the Tom Keffer fork.
I didn't much like that the UDP-based driver doesn't fetch data if it's down. Since there's a REST interface I thought I'd implement genArchiveRecords() based on the REST API. This seems to work. The REST interface has a record for every minute (if everything is working). So I set the archive_interval to 1. However the old installation accumulated for 300 seconds and since that works well, I don't see a reason to change that. So archive_interval is set to 300. I've tried record_generation to 'software' but when fetching data from the REST API I see it records every record, i.e. every minute instead of a record for every 5 minutes. Do I need to do the accumulation myself in the driver? Or is this something in the settings? Or is this a scenario that is not supported? I'm confused! :) Regards, Jan-Jaap -- You received this message because you are subscribed to the Google Groups "weewx-development" 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-development/58b42f79-b051-433c-a2ce-670300f75e9bn%40googlegroups.com.
