Page 1 of 1

Raspbian bullseye problem with install Z-wave.me

Posted: 18 Nov 2021 23:18
by niva004
I have a question about support z-wave Software on Raspbian 11 (bullseye).
I just tried this command "sudo wget -q -O - http://razberry.z-wave.me/install | sudo bash", and i got information " Your Raspbian distribution is currently not supported by Z-Way, Please contact Z-Wave.Me support for more information"
Can anyone help me?, i tried to install manually
"sudo dpkg -i z-way-3.2.1_armhf.deb" and resolve dependiences, unfortunately one ist still missing "z-way-server depends on libwebsockets8;", on Debian 11 ist new version of libwebsockets16.


Thanks in advice

Pawel

Re: Raspbian bullseye problem with install Z-wave.me

Posted: 25 Nov 2021 02:20
by PoltoS
We are working on this issue. Soon we will support bulleye

Re: Raspbian bullseye problem with install Z-wave.me

Posted: 25 Nov 2021 17:57
by hellota
Could you please share a prognosis for Bulleye support?

Just in the progress os migrating to a new PI

Thanks

Re: Raspbian bullseye problem with install Z-wave.me

Posted: 26 Nov 2021 05:10
by PoltoS
We have a test build that supports both bullseye and buster:

Code: Select all

PKG=z-way-3.2.1-29-g6bdd76fe_armhf.deb && wget -O /tmp/$PKG https://storage.z-wave.me/z-way-server/$PKG && sudo dpkg -i /tmp/$PKG
It might give you an error due to missing libmosquitto1. If so, just do

Code: Select all

sudo apt --fix-broken install
Also, note that until the release WebSockets client will also not work. Only a few customers are using it, so I'll not post a recipe here - this will be fixed in a few days once the official release is out.

Re: Raspbian bullseye problem with install Z-wave.me

Posted: 30 Nov 2021 03:19
by PoltoS
Bullseye is now supported. Please follow the standard installation process.

Read more: https://forum.z-wave.me/viewtopic.php?p=91811#p91811

Re: Raspbian bullseye problem with install Z-wave.me

Posted: 19 Dec 2021 23:04
by russzz57
Hi,
FYI for Me similar issue reported - https://forum.z-wave.me/viewtopic.php?f=3422&t=34788
caused by my version of Raspian Bullseye arm64 installed, which one it is not yet supported by Z-wave.me, only version arm32 works.
I need to uninstall my OS and re-install the supported one.