Homebridge plugin that supports commands for arming and disarming the abode alarm system
npm i -g homebridge-abode
Configuration sample:
"accessories": [
{
"accessory": "Garage",
"name": "The Garage",
"abode": {
"username": "",
"password": "",
}
}
]
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.