Difference between revisions of "OpenZWave"
From ArmadeusWiki
(creation) |
(installation) |
||
Line 1: | Line 1: | ||
− | |||
{{Under_Construction}} | {{Under_Construction}} | ||
− | + | From OpenZWave website, it is a :"''free software library that interfaces with selected Z-Wave PC controllers, allowing anyone to create applications that manipulate and respond to devices on a Z-Wave network, without requiring in-depth knowledge of the Z-Wave protocol.''" | |
− | ==Tested adapters | + | =Installation= |
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Buildroot !! Debian | ||
+ | |- | ||
+ | | | ||
+ | <pre class="host"> | ||
+ | $ make menuconfig | ||
+ | </pre> | ||
+ | <pre class="config"> | ||
+ | ... | ||
+ | System configuration ---> | ||
+ | /dev management (Dynamic using devtmpfs + eudev) | ||
+ | ... | ||
+ | Target packages ---> | ||
+ | ... | ||
+ | Libraries ---> | ||
+ | ... | ||
+ | Networking ---> | ||
+ | ... | ||
+ | [*] openzwave | ||
+ | </pre> | ||
+ | || | ||
+ | <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): | ||
+ | <pre class="apf"> | ||
+ | root@opos6ul:~/ozw# dpkg -i openzwave_1.3.532.ge3defea_armhf.deb | ||
+ | </pre> | ||
+ | |} | ||
+ | |||
+ | =Tested adapters= | ||
* AEON Labs USB Z-Stick S2 | * AEON Labs USB Z-Stick S2 | ||
− | + | =Tested devices= | |
− | + | =Links= | |
* http://openzwave.com/home | * http://openzwave.com/home | ||
* [http://perso.ens-lyon.fr/sebastien.mei/wiki/doku.php?id=documentations:openzwave4debian Fr: Installation OpenZWave sur Debian] | * [http://perso.ens-lyon.fr/sebastien.mei/wiki/doku.php?id=documentations:openzwave4debian Fr: Installation OpenZWave sur Debian] | ||
+ | |||
+ | [[Category:Domotic]] |
Latest revision as of 10:10, 31 March 2017
Page under construction... Informations on this page are not guaranteed !!
From OpenZWave website, it is a :"free software library that interfaces with selected Z-Wave PC controllers, allowing anyone to create applications that manipulate and respond to devices on a Z-Wave network, without requiring in-depth knowledge of the Z-Wave protocol."
Installation
Buildroot | Debian |
---|---|
$ make menuconfig ... System configuration ---> /dev management (Dynamic using devtmpfs + eudev) ... Target packages ---> ... Libraries ---> ... Networking ---> ... [*] 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
root@opos6ul:~/ozw# dpkg -i openzwave_1.3.532.ge3defea_armhf.deb |
Tested adapters
- AEON Labs USB Z-Stick S2