Page 1 of 1

Raspberry/Debian Bullseye

Posted: 14 Nov 2021 22:26
by diemue
Is it save to update to Debian Bullseye?

Re: Raspberry/Debian Bullseye

Posted: 14 Nov 2021 22:58
by AlesKO
No. Just tried. It is not supported.

Re: Raspberry/Debian Bullseye

Posted: 16 Nov 2021 08:15
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.

Re: Raspberry/Debian Bullseye

Posted: 26 Nov 2021 05:12
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.

Re: Raspberry/Debian Bullseye

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