homebridge-abode
v1.0.2
Published
Abode Plugin for homebridge
Downloads
10
Readme
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.