it bothered me for a very long time, and now finally want to fix this issue. I have KNX thermostats with setpoint shift temperature controls.
- name: "Office"
temperature_address: '3/1/0'
setpoint_shift_address: '3/3/0'
setpoint_shift_state_address: '3/4/0'
target_temperature_state_address: '3/2/0'
temperature_step: 0.5
setpoint_shift_max: 4
setpoint_shift_min: -4
operation_mode_address: '3/5/0'
operation_mode_state_address: '3/7/0'
As long as I only use the +/- buttons for the temp in HomeAssistant, things somewhat work as expected, but when I open the thermostat card, it behaves more than strange and I don’t know why. The config is giving the max temp offsets, so the entity would know the allowed min/max temps for each mode, but the UI is just going nuts whenever you try to change anything.
I did a short screen capture to illustrate what I mean:
Does anybody know if this is a configuration error on my end, or is the thermostat card just not meant to be used in a setup like this?
Also, why is the UI showing the dropdown to change the climate mode (heat/cool) if there is only one mode available? Doesn’t really make much sense to show the button in this case
Thanks for your help
1 post - 1 participant