Prototype RaspberryPi garage door opener written in python utilizing the GrovePi.
This prototype uses a relay wired to the garage door opener to activate the door and an ultrasonic ranger to detect of the garage door is up or not.
-
Install python (2.7)
-
Install pip
sudo apt-get install python-pip
- Install GrovePi dependencies on the pi (full instructions found here)
cd <directory_for_grovepi>
sudo git clone https://github.com/DexterInd/GrovePi
cd <directory_for_grovepi>/GrovePi/Script
sudo chmod +x install.sh
sudo ./install.sh
- Install flask
sudo pip install flask
- Run by executing gd-service.py
sudo python gd-service.py
- Integrate into master controller
- Add security