I understand that it has difficulties to connect to one or more of the nodes. Which may be a breaker switch downstairs. The stick is connected into a notebook directly. There is enough power.
Setting the log level is out of my comfort zone. I will try to get a USB cable extension to meet the recommendations for the Conbee II.
That is confusing. In my perception the Conbee II stick represents the zigbee network and offers a single access point to the mesh. Via a serial port. Typically on the same machine where the donconz service runs.
If the log of the deconz service reports a failing connection to the network, then it is it about the serial port? I assume not. Or does it complain about some abstract layer? To be frank, I expect that I need no knowledge about the inners of the abstract layers of the software when I try to fix my hardware setup.
I see myself as a user of Conbee II of Dresden Electronics. For that I need to use the work of the Deconz community (which I value most). These cryptical puzzles are frustrating and reducing zigbee fun.
I will try to be a grown up man and get that log level fixed so that I can report what it says.
The zigbee network is not the stick. The stick is the coordinator. If the stick is down, the devices remain to have a network. That being said, your stick is able to leave or join it.
The log indicates it can’t connect to the network using the serial device that is presented to the Addon. IF there is no stick plugged in, you’ll get the logs you see (can’t connect to network , because stick is not there). If you have an issue forwarding the USB device in docker, you’ll get these errors too because the software can’t use the stick.
Additionally, the stick can’t contact the network because of interference (would result in other errors) or there is something else.
Best would be to provide the requested logs, because that gives some pointers and a deeper understanding on what part is failing.
Thx Minilix. I get the picture. A minute ago, I extended the usb with a cable of 3 meters. The log calmed down to … Skip idle timer callback, too early: elapsed .. as the only entry. That cable seems to solve my issue at least partly.
The issue is about a linux deamon now and out of the context of deconz.
Now I am looking for the process that connects HA to the network. I could not find it …
I was able to identify the Conbee II stick on the USB port, but it is hard to find the process that is using it. I stopped the container running deconz and as you indicated HA is still working. I checked the services, they are both idle …
jelle@jelle-ThinkPad-X240:~$ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
15d53063d0fd homeassistant/home-assistant:stable "/init" 7 days ago Up 2 days homeassistant
Podman …
jelle@jelle-ThinkPad-X240:~$ sudo podman ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
My question to the community:
What about HA itself? How does it connect to the Conbee II if I use the Zigbee integration? I needed the Phoscon app to register the gateway with HA. Now that I have stopped deconz this is no longer available but HA happily continues to interact with the network.
I was under the impression that HA was using the deconz API for interacting the network. Apparently not?