1.0.0 • Published 1 year ago

homebridge-new-simple-garage-door-opener v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Homebridge-New-Simple-Garage-Door-Opener

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.

Pi 5 GPIO Layout

Raspberry-Pi-5-Pinout-

Configuration example

"accessories": [{
        "accessory": "SimpleGarageDoorOpener",
        "name": "SimpleGarageDoorOpener",
        "doorSwitchPin": 23,
        "simulateTimeOpening": 15,
        "simulateTimeOpen": 30,
        "simulateTimeClosing": 15
    }]

Warning

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