- Installation de Domoticz sur un Raspberry PI version B
Hardware : Raspberry B + RFXCom USB
Distribution : Debian – Linux cabinetduv 3.6.11+ #371 PREEMPT Thu Feb 7 16:31:35 GMT 2013 armv6l GNU/Linux
- Mise à jour distribution
apt-get update
- Installation des paquets necessaire :
apt-get install build-essential -y apt-get install cmake libboost-dev libboost-thread-dev libboost-system-dev libsqlite3-dev subversion libusb-dev curl libcurl4-openssl-dev
- Installation de Domoticz :
cd /home/pi/ svn checkout svn://svn.code.sf.net/p/domoticz/code/domoticz cd /home/pi/domoticz/ cmake CMakeLists.txt make
- Test de domoticz :
./domoticz
On ce connecte à l’interface de gestion http://ip_raspberry:8080
- Demarrage auto apres un reboot :
pico /etc/rc.local
On ajoute :
/home/pi/domoticz/domoticz &