0.0.6 • Published 6 years ago

homebridge-mqtt-door v0.0.6

Weekly downloads
2
License
GPL2
Repository
github
Last release
6 years ago

homebridge-mqtt-door

A Plugin that emulates a door in HomeKit. This simulates the door opening to 100% and going to 0%. Do not ask, for example, to open the door at 20%, it will not work. It only works to fully open (100%) and closes it right away. It was firstly made to open an Apartment Building Door.

Install:

sudo npm install -g homebridge-mqtt-door

Config JSON - Example:

{
  "accessory": "mqtt-door",
  "name": "Building Door",
  "url": "YOUR MQTT IP:PORT",
  "username": "username",
  "password": "password",
  "caption": "BuildingDoor",
  "topics": {
    "statusGet":  "door/buiding",
    "statusSet":  "door/buiding/set"
  },
  "onValue": "UNLOCK",
  "offValue": "LOCK"
}
0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago