1.0.0 • Published 5 years ago
homebridge-garage-esp v1.0.0
Homebridge Garage ESP8266
Garage door opener accessory that interacts with an ESP8266 connected to a relay. Code is based off of homebridge-rasppi-gpio-garagedoor by Ben La Monica since I cannot be bothered to learn Node.js and the Homebridge API
Config
Place this inside of the accessories
array in your homebridge config. Make sure to replace the urls with the endpoints for your system.
Polling time is how often this plugin will check the state of the garage (in milliseconds, default is 5 seconds).
{
"accessory": "GarageOpenerESP8266",
"name": "ESP8266 Garage Opener",
"stateUrl": "192.168.0.13/api/state",
"targetStateUrl": "192.168.0.13/api/targetState",
"pollingTime": 5000
}
1.0.0
5 years ago