homebridge-opengarage

1.0.3 • Public • Published

OpenGarage Garage door

Homebridge plugin for OpenGarage. This plugin is a slighty modified version of homebridge-loxone-garage made to work with OpenGarage

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-opengarage
  3. Update your config.json configuration file. See the example below.

Example config.json:

    {
        "accessories":
        [
            {
            "accessory": "opengarage",
            "name": "Garage",
            "garage_open_url": "http://192.168.0.4/cc?dkey=YourPassword&click=1",
            "garage_close_url": "http://192.168.0.4/cc?dkey=YourPassword&click=1",
            "status_url": "http://192.168.0.4/jc"
            }
        ]
    }

NOTES

  1. Change the IP in the example to the IP or hostname of your OpenGarage.
  2. And be sure to change the "YourPassword" part of the example urls above to the password used for your OpenGarage.
  3. Enjoy telling Siri to open and close your Garage.
  4. You can also enable push notifications for your OpenGarage when it is opened or closed via the Home app on iOS now too. (Mine was enabled by default)

Package Sidebar

Install

npm i homebridge-opengarage

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • chickenmilk