Raspbian bullseye problem with install Z-wave.me

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
niva004
Posts: 1
Joined: 18 Nov 2021 23:13

Raspbian bullseye problem with install Z-wave.me

Post 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
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

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

Post by PoltoS »

We are working on this issue. Soon we will support bulleye
hellota
Posts: 3
Joined: 25 Nov 2021 17:28

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

Post by hellota »

Could you please share a prognosis for Bulleye support?

Just in the progress os migrating to a new PI

Thanks
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

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

Post 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.
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

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

Post by PoltoS »

Bullseye is now supported. Please follow the standard installation process.

Read more: https://forum.z-wave.me/viewtopic.php?p=91811#p91811
russzz57
Posts: 6
Joined: 13 Dec 2021 00:25

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

Post 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.
Post Reply