Hey. I’m using a JUNG switch with an integrated thermostat on KNX (jung 4093krmtsd), and I’m having trouble setting it up in homeassistant. It’s using a setpoint shift method, so I can move +4 and -4 from the basic setpoint which is 22 degrees celsius.
The problem is, that it is jumping around when setting temperature, and not setting it to the right setting.
Any help would be greatly appreciated, as I’m stuck on this for a few days now… Thanks!
My config right now:
climate:
- name: "TERMOSTAT SPALNICA"
temperature_address: "2/2/0"
target_temperature_state_address: "2/2/7"
temperature_step: 1.0
setpoint_shift_state_address: "2/2/8"
setpoint_shift_address: "2/2/9"
setpoint_shift_min: -4
setpoint_shift_max: 4
min_temp: 18
max_temp: 26