Hi there, I'm looking for some advice.
I'm looking for smart way to trigger the thermostat. Last winter I used the Scheduling card with scheduler and is quite convenient, I'd like something more advanced this year.
Assuming the temperature is below the threshold:
-
if we are not home, no need to start the heating unless temperature is -1° below the threshold. That's to avoid to get the room too cold, a sort of "floor".
-
if one of use is at home, heating should start if threshold is reached
-
if we are coming to home AND threashold is reached heating should start
Two things make me think:
- which one should be the first trigger? I think should be the temperature, and then the others
- how does HA know if me or my wife are coming home? Is we can set "work zone" and when leaving but even when we go to a dinner after work will be flagged as "leaving work" and not "coming home".
In addition to that, I should replicate this automation for each thermo I have, in total five.
Thanks for your help!
EDIT: just realized I could do something - maybe - simpler:
If Temp < Threshold - 1° then
heat otherwise
if Am I at home OR I left work then
heat otherwise
no