0.3.0 • Published 3 years ago

@nzws/homebridge-mqtt-smartlock v0.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@nzws/homebridge-mqtt-smartlock

Install

npm install --global @nzws/homebridge-mqtt-smartlock

Config

{
  "accessory": "MQTTLocker",
  "name": "Room Lock",
  "mqtt": {
    "host": "localhost",
    "port": 1883,
    "username": "",
    "password": ""
  },
  "degrees": {
    "locked": [170, 83],
    "unlocked": [0, 83]
  },
  "degreesInterval": 500
}
  • mqtt: MQTT Broker address.
  • degrees: Set the angle for unlocking/locking.
    • example [170, 83]: set angle to 170 → wait (degreesInterval)ms → set angle to 83
0.3.0

3 years ago

0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago