Skip to content

Latest commit

 

History

History
71 lines (39 loc) · 1.06 KB

README.md

File metadata and controls

71 lines (39 loc) · 1.06 KB

myDrop-v2

myDrop-v2 - better version of my Drop Remote for Raspberry Pi


INSTALLATION


you will need WiringPi, so install it using this tutorial:

WiringPi


Than, use the following commands to install Apache2, PHP and myDrop2

$ sudo apt-get install apache2 php libapache2-mod-php -y

$ wget https://github.com/fachinformatiker/myDrop-v2/archive/master.zip

$ unzip master.zip

$ cd myDrop2-master

$ sudo mv * /var/www/html/

$ sudo chmod -R 777 /var/www/html/*

$ sudo adduser www-data gpio

$ sudo systemctl restart apache2


CHANGE (in conf.php)

  • $kamera = "22";
  • $ventil1 = "12";
  • $ventil2 = "16";
  • $blitz = "29";


RUN

http://IP-OF-YOUR-PI/index.php



You have to accept any warning about storing session data, otherwise your values can't be transfered to the script and back.





If you need help feel free to write my an e-mail: [email protected] 💬

👍