KNX/Climate temperature limits dependant on the operating modes

Hello,

is it possible to adjust the temperature limits min_temp and max_temp depending on the current operating mode (Controller Mode / HVAC mode / …)?
Or is it possible to store own limit values for every mode (night mode / frost protection mode and comfort mode etc.)?
Otherwise we have to define a large range for the limit values (if the frost limit is also included), which makes the visual adjustment difficult…
Or how else is it handled in HA?
Regards

Only with a setpoint_shift configuration.

Hello Matthias.
Thx for reply :slight_smile:

How can this be done?
(Or is the range reset when the mode is switched depending on the limits? But this would then have the same limits for all modes)

Regards

It defers the range from the base temperature and the configured setpoint_shift_min and _max.
Omit min_temp and max_temp then.

And from where does it get the base temperature?
(When I switch the mode, the base temperature is not set, but the temperature that was last set for the respective mode.)

You get the current target temperature and the setpoint_shift value on a setpoint shift configuration.
base_temperature = target_temperature - setpoint_shift