Z-Way v3.2.2 Release

Official announcements from Z-Wave.Me team. Check this forum to get information about new releases and bug fixes.
seattleneil
Posts: 172
Joined: 02 Mar 2020 22:41

Re: Z-Way v3.2.2 Release

Post by seattleneil »

Since this issue isn't specific to version 3.2.2, please consider starting a new thread in the Device Specific forum for the Namron Thermostat plug.

It is very likely that the log file contains sufficient information to reveal the problem (lack of support in the Z-Way database is not the problem). @Poltos has offered to look at your log file if you send it to him.

On a different tangent... In theory (based on marketing claims), the Matter home automation standard is supposed to solve multi-vendor interoperability issues, simplify installation/configuration and have highly reliable wireless communication based on Wi-Fi and Bluetooth. I also plan to stick with Z-Wave, at least until Matter proves itself. Time will tell. From an intellectual property perspective, many significant/road-blocking home automation patents have expired recently and the large companies behind Matter (that own many of the newer home automation patents) have agreed to a royalty-free licensing model. There is a window of opportunity for Matter to be a game-changing technology.
otverber
Posts: 63
Joined: 28 Mar 2018 20:17

Re: Z-Way v3.2.2 Release

Post by otverber »

file/var/log/z-way-server.log after force incluson

[2021-12-08 00:01:23.877] [D] [zway] SETDATA devices.129.data.lastReceived = 0 (0x00000000)
[2021-12-08 00:01:23.878] [zway] Node 129:0 CC SecurityS2: passing S2 Unauthenticated decrypted packet to application level: [ 31 05 01 42 08 8f ]
[2021-12-08 00:01:23.878] [D] [zway] SETDATA devices.129.instances.0.commandClasses.49.data.1.deviceScale = 0 (0x00000000)
[2021-12-08 00:01:23.880] [D] [zway] SETDATA devices.129.instances.0.commandClasses.49.data.1.scaleString = "°C"
[2021-12-08 00:01:23.880] [D] [zway] SETDATA devices.129.instances.0.commandClasses.49.data.1.val = 21.910000
[2021-12-08 00:01:23.880] [D] [zway] SETDATA devices.129.instances.0.commandClasses.49.data.1 = Empty
[2021-12-08 00:01:23.918] [core] [AdvancedThermostatDevice-25] Average weight 21.91
[2021-12-08 00:01:23.919] [core] [AdvancedThermostatDevice-25] Keeping thermostat off
[2021-12-08 00:01:23.920] [core] Notification: device-info (device-temperature): {"dev":"Sensor Temperature (129)","l":"21.91 °C","location":1}
[2021-12-08 00:01:23.947] [core] [BaseModule-19] Set lastLevel to 21.91 for ZWayVDev_zway_129-0-49-1 (was 21.9)
[2021-12-08 00:01:24.456] [zway] Adding job: Get background noise level
[2021-12-08 00:01:24.462] [D] [zway] SENDING: ( 01 03 00 3B C7 )
[2021-12-08 00:01:24.463] [D] [zway] RECEIVED ACK
[2021-12-08 00:01:24.464] [D] [zway] RECEIVED: ( 01 05 01 3B B0 AB DB )
[2021-12-08 00:01:24.464] [D] [zway] SENT ACK
[2021-12-08 00:01:24.464] [D] [zway] SETDATA controller.data.statistics.backgroundRSSI.channel1 = 176 (0x000000b0)
[2021-12-08 00:01:24.464] [D] [zway] SETDATA controller.data.statistics.backgroundRSSI.channel2 = 171 (0x000000ab)
[2021-12-08 00:01:24.464] [D] [zway] SETDATA controller.data.statistics.backgroundRSSI.channel3 = 127 (0x0000007f)
[2021-12-08 00:01:24.465] [zway] Job 0x3b (Get background noise level): RSSI Ch#1: -85 dBm, Ch#2: -85 dBm, Ch#3: not available
[2021-12-08 00:01:24.465] [D] [zway] Job 0x3b (Get background noise level): success
[2021-12-08 00:01:24.465] [zway] Removing job: Get background noise level
Sigrid94
Posts: 1
Joined: 15 Dec 2021 03:02

Re: Z-Way v3.2.2 Release

Post by Sigrid94 »

Amazing releases. Looking forward to the updates. Cheers.
AlesKO
Posts: 84
Joined: 24 Nov 2016 09:58

Re: Z-Way v3.2.2 Release

Post by AlesKO »

Unable to save Security module settings/changes.

Can anyone else confirm this problem?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Z-Way v3.2.2 Release

Post by PoltoS »

This can happen if you have a missing device in previous settings. This is fixed in our dev version. Shall we give you the file from GitHub to try or you waitf or the release?
AlesKO
Posts: 84
Joined: 24 Nov 2016 09:58

Re: Z-Way v3.2.2 Release

Post by AlesKO »

Exactly, I have a missing device and would like to delete it.
Will wait for official/published version. It is not an urgent situation.

Thx for the explanation !
Stalnoff
Posts: 60
Joined: 07 Jan 2022 18:16

Re: Z-Way v3.2.2 Release

Post by Stalnoff »

How to install this update on “Z-Wave.Me Hub”?
Current version on my hub is 3.1.3. After click “software update” button system says: “SmartHome UI - ERROR There are no updates available”
seattleneil
Posts: 172
Joined: 02 Mar 2020 22:41

Re: Z-Way v3.2.2 Release

Post by seattleneil »

My Pi is running buster and I typically do upgrades via the command line. If your Pi is running buster, this procedure should work:

1. Verify your OS version is buster - run:
cat /etc/os-release

2. Set PKG variable to install version 3.2.2, fetch z-way-server package from server and install z-way-server package - run:
PKG=z-way-3.2.2_armhf.deb && wget -O /tmp/$PKG https: //storage.z-wave.me/z-way-server/$PKG && sudo dpkg -i /tmp/$PKG

3. Verify mosquitto and z-way-server packages have been installed - run:
dpkg-query -l mosquitto z-way-server

You should see the following:
ii mosquitto 2.0.12-0mosquitto1~buster1 armhf MQTT version 3.1/3.1.1/5.0 compatible message broker
ii z-way-server 3.2.2 armhf RaZberry/Z-Way smart home gateway

4. If mosquitto is missing, follow this post: https: //forum.z-wave.me/viewtopic.php?f=3419&t=34768&p=91987
Dan
Posts: 38
Joined: 01 May 2019 11:39

Re: Z-Way v3.2.2 Release

Post by Dan »

Hi
I also want to know, how to install 3.2.2 on Z-Wave.me Hub
Currently it finds only 3.2.0 as the latest version: "There are no updates available"
seattleneil
Posts: 172
Joined: 02 Mar 2020 22:41

Re: Z-Way v3.2.2 Release

Post by seattleneil »

I can't answer your question since I don't have a Popp Hub. Based on the reply by @Poltos, I'm guessing your Popp Hub is a nicely packaged RaZberry (a Raspberry Pi with the Z-Wave.me daughterboard). Before you get too deep into upgrading your Popp Hub, please consider backing up your Z-Way network information (use expert UI->Network->Control->Backup and Restore) and backing up your Z-Way configuration (use smarthome UI->Settings->Backup & Restore) since the upgrade could delete your Z-Way information.

The instructions for installing Z-Way on a Raspberry Pi are here: https: //z-wave.me/z-way/download-z-way/

It's entirely possible the conversion from being a Popp Hub to a RazBerry involves other steps. Hopefully @PoltoS will fix the broken link and give you the definitive answer.
Post Reply