homebridge-home-away-checker
v0.0.2
Published
Trigger an event after X minute
Downloads
5
Maintainers
Readme
Automation - Away check
Instalation
Homebridge for Away Checker
- Install required package:
npm install -g homebridge-home-away-checker
Configuration
Example config.json:
"accessories": [
{
"accessory": "HomeAwayChecker",
"name": "Home State",
"delay": 20
}
]
It has one switch and security system configuration. When the given time elapses after the last movement is detected, it is set to the AWAY state. In each motion sensor in the automation setting, When motion is detected, set the switch to on and When there is no movement, set the switch to off.
- Automation Sinario
away check switch reset if motion detected is yes and away check switch power stat is on { away check switch power stat off }
away check start if motion detected is no and between sunrise and sunset { away check switch power state on }
Update
0.0.2 update ReadMe 0.0.1 Init