but again: I have no idea whether it will work with it.
I only use the SkyConnect adapter for Thread.
Zigbee works with my own Sonoff stick and z2m.
I have 131 Zigbee devices and will not reconnect them to the Skyconnect
Even though we try our very best not to break inter-version compatibility between CPCd and the secondary version, you should thrive indeed to update the firmware of the silab chip of your dongle and have it match CPCd if you see the message about version mismatch in the CPCd logs. That is the first step to avoid weird things happening
Getting the latest docker image is one thing, upgrading the firmware of the dongle is another
Is there a reason why ā/dev/serial/by-idā doesnāt work and we need to use ā/dev/tty*ā for the device? The issue of course is that the tty* identifier changes from time to time and is not reliable.
By the way, what are the available log levels that I can pass to the docker command for this container? I am seeing a lot of logs, which is ok when setting up and debugging but once stable, I may just want to see warnings or errors.
for logs add this to docker-compose.yaml in environment section:
S6_VERBOSITY: 2
OTBR_LOG_LEVEL: āinfoā
So you are able to use zigbee? iām not. it crash (zigbee2mqtt)
FRIENDS IT SEEMS TO WORKS!!! I added, in configuration.yaml of zigbee2mqtt thist string:
baudrate: 460800
I added this in āserialā section, like this:
serial:
port: tcp://myip:20108
adapter: ezsp
baudrate: 460800
it is correct??? now it works!!! I found this setting in zigbee2mqtt guide but for ezsp the guide says 115200. I put 460800 like multipanā¦ i dont know if it is ok but it is working!!!
@leopold i can confirm that It Is working like a charm since 2 days
@leopold a question: when i upgrade multipan container (every morning), i have to stop and restart zigbee2mqtt.
It Is a way by a specific command/link/configuration to get docker to restart zigbee2mqtt after multipan up -d?
Iām having some trouble with zigbee devices in zigbee2mqtt after configuring multipan. I had to repair devices which was somewhat expected, but devices retained friendly names after being added to the network so it wasnāt too much trouble. The issue Iām having is all devices will only connect to the coordinator and not to each other.
Iām getting LQI timeouts when mapping and when turning devices off.
Iām using the same zigbee channel as thread and have the baudrate matching as well. Iām using NabuCasa_SkyConnect_RCP_v4.3.1_rcp-uart-hw-802154_460800.gbl but see that 4.3.2 is available.
Does anyone have any tips or suggestions?
Edit: I had Z2M generate new ext pan ID, pan ID and network key. Paired everything again and itās looking a lot better.