Hello
Can anyone help me?
I am trying to create the following using python & streamlit:
(The topic is “heating control, based on weather data”).
The basis for this is a CSV file with temperature data from 2009 to 2017.
I want to create a visualization in Streamlit where you can see when the temperature is below the desired set point that the heating is running and when the temperature is warm enough that the heating does not come on to save energy.
Can anyone help me write that python program? Thanks a lot in advance.