This plugin is based on the work of Daniel Reiser and his homebridge plugin Homebridge-Simple-Garage-Door-Opener
I have update the code to replace the RPIO package who seems to not be updated anymore by GPIOX
It has been tested on a Pi 5.
"accessories": [{
"accessory": "SimpleGarageDoorOpener",
"name": "SimpleGarageDoorOpener",
"doorSwitchPin": 23,
"simulateTimeOpening": 15,
"simulateTimeOpen": 30,
"simulateTimeClosing": 15
}]
The value "doorSwitchPin" represents the GPIO number, not the pin number
Example: To use the Pin GPIO 23 you need to enter 23 and not 16