Gestion_Relay/README.md

45 lines
1.3 KiB
Markdown
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Telecommande Domotique
===========================
<img src="http://xavier.debert.free.fr/telecom/relais.jpg" width="50%"><br>
<img src="http://xavier.debert.free.fr/telecom/1662140437397.jpg" width="50%"><br>
<img src="http://xavier.debert.free.fr/telecom/1662013232649.jpg" width="50%">
<img src="http://xavier.debert.free.fr/telecom/1662140437409.jpg" width="50%"><br>
<img src="http://xavier.debert.free.fr/telecom/schema_funduino_keyes.jpg" width="50%"><br>
<img src="http://xavier.debert.free.fr/telecom/funduino_keyes_8_prises.jpg" width="50%"><br>
## Pre-requis
sudo apt-get install rpi.gpio git
<br>ou en manuel
wget https://pypi.python.org/packages/source/R/RPi.GPIO/RPi.GPIO-0.5.11.tar.gz<br>
tar -xvf RPi.GPIO-0.5.11.tar.gz<br>
cd RPi.GPIO-0.5.11<br>
sudo python setup.py install<br>
## 1) Installation
J'ai utilisé un onduleur HS, comme boitier et gestion de 8 prises 220V<br>
ayant 4 relais, j ai utilisé 2 prises par canal.<br>
Pour installer ce script, aller dans /home/pi<br>
copier index.html gohttp.py et relay.py et favicon.ico<br>
par <br>
git clone http://in4matik.port0.org:3000/magnum88/Gestion_Relay
## 2) Pour un démarrage auto
éditer dans /etc/rc.local<br>
sudo nano /ettc/rc.local<br>
ajouter en fin avant exit<br>
#gestion Relay a 0<br>
./home/pi/relay.py power 1<br>
gohttp.sh<br>
faire un reboot