Skip to content

xrvk/homebridge-abode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%