Hiii
Thanks a lot for quick reply.
Currently this is my knx configuration for the AC
- name: "Living Room AC"
on_off_address: "3/3/0"
on_off_state_address: "3/3/11"
temperature_address: "3/3/6"
target_temperature_state_address: "3/3/6"
default_controller_mode: cool
min_temp: 26
max_temp: 26
As per above configuration if I turn on the AC it sends the temperature address 3/3/6 which is actually 26 deg C in my case… 3/3/0,3/3/11 are correct above. They do the on off functionality without any issues.
I want to know if i can map a set of group address for each temperature in the above configuration by any way…
Any type of work around should also be fine.
I could link the group address with an input helper but how can i create a climate entity from it?
Any solution is fine for me as long as it works
Thanks a lot
Sukesh