Difference between revisions of "Domoticz"
From ArmadeusWiki
(→Debian) |
(→Installation) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Domotic]] | ||
+ | |||
{{Under Construction}} | {{Under Construction}} | ||
− | + | 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= | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Buildroot !! Debian | ||
+ | |- | ||
+ | | | ||
<pre class="host"> | <pre class="host"> | ||
$ make menuconfig | $ make menuconfig | ||
</pre> | </pre> | ||
− | * | + | <pre class="config"> |
+ | Target packages ---> | ||
+ | ... | ||
+ | Interpreter languages and scripting ---> | ||
+ | ... | ||
+ | [*] lua | ||
+ | ... | ||
+ | Miscellaneous ---> | ||
+ | ... | ||
+ | [*] domoticz | ||
+ | </pre> | ||
+ | || | ||
+ | * To install openzwave: [[OpenZWave#Installation]] | ||
− | + | * To install openzwave tools (MinOZW): | |
− | * | + | |
<pre class="apf"> | <pre class="apf"> | ||
− | root@opos6ul:~# | + | root@opos6ul:~/ozw# dpkg -i openzwave_1.3.532.ge3defea_armhf.deb |
</pre> | </pre> | ||
− | * | + | |
+ | * After having installed all dependencies, launch Domoticz installation script and follow the instructions: | ||
<pre class="apf"> | <pre class="apf"> | ||
− | root@opos6ul:~# | + | root@opos6ul:~# curl -L install.domoticz.com | bash |
− | + | </pre> | |
− | + | |} | |
− | + | ||
− | + | ==Links== | |
− | + | * https://domoticz.com/ | |
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 11:11, 31 March 2017
Page under construction...
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 |
root@opos6ul:~/ozw# dpkg -i openzwave_1.3.532.ge3defea_armhf.deb
root@opos6ul:~# curl -L install.domoticz.com | bash |