Page 1 of 1

V.3.2.3 Update can Not install

Posted: 03 Apr 2022 09:14
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

Re: V.3.2.3 Update can Not install

Posted: 03 Apr 2022 18:27
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

Re: V.3.2.3 Update can Not install

Posted: 03 Apr 2022 23:15
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.

Re: V.3.2.3 Update can Not install

Posted: 04 Apr 2022 08:35
by J.nissen
Hello together,
thanks for your Reply.

When is the Long Range Support planned for Europe ?

greetings
Jörg

Re: V.3.2.3 Update can Not install

Posted: 04 Apr 2022 11:00
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

Re: V.3.2.3 Update can Not install

Posted: 04 Apr 2022 19:57
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

Re: V.3.2.3 Update can Not install

Posted: 04 Apr 2022 20:48
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

Re: V.3.2.3 Update can Not install

Posted: 06 Apr 2022 03:44
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.