@ream88/homebridge-nuki-latch

1.0.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i @ream88/homebridge-nuki-latch

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

14 kB

Total Files

5

Last publish

Collaborators

  • ream88