0 commentsCore

Controlling the blinds from the comfort of your bed

Just another example on what you can do with GDOPi. You can also automate this by placing the below command in a cron job. For example drop the blinds at 22:00 and lift them up at 8:00. The cron command will look something like this: curl -X POST -d ‘pi=your_pi_name&gate=1’ -H “Authorization: Bearer your_gdo_pi_account_token” http://gdo-backend.herokuapp.com/generatecommand ….  Read More

3 commentsCore

Download & install

GDOPi install procedure: Open a terminal from Raspbian (Start – Accessories – Terminal) and input following commands: wget http://gdopi.com/install/gdo_pi.sh chmod +x gdo_pi.sh ./gdo_pi.sh After configuring GDOPi you can launch it as a process in the background with ./gstart.sh (make sure you are in /home/pi/gdopi folder) To make GDOPi run every time your Pi boots: sudo ….  Read More

0 commentsCore

What is GDO PI?

A while back, a friend gave me the idea of opening the garage door with a Raspberry PI and a relay board. We hooked it to a Nice garage door remote and voila – now it can open the driveway gate remotely. In time, I did this to all of the gates that I had ….  Read More