Page 1 of 1

Problem with installing Z-Wave

Posted: Wednesday 10 February 2016 22:39
by richardschra
Hello

I'm want to use a Aeotec Gen 5 usb stick to control my Danfoss living termostat. But i'm having problems with installing the software on my raspberry. I used the Wiki found on the domoticz.com ( http://www.domoticz.com/wiki/Installing ... spberry_PI )

But i get stuck in the step =
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt

The error that i get =
pi@raspberrypi ~/dev-domoticz $ cmake -DCMAKE_BUILD_TYPE=Release CMakeList.txt
CMake Error: The source directory "/home/pi/dev-domoticz/CMakeList.txt" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.

It seems that the CmakeList not exists..

I'm already using Domoticz for 2 months, but only with a 433 transmitter. So i know something about Domoticz but Z-Wave is new for me

Does anyone know how I can solve this problem ?? Or is there a Domoticz image with the Z-Wave already configured ??

Re: Problem with installing Z-Wave

Posted: Sunday 14 February 2016 23:53
by richardschra
Hello team, i'm still having problem with installing of the z wave stick... :?: :?:

Can somebody help me pleas ?

Re: Problem with installing Z-Wave

Posted: Monday 15 February 2016 6:35
by nayr
your missing the source code, try git pull

Re: Problem with installing Z-Wave

Posted: Monday 15 February 2016 7:26
by jannl
Open zwave is compiled in. I did not need to install anything when adding the aeon stick.

Re: Problem with installing Z-Wave

Posted: Monday 15 February 2016 8:59
by gizmocuz
Try this:

Code: Select all

mkdir ~/domoticz
cd ~/domoticz
wget http://domoticz.sourceforge.net/beta/domoticz_linux_armv7l.tgz
tar xvfz domoticz_linux_armv7l.tgz
rm domoticz_linux_armv7l.tgz
now you can start domoticz with:

Code: Select all

./domoticz
with openzwave support build in

Re: Problem with installing Z-Wave

Posted: Tuesday 16 February 2016 20:47
by richardschra
jannl wrote:Open zwave is compiled in. I did not need to install anything when adding the aeon stick.

Hello guy's ! Thanks for your replays !
I'm starting al over again with a clean version of de raspberry wheesy sd card. I Will try "git pull" This time


@ Jan, did you use the domoticz sd .img for your instalation ? Or did you install domoticz by hand?

Re: Problem with installing Z-Wave

Posted: Tuesday 16 February 2016 21:02
by jannl
I used the domoticz image.

Re: Problem with installing Z-Wave

Posted: Thursday 18 February 2016 21:54
by richardschra
Guy's , i did the hole instalation again with the 'git pull' and now iT works! Thanks for your help !