Hi!
In my house I have radiators and AC’s, both of them are working via KNX.
I integrated them to the HA and using them as climate entities.
And now I want to create a thermostat which will use both climate entities (radiator climate entity and AC climate entity) to heat or cool depending on the target temperature.
I saw an ha dual thermostat (GitHub - swingerman/ha-dual-smart-thermostat: The `dual_smart_thermostat` is an enhaced verion of generic thermostat implemented in Home Assistant. It uses several sensors and dedicated switches connected to a heater and air conditioning under the hood.), but it uses switch entities to control climate, so I guess it isn’t my solution.
And now I think that only solution is to create some kind of tricky automations with input_number helper (for general virtual target temperature)… Is there it? Or maybe is there some kind of integration/addon? Maybe guide… Did I miss something?
So far, I found this addon:
It is suitable if you control climate via radiator and AC, but not sure is it able to controll HVAC modes for AC (like dry and fan only), I asked about it.