core: Zigbee Network Huge Degradation

The problem

Zigbee network has gotten super slow since 2022.9.1. Used to be fast, now it takes upwards of 30 seconds to turn a light on or off if it works at all.

What version of Home Assistant Core has the issue?

2022.9.1

What was the last working version of Home Assistant Core?

2022.9.0

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Zha

Link to integration documentation on our website

https://www.home-assistant.io/integrations/zha/

Diagnostics information

No response

Example YAML snippet

N/A

Anything in the logs that might be useful for us?

Logger: homeassistant
Source: /usr/src/homeassistant/homeassistant/runner.py:96 
First occurred: 5:14:26 PM (2 occurrences) 
Last logged: 5:23:00 PM

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 1025, in request_callback_rsp
    return await callback_rsp
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/zigpy_znp/api.py", line 1022, in request_callback_rsp
    async with async_timeout.timeout(timeout):
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError

Additional information

I am using the zzh stick

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 5
  • Comments: 59 (15 by maintainers)

Most upvoted comments

Bluetooth and ZigBee are both 2.4GHz, activating Bluetooth could impact ZigBee?

open a new issue for that, seems unrelated to this one.