Hello!
I have some AC and heating thermostats. All heating units (like heating floor) I can see in HA. But no one AC.
This is a part of yaml:
knx:
climate:
- name: "Коридор"
on_off_address: "1/3/4" # AC On/Off
on_off_state_address: "1/3/5" # AC On/Off Status
temperature_address: "1/3/1" # Curr TEMPERATURE
target_temperature_address: "1/3/2" # Setpoint
target_temperature_state_address: "1/3/3" # Setpoint Status
active_state_address: "1/3/7"
min_temp: 20
max_temp: 40
- name: "Вітальня кондиціонер"
on_off_address: "1/4/1" # AC On/Off
on_off_state_address: "1/4/2" # AC On/Off Status
temperature_address: "1/4/13" # Curr TEMPERATURE
target_temperature_address: "1/4/3" # Setpoint
target_temperature_state_address: "1/4/4" # Setpoint Status
controller_mode_address: "1/4/5" # Mode
controller_mode_state_address: "1/4/6"
fan_speed_address: "1/4/7"
fan_speed_state_address: "1/4/8"
swing_address: "1/4/11"
swing_state_address: "1/4/12"
min_temp: 17
max_temp: 40
So first thermostat I can see at HA, the second - do not.