Hello 👋
I just flashed my CC2652P coordinator https://www.amazon.fr/dp/B09KXTCMSC?ref_=ppx_hzsearch_conn_dt_b_fed_asin_title_3) using (https://dongle.sonoff.tech/sonoff-dongle-flasher/) to the latest firmware, because I was not able to pair an Aqara device (https://www.zigbee2mqtt.io/devices/RTCGQ14LM.html)).
The dongle seems recognized by my Raspberry Pi / Home Assistant, and I succeeded in pairing the new Aqara device ✅
But all my older devices stopped working ❌
I’m now seeing these errors:
z2m: Publish 'set' 'state' to 'Module spots Salon' failed:
Error: ZCL command 0x08ddebfffeeeb25b/1 genOnOff.off(...) failed
(Timeout - 59734 - 1 - 12 - 6 - 11 after 10000ms)
z2m: Failed to read state of 'Spot salon 3' after reconnect
ZCL command 0x5c0272fffe2df495/1 genOnOff.read(["onOff"], ...) failed
(Data request failed with error: 'MAC no ack' (233))
z2m: Failed to read state of 'Spot salon 2' after reconnect
ZCL command 0x5c0272fffe2df605/1 genOnOff.read(["onOff"], ...) failed
(Data request failed with error: 'No network route' (205))
My network_key, pan_id, and ext_pan_id did not change.
Here’s an extract from my Z2M config:
{
"coordinator": {
"ieee_address": "0x00124b002f8a7051",
"meta": {
"maintrel": 1,
"majorrel": 2,
"minorrel": 7,
"product": 1,
"revision": 20240710,
"transportrev": 2
},
"type": "zStack3x0"
},
"log_level": "error",
"network": {
"channel": 11,
"extended_pan_id": "0x44e936cc032a5ee5",
"pan_id": 21545
},
"permit_join": false,
"restart_required": false,
"version": "1.41.0",
"zigbee_herdsman": {
"version": "2.1.7"
}
}
👉 Does anyone have an idea what could be wrong, or how to get my old devices talking again?