Describe the bug
I'm trying to set up smart thermostat
To Reproduce
- Set up the thermostat and set up the yaml file. Here is mine
climate:
- platform: smart_thermostat
name: Smart Thermostat
unique_id: smart_thermostat
heater: switch.prise3
target_sensor: sensor.tempZ8_couloir_temperature
min_temp: 7
max_temp: 28
ac_mode: False
target_temp: 15
keep_alive:
seconds: 5
away_temp: 14
kp: 50
ki: 0.01
kd: 2000
pwm: 00:00:15
- set the target temp to 25 : works fine. If I set switch.prise3 on, it will switch off rapidly. That is what I was expecting - too hot, lets stop the heater
- set the target temp to 15 (as it is in the previous example), and RESTART HA. Doesn't work. If I flip the switch, it will switch back in a few seconds. Every time.
Screenshots
Desktop (please complete the following information):
Installation method Home Assistant OS
Core 2025.10.4
Supervisor 2025.10.0
Operating System 16.2
Frontend 20251001.4
What am I doing wrong ???
Describe the bug
I'm trying to set up smart thermostat
To Reproduce
climate:
name: Smart Thermostat
unique_id: smart_thermostat
heater: switch.prise3
target_sensor: sensor.tempZ8_couloir_temperature
min_temp: 7
max_temp: 28
ac_mode: False
target_temp: 15
keep_alive:
seconds: 5
away_temp: 14
kp: 50
ki: 0.01
kd: 2000
pwm: 00:00:15
Screenshots
Desktop (please complete the following information):
Chromium: 142.0.7444.60
Installation method Home Assistant OS
Core 2025.10.4
Supervisor 2025.10.0
Operating System 16.2
Frontend 20251001.4
What am I doing wrong ???