1.0.0 • Published 3 years ago

@ream88/homebridge-nuki-latch v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

homebridge-nuki-latch

A Homebridge plugin which improves Nuki support for doors with latches. In order for this to work you also need the Nuki Bridge running in developer mode.

Usage

{
  "accessories": [
    {
      "accessory": "NukiLatch",
      "name": "RealFakeDoor"
    }
  ]
}

Development

Most of the code is build upon a homebridge plugin I build a while ago: homebridge-mqtt-lock

During development rsync helped a lot with syncing the plugin to my Raspberry Pi which is running homebridge.

rsync -vr --exclude 'node_modules' --exclude '.git' . docker.local:/home/pi/homebridge/node_modules/homebridge-nuki-latch

License

MIT License