JonesChi / homebridge-cmdlock

Homebridge plugin for lock via command
Apache License 2.0
7 stars 1 forks source link

homebridge-cmdlock

homebridge-plugin for Your PC Command with Apple-Homekit.(by node.js child_process.exec())

Installation

  1. Install homebridge using: sudo npm install -g homebridge
  2. Install this plugin using: sudo npm install -g homebridge-cmdlock
  3. Update your configuration file. See sample-config.json in this repository for a sample.

Configuration

Configuration sample:

"accessories": [
        {
            "accessory": "CmdLock",
            "name": "Door",
            "lock_cmd": "lock door cmd",
            "unlock_cmd": "unlock door cmd",
            "state_cmd": "get lock state cmd",
            "auto_lock": true,
            "auto_lock_delay": 10
        }
    ]

Special thanks