Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 819 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 819 Bytes

homebridge-abode

Homebridge plugin that supports commands for arming and disarming the abode alarm system

Installation

sudo npm install -g xrvk/homebridge-abode

Configuration

Configuration sample:

"accessories": [
    {
        "accessory":      "Garage",
            "name":           "The Garage",
            "abode": {
                "username":      "",
                "password":      "",
            }
    }
]

Abode API

I created and am using abode-api to control the alam to get the status of the door contact in my other library homebridge-abode-garage.

You need to specify your abode login credentials in the configuration file.