Cannot startup RazBerry

Discussions about RaZberry - Z-Wave board for Raspberry computer
resJF
Posts: 1
Joined: 11 Feb 2015 01:35

Re: Cannot startup RazBerry

Post by resJF »

PoltoS,

I'm new to RaZberry and am having the same issues as described on this page.

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)

I tried the the commands below and restarted Z-Way with no success.

echo -ne "\x01\x04\x00\x42\x01\xB8" > /dev/ttyAMA0
echo -ne "\x01\x03\x00\x08\xf4" > /dev/ttyAMA0

I've tried two Raspberry PI B+s and two Z-Way daughter boards both with dates 17.09.14. I've noticed that this is a common issue and that the echo commands have worked for some and not for others. Can you provide any help in resolving this issue?
Mirar
Posts: 113
Joined: 19 Oct 2014 16:54
Location: Stockholm

Re: Cannot startup RazBerry

Post by Mirar »

I tried the the commands below and restarted Z-Way with no success.
Did you try stopping z-way-server first, then the commands, then starting it? Ie,

Code: Select all

sudo service z-way-server stop; 
echo -ne "\x06\x01\x03\x00\x08\xf4" > /dev/ttyAMA0; 
sudo service z-way-server start
I think the devs like to see some more logs from /var/log/z-way-server.log too.
Post Reply