Hi, I've been using WeeWx for many years now but first time posting here.
I'm
writing a program in Python that queries my Acurite 5 in 1 probe
through WeeWX for the rain rate and if it's above 0mm, then it will close the
car windows if they are opened and the car is parked. It works well but relies on daily.json
to fetch the rain rate and that value I believe updates at the archive
frequency (ie, 5 minutes) but the stations sends that data every 36
seconds. Is there a way to fetch this value? The only other option that I
can think of is to set the "archive_interval" to 60 instead of 300 in
[StdArchive]. If I do that, will that mess up all the historical data
already in the database? Any other side effects?
Thanks for your help at keeping the inside of my car dry :-)