1.0.0 • Published 4 years ago

homebridge-automate v1.0.0

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
4 years ago

Homebridge Automate

A simple way to have cronjob style intervals trigger actions in your home.

Install/Usage

  1. Install with sudo npm install -g homebridge-automate
  2. Add new dummy motion sensors with cronjob intervals to your accessories array:
{
    "accessory": "HomeAutomate",
    "name": "<Unique name>",
    "intervals": [
        "<your intervals here>"
    ]
}

You can now trigger actions based on this motion sensor which triggers at your set intervals. For help with finding crontab intervals, check out crontab guru