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.
"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"
}
]
Entry | Type | Default | Explanation |
---|---|---|---|
apiDelay |
integer |
3 |
Delay between the Homekit action and the lock response time to execute the command. |
autoLock |
bool |
true |
Simulate autolock behavior |
autoLockDelay |
integer |
6 |
Time in seconds after the lock is self-locked |
delagatedUser |
string |
Homebridge |
String that appears on Customer Portal log. |