Page 1 of 1

Firmware update v4.0.2 to v4.1.4 not working

Posted: 30 Jul 2025 19:22
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?

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

Posted: 01 Aug 2025 01:50
by seiken
try changing the frequency on the controller before update so your z-wave devices not disturb it

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

Posted: 01 Aug 2025 13:27
by Norbert01
Hi seiken,
the devices are not yet included! Before starting inclusion I first tried to get the latest version 4.1.4

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

Posted: 04 Aug 2025 02:57
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

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

Posted: 04 Aug 2025 23:22
by enbemokel
Hi, are there some informations about upgrade, is it running smooth?
Any other forum to read?
Thanks
Nico