Home Assistant OS Release 8

Zigbee not working after 8.1 upgrade

Logger: zigpy_znp.zigbee.application
Source: /usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py:1080
First occurred: 17:17:05 (2 occurrences)
Last logged: 17:21:53

Failed to reconnect
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py”, line 847, in request
response = await response_future
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py”, line 1075, in _reconnect
await self._startup()
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py”, line 318, in _startup
await self.permit(time_s=0)
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py”, line 517, in permit
response = await self._znp.request_callback_rsp(
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py”, line 886, in request_callback_rsp
await self.request(request, **response_params)
File “/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py”, line 847, in request
response = await response_future
File “/usr/local/lib/python3.9/site-packages/async_timeout/init.py”, line 129, in aexit
self._do_exit(exc_type)
File “/usr/local/lib/python3.9/site-packages/async_timeout/init.py”, line 212, in _do_exit
raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError

Logger: homeassistant
Source: /usr/src/homeassistant/homeassistant/runner.py:96
First occurred: 17:21:53 (2 occurrences)
Last logged: 17:21:53

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py", line 886, in request_callback_rsp
    await self.request(request, **response_params)
  File "/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py", line 842, in request
    self._uart.send(frame)
AttributeError: 'NoneType' object has no attribute 'send'
Logger: homeassistant
Source: components/zha/core/channels/base.py:448
First occurred: 17:17:05 (2 occurrences)
Last logged: 17:21:53

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/zha/light.py", line 522, in _refresh
    await self.async_get_state()
  File "/usr/src/homeassistant/homeassistant/components/zha/light.py", line 490, in async_get_state
    results = await self._color_channel.get_attributes(
  File "/usr/src/homeassistant/homeassistant/components/zha/core/channels/base.py", line 448, in _get_attributes
    read, _ = await self.cluster.read_attributes(
  File "/usr/local/lib/python3.9/site-packages/zigpy/zcl/__init__.py", line 441, in read_attributes
    result = await self.read_attributes_raw(to_read, manufacturer=manufacturer)
  File "/usr/local/lib/python3.9/site-packages/zigpy/device.py", line 293, in request
    radio_result, msg = await self._application.request(
  File "/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py", line 439, in request
    return await self._send_request(
  File "/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py", line 1401, in _send_request
    response = await self._send_request_raw(
  File "/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py", line 1287, in _send_request_raw
    self._znp.request_callback_rsp(
AttributeError: 'NoneType' object has no attribute 'request_callback_rsp'