homebridge-exivo

1.1.3 • Public • Published

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.

Package Sidebar

Install

npm i homebridge-exivo

Weekly Downloads

3

Version

1.1.3

License

none

Unpacked Size

22.3 kB

Total Files

9

Last publish

Collaborators

  • lejeko