Difference between revisions of "Domoticz"
From ArmadeusWiki
(→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= | |
− | + | {| 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): | * 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 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 |