homebridge-garage-opener-with-door-sensor

1.0.0 • Public • Published

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": [
  ]
}

Package Sidebar

Install

npm i homebridge-garage-opener-with-door-sensor

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

8.37 kB

Total Files

5

Last publish

Collaborators

  • ankurpatel