Starting deCONZ fails on bulleye

Hi,

I’m new to this forum.
I successfully installed the decons pkgs following: ConBee II Installation.
But I use Raspbian Bulleye.

In the menu I see Programming>deCONZ, but it fails to open.
When I run it on the cmd line it fails

pi@raspberrypi:~ $ /usr/bin/deCONZ-autostart.sh
warning  unsupported
missing dependency wiringpi
fix with: sudo apt install -f

I’m not able to install wiringpi, as it seems to be deprecated.
And I read that deCONZ is only supported up to Buster.

What is the timeline for the support of deCONZ for bulleye?
or should I start over again using Buster?

Regards

As far as i know you don’t need auto-start.sh. What happens if you run sudo systemctl start deconz-gui ?

This …

sudo systemctl start deconz-gui

works. But the menu entry does not open the GUI

Menu > Programming > deCONZ

@de_employees perhaps we need to remove the dependency of wiring pi here.

@conrpi you probably need to edit the shortcut in that case.

Did you configure the APT repository?

  1. Configure the APT repository for deCONZStable
sudo sh -c "echo 'deb http://phoscon.de/apt/deconz \
            $(lsb_release -cs) main' > \
            /etc/apt/sources.list.d/deconz.list"

2.Beta* (alternative)

sudo sh -c "echo 'deb http://phoscon.de/apt/deconz \
            $(lsb_release -cs)-beta main' > \
            /etc/apt/sources.list.d/deconz.list"

(stable or beta depends on which deCONZ version you use)