Page 1 of 1

Another startup crash

Posted: 24 Apr 2014 03:52
by holzemile
I updated to the latest version of Z-Way, and without changing any config or something similar (I also never changed the configs before), I can't start Z-Way anymore!

Here are my logs:
/var/log/Z-Way.log: http://pastebin.com/dBfxCyTF
/var/log/z-way-server.log:

Code: Select all

failed to discover ZWay: Wrong packet from Z-Wave network or Discovery got bad data (stick communication failed) (-9)
Z-Way version v1.5.0-rc1-1-ga232aeb from 2014-02-13 03:13:44 +0400 (build a232aebd0bd5f8f15345f8f1c95706a263a25f02)
Using default configuration file config.xml
Starting Z-Way for device /dev/ttyAMA0...
It is always a bit of a problem for me that everytime I would update I would get some kind of crash and I would have to post here in the forum :/

Re: Another startup crash

Posted: 25 Apr 2014 06:09
by pofs
[2014-04-23 17:34:45.927] SETDATA controller.data.manufacturerId = 0 (0x00000000)
[2014-04-23 17:34:45.927] SETDATA controller.data.manufacturerProductType = 10472 (0x000028e8)
[2014-04-23 17:34:45.927] SETDATA controller.data.manufacturerProductId = 1815 (0x00000717)
[2014-04-23 17:34:45.946] SETDATA controller.data.vendor = "Sigma Designs"
I believe there's something wrong with firmware on your RaZberry chip. For some reason vendor information is corrupted, and it thinks it is not RaZberry. Have you by any chance updated firmware on the chip?

Try to unpower and unplug your RaZberry board, then plug it and try again. If nothing changes, you should probably replace your RaZberry board.

Re: Another startup crash

Posted: 25 Apr 2014 17:20
by holzemile
I believe there's something wrong with firmware on your RaZberry chip. For some reason vendor information is corrupted, and it thinks it is not RaZberry. Have you by any chance updated firmware on the chip?
I did only update Z-Way via

Code: Select all

wget -q -O - razberry.z-wave.me/install | sudo bash
I will try to unplug the RaZberry board in an hour, then I will try to reinstall again with the above.

Re: Another startup crash

Posted: 25 Apr 2014 18:24
by holzemile
After a shutdown+ unplug and clean it worked again :)

Thanks.