Skip to content

Control blinds via remote Up/Stop/Down switches connected to a raspberry pi GPIO

License

Notifications You must be signed in to change notification settings

ZoneMR/homebridge-gpio-blinds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-gpio-blinds

Control Somfy/Velux/etc blinds via remote wired up to the GPIO pins.

Configuration

Add the accessory in config.json in your home directory inside .homebridge.

   {
     "accessory": "GPIO-Blinds",
     "name": "Bedroom Blinds",
     "up_pin": 22,
     "down_pin": 16,
     "stop_pin": 18,
     "motion_time": 13000, *** Estimated in ms to fully open/close
     "motion_lag": 750 *** Typical lag before blinds start moving
    }

Note

This plugin based on [homebridge-noolite-http-blinds].

Feel free to contribute to make this a better plugin!

Hardware

In my case, I connected the RPI GPIO pins directly to the switch terminals on my Somfy / Velux blind remotes.

Hardware Example

About

Control blinds via remote Up/Stop/Down switches connected to a raspberry pi GPIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published