-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: network commissioning timed out #10209
Comments
Problem solved after reflashing dongle soft. |
@Koli96 may I know which firmware did you reflash? I also got same issue, but reflashing did not help. NVM: Since I plugged both CC2531 & new dongle, changing pan_id on 2nd Zigbee2MQTT help. |
I am also seeing this issue. I tried both the latest develop branch firmware and the latest stable. Is there any way to troubleshoot? |
@crbn60 in case you are upgrading from and old dongle, change pan_id in zigbee2mqtt config may help. At least this is what happened to my case. |
I am switching from an old deconz to the new Sonoff @tvbkhanh . Doesn't changing the |
@crbn60 changing dongle already require repairing all devices |
Thanks for the help @tvbkhanh , I had incorrectly read the documentation! It worked, and I am now repairing all my devices… |
@Koli96 I've had exactly same problem (SONOFF Zigbee 3.0 USB Dongle Plus on Raspberry Pi4), running in Docker. I'm new user - runnig everything from scratch - no previous zigbee2mqtt experience. After hours of try-fails, I just unplugged dongle from rPi, and plugged it back. And voila, now it works. 🤦 ...but I have very bad feeling about it... |
I had the same problem and solved it.
In my case, the issue was that zigbee2mqtt never saw the settings I set in the homeassistant configuration and so reverted to default values. This became evident, when I subscribed to the mqtt broker and listened to editing |
I saw this too, and just before I was going to ssh in to change it, I decided to try something they mention in the FAQ here. I plugged the dongle through a USB 3.0 hub (non-powered, TP-Link UH-304 if it matters), and restarted from HA gui. It... worked! But... I don't understand why, though? It's as if there is some sort of interference (maybe being close to Ethernet)? |
I have it connected using a short USB extension cable. Yep, the interference directly next to the RPi USB plugs is actually significant. |
@th0str try connecting it via a short USB extension cable or USB hub. Apparently the SONOFF ZigBee 3.0 USB Dongle gets pretty deaf if connected directly to USB plugs. Would be good to know if that solves the issue for you as well or there are other problems around. |
It seemed to solve my issue while using an USB extension cable. Thanks |
. |
Just an update. Sonoff Zigbee 3.0 USB Dongle Plus with CC1352P2_CC2652P_launchpad_coordinator_20220219.hex firmware and Zigbee2MQTT version 1.27.2 on an oDroid XU4. I got the same problem (Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby) i tried to change the panId or reflashing the firmware without any help and i used a short (10cm long) USB extension cable on the USB2 and the USB3 port too. Zigbee2MQTT:error 2022-09-19 18:23:27: Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby But that is forks for me: I change the extension cable to an USB3 hub (without power (Trendnet TU3-ETGH3) and looks like its works! I tried only on the USB2 port of the oDroid and its works! Zigbee2MQTT:info 2022-09-19 18:26:22: Starting Zigbee2MQTT version 1.27.2 (commit #7dc48fb) I tested it more... and i am confused... Short 10cm USB extension cable: network error So looks like just need to try the cable as mentioned earlier or try to use a hub... don't give up!!!! :) |
USB extension lead resolved the issue for me with no other changes 🤷 I have a SONOFF Zigbee 3.0 USB Dongle Plus and Raspberry Pi |
Switching from the USB3 to USB2 on the RPI4 seems enough to solve this tricky issue. Just in case a few are facing the same issues as mine, maybe this could help someone.
This has been driving me crazy during 2 weeks (!!!!) My advice:
Hope it helps. |
What happened
Hi.
I'm trying to run
zigbee2mtqq
with SONOFF Zigbee 3.0 USB Dongle Plus on Raspberry Pi4 with Raspberry Pi Os x86. I'm newbie with zigbee and it's my first contact either with mosqutto and zigbee itself. I have set upmosquitto
broker and now I'm trying to runzigbee2mtqq
in docker.I have my dongle mounted at
/dev/ttyUSB0
.After running container I'm still getting in logs:
I tried to change
panId
andextendedPanId
inconfiguration.yaml
, but didn't help.Debug info
Zigbee2MQTT version: latest docker image
Adapter hardware: SONOFF Zigbee 3.0 USB Dongle Plus
Adapter firmware version: preflashed from itead.cc
Full logs:
docker-compose.yaml
:configuration.yaml
:Thank you for your time!
The text was updated successfully, but these errors were encountered: