I would love it to see an additional db to store weather data Additionaly.
But not the raw weather data.
It should automatically extract important data once per day.
Like:
- Max temperature on this day
- Min temperature on this day
- Average temperature on this day
- For different sensors ( Temp, Humidity, Wind, etc)
So only a few values per day, including timestamp, in a separate db file.
With a separate file, it won’t hurt to delete the standard history database file when it is too large.
It would also be possible to set “purge_keep_days” to a low value, and keep only the “Data extract” database file.