homebridge-dummy-garage-hzt
v2.1.5
Published
Dummy Garage Opener for Homebridge (private version, do not use)
Downloads
32
Maintainers
Readme
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.
Installation
- Install Homebridge
- Install this plugin using
npm install -g homebridge-dummy-garage
- 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 appautoCloseDelay
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