1.0.4 • Published 3 years ago

homebridge-gpio-relay-lock-extended v1.0.4

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

homebridge-gpio-relay-lock

Homebridge plugin to control stateless lock relay via Raspberry Pi GPIO pins. extended: lock switch-on time and home kit animation time taken over in config

Example config

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },
  "description": "This is an example configuration for the Homebridge GPIO Stateless Switch plugin",
  "accessories": [
    {
      "accessory": "ElectromagneticLock",
      "name": "Entrance Lock",
      "pin": 5,
      "activeLow": true,
      "powerDuration":200,
      "homekitDuration":2000
    }
  ]
}