Hi, I am new to 'Home Assistant" but have enough of experience with KNX. I want to use the “climate” option to control my AC and so I have written the code as follows. When on_off_address = 0, the AC is “Off”. This is fine. But when on_off_address = 1, my AC is actually “cooling” but the frontend show it as “Heating”. How I can change this front end from “Heat” to “Cool” when my on_off_address = 1.
This setting just overrides the default. It is meant for devices that don’t have any mode addresses since they only have a single possible mode. If you get the mode from the bus, then that value is used anyway.