Update to Zway 3.2.0 crashed system

Discussions about RaZberry - Z-Wave board for Raspberry computer
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Update to Zway 3.2.0 crashed system

Post by PoltoS »

Are you on Raspbian Stretch or Buster? The last build do not work with Stretch. We are looking in this issue.
LasPro
Posts: 37
Joined: 10 Jun 2016 22:23

Re: Update to Zway 3.2.0 crashed system

Post by LasPro »

On Buster, do need logfile? Where to find?
LasPro
Posts: 37
Joined: 10 Jun 2016 22:23

Re: Update to Zway 3.2.0 crashed system

Post by LasPro »

Directly after updating to 3.2.0 the commands
sudo /etc/init.d/z-way-server start
sudo LD_LIBRARY_PATH=./libs ./z-way-server
helped to start the Z-way server.

Now the following error message is generated:
sudo: ./z-way-server: Befehl nicht gefunden
LasPro
Posts: 37
Joined: 10 Jun 2016 22:23

Re: Update to Zway 3.2.0 crashed system

Post by LasPro »

Thanks a lot!

I don't know why, but it worked - system is live again! Thanks to mosquitto.
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Update to Zway 3.2.0 crashed system

Post by PoltoS »

Sorry for the inconvenience. We have made our home work and are now testing the new v3.2.1 that is fixing errors introduced in v3.2.0. For the test purpose (while it is not in the repository yet) please use two commands:

Code: Select all

wget -q -O - https://storage.z-wave.me/RaspbianInstall | sudo bash
PKG=z-way-3.2.1_armhf.deb && wget -O /tmp/$PKG https://storage.z-wave.me/z-way-server/$PKG && sudo dpkg -i /tmp/$PKG
LasPro
Posts: 37
Joined: 10 Jun 2016 22:23

Re: Update to Zway 3.2.0 crashed system

Post by LasPro »

Thanks for your efforts: The system is running again (on 3.2.1)

However, there some effects in the expert mode which are quite strange:
- It is no more possible to select device descriptions (e.g. for Fibaro devices like FGS-222) --> so all device specific configurations of parameters is no more possible (only using generic parameters with get/set)
- for some of the devices (e.g. Fibaro Implant or Fibaro Roller Shutter) the worksheets "configuration" and "association" are completely blank, no settings are possible at all.

How to fix these two issues?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Update to Zway 3.2.0 crashed system

Post by PoltoS »

For device descriptions go in ZDDX folder and run ./UpdateXMLs.sh
This is a bug and will be fixed in the next release.

The blank screen is certainly due to missing ZDDX
LasPro
Posts: 37
Joined: 10 Jun 2016 22:23

Re: Update to Zway 3.2.0 crashed system

Post by LasPro »

Where to find the ZDDX folder?
LasPro
Posts: 37
Joined: 10 Jun 2016 22:23

Re: Update to Zway 3.2.0 crashed system

Post by LasPro »

Thanks again,
the XMLupdate fixed the issues.

For other users:
pi@raspberrypi:/opt/z-way-server/ZDDX
Post Reply