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?
Cannot startup RazBerry
Re: Cannot startup RazBerry
Did you try stopping z-way-server first, then the commands, then starting it? Ie,I tried the the commands below and restarted Z-Way with no success.
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