Hi,
I have a Conbee II plugged into a Raspi 4. The latter is not connected to a monitor, but I only can access it by SSH or web frontend.
Is there any way to get a graphical overview of my Zigbee Mesh to see which device talks with which other devices?
It does seem to me that I would have to plug the Conbee II into my windows PC and then run a windows deCONZ software on it to get this mesh view, right? I do not want to change my physical setup and still hope I can use some tool to get a graphical overview of the Zigbee mesh on my headless Raspi.
I did a quick google, so that seems to be a viewer thing. Any hints on which software I would need to install on the Pi and my windows machine?
There seem to be many variants.
The most noob friendly solution would be appreciated.
but you already have installed Raspian OS with desktop support, don’t you? And the Pi starts with desktop, so when you connect via HDMI you see the desktop?
A vnc server is running on the pi already? check it with e.g.
sudo systemctl status vncserver-x11-serviced.service
On my client I use “realvnc-viewer” (aur/realvnc-vnc-viewer 7.11.1-1 (+57 1.55) (Installiert)
)
Thank you. I have started the server via raspi-config and now have GUI access.
Sadly now I am stuck in a situation where I do see the deCONZ app in the menu under developer, and I can click on it but nothing ever happens thereafter. No program UI shows up. No error.
This is even more surprising, because the iobroker and the deCONZ adapter in there does work.
Those command, disable previous service, remove it and install the new one.
Thip apps are not able to see if the application run in desktop or headless mode, they just connect them to the API, using the same port and same url.
You can switch when you want, or stay the one you prefer.
Just a comment. I had an issue previously on an user with a Headless OS, because when he was launching the Deskstop mode, was a second instance of the OS in reality (and deconz was already running on the first one)
From my memory It can’t happen on Raspbian with the native VNC enabled with raspi-config, but it’s something to take care.