Conbee2 keine Firmenversion mehr

Hallo Leute,

Ich habe seit gesern nach meinem neustart meines Raspberry PI 4 probleme mit meinen Conbee2.

Ich habe sogar schon versucht einen neue version einzuspielen, habe geooglet.
Danach war auch erst eine Firmenversion angezeigt worden. Ich konnte aber keine Schalter/Stecker oder was anderes Anlernen. Reboot und es war keine mehr da.

habe dann noch weiter gegoogelt.
bin dann über das hier gestoßen aber ich komme einfach nicht weiter. Habe auch schon Phoscon-App neu installiert auch keine änderung.

Blockquote

/usr/bin/deCONZ --dbg-info=2
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin “xcb” in “” even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.

Abgebrochen

Hoffe jemand kann mir helfen und sagen was ich noch ändern kann.

So sieht mein Update des Conbee 2 aus

Blockquote
sudo GCFFlasher_internal -t 60 -d /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2400542-if00 -f deCONZ_ConBeeII_0x26780700.bin.GCF.2
read file success: deCONZ_ConBeeII_0x26780700.bin.GCF.2 (163244 bytes)
flash firmware
command UART reset done
query bootloader id V1
bootloader detected
100% uploading ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
done, wait validation…
firmware successful written

also doch eigentlich alles richtig

You have headless OS ?
Add -platform minimal at the command line.

And yes you have issue on the conbee (firmware not connected), you are not running 2 deconz instance ?(the headless and the desktop)

Please translate to English as we are an English community.

we have same problem today: using the desktop; no connect to conbee!

Problem with automatic update, perhaps wayland …?

-anyway-

Now I am attached Screen, mouse and keyboard … the deconz-app within desktop now find the deconz-stick.

Does anybody know the reasons? Normaly,I would like only access the raspi-desktop via RVNC.

I don’t understand your procedure.
You have a raspbian with desktop, you can’t connect to phoscon but if you plug Screen/mouse and keyboard all is working ?
You are sure you don’t have 2 sessions running ? It can happen if you have an headless OS and use VNC, as your OS is headless a wrong procedure to use a VNC client can trigger a new session.

And if you unplug screen/mouse and keyboard, all is still working ? So it’s fine ?

Sure, let me explain:

  1. I installed everything with a monitor connected and set it up using the desktop interface.
  2. Everything worked fine, then I disconnected the monitor.
  3. I accessed the system via VNC (Remote VNC), and everything was running smoothly for about six months.
  4. During that time, there were some OS updates, both through the desktop and the terminal.
  5. Two days ago, while using the desktop via VNC, the deCONZ app opened in full-screen mode. So I connected a monitor, adjusted the deCONZ window (minimized it slightly), and afterward, there was no access to the deCONZ stick once I disconnected the monitor again.
  6. Now, when I connect the monitor, everything works fine again.

How can I disable the dual-session behavior, if that’s the cause of the issue?

So all seem fine, and plug/unplug devices can’t change something for me. If you are using the native VNC server on a desktop OS, can’t be a session issues.

Can try

ps ax | grep deCONZ

This command will show how many instance you have (but on this session)

sudo systemctl status deconz

This one how many headless service are running

sudo systemctl status deconz-gui

This one how many dekstop service are running

How it was before ? Headless ?

no, not headless - just fullscreen (maximize window), could not change via RVNC

But you have RVNC (Real VNC ?) only on your main machine (server) ? On your raspberry you have the native one (client) ?

I have too a raspberry with Raspian and using VNC, I have not the same result …

I m on Raspbian GNU/Linux 11 (bullseye)
Deconz version 2.30.2

RVNC Server/Client: I have on Mac/Window RealVNC-Viewer and on Raspi RealVNC-Server.

Whats wrong about this?

You have a native one on raspbian, never install another one, you can have compatibilites issues.
Just use Raspiconfig and enable the VNC

Nothing installed ; just native vnc by raspi

Ok so I don’t understand, but can you share the result of command lines ?