homebridge-dummy-garage

1.2.3 • Public • Published

homebridge-dummy-garage

Homebridge plugin to create a dummy HomeKit Garage Door accessory. Why? iOS 13 CarPlay allows you to easily access your Garage when arriving and leaving your house. This plug-in allows to to create a dummy Garage door which you can use as an automation trigger. Pull up to your house open the "Garage" on your dash which will unlock your front door turn lights on etc.

CarPlay Screenshot

Installation

  1. Install Homebridge
  2. Install this plugin using npm install -g homebridge-dummy-garage
  3. Edit your configuration file like the example below and restart Homebridge

Configuration Example

{
	"bridge": {
		"name": "Homebridge",
		"username":"CE:CE:CE:CE:CE:CE",
		"port": 51826,
		"pin": "131-25-154"
	},
	"accessories": [{
		"accessory": "DummyGarage",
		"name": "Dummy Garage"
	}]
}

Configuration Parameters

  • name (required) Name of Garage to appear in Home app
  • autoCloseDelay Number of seconds after opening door will automatically close. Exclude parameter to disable.

Credits

This plugin is a fork of Homebridge-Controls-Your-Garage-Door-Remote

Package Sidebar

Install

npm i homebridge-dummy-garage

Weekly Downloads

19

Version

1.2.3

License

MIT

Unpacked Size

29.7 kB

Total Files

5

Last publish

Collaborators

  • raso