1.0.4 • Published 7 years ago

homebridge-opengarage-v2 v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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-v2
  3. Update your config.json configuration file. See the example below.

Example config.json:

	{
		"accessories":
		[
			{
				"accessory": "opengarage",
				"name": "Garage",
				"ip": "192.168.0.4",
				"key": "YourPassword"
			}
		]
	}

NOTES

  1. Change the IP in the example to the IP or hostname of your OpenGarage.
  2. Be sure to change the "YourPassword" part 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)