Skip to content

An updated Garage Door Opener plugin for Homebridge that works on the latest raspberry pi

Notifications You must be signed in to change notification settings

Bl4ckfi3lds/Homebridge-New-Simple-Garage-Door-Opener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An updated Garage Door Opener plugin for Homebridge that works on the latest raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published