Difference between revisions of "Domoticz"

From ArmadeusWiki
Jump to: navigation, search
m (Debian)
(Debian)
Line 9: Line 9:
  
 
===Debian===
 
===Debian===
* Launch installation script and follow instructions:
 
<pre class="apf">
 
root@opos6ul:~# curl -L install.domoticz.com | bash
 
</pre>
 
 
* To install openzwave:
 
* To install openzwave:
 
<pre class="apf">
 
<pre class="apf">
Line 32: Line 28:
 
<pre class="apf">
 
<pre class="apf">
 
root@opos6ul:~/ozw# dpkg -i openzwave_1.3.532.ge3defea_armhf.deb
 
root@opos6ul:~/ozw# dpkg -i openzwave_1.3.532.ge3defea_armhf.deb
 +
</pre>
 +
 +
* After having installed all dependencies, launch Domoticz installation script and follow the instructions:
 +
<pre class="apf">
 +
root@opos6ul:~# curl -L install.domoticz.com | bash
 
</pre>
 
</pre>

Revision as of 16:07, 27 December 2016

Page under construction... Construction.png Informations on this page are not guaranteed !!

Installation

Buildroot

$ make menuconfig
  • To be continued...

Debian

  • To install openzwave:
root@opos6ul:~# mount -o remount,rw /dev/root
root@opos6ul:~# apt-get install make build-essential dpkg-dev dh-exec debhelper libxml2-utils
root@opos6ul:~# cd
root@opos6ul:~# pwd
/root
root@opos6ul:~# mkdir ozw
root@opos6ul:~# cd ozw/
root@opos6ul:~/ozw# wget http://old.openzwave.com/downloads/openzwave-1.4.164.tar.gz
root@opos6ul:~/ozw# tar zxf openzwave-1.4.164.tar.gz
root@opos6ul:~/ozw/openzwave-1.4.164# dpkg-buildpackage -b
...
root@opos6ul:~/ozw/openzwave-1.4.164# cd ..
root@opos6ul:~/ozw# dpkg -i libopenzwave1.3_1.3.532.ge3defea_armhf.deb
  • To install openzwave tools (MinOZW):
root@opos6ul:~/ozw# dpkg -i openzwave_1.3.532.ge3defea_armhf.deb
  • After having installed all dependencies, launch Domoticz installation script and follow the instructions:
root@opos6ul:~# curl -L install.domoticz.com | bash