Zigbee devices fail on state change

Hi all,

I recently changed hardware on my HAOS system running Generic x86-64 on a laptop. I actually made a couple hardware changes over the past several days and all went without incident until this one.

My zigbee devices are no longer updating or responding to state changes. I’ve rebooted and tried all troubleshooting that I could think of. Has anyone run across this? There are some of the errors that I get.

z2m: Publish 'set' 'brightness' to '0xb0ce181403528421' failed: 'Error: ZCL command 0xb0ce181403528421/1 genLevelCtrl.moveToLevelWithOnOff({"level":147,"transtime":0}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Data request failed with error: 'No network route' (205))'
[2025-01-08 14:09:50] error: 	z2m: Publish 'set' 'state' to '0xb0ce181400176647' failed: 'Error: ZCL command 0xb0ce181400176647/1 genOnOff.on({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Data request failed with error: 'No network route' (205))'
[2025-01-08 14:09:57] error: 	z2m: Publish 'set' 'brightness' to '0xb0ce181400178b21' failed: 'Error: ZCL command 0xb0ce181400178b21/1 genLevelCtrl.moveToLevelWithOnOff({"level":46,"transtime":0}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Data request failed with error: 'No network route' (205))'
[2025-01-08 14:10:12] error: 	z2m: Publish 'set' 'brightness' to '0xb0ce181400176647' failed: 'Error: ZCL command 0xb0ce181400176647/1 genLevelCtrl.moveToLevelWithOnOff({"level":71,"transtime":0}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"reservedBits":0,"writeUndiv":false}) failed (Data request failed with error: 'No network route' (205))'

These lights have been power cycled recently turning them off for about and hour, and a few were reset by flicking the lights on and off 5-6 times.

I have another coordinator device that I can switch to if I need but I would prefer to not drop all devices and re-join if possible. I’m also not even confident that my devices can be released from the network since nothing responds, maybe back up the coordinator and restore on the new one?

Usually means no connection to the device.
Can you try to reset one ZigBee device and repair it? This would check if your entire setup even works.

I’ve tried re-interviewing a handful of devices with no success. Do you mean to delete the device from Z2MQTT and re-pair it?

Delete and repair. If this does not work you may have a general issue with z2m and the adapter. Which adapter are you using?

I’m honestly not sure, but it looks like my 2nd adapter just with a black case. Here is my 2nd one: CC2652R stick - slae.sh

Is there a way to just move to the other adapter? I have devices like Ikea and Phillips Hue that don’t have a factory reset, you have to delete them from the old network to release them. Migrating coordinators would be a lot easier

In theory you can do a backup and restore (depends on the zigbee stick).
Nevertheless you can also check if your config is correct:

serial:
    adapter: zstack

You also need to chosse the correct port. After using another usb port this can be a problem.

Can you see any log entries pointing to you coordinator?