This tool gives you an analysis of your heating consumption with respect to the actual weather.
If you change your behaviour or optimize your heating source then you can compare your consumption with previous years even if the weather was totally different.
pip install -r requirements.txt
In historical_weather_request.py
you have to configure your location (get longitude and latitude
from google maps
for example).
Then specify start and end date
. Each day will be a request to a weather API (openweathermap).
Place your heat consumption here: ./data/heat_consumption_data.csv
Run python heating_and_weather_in_year.py
Run python heating_and_weather_multi_years.py