Domoticz

From ArmadeusWiki
Revision as of 12:09, 27 December 2016 by JulienB (Talk | contribs) (Created page with "{{Under Construction}} ==Installation== ===Buildroot=== <pre class="host"> $ make menuconfig </pre> * To be continued... ===Debian=== * Launch installation script and follow...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Installation

Buildroot

$ make menuconfig
  • To be continued...

Debian

  • Launch installation script and follow instructions:
root@opos6ul:~# curl -L install.domoticz.com | bash'
  • 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