homebridge-abode

1.0.2 • Public • Published

homebridge-abode

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

Installation

npm i -g 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.

Readme

Keywords

Package Sidebar

Install

npm i homebridge-abode

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • hbeckeri