Firmware update v4.0.2 to v4.1.4 not working

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
Norbert01
Posts: 4
Joined: 08 Aug 2016 21:38

Firmware update v4.0.2 to v4.1.4 not working

Post by Norbert01 »

Hi,
I have a fresh installation on a pi3 and got the firmware v.4.0.2. I tried to update to 4.1.4 using the open updater in the web ui. The bar showing the progress of the update is not moving and it seem that the update is not progressing.

Is that a result of the communicated end of z-wave platform or what could be the reason?
seiken
Posts: 32
Joined: 23 Jan 2021 00:54

Re: Firmware update v4.0.2 to v4.1.4 not working

Post by seiken »

try changing the frequency on the controller before update so your z-wave devices not disturb it
Norbert01
Posts: 4
Joined: 08 Aug 2016 21:38

Re: Firmware update v4.0.2 to v4.1.4 not working

Post by Norbert01 »

Hi seiken,
the devices are not yet included! Before starting inclusion I first tried to get the latest version 4.1.4
seattleneil
Posts: 235
Joined: 02 Mar 2020 22:41

Re: Firmware update v4.0.2 to v4.1.4 not working

Post by seattleneil »

If you're familiar with linux, you can manually install Z-Way version 4.1.4 from the shell prompt as follows:

Code: Select all

cd /tmp/ && wget https://storage.z-wave.me/z-way-server/z-way-4.1.4_armhf.deb && sudo dpkg -i z-way-4.1.4_armhf.deb
Note that Z-Wave.Me announced the business is closing/ceasing operations in February. Z-Way has migrated to Trident IoT. If you want to download and install the most recent version of Z-Way (version 5.1.1) on a Pi running bookworm, use this command (for the nightly build version):

Code: Select all

cd /tmp/ && wget https://github.com/tridentiot/z-way-builds/releases/download/nighly/z-way-debian-bookworm-armhf-5.1.1-trident-certification-27-g7d0aacde.bookworm-1_armhf.deb && sudo dpkg -i z-way-debian-bookworm-armhf-5.1.1-trident-certification-27-g7d0aacde.bookworm-1_armhf.deb
If you're not sure about the OS version, run this command: grep VERSION /etc/os-release
enbemokel
Posts: 497
Joined: 08 Aug 2016 17:36

Re: Firmware update v4.0.2 to v4.1.4 not working

Post by enbemokel »

Hi, are there some informations about upgrade, is it running smooth?
Any other forum to read?
Thanks
Nico
Post Reply