homebridge-plugin for ADT Smart Security (https://smartsecurity.adt.com.ar/)
- Get and set security system status (Home, Away, Off)
- View battery level (with low battery warning)
- Support for contact sensors
- 1.1
npm install -g homebridge
- 1.2
npm install -g homebridge-adt-smart-security
{
"platform": "ADT",
"name": "ADT",
"username": "user",
"password": "pass",
"cacheTTL": 3, //OPTIONAL
"domain": "smartsecurity.adt.com.ar"
}