I just installed a Aeotec Z-stick 7 into my HA yellow and just follow instructions on HA website. All seemed to go well and Z-Wave JS was installed, hub was available etc etc. I had no devices yet so I just let it sit like that.
Forward to today. Got my devices in and I figured before adding devices, let me update my stick. Downloaded the update file, 18.8.8 I believe, because the stick was still on 17 and Aeotec site mentioned I needed to go to 18 before going to 20. So I follow the update steps in Z-wave JS and at 6.8% it just hangs. Few minutes later, HA show my Z-wave JS as setting up failed and my hub is totally gone from devices.
Now I am left at a complete lost at what to do :(.
Here I was trying to do the right thing and now I’m worried the stick is bricked and im back to square one having to order a new stick, which I will then forever fear to update.
Disable the Z-Wave integration, and make sure the Z-Wave JS add-on is stopped
Copy the 7.18 gbl file to HA somewhere, i.e. /config
Install either of the Terminal/SSH add-ons
Open the chosen SSH add-on and login
Install node.js and npm via apk add npm
Update the firmware with npx -y @zwave-js/flash /dev/ttyUSB0 /config/fw.gbl, replace with your USB path and your firmware file path.
If successful, re-enable the Z-Wave integration
The update progress will be logged to the terminal window so it will be easy to see progress or if anything does wrong. You could run npx -y @zwave-js/flash /dev/ttyUSB0 /config/fw.gbl | tee upgrade.log if you want to save the log file.
If that works, I would not upgrade past 7.18 yet. Many more reports of jammed/unresponsive controllers on 7.19+ than on earlier versions.
Holy shit, SSH terminal just showed, firmware update successful. You have no idea how happy you made me. Thanks for the help.
For other people reading this and wondering but how do I upload the firmware file, like I did. There is a short instruction here using SSH terminal, which you need anyways, to setup a SFTP. Easily allowing you to drop files in your HA directory. https://dominikdorn.com/2023/08/how-to-scp-sftp-files-to-home-assistant/