Since the upgrade to 2024-09 my knx integration with climate devices no longer work.
The release notes says, that there is an incompatible change of the heating modes.
And as documented it does not work anymore, but changing the values did not help to the new ones did not help in my case.
But if I use the “building_protection” label in my config knx_climate.yaml file, either the Studio Code Server Plugin reports an issue, that the mode is not supported or the config checker module for knx reports an issue it is not valid.
> My config that I have adapted to the new values looks the following:
> - name: "Esszimmer (HZ)"
> temperature_address: "11/0/80"
> target_temperature_address: "11/0/81"
> target_temperature_state_address: "11/0/81"
> operation_mode_frost_protection_address: "12/0/85"
> operation_mode_night_address: "12/0/86"
> operation_mode_comfort_address: "12/0/83"
> operation_mode_state_address: "11/0/87"
> operation_mode_standby_address: "12/0/84"
> command_value_state_address: "11/0/82"
> min_temp: 7.0
> max_temp: 25.0
> operation_modes: ["Comfort", "Standby", "Economy", "Building_Protection"]