Raspberry/Debian Bullseye

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
diemue
Posts: 34
Joined: 09 Sep 2015 12:40

Raspberry/Debian Bullseye

Post by diemue »

Is it save to update to Debian Bullseye?
AlesKO
Posts: 84
Joined: 24 Nov 2016 09:58

Re: Raspberry/Debian Bullseye

Post by AlesKO »

No. Just tried. It is not supported.
lanbrown
Posts: 279
Joined: 01 Jun 2021 08:06

Re: Raspberry/Debian Bullseye

Post by lanbrown »

I did the manual update method that is not supported on one of my Raspberry Pi's running Z-Way 3.2.1 and it still runs.
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: Raspberry/Debian Bullseye

Post by PoltoS »

We have a test build that supports both Raspbian 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: Raspberry/Debian Bullseye

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