Fork me on GitHub

pimatic-nuki by Marcus Wittig | github | npm

pimatic-nuki

Npm Version Build Status Dependency Status

Pimatic plugin for Nuki Smart Locks

Plugin Configuration

{
      "plugin": "nuki",
      "active": true,
      "debug": false,
      "host": "localhost",
      "port": 8881,
      "token": "changeme"
}

Device Configuration

Use the "Discover Devices" function provided by pimatic to automatically discover and setup devices.

Contributions

Contributions to the project are welcome. You can simply fork the project and create a pull request with your contribution to start with. If you like this plugin, please consider ★ starring the project on github.

History

See Release History.

License

Copyright (c) 2015-2016, Marcus Wittig and contributors. All rights reserved.

AGPL-3.0

Plugin Config Options

pimatic-nuki plugin config options
OptionDescriptionDefault
debug
boolean
Debug mode. Writes debug messages to the pimatic log, if set to true.
false
host
string
Hostname or IP address of the Nuki Bridge
port
number
Service Port of the Nuki bridge
8080
token
string
The API token configured via the Nuki App when enabling the API

Device Config Options

pimatic-nuki device config schemas

Nuki

Nuki Smart Lock config
OptionDescriptionDefault
nukiId
number
The id of the Nuki Smartlock from which the lock state should be retrieved
interval
number
The time interval in seconds (minimum 10) at which lock state shall be read
30
pimatic-nuki is written by Marcus Wittig