Cannot startup RazBerry

Discussions about RaZberry - Z-Wave board for Raspberry computer
macpiciu
Posts: 7
Joined: 07 Oct 2013 17:22

Cannot startup RazBerry

Post by macpiciu »

After reading all topics on RazBerry installation I find my case not falling under these. I'm using the latest Raspberry Pi and Rasbian. After running the install scripts and performing a reboot nothing is happening. Following some hints I run sudo bash and then export command with path to zwave libs. Executing ./z-wave-server ends up with failed to discover ZWay. Wrong packet from Z-Wave network or Discovery got bad data (stick communication failed) (-9)

Any other ideas?

After more trial and error I go to:

Z-Way version v1.4 from 2013-09-24 04:16:14 +0400 (build c3c8f606985e948db7839377ea49ecd339fcf61c)
Using default configuration file config.xml
Failed to open log file: 13
Failed to open http log file: 13
Starting Z-Way for device /dev/ttyAMA0...
failed to init ZWay: Error reading configuration and transation files (-21)
pixi
Posts: 4
Joined: 09 Oct 2013 01:10

I have exactly the smae error

Post by pixi »

I have exactly the smae error
when i run this command i get this:

pi@raspberrypi /opt/z-way-server $ sudo LD_LIBRARY_PATH=libs ./z-way-server
Z-Way version v1.4 from 2013-09-24 04:16:14 +0400 (build c3c8f606985e948db7839377ea49ecd339fcf61c)
Using default configuration file config.xml
Starting Z-Way for device /dev/ttyAMA0...
failed to discover ZWay: Wrong packet from Z-Wave network or Discovery got bad data (stick communication failed) (-9)

Ist a new razbian image that i have only run this comand:

wget -q -O - http://razberry.z-wave.me/install | sudo bash

Any idea ???
macpiciu
Posts: 7
Joined: 07 Oct 2013 17:22

Device not compatible?

Post by macpiciu »

[2013-10-09 09:09:41.800] Job 0x07 (Get controller info and supported function classes): success
[2013-10-09 09:09:41.801] Device is not compatible. Terminating...
[2013-10-09 09:09:41.803] Removing job: Get controller info and supported function classes
[2013-10-09 09:09:41.814] Worker thread exit point
[2013-10-09 09:09:41.815] Worker thread successfully finished
failed to discover ZWay: Wrong packet from Z-Wave network or Discovery got bad data (stick communication failed) (-9)
eastwest
Posts: 1
Joined: 11 Oct 2013 15:10

I get exactly the same message

Post by eastwest »

in /var/log/Z-Way.log when trying to start the z-way server
It is apparently communicating with the add-on card and getting info on supported functions but determinig that it's not a compatible version
Are ther different versions of the z-wave hardware add-on card? that are not compatible with versions of the z-wave software? or is the raspbery os / hardware involved with different versions??
basdroid
Posts: 1
Joined: 11 Oct 2013 22:28

I get exactly the same message

Post by basdroid »

I bought all hardware last 2 weeks (pi and razberry) installed the latest image (NOOBS raspbian netwerk install) and latest z-wave install script. is it al too new ??
or is there a disk image which i can try to check if the hardware is oke ?

toni
Posts: 4
Joined: 12 Oct 2013 13:48

Another thread

Post by toni »

The first post in this thread seems to describe a problem related to incorrect log file paths. I started a new thread to continue investigations around the "failed to discover ZWay: Wrong packet from Z-Wave network or Discovery got bad data (stick communication failed) (-9)" problem people seem to be experiencing.

http://en.z-wave.me/content/z-way-serve ... n-failed-9
platenspeler
Posts: 7
Joined: 12 Oct 2013 16:13

Same message

Post by platenspeler »

I have exactly the same message. My razberry board arrived Oct 10, and today I reinstalled a complete new image of wheezy and ONLY installed the Z-wave software using the wget command.

I cannot reach the user interface on port http://myaddress:8083. And when looking in to the log, the log file shows the same message that device is not compatible,

As the installation went fine, but at runtime apparently there is something incompatible when running the daemon, this is not good news. As more people with recent buys have same error I hope someone can get into this.

If necessary I can provide more information.

Maarten
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

This error:

Post by PoltoS »

This error:
failed to init ZWay: Error reading configuration and transation files (-21)

means Z-Way can not find needed files in current folder. You need to cd to /opt/z-way-server first and only then run
LD_LIBRARY_PATH=libs ./z-way-server
macpiciu
Posts: 7
Joined: 07 Oct 2013 17:22

this isn't the issue with your hardware

Post by macpiciu »

I did create symlinks to all libraries since this is the only way to get it workin to the point where it just prints

Wrong packet from Z-Wave network or Discovery got bad data (stick communication failed) (-9)

I've reinstalled both OS and your software and it simply DOES NOT work, for whatever reason. Can you please assist everyone having this problem as it doesn't seem to be random at all.
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

Please check out logs. If you

Post by PoltoS »

Please check out logs. If you see manufacturer (vendor) Z-Wave.Me, you have to replace your device.

http://en.z-wave.me/comment/2506#comment-2506
Post Reply