Copyright © 2020-2023 Erik Baauw. All rights reserved.
This Homebridge plugin exposes Nuki Smart Lock and Nuki Opener devices, connected to a Nuki Bridge, to Apple's HomeKit. It provides the following features:
Homebridge NB communicates with the Nuki Bridge using the local Nuki Bridge HTTP API. You need to enable this API through the Nuki app.
Use Eve to get the full functionality, like history for the door sensor, and support for Ring to Open and Continuous Mode on the Opener.
Homebridge NB includes a command-line tool, nb
,
to interact with the Nuki Bridge from the comand line.
It takes a -h
or --help
argument to provide a brief overview of
its functionality and command-line arguments.
To install Homebridge NB:
$ sudo npm -g i homebridge-nb
config.json
and add the NB
platform provided by Homebridge NB, see Homebridge Configuration;In Homebridge's config.json
you need to specify Homebridge NB as a platform
plugin.
"platforms": [
{
"platform": "NB"
}
]
Version | Tag | Published |
---|---|---|
1.3.4 | latest | 13d ago |