Updating zwave-js-ui doesn't get the new version #1240
Replies: 12 comments
-
Currently I'm not using Zwave JS UI, looking over the code, it seems to be downloading the new version. what's the contents of |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I think I see the issue, working on it |
Beta Was this translation helpful? Give feedback.
-
FWIW I also had an issue with the home assistant update, should have mentioned that. The home assistant lxc wouldn't start he home assistant UX, I ran "sh UPDATE" from that lxc and told it to install the stable branch, that got it going again. Don't know if this is a red herring or if it's helpful but wanted to share in case it's useful information |
Beta Was this translation helpful? Give feedback.
-
Nope, it's working correctly. It shows that you have the new binary |
Beta Was this translation helpful? Give feedback.
-
Did you clear browser cache? Is Home Assistant still complaining? |
Beta Was this translation helpful? Give feedback.
-
I cleared cache and I'm still getting this in home assistant:
|
Beta Was this translation helpful? Give feedback.
-
It's weird because it the Z-Wave JS UI about tooltip shows it's running this version:
8.0.0, according to the github release (https://github.com/zwave-js/zwave-js-ui/releases/tag/v8.0.0) is about 6 months old. Also from the LXC commandline:
It definitely seems like it's somehow pulling an older binary. edit: oh it looks like there are two binaries, the LXC starts zwave-js-ui, but there is another, more up-to-date binary called zwave-js-ui-linux.
|
Beta Was this translation helpful? Give feedback.
-
I did:
and now zwave-js-ui is reporting the newer version and home assistant is working.
Let me know if this will break something with future update or if there is a better long term fix |
Beta Was this translation helpful? Give feedback.
-
I am unsure about what steps you'd take in the future. The |
Beta Was this translation helpful? Give feedback.
-
I see that in the script, are there logs someplace where errors get output? I'm not sure why my old zwave-linux-js binary stuck around. I can manually copy zwave-js-ui-linux to zwave-js-ui instead of using a symlink but if the script works as intended it will just blow up my symlink with a duplicate anyway, so I doubt my fix will have an impact, I'm just concerned other people might run into this issue that the new version isn't getting copied for some reason |
Beta Was this translation helpful? Give feedback.
-
Just now saw your edits, what does your service file look like
This is the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue
home assistant says thats too old
"The version of Z-Wave JS Server you are currently running is too old for this version of Home Assistant. Please update the Z-Wave JS Server to the latest version to fix this issue."
When I run
root@zwave-js-ui:~# bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zwave-js-ui.sh)"
It gives output that indicates it updated
But home Z-Wave JS UI is on:
I am running
The github page says the latest version is 8.11.0 https://github.com/zwave-js/zwave-js-ui
Screenshots
If applicable, add screenshots to help explain your problem.
Bug reports will be closed after 12 hours of NO activity.
Beta Was this translation helpful? Give feedback.
All reactions