homebridge-mqtt-lock

1.0.1 • Public • Published

homebridge-mqtt-lock

An auto-locking homebridge lock using MQTT.

Usage

{
  "accessories": [
    {
      "accessory": "MQTTLock",
      "name": "RealFakeDoor",
      "autoLock": true,
      "autoLockDelay": 10000,
      "mqttBroker": "127.0.0.1",
      "getTopic": "RealFakeDoor/Get",
      "setTopic": "RealFakeDoor/Set"
    }
  ]
}

Development

During development rsync helped a lot with syncing the plugin to my Raspberry Pi.

rsync -r --exclude 'node_modules' . docker.local:/home/pi/homebridge/custom-plugins/homebridge-mqtt-lock

License

MIT License

Dependents (0)

Package Sidebar

Install

npm i homebridge-mqtt-lock

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

7.24 kB

Total Files

6

Last publish

Collaborators

  • ream88