V.3.2.3 Update can Not install

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
J.nissen
Posts: 111
Joined: 02 Sep 2016 22:12

V.3.2.3 Update can Not install

Post by J.nissen »

Hallo,
In updater is Version 3.2.3 available. But it does Not install.
Also Release notes are for Version 3.2.2 ?

How can i install it ?

There is Version 4.0 on your Download Server , how can i install This ?
How can i find Release notes for this ?


Thanks for your reply,

Greetings from germany, flensburg
Greetings from germany
Jörg

Raspi 4(Buster), Zwave Version 4.1.1 Raz 7 Pro, Serial API Version:07.38(SDK 7.20)
micky1500
Posts: 298
Joined: 07 Feb 2016 16:29
Location: England

Re: V.3.2.3 Update can Not install

Post by micky1500 »

The updater seems to take a few days before the newer firmware update works.
Try again in 3 days.

You can do it now using Telnet/SSH with this command.
export BUILD=3.2.3; cd /tmp/ && wget https://storage.z-wave.me/z-way-server/ ... _armhf.deb && sudo dpkg -i zway-${BUILD}_armhf.deb

That's all on 1 line (Just incase my browser is shortening the command)
export BUILD=3.2.3; cd /tmp/ && wget
https://storage.z-wave.me/z-way-server/ ... _armhf.deb
&& sudo dpkg -i z-way-${BUILD}_armhf.deb

You can install the beta versions either by telnet/ssh or with the updater.
Click on 'update to' and paste the version you want, 4.0.0-2-gba4062cf-lws16
although I haven't used the Updater method for a long time.

Looks like Changelog is still pending.
It's on Github tho.
https://github.com/Z-Wave-Me/home-autom ... ANGELOG.md
https://github.com/Z-Wave-Me/home-automation
Raspi 4 - (Buster - 32 Bit) Zwave Version 4.1.1, Raz 7 Pro, Serial API Version: 07.38
User avatar
PoltoS
Posts: 7594
Joined: 26 Jan 2011 19:36

Re: V.3.2.3 Update can Not install

Post by PoltoS »

Hello!

As micky1500 correctly mentioned, the release roll takes few days. It will be out on Monday after final checks. The 4.0.0 version is the same as v3.2.3 but with the Long Range support. If you are in Europe, you definitely don't need it.
J.nissen
Posts: 111
Joined: 02 Sep 2016 22:12

Re: V.3.2.3 Update can Not install

Post by J.nissen »

Hello together,
thanks for your Reply.

When is the Long Range Support planned for Europe ?

greetings
Jörg
Greetings from germany
Jörg

Raspi 4(Buster), Zwave Version 4.1.1 Raz 7 Pro, Serial API Version:07.38(SDK 7.20)
User avatar
PoltoS
Posts: 7594
Joined: 26 Jan 2011 19:36

Re: V.3.2.3 Update can Not install

Post by PoltoS »

It is not even announced by Silicon Labs. This is a bureaucratic paper work and not sure if the Alliance is driving it now
seiken
Posts: 20
Joined: 23 Jan 2021 00:54

Re: V.3.2.3 Update can Not install

Post by seiken »

PoltoS wrote:
03 Apr 2022 23:15
Hello!

As micky1500 correctly mentioned, the release roll takes few days. It will be out on Monday after final checks. The 4.0.0 version is the same as v3.2.3 but with the Long Range support. If you are in Europe, you definitely don't need it.
when clicking update to 3.2.3 it states update went ok but it still 3.2.2 and its keeps stating the latest version is 3.2.3, i tried many times and also when typing 3.2.3 manually it still "update" to 3.2.2
lanbrown
Posts: 306
Joined: 01 Jun 2021 08:06

Re: V.3.2.3 Update can Not install

Post by lanbrown »

seiken wrote:
04 Apr 2022 19:57
when clicking update to 3.2.3 it states update went ok but it still 3.2.2 and its keeps stating the latest version is 3.2.3, i tried many times and also when typing 3.2.3 manually it still "update" to 3.2.2
You can either use the previous methods to manually install it or in my case, I used VNC (if you have a keyboard, mouse and monitor connected it works as well.) I downloaded the package using curl, but you can also just use a browser and to download the file at:
https://storage.z-wave.me/z-way-server/ ... _armhf.deb

Then to install it, at a terminal, go to where it is. if you used a browser it will down in /Download
Then also from the terminal issue the command:
sudo dpkg -i z-way-3.2.3_armhf.deb

Let it install and then you have a running instance of 3.2.3. Now would also be a good time to update the other packages part of the Raspian.

https://www.raspberrypi.com/documentati ... rs/os.html

After the updates, you'll need to reboot:
sudo shutdown -r now
micky1500
Posts: 298
Joined: 07 Feb 2016 16:29
Location: England

Re: V.3.2.3 Update can Not install

Post by micky1500 »

Just try again in a day or 2.
You don't need VNC or any Curl packages, if you don't use Telnet/ssh then it's easier to wait a few days to get 3.2.3
If you want v4 Beta package, it easiest via Telnet/SSH, put the working microSD into your windows usb adaptor.
Add a blank empty file called ssh, reboot then you can access the Raspberry using putty or Windows Telnet.
Raspi 4 - (Buster - 32 Bit) Zwave Version 4.1.1, Raz 7 Pro, Serial API Version: 07.38
Post Reply