I upgraded my NUC installed HAOS from 11.4 to 11.5 last night and it got stuck in a hectic boot loop, restating every minute or two.
The HA log has nearly 3000 lines in that one or two minutes ending with this:
2024-02-15 19:59:25.028 ERROR (MainThread) [zigpy.zcl] [0x1FFA:1:0xef00] Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/zigpy/zcl/__init__.py", line 415, in reply
return await self._endpoint.reply(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/zigpy/endpoint.py", line 278, in reply
return await self.device.reply(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/zigpy/device.py", line 488, in reply
return await self.request(
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/zigpy/device.py", line 322, in request
await send_request()
File "/usr/local/lib/python3.12/site-packages/zigpy/application.py", line 833, in request
await self.send_packet(
File "/usr/local/lib/python3.12/site-packages/zigpy_deconz/zigbee/application.py", line 527, in send_packet
status = await req.result
^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError: Final process shutdown
Unfortunately the Supervisor log doesn’t get a backed up copy from the previous boot so the current one has no errors at all.
It took many restarts / power cycling to get it to stay alive. Anyone else has issues or know what could have been the issue?