Skip to content

alittlebrighter/rpi-garage-doors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Garage Door Controller

A simple controller for my garage doors.

Wire up your relay to the pi and your garage door button wires to the relay (http://www.instructables.com/id/Raspberry-Pi-Garage-Door-Opener/step7/Attach-Raspberry-Pi-to-the-Garage/).

Edit config.yml according to the pins you are using (BCM) and change the timings depending on how long the switch needs to be activated to trigger your garage doors.

Assuming you have Go installed on your Pi

$ go install github.com/alittlebrighter/rpi-garage-doors
$ sudo $GOPATH/bin/garage-doors

Then make an http POST request to localhost:8080/control with a body of "door=0&force=false".

About

A simple web server designed to operate my garage doors from the Raspberry Pi.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published