Skip to content

polmonta/homebridge-dummy-window-covering

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dummy Garage Opener for Homebridge

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%