Open nicolasbrailo opened 11 months ago
I'm seeing some symptoms similar to #5356, but this is with a new FW flashed: "Scan request failed or was not answered: 'Error: Timeout - null - 254 - null - 4096 - 1 after 500ms'". Once the adapter gets into this mode, it won't respond to serial ping commands anymore, which makes me think it just crashes.
I have the same problem
Scan request failed or was not answered: 'Error: Timeout - null - 254 - null - 4096 - 1 after 500ms'
Using a sonoff, ZBdongle-E with a EFR32MG21
Any ideas?
Using a sonoff, ZBdongle-E with a EFR32MG21 Any ideas?
I ended up returning it, found the Sonoff products too unstable.
I wouldn't mind trying to solve this but I would need a bit more understanding of the underlying functions.
I can't find where the error messages comes from, it's not in this repo. Might be on some other software running on the dongle?
Found this that seems to try and address a similar problem but that's way beyond what I could solve :(
Tried to downgrade the firmware to ncp-uart-sw_6.10.3_115200.gbl but to no avail
Some updates.
adapter: ember
baudrate: 230400
I now get a new error
{"target":null,"apsFrame":{"profileId":49246,"clusterId":4096,"sourceEndpoint":0,"destinationEndpoint":0,"options":0,"groupId":65535,"sequence":0},"zclSequence":0,"commandIdentifier":1} timed out after 500ms
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days
What happened?
I'm having issues pairing Ikea light bulbs with a Sonoff adapter. At least one Hue light bulb seems to work fine. I'm doing:
[NB: I do this with only one light on, all devices except the one under test are off while I run this test]
For all bulbs, the scan and identify works fine (I can see the expected light flashing). For Hue bulbs, the reset works fine, and the bulb pairs after the reset is complete. For Ikea bulbs, the reset finishes successfully, and nothing happens afterwards. I tested this with two different Ikea bulbs.
Checking herdsman logs, I can see the Hue device announces itself after a reset, but the Ikea device doesn't. Sometimes the adapter seems to crash (zigbee2mqtt will print Scan request failed or was not answered: 'Error: Timeout - null - 254 - null - 4096 - 1 after 500ms' but eventually recovers and is able to send commands to other devices). If I trigger a reset manually (by switching the Ikea light off and on a few times) it seems to be sending messages, but not pairing.
In the logs, I see a bunch of messages like
'zcl' data is from unknown device with address '26036', skipping..
for the failed devices. I don't know if this is relevant.Any hints to debug the problem?
What did you expect to happen?
No response
How to reproduce it (minimal and precise)
mosquitto_pub -t zigbee2mqtt/bridge/request/touchlink/factory_reset -m ''
on an Ikea bulb, using a Sonoff P adapter.Crash seems random
Zigbee2MQTT version
1.34.0-dev (c26a6a2) and 1.34.0 (master)
Adapter firmware version
CC1352P2_CC2652P_launchpad_coordinator_20230507
Adapter
SONOFF Zigbee 3.0 USB Dongle Plus ZBDongle-P [P, not E]
Debug log
logs.tar.gz