Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

homebridge-garage-opener-with-door-sensor

ankurp3ISC1.0.0

Hombridge plugin for Garage Door Opener with Door Sensor

homebridge-plugin, garage-door-opener, raspberry-pi, homebridge

readme

Homebridge Pi Garage Door Opener

This is a homebridge plugin to make a Raspberry Pi connected with a Relay Board into a Garage Door Opener via the Home app on iOS using Homekit.

Just add the following config to your homebridge config file located at this path ~/.homebridge/config.json.

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },

  "description": "",

  "accessories": [
    {
      "accessory": "Garage Opener",
      "name": "Pi Garage Opener",
      "doorRelayPin": 4,
      "openCloseTime": 30000
    }
  ],

  "platforms": [
  ]
}