Skip to content

Garage Door Opener Using a Raspberry Pi - Forked from Chris Driscoll's Original Code

License

Notifications You must be signed in to change notification settings

techsneeze/garage-door-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

garage-door-pi

Garage Door Opener Using a Raspberry Pi - Forked from Chris Driscoll's Original Code

Differences from Chris Driscoll's version:

  • Added a second door sensor
    • Now supports a normal garage door (front) for a car, as well as a side/back door
    • GPIO 18 used for "FRONT DOOR"
    • GPIO 27 used for "BACK DOOR"
  • Added a temperature sensor
    • GPIO 4 (Pin 7)
    • Used a 1-Wire DS18B20 temperature sensor, supported by WebIOPi
  • Less Doge...because I am boring. :-/

Screenshot

Garage Door Pi Screenshot from an iPhone

Test

Installation

  1. Follow Chris Driscoll's Guide.
  2. Use the files in this repo instead of the HTML files in the guide. They should otherwise be placed in the same folder.
  3. Add the line below to the [DEVICES] section of /etc/webiopi/config :
Garage = DS18B20

About

Garage Door Opener Using a Raspberry Pi - Forked from Chris Driscoll's Original Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages