V4.0.0

Discussions about Z-Way software and Z-Wave technology in general
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: V4.0.0

Post by PoltoS »

@vinisz, @ibjr

Concerning the disappeared FGMS and some other sensors, the reason is that Alarm CC structure has changed. But in debian post-install script there is
a string that transforms. Here it is:

Code: Select all

# Transform old DevicesData.xml to new format
(cd /opt/z-way-server/ && test -x ./z-cfg-update && ls -1 config/zddx/*.xml 2> /dev/null | xargs -l ./z-cfg-update)
It had to do the job. But looks like in your case it did not happen. This could be only if you restored a pre-4.0 backup on 4.0. If so, just execute this line in bash (under sudo -s). Or just re-install Z-Way (same version) - it will be executed.

If you havn't restored a backup, please let us know, we will check how else it could happen
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: V4.0.0

Post by PoltoS »

Please check this version: https://storage.z-wave.me/z-way-server/ ... _armhf.deb

It solves the crash with MultiCmd CC you experienced. And also few more minor fixes
markchang
Posts: 47
Joined: 21 Oct 2019 01:50

Re: V4.0.0

Post by markchang »

I’ve started to experienced server crashes. Yesterday Teo times.

When I see that temperature and others are not reader by HomeKit, I test to enter in application and hub is not available. The only thing I can do is enter via ash and start manually the server.

Can you say to us how to solve this? For me is a major problem
micky1500
Posts: 298
Joined: 07 Feb 2016 16:29
Location: England

Re: V4.0.0

Post by micky1500 »

@markchang
Have you tried the newer version ?
4.0.0-10 from above, I'm actually on 4.0.0-11 right now. (Luckily mine wasn't crashing, just monitoring was messy)

I don't have anything else to fix it.
But I would install Monit, it ensures z-way keeps running. Will restart it if it detects that it has crashed.
https://forum.z-wave.me/viewtopic.php?f ... nit#p68246
Raspi 4 - (Buster - 32 Bit) Zwave Version 4.1.1, Raz 7 Pro, Serial API Version: 07.38
markchang
Posts: 47
Joined: 21 Oct 2019 01:50

Re: V4.0.0

Post by markchang »

Crashes started with 4.0.0 version

I have the one you can install with firmware update, I don’t know if it exist something new tht fixes the problem
Eckhard
Posts: 32
Joined: 17 Oct 2015 16:18

Re: V4.0.0

Post by Eckhard »

My ZG8101EU 2013 Vision Garage Door Sensor shows no state changes after the upgrade to 4.0.1. Even in the experts view no state changes are shown. Same issue?
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: V4.0.0

Post by PoltoS »

Please ensure the Lifeline is set (Association group #1 contains 1:0) and check the log. It might be that the device is sending less secure packets. In that case, go in Expert UI → Configuration → Expert Commands and on the bottom set acceptUnsecureSet to 0 (or whatever is suggested in the log) and may be mapBasicSetToReport. You can show the log to let us understand the issue.
Eckhard
Posts: 32
Joined: 17 Oct 2015 16:18

Re: V4.0.0

Post by Eckhard »

Thx, changing mapBasicSetToSpecificReport was solving the problem!
micky1500
Posts: 298
Joined: 07 Feb 2016 16:29
Location: England

Re: V4.0.0

Post by micky1500 »

I have 3 door sensors that needed the fix to make them work in 4.0.1
After Upgrade to 4.0.2 they fail to work again.
The Settings for acceptUnsecureSet and acceptUnsecureSet have reverted to their old settings.

Can it be made permanent ?





3 steps taken to fix it.
1. In Rules, IF Rule does not show a device. Reselected the sensor, which was available in the list.
2. Set acceptUnsecureSet to 0 (had reverted back to Nul)
3. Set mapBasicSetToSpecificReport to True. (had reverted back to False)
Raspi 4 - (Buster - 32 Bit) Zwave Version 4.1.1, Raz 7 Pro, Serial API Version: 07.38
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: V4.0.0

Post by PoltoS »

Wait up to one hour after changing it to let the Z-Wave data to save or save it explicitly shutting down Z-Way gracefully.
Post Reply