Hi,
I’m creating a heat curve automation in several steps in Home Assistant to control a floor heating system.
Use case:
- The electric 2kW heater in the system is controlled via a switch on/off
- An ESPHome device measuring water temperature going out in the system and going into the system (towards heater).
- I would like to control the switch based on the water temperature going into the system.
- As the water temperature needs to be different based on the outside temperature, I need to heat the water differently, therefore a heat curve is needed.
- I would like to manually set the temperature that the ingoing water should have based on the outside temperature. I thought using input sliders for this (see picture below)
Problem:
How do I create an automation or similar to depending on outside temperature selects the corresponding heat curve value as set in the input sliders. My idea was to create a automation that sets a value in a template sensor to the wanted ingoing water temperature depending on outside temp, but Im lost and dont understand how to do this… =) please help
Then use this template sensor as a simple automation to change goal temperature in a generic thermostat that is already working…