Difference between revisions of "Domoticz"

From ArmadeusWiki
Jump to: navigation, search
(Installation)
 
Line 5: Line 5:
 
From Domoticz webpage: "''Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device.''"
 
From Domoticz webpage: "''Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device.''"
  
==Installation==
+
=Installation=
===Buildroot===
+
{| class="wikitable"
 +
|-
 +
! Buildroot !! Debian
 +
|-
 +
|
 
<pre class="host">
 
<pre class="host">
 
$ make menuconfig
 
$ make menuconfig
 
</pre>
 
</pre>
* To be continued...
+
<pre class="config">
 +
Target packages  --->
 +
    ...
 +
    Interpreter languages and scripting  --->
 +
        ...
 +
        [*] lua
 +
    ...
 +
    Miscellaneous  --->
 +
        ...
 +
        [*] domoticz
 +
</pre>
 +
||
 +
* To install openzwave: [[OpenZWave#Installation]]
  
===Debian===
 
* To install openzwave:
 
<pre class="apf">
 
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
 
</pre>
 
 
* To install openzwave tools (MinOZW):
 
* To install openzwave tools (MinOZW):
 
<pre class="apf">
 
<pre class="apf">
Line 38: Line 37:
 
root@opos6ul:~# curl -L install.domoticz.com | bash
 
root@opos6ul:~# curl -L install.domoticz.com | bash
 
</pre>
 
</pre>
 +
|}
  
 
==Links==
 
==Links==
 
* https://domoticz.com/
 
* https://domoticz.com/

Latest revision as of 12:11, 31 March 2017


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

From Domoticz webpage: "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device."

Installation

Buildroot Debian
$ make menuconfig
Target packages  --->
    ...
    Interpreter languages and scripting  --->
        ...
        [*] lua
    ...
    Miscellaneous  --->
        ...
        [*] domoticz
  • 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

Links