jmcollin78 / versatile_thermostat

A full featured Thermostat for Home Assistant: presets, window, motion, presence and overpowering management
MIT License
326 stars 34 forks source link

Combine motion detection and presence detection #655

Open jmcollin78 opened 3 hours ago

jmcollin78 commented 3 hours ago

Each of the features motion and presence impact the temperature setpoint.

Let's say you have motion set to Comfort or Eco.

If presence is detected: When motion is detected , the temperature applied should be Comfort. When no motion is detected, the temperature applied should be Eco.

If presence is NOT detected: When motion is detected , the temperature applied should be Comfort_away. When no motion is detected, the temperature applied should be Eco_away.

Of course the setpoint should be updated when presence or motion state is changed.