Skip to content

Latest commit

 

History

History
67 lines (59 loc) · 2.26 KB

README.md

File metadata and controls

67 lines (59 loc) · 2.26 KB

homebridge-exivo

npm npm verified-by-homebridge Donate

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"
    }
]

Optional values

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.