Hello everyone,
I have the latest version of home assistant with an integration with KNX. All the lights sensors work perfectly. For the moment, I just have an issue with my thermostat.
I have to press twice the increase or decrease of temperature to apply the change. In the KNX bus, I don’t see anything when I just press one time. Then when I press the second time the step button instead of moving 1 degree, the system shows a 0.5 step change. I hope it’s clear
Here you have the configuration of my climate KNX thermostat:
climate:
- name: "Rez"
temperature_step: 0.5
temperature_address: "3/1/2"
target_temperature_address: "3/1/0"
target_temperature_state_address: "3/1/6"
operation_mode_address: "3/1/3"
operation_mode_state_address: "3/1/4"
command_value_state_address: "3/1/5"
min_temp: "5.0"
max_temp: "23.0"
If someone has already faced this issue, I would be happy to have your insight.
Thanks,