Hello,
I'm wondering what is the best practice to manage generic thermostat helper when you have multiple rooms and a heather switch.
Context:
One temperature sensor for each room.
2 rooms have a tvr actuator
2 rooms don't have actuator
1 general thermostat switch
To avoid conflicts i tryied to add an input boolean helper to generate a "heat request" binary sensor that would activate the heather relay with an automation. Unfortunately the generic thermostat helper only manages real switches so I can't use the helper bolean with an automation that triggers it on when any generic thermostat is in heating mode.
What would be the best practice to manage this common situation?
Consider the generic thermostat works with the actuator but it should first check if the heater switch is on or off.
If I select the same real thermostat switch for each generic thermostat, I get a conflict.
Thank you