homebridge-exivo
v2.0.4
Published
Homebridge plugin to expose Lock accessories from Dormakaba Exivo API to Homekit
Maintainers
Readme
homebridge-exivo
Description
This homebridge plug-in exposes Lock accessories from Dormakaba Exivo API to Homekit. You must get your site ID and generate API keys from Customer portal. Restart homebridge to reflect any additions, deletions or modifications made to your installation.
config.json
"platforms": [
{
"platform": "Exivo",
"site_id": "00000000-0000-0000-0000-000000000000",
"api_key": "00000000-0000-0000-0000-000000000000",
"api_secret": "00000000-0000-0000-0000-000000000000",
"apiDelay": 3,
"autoLock": true,
"autoLockDelay": 6,
"delegatedUser": "Homebridge"
}
]