Underfloor heating project for a HA Newbie

Hi Convicte

Opening remark and disclaimer:
I am not at all a pro with HA, Linux or YAML so I will not tell you what you should do but only what I
have done and what works for me. Then you can do your own assessment and find out if it works
for you as well.

I have all my thermostats defined in a file called climate.yaml. They all look like this:
-.platform: generic_thermostat
name: Koekken
heater: switch.heating_relay_kitchen
target_sensor: sensor.koekken_temperature
min_temp: 15
max_temp: 25
ac_mode: false
target_temp: 20
cold_tolerance: 0.1
hot_tolerance: 0
initial_hvac_mode: “off”
away_temp: 18
precision: 0.1

It would seem that you have a different component (not generic_thermostat) and a lot of other
parameters?
My setup is very much the default params…

BR David

1 Like