A little daemon that turns the ecobee on/off when the windows/doors are open. This program is quite specific:
- Works with an Envisalink to check the state of sensors around the house
- If certain sensors (windows, doors) are open it will turn off the ecobee
- When windows/doors are closed it will turn the ecobee back on
This program is meant to let robots doing the boring work and stop heating/cooling the outside. :)
- thermostat settings
- remember the current mode before setting to "off"
- when reverting, set the mode back to
- use my forked mostlygeek/etpi project for listening to events from the envisalink
- should make a
status()
update call to dump all the status of all the zones - should set the ecobee to
off
when:- any of the watched zones are OPEN for more than
- make sure to remember the
thermostatRev
value ..
- should revert the ecobee to the previous mode when:
- thermostate mode is Off
- all the watched zones are "RESTORED", meaning they are closed
- should make a