Hi there!
I have an air conditioning system with Airzone, and I'm trying to integrate it with KNX climate entities.
The issue I'm encountering is when I attempt to turn off a zone without sending the HVAC mode to "off" for the entire unit.
Let me elaborate:
My air conditioning is connected via Airzone, which manages two separate zones. Each of these zones can be opened or closed independently of the other.
This means I can set my air conditioning to "cool" mode with one zone closed, but I cannot have two different modes active simultaneously because there's only a single air source.
If I configure both climate controller_mode_address (and its state address) to the same group address (as seems to be the correct approach), when I turn off one of the climate entities representing a zone, both zones will be turned off. This happens because the climate entity sends the "off" mode to the shared group address for controller_mode_address.
My goal is to turn "off" the controller_mode only when both climate entities are "off" on their respective on_off_address.
Could you help me figure out how to achieve this?