0.0.2 • Published 3 years ago

homebridge-home-away-checker v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

Automation - Away check

Instalation

Homebridge for Away Checker

  1. 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
  1. away check switch reset if motion detected is yes and away check switch power stat is on { away check switch power stat off }

  2. 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

Minimal configuration

0.0.2

3 years ago

0.0.1

3 years ago