I would like to have a dashboard with historical temperature for my city. For example I can take today’s weather and put on a [Grafana] chart the same day/month weather 1, 2, 5, 10 years ago for the same city. Or compare today’s weather with average of 5 last years on same date of same month. How would I backload 10-100 years of weather into InfluxDB? Could be one/two measurements per day, I don’t need it hourly.
I currently do not use any weather integration at all, so don’t have problem with ‘switching’. Some ‘easy-to-use’ integration would be great. If ‘out-of-the-box’ solution is not possible, I am open to running some python script with some open weather api and backloading data manually, but I also don’t know how and couldn’t find anything on manual backloading into InfluxDB.
Can anyone share ideas? Thank you.