Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZHA error after update 2022.04 #69494

Closed
vdlr26 opened this issue Apr 6, 2022 · 63 comments
Closed

ZHA error after update 2022.04 #69494

vdlr26 opened this issue Apr 6, 2022 · 63 comments
Assignees

Comments

@vdlr26
Copy link

vdlr26 commented Apr 6, 2022

The problem

After update to 2022.04 ZHA state is: "Failed to set up"

Log deatil:
Logger: homeassistant.config_entries
Source: deps/lib/python3.9/site-packages/zhaquirks/centralite/init.py:11
First occurred: 23:39:14 (1 occurrences)
Last logged: 23:39:14

Error setting up entry socket://192.168.1.128:8888 for zha
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 335, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/zha/init.py", line 99, in async_setup_entry
setup_quirks(config)
File "/config/deps/lib/python3.9/site-packages/zhaquirks/init.py", line 394, in setup
importlib.import_module(modname)
File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/config/deps/lib/python3.9/site-packages/zhaquirks/centralite/init.py", line 11, in
class CentraLiteAccelCluster(CustomCluster):
File "/usr/local/lib/python3.9/site-packages/zigpy/zcl/init.py", line 91, in init_subclass
raise TypeError(
TypeError: manufacturer_attributes is deprecated. Copy the parent class's attributes dictionary and update it with your manufacturer-specific attributes. Make sure to specify that it is manufacturer-specific through the appropriate constructor or tuple!

What version of Home Assistant Core has the issue?

2022.04

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

ZHA Zigbee Home Automation

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

The problem is with Sonoff Zigbee Bridge with Tasmota 11.0.0 (192.168.1.128)

@probot-home-assistant
Copy link

Hey there @dmulcahey, @Adminiuga, mind taking a look at this issue as it has been labeled with an integration (zha) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)


zha documentation
zha source
(message by IssueLinks)

@KentGitIvar
Copy link

I also had problem with Zigbee using ZHA and Conbee.
After update to 2022.4 lost some actions and everything was working strange but not totally gone.
After restore to 2022.3.8 all was fine again.
Lights and remotes are IKEA using “Awesome HA Blueprints”.
/Kent

@Adminiuga
Copy link
Contributor

Remove /config/deps/lib/

@seastonestu
Copy link

I do not see a /config/deps/lib/ folder and I am having the same issue after 2022.04.

@vdlr26
Copy link
Author

vdlr26 commented Apr 6, 2022

After deleting this folder it works.
Thank you very much.

@seastonestu
Copy link

After deleting this folder it works. Thank you very much.

is the folder somewhere vs code can't see?

@vdlr26
Copy link
Author

vdlr26 commented Apr 6, 2022

No. in the same folder where you have configuration.yaml there is a folder named deps

@seastonestu
Copy link

that's so weird could not find it with either vs code or file editor but I did find and delete it in the terminal and now I'm good :) thanks @vdlr26 for asking the question and @Adminiuga for the answer.

@mclever
Copy link

mclever commented Apr 7, 2022

deleting /config/deps/lib/ worked for me. all my aqara sensors needed to have their button pressed a few times to get them reconnected as well, while other stuff connected just fine. havent had to touch each aqara sensor in a few months worth of updates now.

@itn3rd77
Copy link
Contributor

itn3rd77 commented Apr 7, 2022

My folder /config/deps is empty and ZHA is not working after update to 2022.04. All entities are flagt as unavailable and the log is full of errors.

2022-04-07 08:01:24 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8353:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x8353:11:0x0006]: Message send failure'), DeliveryError('[0x8353:11:0x0006]: Message send failure'), DeliveryError('[0x8353:11:0x0006]: Message send failure'), DeliveryError('[0x8353:11:0x0006]: Message send failure')]
2022-04-07 08:01:25 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x1756:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x1756:11:0x0008]: Message send failure'), DeliveryError('[0x1756:11:0x0008]: Message send failure'), DeliveryError('[0x1756:11:0x0008]: Message send failure'), DeliveryError('[0x1756:11:0x0008]: Message send failure')]
2022-04-07 08:01:25 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8353:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8353:11:0x0008]: Message send failure'), DeliveryError('[0x8353:11:0x0008]: Message send failure'), DeliveryError('[0x8353:11:0x0008]: Message send failure'), DeliveryError('[0x8353:11:0x0008]: Message send failure')]
2022-04-07 08:01:25 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x1756:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x1756:11:0x0006]: Message send failure'), DeliveryError('[0x1756:11:0x0006]: Message send failure'), DeliveryError('[0x1756:11:0x0006]: Message send failure'), DeliveryError('[0x1756:11:0x0006]: Message send failure')]
2022-04-07 08:01:25 ERROR (MainThread) [homeassistant.components.sensor] Platform zha does not generate unique IDs. ID bc:33:ac:ff:fe:27:bf:a5-1-1 already exists - ignoring sensor.ikea_tradfri_a5bf27fe_battery_power
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:00:ff:64:c4-11 already exists - ignoring light.philips_lct001_c464ff00_level_light_color_on_off
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:00:fd:19:57-11 already exists - ignoring light.philips_lct001_5719fd00_level_light_color_on_off
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c1:c5:19-11 already exists - ignoring light.philips_ltw013_19c5c104
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c1:cb:2a-11 already exists - ignoring light.philips_ltw013_2acbc104
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c1:cb:94-11 already exists - ignoring light.philips_ltw013_94cbc104
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:02:f0:48:90-11 already exists - ignoring light.philips_ltw013_9048f002
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c1:d2:6a-11 already exists - ignoring light.philips_ltw013_6ad2c104
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:0b:28:1e:20-11 already exists - ignoring light.signify_netherlands_b_v_lwe004_201e280b_level_on_off
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:0b:27:18:5a-11 already exists - ignoring light.signify_netherlands_b_v_lwe004_5a18270b_level_on_off
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID light_zha_group_0x0002 already exists - ignoring light.zha_bathroom_ceiling
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID light_zha_group_0x0003 already exists - ignoring light.zha_kitchen_spots
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID light_zha_group_0x0004 already exists - ignoring light.zha_coffee_lounge
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID light_zha_group_0x0005 already exists - ignoring light.zha_livingroom_couch
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID light_zha_group_0x0006 already exists - ignoring light.zha_corridor
2022-04-07 08:01:26 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID light_zha_group_0x0007 already exists - ignoring light.zha_kitchen_cabinet
2022-04-07 08:01:31 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure')]
2022-04-07 08:01:32 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 58:8e:81:ff:fe:93:5b:c8-1 already exists - ignoring light.ikea_tradfri_driver_c85b93fe
2022-04-07 08:01:35 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c2:dd:05-11 already exists - ignoring light.philips_ltw013_05ddc204
2022-04-07 08:01:35 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:03:ae:6a:9a-11 already exists - ignoring light.philips_ltw013_9a6aae03_level_light_color_on_off
2022-04-07 08:01:35 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c1:d3:29-11 already exists - ignoring light.philips_ltw013_29d3c104_level_light_color_on_off
2022-04-07 08:01:35 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c1:d2:8b-11 already exists - ignoring light.philips_ltw013_8bd2c104_level_light_color_on_off
2022-04-07 08:01:35 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:00:ff:65:09-11 already exists - ignoring light.philips_lct001_0965ff00_level_light_color_on_off
2022-04-07 08:01:35 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:03:ae:1e:08-11 already exists - ignoring light.philips_ltw013_081eae03_level_light_color_on_off
2022-04-07 08:01:35 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:03:ae:1e:05-11 already exists - ignoring light.philips_ltw013_051eae03_level_light_color_on_off
2022-04-07 08:01:35 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:15:8d:00:04:76:c3:90-1 already exists - ignoring light.neuhaus_lighting_90c37604
2022-04-07 08:01:36 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure')]
2022-04-07 08:01:44 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 58:8e:81:ff:fe:97:be:47-1 already exists - ignoring light.ikea_tradfri_driver_47be97fe
2022-04-07 08:01:47 ERROR (Thread-9) [pychromecast.socket_client] [KD-55XE8096(192.168.100.52):8009] Failed to connect to service ServiceInfo(type='host', data=('192.168.100.52', 8009)), retrying in 5.0s
2022-04-07 08:01:52 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure')]
2022-04-07 08:01:55 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:47:12:42-11 already exists - ignoring light.philips_ltw013_42124704
2022-04-07 08:02:06 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure')]
2022-04-07 08:02:41 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure')]
2022-04-07 08:02:51 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure')]
2022-04-07 08:02:55 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xAB02:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure')]

When reverting back to 2022.3.8 ZHA is working instantly without any problems :-/

@bjornsivertsen
Copy link

image

I am not seeing the folder either. My network works, but is just very slow to respond.

I will let it run for a few hours, to see if there is any improvement before I revert to 2022.3.8.

@KentGitIvar
Copy link

Can only see folder using terminal, strange.
And my deps folder is empty!

[core-ssh deps] pwd
/root/config/deps
[core-ssh deps] ls -al
total 8
drwxr-xr-x 2 root root 4096 Oct 11 16:45 .
drwxr-xr-x 14 root root 4096 Apr 7 09:31 ..
[core-ssh deps]

This is before upgrade still version 2022.3.8 when should the folder bee there and when should it be deleted?

/Kent

@benbacon
Copy link

benbacon commented Apr 7, 2022

I could only see the deps directory (within /config) which when removed didn't have any positive effect - when I restarted the container the directory was recreated.

For now I've reverted to 2022.3.8.

@Chrups23
Copy link

Chrups23 commented Apr 7, 2022

Hi, I had similar issue with custom quirk for "Aqara H1 Wireless Remote Double Rocker (Version WRS-R02)" and I got it working by simply changing "manufacturer_attributes" to "attributes" in "AqaraRemoteManuSpecificCluster" class and adding "zhaquirks" before ".xiaomi" in
from .xiaomi import ( LUMI, BasicCluster, XiaomiAqaraE1Cluster, XiaomiCustomDevice, )
Both changes were made in my "aqara_h1_remote.py" file in /config/custom_zha_quirks/
Hope this will help some of you.

@pbvdven
Copy link

pbvdven commented Apr 7, 2022

i also have lots of problems with ZHA and conbee 2 after update to 2022.4 but dont see any related errors in the log. but ikea tradfri 5 button remotes only react to the middle button. zigbee lights go on some times some times not. motion sensors seem to work but door sensors not. i posted my log file i tried to find anything related but didt see any ZHA/zigpy related errors. but maybe i overlooked. i switched back to 2022.3.8 no issues there for me with ZHA.
home-assistant.log

@rjbungay
Copy link

rjbungay commented Apr 7, 2022

I have the same issue since updating to 2022.4, ZHA won’t load. I deleted the deps/lib folder mentioned in a previous comment, but it still won’t load, errors as below.
I will try looking at my custom folder based on Chrups23 comments above.

2022-04-07 10:21:39 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry socket://192.168.1.78:8888 for zha
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 335, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/zha/init.py", line 99, in async_setup_entry
setup_quirks(config)
File "/usr/local/lib/python3.9/site-packages/zhaquirks/init.py", line 409, in setup
importer.find_module(modname).load_module(modname)
File "", line 529, in _check_name_wrapper
File "", line 1029, in load_module
File "", line 854, in load_module
File "", line 274, in _load_module_shim
File "", line 711, in _load
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/config/custom_zha_quirks/tuya/init.py", line 262, in
class TuyaManufCluster(CustomCluster):
File "/usr/local/lib/python3.9/site-packages/zigpy/zcl/init.py", line 91, in init_subclass
raise TypeError(
TypeError: manufacturer_client_commands is deprecated. Copy the parent class's client_commands dictionary and update it with your manufacturer-specific client_commands. Make sure to specify that it is manufacturer-specific through the appropriate constructor or tuple!

@TheZoker
Copy link
Contributor

TheZoker commented Apr 7, 2022

@pbvdven See this issue #69375

@SgtTacooo
Copy link

Also got this error however ZHA was running normally. Could see responses when listening to zha_event in dev tools but those same responses weren't triggering automations for some reason. I see no deps/lib folder when checking either. Have reverted to 2022.3.8 for now as well.

@rjbungay
Copy link

rjbungay commented Apr 7, 2022

Unfortunately, for some reason I can’t restore my backup either!

@r-jordan
Copy link
Contributor

r-jordan commented Apr 7, 2022

Since 2022.4.0 update ZHA stops working in my HA.

First I got this error about a quirk:

Logger: homeassista nt.config_entries
Source: custom_zha_quirks/valve.py:42
First occurred: 12:06:17 (1 occurrences)
Last logged: 12:06:17

Error setting up entry /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2138116-if00 for zha
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 335, in async_setup
    result = await component.async_setup_entry(hass, self)
  File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 99, in async_setup_entry
    setup_quirks(config)
  File "/usr/local/lib/python3.9/site-packages/zhaquirks/__init__.py", line 409, in setup
    importer.find_module(modname).load_module(modname)
  File "<frozen importlib._bootstrap_external>", line 529, in _check_name_wrapper
  File "<frozen importlib._bootstrap_external>", line 1029, in load_module
  File "<frozen importlib._bootstrap_external>", line 854, in load_module
  File "<frozen importlib._bootstrap>", line 274, in _load_module_shim
  File "<frozen importlib._bootstrap>", line 711, in _load
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/config/custom_zha_quirks/valve.py", line 42, in <module>
    class SiterwellManufCluster(TuyaManufClusterAttributes):
  File "/usr/local/lib/python3.9/site-packages/zigpy/zcl/__init__.py", line 91, in __init_subclass__
    raise TypeError(
TypeError: `manufacturer_attributes` is deprecated. Copy the parent class's `attributes` dictionary and update it with your manufacturer-specific `attributes`. Make sure to specify that it is manufacturer-specific through the  appropriate constructor or tuple!

Then I remove the quirk and ZHA is still not working. I got those errors:

Logger: zigpy.zcl
Source: /usr/local/lib/python3.9/site-packages/zigpy/zcl/__init__.py:230
First occurred: 12:52:24 (5 occurrences)
Last logged: 12:52:28

[0x58E7:1:0xef00] Unknown cluster command 1 b'\x00\xf3\x03\x02\x00\x04\x00\x00\x00\xcc'

Logger: zigpy.zcl
Source: /usr/local/lib/python3.9/site-packages/zigpy/zcl/__init__.py:210
First occurred: 12:50:22 (20 occurrences)
Last logged: 12:54:28

Unknown cluster 0xE000
Unknown cluster 0xE001
Unknown cluster 0xEF00

Logger: zigpy_deconz.zigbee.application
Source: /usr/local/lib/python3.9/site-packages/zigpy_deconz/zigbee/application.py:401
First occurred: 12:54:29 (6 occurrences)
Last logged: 12:54:41

Unexpected transmit confirm for request id 91, Status: TXStatus.APS_NO_ACK
Unexpected transmit confirm for request id 93, Status: TXStatus.APS_NO_ACK
Unexpected transmit confirm for request id 95, Status: TXStatus.APS_NO_ACK
Unexpected transmit confirm for request id 97, Status: TXStatus.APS_NO_ACK
Unexpected transmit confirm for request id 99, Status: TXStatus.APS_NO_ACK


Logger: homeassistant.components.zha.core.channels.base
Source: components/zha/core/channels/base.py:434
Integration: Zigbee Home Automation (documentation, issues)
First occurred: 12:52:17 (14 occurrences)
Last logged: 12:55:30

[0xB724:1:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xb724:1:0x0006]: Message send failure'), DeliveryError('[0xb724:1:0x0006]: Message send failure'), DeliveryError('[0xb724:1:0x0006]: Message send failure'), DeliveryError('[0xb724:1:0x0006]: Message send failure')]
[0xB724:1:0x0702]: async_initialize: all attempts have failed: [DeliveryError('[0xb724:1:0x0702]: Message send failure'), DeliveryError('[0xb724:1:0x0702]: Message send failure'), DeliveryError('[0xb724:1:0x0702]: Message send failure'), DeliveryError('[0xb724:1:0x0702]: Message send failure')]
[0x33FB:1:0x0702]: async_initialize: all attempts have failed: [DeliveryError('[0x33fb:1:0x0702]: Message send failure'), DeliveryError('[0x33fb:1:0x0702]: Message send failure'), DeliveryError('[0x33fb:1:0x0702]: Message send failure'), DeliveryError('[0x33fb:1:0x0702]: Message send failure')]
[0x33FB:1:0x0b04]: async_initialize: all attempts have failed: [DeliveryError('[0x33fb:1:0x0b04]: Message send failure'), DeliveryError('[0x33fb:1:0x0b04]: Message send failure'), DeliveryError('[0x33fb:1:0x0b04]: Message send failure'), DeliveryError('[0x33fb:1:0x0b04]: Message send failure')]
[0x33FB:1:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x33fb:1:0x0006]: Message send failure'), DeliveryError('[0x33fb:1:0x0006]: Message send failure'), DeliveryError('[0x33fb:1:0x0006]: Message send failure'), DeliveryError('[0x33fb:1:0x0006]: Message send failure')]

Logger: homeassistant.components.binary_sensor
Source: helpers/entity_platform.py:593
Integration: Sensor binari (documentation, issues)
First occurred: 12:55:31 (2 occurrences)
Last logged: 12:55:31

Platform zha does not generate unique IDs. ID 00:15:8d:00:04:7d:15:de-1-6 already exists - ignoring binary_sensor.magnet_aq2_de157d04_on_off
Platform zha does not generate unique IDs. ID 00:15:8d:00:04:a0:23:ea-1-6 already exists - ignoring binary_sensor.magnet_aq2_ea23a004_on_off

Have reverted to 2022.3.8 for now as well.

@crlogic
Copy link

crlogic commented Apr 7, 2022

Had similar ZHA weirdness upgrading to 2022.4.0. Downgrading to 2022.4.0b4 fixed it as I was on the dev channel before. Maybe that helps narrow down suspects.

@itn3rd77
Copy link
Contributor

itn3rd77 commented Apr 7, 2022

As 2022.4.1 is already on it's way and the ZHA issue is not listed in the fixes what's the best way to get attention to this issue?

@iotkb
Copy link

iotkb commented Apr 7, 2022

I've got the same problems and I managed to fix it by updating the ZHA quirks to the latest version. (In my case from 0.0.64 to 0.0.69)

Steps I took:
Settings > Addons > Custom deps deployment
Configuration:

pypi:
  - zha-quirks==0.0.69
apk: []

Press Save and then Start

Latest quirks:
https://pypi.org/project/zha-quirks/

Edit: I forgot to mention I rebooted the host system afterwards. I don't know if it makes any difference.

@bjornsivertsen
Copy link

Wife is home soon, I'll restore version 2022.3.8 and await for the developers to sort it out. 😆

@itn3rd77
Copy link
Contributor

itn3rd77 commented Apr 7, 2022

I just got killed by my wife yesterday evening. So it won't hurt anymore today 😆

@smarthomelawyer
Copy link

smarthomelawyer commented Apr 7, 2022

I've got the same problems and I managed to fix it by updating the ZHA quirks to the latest version. (In my case from 0.0.64 to 0.0.69)

Steps I took: Settings > Addons > Custom deps deployment Configuration:

pypi:
  - zha-quirks==0.0.69
apk: []

Press Save and then Start

Latest quirks: https://pypi.org/project/zha-quirks/

This also fixed my issues after updating to 2022.4. Posted instructions on the 2022.4 blog

@pbvdven
Copy link

pbvdven commented Apr 7, 2022

I've got the same problems and I managed to fix it by updating the ZHA quirks to the latest version. (In my case from 0.0.64 to 0.0.69)

Steps I took:

Settings > Addons > Custom deps deployment

Configuration:


pypi:

  - zha-quirks==0.0.69

apk: []

Press Save and then Start

Latest quirks:

https://pypi.org/project/zha-quirks/

I also tried this after i updated to 2022.4 but no big improvement noticeable

@bjornsivertsen
Copy link

Some various ZHA fixes released with 2022.4.1, including a bump of quirks.
I will test it tomorrow: https://www.home-assistant.io/blog/2022/04/06/release-20224/#release-202241---april-7

You please let us know once tested. I went back to 2022.3.8 for now. Thanks Christian

Will do, though I can't promise I experienced the same issues as you guys.

My issues were mostly related to a very sluggish and unresponsive network.

@itn3rd77
Copy link
Contributor

itn3rd77 commented Apr 8, 2022

I updated to 2022.4.1 but my problems still exist. Most devices are offline/not available. After a while some of them are available and network is very unresponsive or not working at all :-/

@cgeroldinger
Copy link

I updated to 2022.4.1 but my problems still exist. Most devices are offline/not available. After a while some of them are available and network is very unresponsive or not working at all :-/

Thanks for the update. MEans for now better stay on 2022.3.8

@bjornsivertsen
Copy link

I updated to 2022.4.1 but my problems still exist. Most devices are offline/not available. After a while some of them are available and network is very unresponsive or not working at all :-/

That is disheartening. Do you get any error messages, that we can relay to the ZHA team?

@itn3rd77
Copy link
Contributor

itn3rd77 commented Apr 8, 2022

I updated to 2022.4.1 but my problems still exist. Most devices are offline/not available. After a while some of them are available and network is very unresponsive or not working at all :-/

That is disheartening. Do you get any error messages, that we can relay to the ZHA team?

Sure. Logfile is full of messages that have not been there in 2022.3.x. It's really a mess :-(

2022-04-08 10:36:56 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities light.zha_livingroom_couch
2022-04-08 10:36:58 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities light.zha_coffee_lounge
2022-04-08 10:36:59 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities light.zha_coffee_lounge
2022-04-08 10:36:59 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities light.zha_livingroom_couch
2022-04-08 10:37:59 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure'), TimeoutError(), DeliveryError('[0xd197:11:0x0006]: Message send failure')]
2022-04-08 10:37:59 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6F33:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x6f33:11:0x0008]: Message send failure'), DeliveryError('[0x6f33:11:0x0008]: Message send failure'), TimeoutError(), DeliveryError('[0x6f33:11:0x0008]: Message send failure')]
2022-04-08 10:38:00 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6F33:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x6f33:11:0x0300]: Message send failure'), DeliveryError('[0x6f33:11:0x0300]: Message send failure'), TimeoutError(), DeliveryError('[0x6f33:11:0x0300]: Message send failure')]
2022-04-08 10:38:08 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6F33:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x6f33:11:0x0006]: Message send failure'), DeliveryError('[0x6f33:11:0x0006]: Message send failure'), TimeoutError(), DeliveryError('[0x6f33:11:0x0006]: Message send failure')]
2022-04-08 10:38:09 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure'), TimeoutError(), DeliveryError('[0xd197:11:0x0008]: Message send failure')]
2022-04-08 10:38:09 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure'), TimeoutError(), DeliveryError('[0xd197:11:0x0300]: Message send failure')]
2022-04-08 10:38:12 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8FB5:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8fb5:11:0x0008]: Message send failure'), DeliveryError('[0x8fb5:11:0x0008]: Message send failure'), DeliveryError('[0x8fb5:11:0x0008]: Message send failure'), DeliveryError('[0x8fb5:11:0x0008]: Message send failure')]
2022-04-08 10:38:13 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8FB5:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x8fb5:11:0x0006]: Message send failure'), DeliveryError('[0x8fb5:11:0x0006]: Message send failure'), DeliveryError('[0x8fb5:11:0x0006]: Message send failure'), DeliveryError('[0x8fb5:11:0x0006]: Message send failure')]
2022-04-08 10:38:13 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8FB5:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x8fb5:11:0x0300]: Message send failure'), DeliveryError('[0x8fb5:11:0x0300]: Message send failure'), DeliveryError('[0x8fb5:11:0x0300]: Message send failure'), DeliveryError('[0x8fb5:11:0x0300]: Message send failure')]
2022-04-08 10:38:14 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x950F:1:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x950f:1:0x0008]: Message send failure'), DeliveryError('[0x950f:1:0x0008]: Message send failure'), DeliveryError('[0x950f:1:0x0008]: Message send failure'), DeliveryError('[0x950f:1:0x0008]: Message send failure')]
2022-04-08 10:38:14 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x950F:1:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x950f:1:0x0006]: Message send failure'), DeliveryError('[0x950f:1:0x0006]: Message send failure'), DeliveryError('[0x950f:1:0x0006]: Message send failure'), DeliveryError('[0x950f:1:0x0006]: Message send failure')]
2022-04-08 10:38:18 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure')]
2022-04-08 10:38:18 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure')]
2022-04-08 10:38:18 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure')]
2022-04-08 10:38:20 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD937:1:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xd937:1:0x0006]: Message send failure'), DeliveryError('[0xd937:1:0x0006]: Message send failure'), DeliveryError('[0xd937:1:0x0006]: Message send failure'), DeliveryError('[0xd937:1:0x0006]: Message send failure')]
2022-04-08 10:38:20 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD937:1:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xd937:1:0x0008]: Message send failure'), DeliveryError('[0xd937:1:0x0008]: Message send failure'), DeliveryError('[0xd937:1:0x0008]: Message send failure'), DeliveryError('[0xd937:1:0x0008]: Message send failure')]
2022-04-08 10:38:24 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xAB02:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure')]
2022-04-08 10:38:24 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xAB02:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xab02:11:0x0008]: Message send failure'), DeliveryError('[0xab02:11:0x0008]: Message send failure'), DeliveryError('[0xab02:11:0x0008]: Message send failure'), DeliveryError('[0xab02:11:0x0008]: Message send failure')]
2022-04-08 10:38:24 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xAB02:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xab02:11:0x0006]: Message send failure'), DeliveryError('[0xab02:11:0x0006]: Message send failure'), DeliveryError('[0xab02:11:0x0006]: Message send failure'), DeliveryError('[0xab02:11:0x0006]: Message send failure')]
2022-04-08 10:38:24 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2466:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x2466:11:0x0006]: Message send failure'), DeliveryError('[0x2466:11:0x0006]: Message send failure'), DeliveryError('[0x2466:11:0x0006]: Message send failure'), DeliveryError('[0x2466:11:0x0006]: Message send failure')]
2022-04-08 10:38:25 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2466:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x2466:11:0x0008]: Message send failure'), DeliveryError('[0x2466:11:0x0008]: Message send failure'), DeliveryError('[0x2466:11:0x0008]: Message send failure'), DeliveryError('[0x2466:11:0x0008]: Message send failure')]
2022-04-08 10:38:25 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2466:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x2466:11:0x0300]: Message send failure'), DeliveryError('[0x2466:11:0x0300]: Message send failure'), DeliveryError('[0x2466:11:0x0300]: Message send failure'), DeliveryError('[0x2466:11:0x0300]: Message send failure')]
2022-04-08 10:38:28 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xE698:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xe698:11:0x0006]: Message send failure'), DeliveryError('[0xe698:11:0x0006]: Message send failure'), DeliveryError('[0xe698:11:0x0006]: Message send failure'), DeliveryError('[0xe698:11:0x0006]: Message send failure')]
2022-04-08 10:38:29 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6F33:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x6f33:11:0x0006]: Message send failure'), DeliveryError('[0x6f33:11:0x0006]: Message send failure'), DeliveryError('[0x6f33:11:0x0006]: Message send failure'), DeliveryError('[0x6f33:11:0x0006]: Message send failure')]
2022-04-08 10:38:29 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x030B:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x030b:11:0x0300]: Message send failure'), DeliveryError('[0x030b:11:0x0300]: Message send failure'), DeliveryError('[0x030b:11:0x0300]: Message send failure'), DeliveryError('[0x030b:11:0x0300]: Message send failure')]
2022-04-08 10:38:29 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xE698:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xe698:11:0x0300]: Message send failure'), DeliveryError('[0xe698:11:0x0300]: Message send failure'), DeliveryError('[0xe698:11:0x0300]: Message send failure'), DeliveryError('[0xe698:11:0x0300]: Message send failure')]
2022-04-08 10:38:30 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xE698:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xe698:11:0x0008]: Message send failure'), DeliveryError('[0xe698:11:0x0008]: Message send failure'), DeliveryError('[0xe698:11:0x0008]: Message send failure'), DeliveryError('[0xe698:11:0x0008]: Message send failure')]
2022-04-08 10:38:30 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x030B:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x030b:11:0x0006]: Message send failure'), DeliveryError('[0x030b:11:0x0006]: Message send failure'), DeliveryError('[0x030b:11:0x0006]: Message send failure'), DeliveryError('[0x030b:11:0x0006]: Message send failure')]
2022-04-08 10:38:31 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x030B:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x030b:11:0x0008]: Message send failure'), DeliveryError('[0x030b:11:0x0008]: Message send failure'), DeliveryError('[0x030b:11:0x0008]: Message send failure'), DeliveryError('[0x030b:11:0x0008]: Message send failure')]
2022-04-08 10:38:32 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6F33:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x6f33:11:0x0008]: Message send failure'), DeliveryError('[0x6f33:11:0x0008]: Message send failure'), DeliveryError('[0x6f33:11:0x0008]: Message send failure'), DeliveryError('[0x6f33:11:0x0008]: Message send failure')]
2022-04-08 10:38:33 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6F33:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x6f33:11:0x0300]: Message send failure'), DeliveryError('[0x6f33:11:0x0300]: Message send failure'), DeliveryError('[0x6f33:11:0x0300]: Message send failure'), DeliveryError('[0x6f33:11:0x0300]: Message send failure')]
2022-04-08 10:38:34 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x7572:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x7572:11:0x0300]: Message send failure'), DeliveryError('[0x7572:11:0x0300]: Message send failure'), DeliveryError('[0x7572:11:0x0300]: Message send failure'), DeliveryError('[0x7572:11:0x0300]: Message send failure')]
2022-04-08 10:38:34 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x7572:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x7572:11:0x0008]: Message send failure'), DeliveryError('[0x7572:11:0x0008]: Message send failure'), DeliveryError('[0x7572:11:0x0008]: Message send failure'), DeliveryError('[0x7572:11:0x0008]: Message send failure')]
2022-04-08 10:38:35 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x7572:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x7572:11:0x0006]: Message send failure'), DeliveryError('[0x7572:11:0x0006]: Message send failure'), DeliveryError('[0x7572:11:0x0006]: Message send failure'), DeliveryError('[0x7572:11:0x0006]: Message send failure')]
2022-04-08 10:38:35 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xFC28:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xfc28:11:0x0008]: Message send failure'), DeliveryError('[0xfc28:11:0x0008]: Message send failure'), DeliveryError('[0xfc28:11:0x0008]: Message send failure'), DeliveryError('[0xfc28:11:0x0008]: Message send failure')]
2022-04-08 10:38:36 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xFC28:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xfc28:11:0x0006]: Message send failure'), DeliveryError('[0xfc28:11:0x0006]: Message send failure'), DeliveryError('[0xfc28:11:0x0006]: Message send failure'), DeliveryError('[0xfc28:11:0x0006]: Message send failure')]
2022-04-08 10:38:36 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xFC28:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xfc28:11:0x0300]: Message send failure'), DeliveryError('[0xfc28:11:0x0300]: Message send failure'), DeliveryError('[0xfc28:11:0x0300]: Message send failure'), DeliveryError('[0xfc28:11:0x0300]: Message send failure')]
2022-04-08 10:38:40 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xBB1F:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xbb1f:11:0x0300]: Message send failure'), DeliveryError('[0xbb1f:11:0x0300]: Message send failure'), DeliveryError('[0xbb1f:11:0x0300]: Message send failure'), DeliveryError('[0xbb1f:11:0x0300]: Message send failure')]
2022-04-08 10:38:40 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA94B:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xa94b:11:0x0008]: Message send failure'), DeliveryError('[0xa94b:11:0x0008]: Message send failure'), DeliveryError('[0xa94b:11:0x0008]: Message send failure'), DeliveryError('[0xa94b:11:0x0008]: Message send failure')]
2022-04-08 10:38:40 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA94B:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xa94b:11:0x0006]: Message send failure'), DeliveryError('[0xa94b:11:0x0006]: Message send failure'), DeliveryError('[0xa94b:11:0x0006]: Message send failure'), DeliveryError('[0xa94b:11:0x0006]: Message send failure')]
2022-04-08 10:38:41 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA94B:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xa94b:11:0x0300]: Message send failure'), DeliveryError('[0xa94b:11:0x0300]: Message send failure'), DeliveryError('[0xa94b:11:0x0300]: Message send failure'), DeliveryError('[0xa94b:11:0x0300]: Message send failure')]
2022-04-08 10:38:41 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xBB1F:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xbb1f:11:0x0008]: Message send failure'), DeliveryError('[0xbb1f:11:0x0008]: Message send failure'), DeliveryError('[0xbb1f:11:0x0008]: Message send failure'), DeliveryError('[0xbb1f:11:0x0008]: Message send failure')]
2022-04-08 10:38:41 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xBB1F:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xbb1f:11:0x0006]: Message send failure'), DeliveryError('[0xbb1f:11:0x0006]: Message send failure'), DeliveryError('[0xbb1f:11:0x0006]: Message send failure'), DeliveryError('[0xbb1f:11:0x0006]: Message send failure')]
2022-04-08 10:38:45 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x337B:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x337b:11:0x0008]: Message send failure'), DeliveryError('[0x337b:11:0x0008]: Message send failure'), DeliveryError('[0x337b:11:0x0008]: Message send failure'), DeliveryError('[0x337b:11:0x0008]: Message send failure')]
2022-04-08 10:38:45 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x337B:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x337b:11:0x0006]: Message send failure'), DeliveryError('[0x337b:11:0x0006]: Message send failure'), DeliveryError('[0x337b:11:0x0006]: Message send failure'), DeliveryError('[0x337b:11:0x0006]: Message send failure')]
2022-04-08 10:38:46 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x958A:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x958a:11:0x0008]: Message send failure'), DeliveryError('[0x958a:11:0x0008]: Message send failure'), DeliveryError('[0x958a:11:0x0008]: Message send failure'), DeliveryError('[0x958a:11:0x0008]: Message send failure')]
2022-04-08 10:38:46 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x337B:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x337b:11:0x0300]: Message send failure'), DeliveryError('[0x337b:11:0x0300]: Message send failure'), DeliveryError('[0x337b:11:0x0300]: Message send failure'), DeliveryError('[0x337b:11:0x0300]: Message send failure')]
2022-04-08 10:38:46 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x958A:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x958a:11:0x0006]: Message send failure'), DeliveryError('[0x958a:11:0x0006]: Message send failure'), DeliveryError('[0x958a:11:0x0006]: Message send failure'), DeliveryError('[0x958a:11:0x0006]: Message send failure')]
2022-04-08 10:38:47 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x958A:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x958a:11:0x0300]: Message send failure'), DeliveryError('[0x958a:11:0x0300]: Message send failure'), DeliveryError('[0x958a:11:0x0300]: Message send failure'), DeliveryError('[0x958a:11:0x0300]: Message send failure')]
2022-04-08 10:38:47 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure')]
2022-04-08 10:38:50 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8FB5:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8fb5:11:0x0008]: Message send failure'), DeliveryError('[0x8fb5:11:0x0008]: Message send failure'), DeliveryError('[0x8fb5:11:0x0008]: Message send failure'), DeliveryError('[0x8fb5:11:0x0008]: Message send failure')]
2022-04-08 10:38:50 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8FB5:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x8fb5:11:0x0006]: Message send failure'), DeliveryError('[0x8fb5:11:0x0006]: Message send failure'), DeliveryError('[0x8fb5:11:0x0006]: Message send failure'), DeliveryError('[0x8fb5:11:0x0006]: Message send failure')]
2022-04-08 10:38:50 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA363:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xa363:11:0x0006]: Message send failure'), DeliveryError('[0xa363:11:0x0006]: Message send failure'), DeliveryError('[0xa363:11:0x0006]: Message send failure'), DeliveryError('[0xa363:11:0x0006]: Message send failure')]
2022-04-08 10:38:51 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA363:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xa363:11:0x0300]: Message send failure'), DeliveryError('[0xa363:11:0x0300]: Message send failure'), DeliveryError('[0xa363:11:0x0300]: Message send failure'), DeliveryError('[0xa363:11:0x0300]: Message send failure')]
2022-04-08 10:38:51 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x59B7:1:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x59b7:1:0x0008]: Message send failure'), DeliveryError('[0x59b7:1:0x0008]: Message send failure'), DeliveryError('[0x59b7:1:0x0008]: Message send failure'), DeliveryError('[0x59b7:1:0x0008]: Message send failure')]
2022-04-08 10:38:51 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x59B7:1:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x59b7:1:0x0300]: Message send failure'), DeliveryError('[0x59b7:1:0x0300]: Message send failure'), DeliveryError('[0x59b7:1:0x0300]: Message send failure'), DeliveryError('[0x59b7:1:0x0300]: Message send failure')]
2022-04-08 10:38:51 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8FB5:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x8fb5:11:0x0300]: Message send failure'), DeliveryError('[0x8fb5:11:0x0300]: Message send failure'), DeliveryError('[0x8fb5:11:0x0300]: Message send failure'), DeliveryError('[0x8fb5:11:0x0300]: Message send failure')]
2022-04-08 10:38:51 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA363:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xa363:11:0x0008]: Message send failure'), DeliveryError('[0xa363:11:0x0008]: Message send failure'), DeliveryError('[0xa363:11:0x0008]: Message send failure'), DeliveryError('[0xa363:11:0x0008]: Message send failure')]
2022-04-08 10:38:52 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x59B7:1:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x59b7:1:0x0006]: Message send failure'), DeliveryError('[0x59b7:1:0x0006]: Message send failure'), DeliveryError('[0x59b7:1:0x0006]: Message send failure'), DeliveryError('[0x59b7:1:0x0006]: Message send failure')]
2022-04-08 10:38:57 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8353:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x8353:11:0x0006]: Message send failure'), DeliveryError('[0x8353:11:0x0006]: Message send failure'), DeliveryError('[0x8353:11:0x0006]: Message send failure'), DeliveryError('[0x8353:11:0x0006]: Message send failure')]
2022-04-08 10:38:57 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8353:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8353:11:0x0008]: Message send failure'), DeliveryError('[0x8353:11:0x0008]: Message send failure'), DeliveryError('[0x8353:11:0x0008]: Message send failure'), DeliveryError('[0x8353:11:0x0008]: Message send failure')]
2022-04-08 10:38:58 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x1756:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x1756:11:0x0006]: Message send failure'), DeliveryError('[0x1756:11:0x0006]: Message send failure'), DeliveryError('[0x1756:11:0x0006]: Message send failure'), DeliveryError('[0x1756:11:0x0006]: Message send failure')]
2022-04-08 10:38:58 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x1756:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x1756:11:0x0008]: Message send failure'), DeliveryError('[0x1756:11:0x0008]: Message send failure'), DeliveryError('[0x1756:11:0x0008]: Message send failure'), DeliveryError('[0x1756:11:0x0008]: Message send failure')]
2022-04-08 10:38:58 ERROR (MainThread) [homeassistant.components.sensor] Platform zha does not generate unique IDs. ID bc:33:ac:ff:fe:27:bf:a5-1-1 already exists - ignoring sensor.ikea_tradfri_a5bf27fe_battery_power
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:00:ff:64:c4-11 already exists - ignoring light.philips_lct001_c464ff00_level_light_color_on_off
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:47:12:42-11 already exists - ignoring light.philips_ltw013_42124704
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c2:dd:05-11 already exists - ignoring light.philips_ltw013_05ddc204
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:00:fd:19:57-11 already exists - ignoring light.philips_lct001_5719fd00_level_light_color_on_off
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 58:8e:81:ff:fe:97:be:47-1 already exists - ignoring light.ikea_tradfri_driver_47be97fe
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:03:ae:6a:9a-11 already exists - ignoring light.philips_ltw013_9a6aae03_level_light_color_on_off
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c1:d3:29-11 already exists - ignoring light.philips_ltw013_29d3c104_level_light_color_on_off
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c1:d2:8b-11 already exists - ignoring light.philips_ltw013_8bd2c104_level_light_color_on_off
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:00:ff:65:09-11 already exists - ignoring light.philips_lct001_0965ff00_level_light_color_on_off
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:03:ae:1e:08-11 already exists - ignoring light.philips_ltw013_081eae03_level_light_color_on_off
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c1:c5:19-11 already exists - ignoring light.philips_ltw013_19c5c104
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c1:cb:2a-11 already exists - ignoring light.philips_ltw013_2acbc104
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:03:ae:1e:05-11 already exists - ignoring light.philips_ltw013_051eae03_level_light_color_on_off
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c1:cb:94-11 already exists - ignoring light.philips_ltw013_94cbc104
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:02:f0:48:90-11 already exists - ignoring light.philips_ltw013_9048f002
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:04:c1:d2:6a-11 already exists - ignoring light.philips_ltw013_6ad2c104
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:15:8d:00:04:76:c3:90-1 already exists - ignoring light.neuhaus_lighting_90c37604
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:0b:28:1e:20-11 already exists - ignoring light.signify_netherlands_b_v_lwe004_201e280b_level_on_off
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 00:17:88:01:0b:27:18:5a-11 already exists - ignoring light.signify_netherlands_b_v_lwe004_5a18270b_level_on_off
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID light_zha_group_0x0002 already exists - ignoring light.zha_bathroom_ceiling
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID light_zha_group_0x0003 already exists - ignoring light.zha_kitchen_spots
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID light_zha_group_0x0004 already exists - ignoring light.zha_coffee_lounge
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID light_zha_group_0x0005 already exists - ignoring light.zha_livingroom_couch
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID light_zha_group_0x0006 already exists - ignoring light.zha_corridor
2022-04-08 10:38:59 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID light_zha_group_0x0007 already exists - ignoring light.zha_kitchen_cabinet
2022-04-08 10:39:13 ERROR (MainThread) [homeassistant.components.light] Platform zha does not generate unique IDs. ID 58:8e:81:ff:fe:93:5b:c8-1 already exists - ignoring light.ikea_tradfri_driver_c85b93fe
2022-04-08 10:39:29 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure')]
2022-04-08 10:39:40 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure')]
2022-04-08 10:39:56 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure')]
2022-04-08 10:40:09 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD937:1:0x0006]: async_initialize: all attempts have failed: [TimeoutError(), DeliveryError('[0xd937:1:0x0006]: Message send failure'), DeliveryError('[0xd937:1:0x0006]: Message send failure'), DeliveryError('[0xd937:1:0x0006]: Message send failure')]
2022-04-08 10:40:21 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD937:1:0x0008]: async_initialize: all attempts have failed: [TimeoutError(), TimeoutError(), DeliveryError('[0xd937:1:0x0008]: Message send failure'), DeliveryError('[0xd937:1:0x0008]: Message send failure')]
2022-04-08 10:41:12 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure')]
2022-04-08 10:41:12 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure')]
2022-04-08 10:41:32 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xAB02:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure')]
2022-04-08 10:41:34 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xAB02:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xab02:11:0x0008]: Message send failure'), DeliveryError('[0xab02:11:0x0008]: Message send failure'), DeliveryError('[0xab02:11:0x0008]: Message send failure'), DeliveryError('[0xab02:11:0x0008]: Message send failure')]
2022-04-08 10:41:48 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD937:1:0x0008]: async_initialize: all attempts have failed: [TimeoutError(), TimeoutError(), TimeoutError(), TimeoutError()]
2022-04-08 10:41:48 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD937:1:0x0006]: async_initialize: all attempts have failed: [TimeoutError(), TimeoutError(), TimeoutError(), TimeoutError()]
2022-04-08 10:42:24 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xAB02:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xab02:11:0x0006]: Message send failure'), DeliveryError('[0xab02:11:0x0006]: Message send failure'), DeliveryError('[0xab02:11:0x0006]: Message send failure'), DeliveryError('[0xab02:11:0x0006]: Message send failure')]
2022-04-08 10:43:04 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2466:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x2466:11:0x0006]: Message send failure'), DeliveryError('[0x2466:11:0x0006]: Message send failure'), DeliveryError('[0x2466:11:0x0006]: Message send failure'), DeliveryError('[0x2466:11:0x0006]: Message send failure')]
2022-04-08 10:43:06 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8FB5:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8fb5:11:0x0008]: Message send failure'), DeliveryError('[0x8fb5:11:0x0008]: Message send failure'), DeliveryError('[0x8fb5:11:0x0008]: Message send failure'), DeliveryError('[0x8fb5:11:0x0008]: Message send failure')]
2022-04-08 10:43:08 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6F33:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x6f33:11:0x0006]: Message send failure'), DeliveryError('[0x6f33:11:0x0006]: Message send failure'), DeliveryError('[0x6f33:11:0x0006]: Message send failure'), DeliveryError('[0x6f33:11:0x0006]: Message send failure')]
2022-04-08 10:43:08 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8FB5:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x8fb5:11:0x0300]: Message send failure'), DeliveryError('[0x8fb5:11:0x0300]: Message send failure'), DeliveryError('[0x8fb5:11:0x0300]: Message send failure'), DeliveryError('[0x8fb5:11:0x0300]: Message send failure')]
2022-04-08 10:43:08 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xFC9E:1:0x0001]: async_initialize: all attempts have failed: [DeliveryError('[0xfc9e:1:0x0001]: Message send failure'), DeliveryError('[0xfc9e:1:0x0001]: Message send failure'), DeliveryError('[0xfc9e:1:0x0001]: Message send failure'), DeliveryError('[0xfc9e:1:0x0001]: Message send failure')]
2022-04-08 10:43:08 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6F33:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x6f33:11:0x0300]: Message send failure'), DeliveryError('[0x6f33:11:0x0300]: Message send failure'), DeliveryError('[0x6f33:11:0x0300]: Message send failure'), DeliveryError('[0x6f33:11:0x0300]: Message send failure')]
2022-04-08 10:43:08 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6F33:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x6f33:11:0x0008]: Message send failure'), DeliveryError('[0x6f33:11:0x0008]: Message send failure'), DeliveryError('[0x6f33:11:0x0008]: Message send failure'), DeliveryError('[0x6f33:11:0x0008]: Message send failure')]
2022-04-08 10:43:10 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xE698:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xe698:11:0x0300]: Message send failure'), DeliveryError('[0xe698:11:0x0300]: Message send failure'), DeliveryError('[0xe698:11:0x0300]: Message send failure'), DeliveryError('[0xe698:11:0x0300]: Message send failure')]
2022-04-08 10:43:15 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2466:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x2466:11:0x0008]: Message send failure'), DeliveryError('[0x2466:11:0x0008]: Message send failure'), DeliveryError('[0x2466:11:0x0008]: Message send failure'), DeliveryError('[0x2466:11:0x0008]: Message send failure')]
2022-04-08 10:43:15 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xAB02:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xab02:11:0x0006]: Message send failure'), DeliveryError('[0xab02:11:0x0006]: Message send failure'), DeliveryError('[0xab02:11:0x0006]: Message send failure'), DeliveryError('[0xab02:11:0x0006]: Message send failure')]
2022-04-08 10:43:16 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xAB02:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xab02:11:0x0008]: Message send failure'), DeliveryError('[0xab02:11:0x0008]: Message send failure'), DeliveryError('[0xab02:11:0x0008]: Message send failure'), DeliveryError('[0xab02:11:0x0008]: Message send failure')]
2022-04-08 10:43:16 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure')]
2022-04-08 10:43:16 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure')]
2022-04-08 10:43:16 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2466:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x2466:11:0x0300]: Message send failure'), DeliveryError('[0x2466:11:0x0300]: Message send failure'), DeliveryError('[0x2466:11:0x0300]: Message send failure'), DeliveryError('[0x2466:11:0x0300]: Message send failure')]
2022-04-08 10:43:17 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure')]
2022-04-08 10:43:17 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure')]
2022-04-08 10:43:18 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA363:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xa363:11:0x0006]: Message send failure'), DeliveryError('[0xa363:11:0x0006]: Message send failure'), DeliveryError('[0xa363:11:0x0006]: Message send failure'), DeliveryError('[0xa363:11:0x0006]: Message send failure')]
2022-04-08 10:43:18 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA363:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xa363:11:0x0008]: Message send failure'), DeliveryError('[0xa363:11:0x0008]: Message send failure'), DeliveryError('[0xa363:11:0x0008]: Message send failure'), DeliveryError('[0xa363:11:0x0008]: Message send failure')]
2022-04-08 10:43:18 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA363:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xa363:11:0x0300]: Message send failure'), DeliveryError('[0xa363:11:0x0300]: Message send failure'), DeliveryError('[0xa363:11:0x0300]: Message send failure'), DeliveryError('[0xa363:11:0x0300]: Message send failure')]
2022-04-08 10:43:20 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xE698:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xe698:11:0x0008]: Message send failure'), DeliveryError('[0xe698:11:0x0008]: Message send failure'), DeliveryError('[0xe698:11:0x0008]: Message send failure'), DeliveryError('[0xe698:11:0x0008]: Message send failure')]
2022-04-08 10:43:22 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2466:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x2466:11:0x0006]: Message send failure'), DeliveryError('[0x2466:11:0x0006]: Message send failure'), DeliveryError('[0x2466:11:0x0006]: Message send failure'), DeliveryError('[0x2466:11:0x0006]: Message send failure')]
2022-04-08 10:43:26 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xBB1F:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xbb1f:11:0x0300]: Message send failure'), DeliveryError('[0xbb1f:11:0x0300]: Message send failure'), DeliveryError('[0xbb1f:11:0x0300]: Message send failure'), DeliveryError('[0xbb1f:11:0x0300]: Message send failure')]
2022-04-08 10:43:26 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xBB1F:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xbb1f:11:0x0006]: Message send failure'), DeliveryError('[0xbb1f:11:0x0006]: Message send failure'), DeliveryError('[0xbb1f:11:0x0006]: Message send failure'), DeliveryError('[0xbb1f:11:0x0006]: Message send failure')]
2022-04-08 10:43:29 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x337B:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x337b:11:0x0006]: Message send failure'), DeliveryError('[0x337b:11:0x0006]: Message send failure'), DeliveryError('[0x337b:11:0x0006]: Message send failure'), DeliveryError('[0x337b:11:0x0006]: Message send failure')]
2022-04-08 10:43:29 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xE698:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xe698:11:0x0006]: Message send failure'), DeliveryError('[0xe698:11:0x0006]: Message send failure'), DeliveryError('[0xe698:11:0x0006]: Message send failure'), DeliveryError('[0xe698:11:0x0006]: Message send failure')]
2022-04-08 10:43:29 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x337B:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x337b:11:0x0300]: Message send failure'), DeliveryError('[0x337b:11:0x0300]: Message send failure'), DeliveryError('[0x337b:11:0x0300]: Message send failure'), DeliveryError('[0x337b:11:0x0300]: Message send failure')]
2022-04-08 10:43:33 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x030B:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x030b:11:0x0300]: Message send failure'), DeliveryError('[0x030b:11:0x0300]: Message send failure'), DeliveryError('[0x030b:11:0x0300]: Message send failure'), DeliveryError('[0x030b:11:0x0300]: Message send failure')]
2022-04-08 10:43:34 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x030B:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x030b:11:0x0006]: Message send failure'), DeliveryError('[0x030b:11:0x0006]: Message send failure'), DeliveryError('[0x030b:11:0x0006]: Message send failure'), DeliveryError('[0x030b:11:0x0006]: Message send failure')]
2022-04-08 10:43:46 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x7572:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x7572:11:0x0300]: Message send failure'), DeliveryError('[0x7572:11:0x0300]: Message send failure'), DeliveryError('[0x7572:11:0x0300]: Message send failure'), DeliveryError('[0x7572:11:0x0300]: Message send failure')]
2022-04-08 10:43:49 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xFC28:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xfc28:11:0x0300]: Message send failure'), DeliveryError('[0xfc28:11:0x0300]: Message send failure'), DeliveryError('[0xfc28:11:0x0300]: Message send failure'), DeliveryError('[0xfc28:11:0x0300]: Message send failure')]
2022-04-08 10:43:50 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xFC28:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xfc28:11:0x0006]: Message send failure'), DeliveryError('[0xfc28:11:0x0006]: Message send failure'), DeliveryError('[0xfc28:11:0x0006]: Message send failure'), DeliveryError('[0xfc28:11:0x0006]: Message send failure')]
2022-04-08 10:43:52 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure')]
2022-04-08 10:43:52 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure')]
2022-04-08 10:43:53 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xAB02:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure')]
2022-04-08 10:43:54 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA94B:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xa94b:11:0x0008]: Message send failure'), DeliveryError('[0xa94b:11:0x0008]: Message send failure'), DeliveryError('[0xa94b:11:0x0008]: Message send failure'), DeliveryError('[0xa94b:11:0x0008]: Message send failure')]
2022-04-08 10:43:54 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA94B:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xa94b:11:0x0006]: Message send failure'), DeliveryError('[0xa94b:11:0x0006]: Message send failure'), DeliveryError('[0xa94b:11:0x0006]: Message send failure'), DeliveryError('[0xa94b:11:0x0006]: Message send failure')]
2022-04-08 10:43:54 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA94B:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xa94b:11:0x0300]: Message send failure'), DeliveryError('[0xa94b:11:0x0300]: Message send failure'), DeliveryError('[0xa94b:11:0x0300]: Message send failure'), DeliveryError('[0xa94b:11:0x0300]: Message send failure')]
2022-04-08 10:43:58 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x958A:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x958a:11:0x0008]: Message send failure'), DeliveryError('[0x958a:11:0x0008]: Message send failure'), DeliveryError('[0x958a:11:0x0008]: Message send failure'), DeliveryError('[0x958a:11:0x0008]: Message send failure')]
2022-04-08 10:43:58 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x958A:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x958a:11:0x0300]: Message send failure'), DeliveryError('[0x958a:11:0x0300]: Message send failure'), DeliveryError('[0x958a:11:0x0300]: Message send failure'), DeliveryError('[0x958a:11:0x0300]: Message send failure')]
2022-04-08 10:44:05 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x7572:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x7572:11:0x0006]: Message send failure'), DeliveryError('[0x7572:11:0x0006]: Message send failure'), DeliveryError('[0x7572:11:0x0006]: Message send failure'), DeliveryError('[0x7572:11:0x0006]: Message send failure')]
2022-04-08 10:44:06 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x7572:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x7572:11:0x0008]: Message send failure'), DeliveryError('[0x7572:11:0x0008]: Message send failure'), DeliveryError('[0x7572:11:0x0008]: Message send failure'), DeliveryError('[0x7572:11:0x0008]: Message send failure')]
2022-04-08 10:44:08 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x337B:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x337b:11:0x0008]: Message send failure'), DeliveryError('[0x337b:11:0x0008]: Message send failure'), DeliveryError('[0x337b:11:0x0008]: Message send failure'), DeliveryError('[0x337b:11:0x0008]: Message send failure')]
2022-04-08 10:44:12 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x030B:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x030b:11:0x0008]: Message send failure'), DeliveryError('[0x030b:11:0x0008]: Message send failure'), DeliveryError('[0x030b:11:0x0008]: Message send failure'), DeliveryError('[0x030b:11:0x0008]: Message send failure')]
2022-04-08 10:44:17 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8FB5:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x8fb5:11:0x0006]: Message send failure'), DeliveryError('[0x8fb5:11:0x0006]: Message send failure'), DeliveryError('[0x8fb5:11:0x0006]: Message send failure'), DeliveryError('[0x8fb5:11:0x0006]: Message send failure')]
2022-04-08 10:44:19 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xE698:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xe698:11:0x0008]: Message send failure'), DeliveryError('[0xe698:11:0x0008]: Message send failure'), DeliveryError('[0xe698:11:0x0008]: Message send failure'), DeliveryError('[0xe698:11:0x0008]: Message send failure')]
2022-04-08 10:44:23 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x7572:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x7572:11:0x0006]: Message send failure'), DeliveryError('[0x7572:11:0x0006]: Message send failure'), DeliveryError('[0x7572:11:0x0006]: Message send failure'), DeliveryError('[0x7572:11:0x0006]: Message send failure')]
2022-04-08 10:44:24 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x7572:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x7572:11:0x0008]: Message send failure'), DeliveryError('[0x7572:11:0x0008]: Message send failure'), DeliveryError('[0x7572:11:0x0008]: Message send failure'), DeliveryError('[0x7572:11:0x0008]: Message send failure')]
2022-04-08 10:44:28 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xFC28:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xfc28:11:0x0008]: Message send failure'), DeliveryError('[0xfc28:11:0x0008]: Message send failure'), DeliveryError('[0xfc28:11:0x0008]: Message send failure'), DeliveryError('[0xfc28:11:0x0008]: Message send failure')]
2022-04-08 10:44:29 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xFC28:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xfc28:11:0x0300]: Message send failure'), DeliveryError('[0xfc28:11:0x0300]: Message send failure'), DeliveryError('[0xfc28:11:0x0300]: Message send failure'), DeliveryError('[0xfc28:11:0x0300]: Message send failure')]
2022-04-08 10:44:38 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x958A:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x958a:11:0x0006]: Message send failure'), DeliveryError('[0x958a:11:0x0006]: Message send failure'), DeliveryError('[0x958a:11:0x0006]: Message send failure'), DeliveryError('[0x958a:11:0x0006]: Message send failure')]
2022-04-08 10:44:40 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA94B:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xa94b:11:0x0006]: Message send failure'), DeliveryError('[0xa94b:11:0x0006]: Message send failure'), DeliveryError('[0xa94b:11:0x0006]: Message send failure'), DeliveryError('[0xa94b:11:0x0006]: Message send failure')]
2022-04-08 10:44:48 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2466:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x2466:11:0x0300]: Message send failure'), DeliveryError('[0x2466:11:0x0300]: Message send failure'), DeliveryError('[0x2466:11:0x0300]: Message send failure'), DeliveryError('[0x2466:11:0x0300]: Message send failure')]
2022-04-08 10:44:49 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2466:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x2466:11:0x0008]: Message send failure'), DeliveryError('[0x2466:11:0x0008]: Message send failure'), DeliveryError('[0x2466:11:0x0008]: Message send failure'), DeliveryError('[0x2466:11:0x0008]: Message send failure')]
2022-04-08 10:45:15 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA94B:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xa94b:11:0x0300]: Message send failure'), DeliveryError('[0xa94b:11:0x0300]: Message send failure'), DeliveryError('[0xa94b:11:0x0300]: Message send failure'), DeliveryError('[0xa94b:11:0x0300]: Message send failure')]
2022-04-08 10:45:17 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xA94B:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xa94b:11:0x0008]: Message send failure'), DeliveryError('[0xa94b:11:0x0008]: Message send failure'), DeliveryError('[0xa94b:11:0x0008]: Message send failure'), DeliveryError('[0xa94b:11:0x0008]: Message send failure')]
2022-04-08 10:45:30 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x7572:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x7572:11:0x0300]: Message send failure'), DeliveryError('[0x7572:11:0x0300]: Message send failure'), DeliveryError('[0x7572:11:0x0300]: Message send failure'), DeliveryError('[0x7572:11:0x0300]: Message send failure')]
2022-04-08 10:46:01 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xE698:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xe698:11:0x0300]: Message send failure'), DeliveryError('[0xe698:11:0x0300]: Message send failure'), DeliveryError('[0xe698:11:0x0300]: Message send failure'), DeliveryError('[0xe698:11:0x0300]: Message send failure')]
2022-04-08 10:46:38 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xE698:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xe698:11:0x0006]: Message send failure'), DeliveryError('[0xe698:11:0x0006]: Message send failure'), DeliveryError('[0xe698:11:0x0006]: Message send failure'), DeliveryError('[0xe698:11:0x0006]: Message send failure')]
2022-04-08 10:46:41 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xFC28:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xfc28:11:0x0006]: Message send failure'), DeliveryError('[0xfc28:11:0x0006]: Message send failure'), DeliveryError('[0xfc28:11:0x0006]: Message send failure'), DeliveryError('[0xfc28:11:0x0006]: Message send failure')]
2022-04-08 10:46:51 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xFC28:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xfc28:11:0x0008]: Message send failure'), DeliveryError('[0xfc28:11:0x0008]: Message send failure'), DeliveryError('[0xfc28:11:0x0008]: Message send failure'), DeliveryError('[0xfc28:11:0x0008]: Message send failure')]
2022-04-08 10:47:29 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x337B:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x337b:11:0x0006]: Message send failure'), DeliveryError('[0x337b:11:0x0006]: Message send failure'), DeliveryError('[0x337b:11:0x0006]: Message send failure'), DeliveryError('[0x337b:11:0x0006]: Message send failure')]
2022-04-08 10:47:32 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x337B:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x337b:11:0x0300]: Message send failure'), DeliveryError('[0x337b:11:0x0300]: Message send failure'), DeliveryError('[0x337b:11:0x0300]: Message send failure'), DeliveryError('[0x337b:11:0x0300]: Message send failure')]
2022-04-08 10:47:39 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x337B:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x337b:11:0x0008]: Message send failure'), DeliveryError('[0x337b:11:0x0008]: Message send failure'), DeliveryError('[0x337b:11:0x0008]: Message send failure'), DeliveryError('[0x337b:11:0x0008]: Message send failure')]
2022-04-08 10:48:33 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x958A:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x958a:11:0x0008]: Message send failure'), DeliveryError('[0x958a:11:0x0008]: Message send failure'), DeliveryError('[0x958a:11:0x0008]: Message send failure'), DeliveryError('[0x958a:11:0x0008]: Message send failure')]
2022-04-08 10:48:50 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x59B7:1:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x59b7:1:0x0006]: Message send failure'), DeliveryError('[0x59b7:1:0x0006]: Message send failure'), DeliveryError('[0x59b7:1:0x0006]: Message send failure'), DeliveryError('[0x59b7:1:0x0006]: Message send failure')]
2022-04-08 10:49:33 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x958A:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x958a:11:0x0300]: Message send failure'), DeliveryError('[0x958a:11:0x0300]: Message send failure'), DeliveryError('[0x958a:11:0x0300]: Message send failure'), TimeoutError()]
2022-04-08 10:49:36 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x59B7:1:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x59b7:1:0x0300]: Message send failure'), DeliveryError('[0x59b7:1:0x0300]: Message send failure'), TimeoutError(), DeliveryError('[0x59b7:1:0x0300]: Message send failure')]
2022-04-08 10:49:38 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x59B7:1:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x59b7:1:0x0008]: Message send failure'), DeliveryError('[0x59b7:1:0x0008]: Message send failure'), TimeoutError(), DeliveryError('[0x59b7:1:0x0008]: Message send failure')]
2022-04-08 10:49:42 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x958A:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x958a:11:0x0006]: Message send failure'), DeliveryError('[0x958a:11:0x0006]: Message send failure'), DeliveryError('[0x958a:11:0x0006]: Message send failure'), TimeoutError()]
2022-04-08 10:49:43 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8353:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8353:11:0x0008]: Message send failure'), DeliveryError('[0x8353:11:0x0008]: Message send failure'), DeliveryError('[0x8353:11:0x0008]: Message send failure'), DeliveryError('[0x8353:11:0x0008]: Message send failure')]
2022-04-08 10:49:43 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8353:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x8353:11:0x0006]: Message send failure'), DeliveryError('[0x8353:11:0x0006]: Message send failure'), DeliveryError('[0x8353:11:0x0006]: Message send failure'), DeliveryError('[0x8353:11:0x0006]: Message send failure')]
2022-04-08 10:49:48 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x1756:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x1756:11:0x0006]: Message send failure'), DeliveryError('[0x1756:11:0x0006]: Message send failure'), DeliveryError('[0x1756:11:0x0006]: Message send failure'), DeliveryError('[0x1756:11:0x0006]: Message send failure')]
2022-04-08 10:49:48 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x1756:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x1756:11:0x0008]: Message send failure'), DeliveryError('[0x1756:11:0x0008]: Message send failure'), DeliveryError('[0x1756:11:0x0008]: Message send failure'), DeliveryError('[0x1756:11:0x0008]: Message send failure')]
2022-04-08 10:50:05 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure'), DeliveryError('[0xd197:11:0x0008]: Message send failure')]
2022-04-08 10:50:06 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6F33:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x6f33:11:0x0006]: Message send failure'), DeliveryError('[0x6f33:11:0x0006]: Message send failure'), DeliveryError('[0x6f33:11:0x0006]: Message send failure'), DeliveryError('[0x6f33:11:0x0006]: Message send failure')]
2022-04-08 10:50:12 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6F33:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x6f33:11:0x0300]: Message send failure'), DeliveryError('[0x6f33:11:0x0300]: Message send failure'), DeliveryError('[0x6f33:11:0x0300]: Message send failure'), DeliveryError('[0x6f33:11:0x0300]: Message send failure')]
2022-04-08 10:50:31 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure'), DeliveryError('[0xd197:11:0x0006]: Message send failure')]
2022-04-08 10:50:42 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x6F33:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x6f33:11:0x0008]: Message send failure'), DeliveryError('[0x6f33:11:0x0008]: Message send failure'), DeliveryError('[0x6f33:11:0x0008]: Message send failure'), DeliveryError('[0x6f33:11:0x0008]: Message send failure')]
2022-04-08 10:50:44 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD197:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure'), DeliveryError('[0xd197:11:0x0300]: Message send failure')]
2022-04-08 10:51:00 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8FB5:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8fb5:11:0x0008]: Message send failure'), DeliveryError('[0x8fb5:11:0x0008]: Message send failure'), DeliveryError('[0x8fb5:11:0x0008]: Message send failure'), DeliveryError('[0x8fb5:11:0x0008]: Message send failure')]
2022-04-08 10:51:02 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x950F:1:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x950f:1:0x0008]: Message send failure'), DeliveryError('[0x950f:1:0x0008]: Message send failure'), DeliveryError('[0x950f:1:0x0008]: Message send failure'), DeliveryError('[0x950f:1:0x0008]: Message send failure')]
2022-04-08 10:51:09 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x950F:1:0x0006]: async_initialize: all attempts have failed: [TimeoutError(), DeliveryError('[0x950f:1:0x0006]: Message send failure'), DeliveryError('[0x950f:1:0x0006]: Message send failure'), DeliveryError('[0x950f:1:0x0006]: Message send failure')]
2022-04-08 10:51:26 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure'), DeliveryError('[0x8187:11:0x0300]: Message send failure')]
2022-04-08 10:51:34 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8FB5:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x8fb5:11:0x0300]: Message send failure'), DeliveryError('[0x8fb5:11:0x0300]: Message send failure'), DeliveryError('[0x8fb5:11:0x0300]: Message send failure'), DeliveryError('[0x8fb5:11:0x0300]: Message send failure')]
2022-04-08 10:52:28 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8FB5:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x8fb5:11:0x0006]: Message send failure'), DeliveryError('[0x8fb5:11:0x0006]: Message send failure'), DeliveryError('[0x8fb5:11:0x0006]: Message send failure'), DeliveryError('[0x8fb5:11:0x0006]: Message send failure')]
2022-04-08 10:52:35 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure'), DeliveryError('[0x8187:11:0x0006]: Message send failure')]
2022-04-08 10:52:58 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x8187:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure'), DeliveryError('[0x8187:11:0x0008]: Message send failure')]
2022-04-08 10:53:14 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD937:1:0x0008]: async_initialize: all attempts have failed: [TimeoutError(), TimeoutError(), TimeoutError(), TimeoutError()]
2022-04-08 10:53:17 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xD937:1:0x0006]: async_initialize: all attempts have failed: [TimeoutError(), TimeoutError(), TimeoutError(), TimeoutError()]
2022-04-08 10:53:34 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2466:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0x2466:11:0x0008]: Message send failure'), DeliveryError('[0x2466:11:0x0008]: Message send failure'), DeliveryError('[0x2466:11:0x0008]: Message send failure'), DeliveryError('[0x2466:11:0x0008]: Message send failure')]
2022-04-08 10:53:44 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xAB02:11:0x0008]: async_initialize: all attempts have failed: [DeliveryError('[0xab02:11:0x0008]: Message send failure'), DeliveryError('[0xab02:11:0x0008]: Message send failure'), DeliveryError('[0xab02:11:0x0008]: Message send failure'), DeliveryError('[0xab02:11:0x0008]: Message send failure')]
2022-04-08 10:54:19 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xAB02:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure'), DeliveryError('[0xab02:11:0x0300]: Message send failure')]
2022-04-08 10:54:49 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2466:11:0x0300]: async_initialize: all attempts have failed: [DeliveryError('[0x2466:11:0x0300]: Message send failure'), DeliveryError('[0x2466:11:0x0300]: Message send failure'), DeliveryError('[0x2466:11:0x0300]: Message send failure'), DeliveryError('[0x2466:11:0x0300]: Message send failure')]
2022-04-08 10:55:17 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0x2466:11:0x0006]: async_initialize: all attempts have failed: [DeliveryError('[0x2466:11:0x0006]: Message send failure'), DeliveryError('[0x2466:11:0x0006]: Message send failure'), DeliveryError('[0x2466:11:0x0006]: Message send failure'), DeliveryError('[0x2466:11:0x0006]: Message send failure')]

@bjornsivertsen
Copy link

Hi @dmulcahey and @Adminiuga have you had a look at this comment thread yet?

@pbvdven
Copy link

pbvdven commented Apr 8, 2022

after update to 2022.4.1 i still have issues with zigbee lights from IKEA and Lidl. some ikea lights restored after identify press but some wont or only go one but not off or vice versa. doorsensors don't work. motion sensors do. i only see this warning in the log but that kind of warning i have had always but sinds 2022.4 the zigbee network is becoming unusable moving back to 2022.3.8 fixes everything for me. but yea thats not really a solution.
image

@dmulcahey
Copy link
Contributor

anyone who has used local quirks or the custom deps add-on is kind of on their own. There is absolutely nothing we can do to correct local modifications you have made.

If you have messages in the logs like this: Message send failure this is a network issue specific to your network. There is either interference or devices have left the network and have failed to rejoin. You can try resetting the devices and pair them again (do not remove them from HA first) I am going to assume you have a deconz radio (conbee / conbee2) if you are seeing this... is that correct? There have been constant reports of these types of errors after restarts for those radios. I believe we made some changes to try to make that situation less likely but this situation is not unique to the current release.

If there are other issues please open unique issues and do not combine them all into one report please. Threads like this with several conflated things are not easy to follow / address.

@agrant-dxc
Copy link

anyone who has used local quirks or the custom deps add-on is kind of on their own. There is absolutely nothing we can do to correct local modifications you have made.

Can you help me understand the impact of using custom quirks with ZHA?

Eg. I had a custom quick for a Wyze lock that I no longer use. Since the Wyze is no longer paired, I saw no impact on Wyze. What I did see what Hue motion sensors fail to report or re-pair until I downgraded. After removing the custom Wyze folder and cache, the upgrade to 2022.4.1 was successful for all ZHA devices.

I know this story has no logs, but if there is general advise for deploying custom quirks with ZHA I am open to better understanding.

@dmulcahey
Copy link
Contributor

anyone who has used local quirks or the custom deps add-on is kind of on their own. There is absolutely nothing we can do to correct local modifications you have made.

Can you help me understand the impact of using custom quirks with ZHA?

Eg. I had a custom quick for a Wyze lock that I no longer use. Since the Wyze is no longer paired, I saw no impact on Wyze. What I did see what Hue motion sensors fail to report or re-pair until I downgraded. After removing the custom Wyze folder and cache, the upgrade to 2022.4.1 was successful for all ZHA devices.

I know this story has no logs, but if there is general advise for deploying custom quirks with ZHA I am open to better understanding.

when you use custom local files they aren't updated when we make core changes to ZHA. In this release we had some significant changes to the type system and how we define commands and attributes. We did our best to make sure everything was working (we missed a couple smallish things). Anyone who has custom quirks / custom dependencies would have to ensure they made the same changes. Honestly we probably should have stuck something in the release notes but this situation isn't one we thought about ahead of time.

@cunderw
Copy link

cunderw commented Apr 8, 2022

I am also seeing issues with devices being unavailable and unresponsiveness.

My logs are flooded with these messages:

022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 243 under 23 request id, data: b'f3008e5f06ffff2e210000000000' 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xea74>, ep: 0, profile: 0x0000, cluster_id: 0x0000, data: b'f38e5f06ffff2e21000000' 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 23, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xEA74 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xf3\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 0.5s 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 18, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x421C endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xf8\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy.device] [0x421c] Delivery error for seq # 0xf8, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 22, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xFA0A endpoint=11>, 260, 8, 1, b'\x00\x15\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0) 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 23, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xEA74 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xf3\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:23 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.0s 2022-04-08 10:29:24 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 19, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x6E0B endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xb3\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:24 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:24 DEBUG (MainThread) [zigpy.device] [0x6e0b] Delivery error for seq # 0xb3, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:24 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 20, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x421C endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xf9\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:24 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:24 DEBUG (MainThread) [zigpy.device] [0x421c] Delivery error for seq # 0xf9, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:24 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 23, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xEA74 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xf3\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:24 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:24 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 22, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xFA0A endpoint=11>, 260, 8, 1, b'\x00\x15\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0) 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy.device] [0xfa0a] Delivery error for seq # 0x15, on endpoint id 11 cluster 0x0008: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0] 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1) 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [34, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xfffd>, 0, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xc3c7>, 0, 0, 0, b'\x92\x8e_\x06\xff\xff.!\x00\x00\x00', 0, 175, 47, 237, 12, 51, 3, -88] 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy.zdo] [0xc3c7:zdo] ZDO request ZDOCmd.NWK_addr_req: [00:21:2e:ff:ff:06:5f:8e, 0, 0] 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 146 under 24 request id, data: b'92008e5f06ffff2e210000000000' 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xc3c7>, ep: 0, profile: 0x0000, cluster_id: 0x0000, data: b'928e5f06ffff2e21000000' 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 24, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xC3C7 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x92\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 0.5s 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0] 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1) 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [34, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xfffd>, 0, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x8fcb>, 0, 0, 0, b'\x87\x8e_\x06\xff\xff.!\x00\x00\x00', 0, 175, 127, 231, 12, 51, 3, -78] 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy.zdo] [0x8fcb:zdo] ZDO request ZDOCmd.NWK_addr_req: [00:21:2e:ff:ff:06:5f:8e, 0, 0] 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 135 under 25 request id, data: b'87008e5f06ffff2e210000000000' 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x8fcb>, ep: 0, profile: 0x0000, cluster_id: 0x0000, data: b'878e5f06ffff2e21000000' 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 25, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8FCB endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x87\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 0.5s 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0] 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,) 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 4: a7 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x04 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xea74 endpoint=0>, status: 0xa7 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Error while sending 4 req id frame: TXStatus.APS_NO_ACK 2022-04-08 10:29:25 DEBUG (MainThread) [zigpy.device] [0xea74] Delivery error for seq # 0xf2, on endpoint id 0 cluster 0x8000: message send failure 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0] 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 5: a7 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x05 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x0d35 endpoint=0>, status: 0xa7 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Error while sending 5 req id frame: TXStatus.APS_NO_ACK 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy.device] [0x0d35] Delivery error for seq # 0xb2, on endpoint id 0 cluster 0x8000: message send failure 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 24, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xC3C7 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x92\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 24] 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0] 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [34, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xfffd>, 0, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x75b0>, 0, 0, 0, b'\x99\x8e_\x06\xff\xff.!\x00\x00\x00', 0, 175, 63, 244, 12, 51, 3, -86] 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy.zdo] [0x75b0:zdo] ZDO request ZDOCmd.NWK_addr_req: [00:21:2e:ff:ff:06:5f:8e, 0, 0] 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 153 under 26 request id, data: b'99008e5f06ffff2e210000000000' 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x75b0>, ep: 0, profile: 0x0000, cluster_id: 0x0000, data: b'998e5f06ffff2e21000000' 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 26, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x75B0 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x99\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 26] 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 23, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xEA74 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xf3\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy.device] [0xea74] Delivery error for seq # 0xf3, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 25, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8FCB endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x87\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.0s 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy.zcl] [0xFA0A:11:0x0008] Sending request header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=False, is_reply=0, disable_default_response=0, reserved=0, *is_cluster=False, *is_general=True), tsn=27, command_id=<GeneralCommand.Read_Attributes: 0>, *is_reply=False) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy.zcl] [0xFA0A:11:0x0008] Sending request: Read_Attributes(attribute_ids=[0]) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 27 under 28 request id, data: b'001b000000' 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 28, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xFA0A endpoint=11>, 260, 8, 1, b'\x00\x1b\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 0.5s 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0] 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [32, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x0000>, 1, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x6b6b>, 1, 260, 1280, b'\x19\xc2\x00\x00\x00\x00\x00\x00\x00', 0, 175, 255, 249, 12, 51, 3, -44] 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy.zcl] [0x6B6B:1:0x0500] Received ZCL frame: b'\x19\xc2\x00\x00\x00\x00\x00\x00\x00' 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy.zcl] [0x6B6B:1:0x0500] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.CLUSTER_COMMAND: 1>, is_manufacturer_specific=0, is_reply=1, disable_default_response=1, reserved=0, *is_cluster=True, *is_general=False), tsn=194, command_id=0, *is_reply=True) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy.zcl] [0x6B6B:1:0x0500] Decoded ZCL frame: IasZone:status_change_notification(zone_status=<ZoneStatus.0: 0>, extended_status=<bitmap8.0: 0>, zone_id=0, delay=0) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy.zcl] [0x6B6B:1:0x0500] Received command 0x00 (TSN 194): status_change_notification(zone_status=<ZoneStatus.0: 0>, extended_status=<bitmap8.0: 0>, zone_id=0, delay=0) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0x6b6b>, ep: 1, profile: 0x0104, cluster_id: 0x0500, data: b'19c200000000000000' 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0] 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [34, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xfffd>, 0, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xd423>, 0, 0, 0, b'\x96\x8e_\x06\xff\xff.!\x00\x00\x00', 0, 175, 175, 249, 12, 51, 3, -72] 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy.zdo] [0xd423:zdo] ZDO request ZDOCmd.NWK_addr_req: [00:21:2e:ff:ff:06:5f:8e, 0, 0] 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 150 under 29 request id, data: b'96008e5f06ffff2e210000000000' 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xd423>, ep: 0, profile: 0x0000, cluster_id: 0x0000, data: b'968e5f06ffff2e21000000' 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 29, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xD423 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x96\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:26 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 0.5s 2022-04-08 10:29:27 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 28, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xFA0A endpoint=11>, 260, 8, 1, b'\x00\x1b\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0) 2022-04-08 10:29:27 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:27 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.0s 2022-04-08 10:29:27 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 25, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8FCB endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x87\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:27 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:27 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s 2022-04-08 10:29:27 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 29, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xD423 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x96\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:27 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:27 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.0s 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 28, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xFA0A endpoint=11>, 260, 8, 1, b'\x00\x1b\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0) 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 29, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xD423 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x96\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0] 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1) 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [34, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xfffd>, 0, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xd423>, 0, 0, 0, b'\x97\x8e_\x06\xff\xff.!\x00\x00\x00', 0, 175, 255, 253, 12, 51, 3, -44] 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy.zdo] [0xd423:zdo] ZDO request ZDOCmd.NWK_addr_req: [00:21:2e:ff:ff:06:5f:8e, 0, 0] 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 151 under 30 request id, data: b'97008e5f06ffff2e210000000000' 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xd423>, ep: 0, profile: 0x0000, cluster_id: 0x0000, data: b'978e5f06ffff2e21000000' 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 30, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xD423 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x97\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 0.5s 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 25, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8FCB endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x87\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:28 DEBUG (MainThread) [zigpy.device] [0x8fcb] Delivery error for seq # 0x87, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:29 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 30, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xD423 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x97\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:29 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:29 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.0s 2022-04-08 10:29:29 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 28, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xFA0A endpoint=11>, 260, 8, 1, b'\x00\x1b\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0) 2022-04-08 10:29:29 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:29 DEBUG (MainThread) [zigpy.device] [0xfa0a] Delivery error for seq # 0x1b, on endpoint id 11 cluster 0x0008: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 29, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xD423 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x96\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy.device] [0xd423] Delivery error for seq # 0x96, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 30, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xD423 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x97\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0] 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1) 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [34, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xfffd>, 0, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xd423>, 0, 0, 0, b'\x98\x8e_\x06\xff\xff.!\x00\x00\x00', 0, 175, 167, 253, 12, 51, 3, -73] 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy.zdo] [0xd423:zdo] ZDO request ZDOCmd.NWK_addr_req: [00:21:2e:ff:ff:06:5f:8e, 0, 0] 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 152 under 31 request id, data: b'98008e5f06ffff2e210000000000' 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xd423>, ep: 0, profile: 0x0000, cluster_id: 0x0000, data: b'988e5f06ffff2e21000000' 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 31, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xD423 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x98\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 0.5s 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 31, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xD423 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x98\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:30 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.0s 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0] 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,) 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 6: a7 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x06 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x0d35 endpoint=0>, status: 0xa7 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Error while sending 6 req id frame: TXStatus.APS_NO_ACK 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy.device] [0x0d35] Delivery error for seq # 0xb3, on endpoint id 0 cluster 0x8000: message send failure 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 30, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xD423 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x97\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 30] 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 31, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xD423 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x98\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0] 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,) 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 7: a7 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x07 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0x170b endpoint=0>, status: 0xa7 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Error while sending 7 req id frame: TXStatus.APS_NO_ACK 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy.device] [0x170b] Delivery error for seq # 0x90, on endpoint id 0 cluster 0x8000: message send failure 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy.zcl] [0xFA0A:11:0x0008] Sending request header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=False, is_reply=0, disable_default_response=0, reserved=0, *is_cluster=False, *is_general=True), tsn=32, command_id=<GeneralCommand.Read_Attributes: 0>, *is_reply=False) 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy.zcl] [0xFA0A:11:0x0008] Sending request: Read_Attributes(attribute_ids=[0]) 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 32 under 33 request id, data: b'0020000000' 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 33, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xFA0A endpoint=11>, 260, 8, 1, b'\x00 \x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0) 2022-04-08 10:29:31 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 33] 2022-04-08 10:29:33 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 31, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xD423 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x98\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:33 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:33 DEBUG (MainThread) [zigpy.device] [0xd423] Delivery error for seq # 0x98, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:35 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 170>, 0] 2022-04-08 10:29:35 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1) 2022-04-08 10:29:35 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [34, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xfffd>, 0, <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xea74>, 0, 0, 0, b'\xf4\x8e_\x06\xff\xff.!\x00\x00\x00', 0, 175, 111, 8, 13, 51, 3, -80] 2022-04-08 10:29:35 DEBUG (MainThread) [zigpy.zdo] [0xea74:zdo] ZDO request ZDOCmd.NWK_addr_req: [00:21:2e:ff:ff:06:5f:8e, 0, 0] 2022-04-08 10:29:35 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending Zigbee request with tsn 244 under 34 request id, data: b'f4008e5f06ffff2e210000000000' 2022-04-08 10:29:35 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=ADDRESS_MODE.NWK address=0xea74>, ep: 0, profile: 0x0000, cluster_id: 0x0000, data: b'f48e5f06ffff2e21000000' 2022-04-08 10:29:35 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 34, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xEA74 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xf4\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:35 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:35 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 0.5s 2022-04-08 10:29:35 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 34, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xEA74 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xf4\x00\x8e_\x06\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0) 2022-04-08 10:29:35 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY 2022-04-08 10:29:35 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.0s 2022-04-08 10:29:36 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0] 2022-04-08 10:29:36 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,) 2022-04-08 10:29:36 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 9: a7 2022-04-08 10:29:36 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x09 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xa912 endpoint=11>, status: 0xa7 2022-04-08 10:29:36 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Error while sending 9 req id frame: TXStatus.APS_NO_ACK 2022-04-08 10:29:36 DEBUG (MainThread) [zigpy.device] [0xa912] Delivery error for seq # 0x08, on endpoint id 11 cluster 0x0006: message send failure 2022-04-08 10:29:36 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_CONFIRM|2: 166>, 0] 2022-04-08 10:29:36 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,) 2022-04-08 10:29:36 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 11: a7 2022-04-08 10:29:36 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x0b 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=ADDRESS_MODE.NWK address=0xa912 endpoint=11>, status: 0xa7 2022-04-08 10:29:36 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Error while sending 11 req id frame: TXStatus.APS_NO_ACK

There are no other changes to the system between everything working prior to updating and now.

@alexruffell
Copy link

alexruffell commented Apr 8, 2022

@dmulcahey I started having issues (unavailable, unresponsive Zigbee devices) after updating to 2022.4. As recommended above, I installed 0.0.69 quirk over 2022.4 but it did not help. I updated to 2022.4.1 and I am still having the same issues. I deleted the folders in deps that was created when 0.069 was installed and rebooted the host. I am still having issues.

The logs show errors and something about a state.BUSY.

As you mentioned above, I have seen something similar in previous upgrades but I was able to recover without repairing all my 90 devices. I only did a few, but in this case I tried doing so with one, and it won't even find it. When I press the button on the light switch I see errors etc flash but the logs move too fast.

2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 181, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xE6E0 endpoint=1>, 260, 6, 1, b'\x00\xb4\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 183, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x00AB endpoint=1>, 260, 6, 1, b'\x00\xb6\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 185, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x0298 endpoint=1>, 260, 6, 1, b'\x00\xb8\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 187, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xDF72 endpoint=1>, 260, 6, 1, b'\x00\xba\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 189, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xF981 endpoint=1>, 260, 6, 1, b'\x00\xbc\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 191, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x6C47 endpoint=1>, 260, 6, 1, b'\x00\xbe\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 193, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xC7FE endpoint=1>, 260, 6, 1, b'\x00\xc0\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 195, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xB0E2 endpoint=1>, 260, 6, 1, b'\x00\xc2\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 197, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xF317 endpoint=1>, 260, 6, 1, b'\x00\xc4\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 199, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xAA33 endpoint=1>, 260, 6, 1, b'\x00\xc6\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 201, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xA354 endpoint=1>, 260, 6, 1, b'\x00\xc8\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 203, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xE783 endpoint=1>, 260, 6, 1, b'\x00\xca\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 205, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8AFE endpoint=1>, 260, 6, 1, b'\x00\xcc\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 207, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xB38A endpoint=1>, 260, 6, 1, b'\x00\xce\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 209, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x6037 endpoint=1>, 260, 6, 1, b'\x00\xd0\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 211, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x5F72 endpoint=1>, 260, 6, 1, b'\x00\xd2\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 213, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xBB64 endpoint=1>, 260, 6, 1, b'\x00\xd4\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 215, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x5084 endpoint=1>, 260, 6, 1, b'\x00\xd6\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 217, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x3A1C endpoint=1>, 260, 6, 1, b'\x00\xd8\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 219, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x459F endpoint=1>, 260, 6, 1, b'\x00\xda\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 221, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xA244 endpoint=1>, 260, 6, 1, b'\x00\xdc\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 223, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xDF9D endpoint=1>, 260, 6, 1, b'\x00\xde\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 225, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x243F endpoint=1>, 260, 6, 1, b'\x00\xe0\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 227, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8F0A endpoint=1>, 260, 6, 1, b'\x00\xe2\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 229, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8870 endpoint=1>, 260, 6, 1, b'\x00\xe4\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 231, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xB819 endpoint=1>, 260, 6, 1, b'\x00\xe6\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 233, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x3B92 endpoint=1>, 260, 6, 1, b'\x00\xe8\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 235, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xAFEC endpoint=1>, 260, 6, 1, b'\x00\xea\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 145, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x3FB7 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x85\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy.device] [0x3fb7] Delivery error for seq # 0x85, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 146, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x3A1C endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xb1\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy.device] [0x3a1c] Delivery error for seq # 0xb1, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 236, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x0298 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xaa\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (32, 139, <DeconzSendDataFlags.RELAYS: 2>, <DeconzAddressEndpoint address_mode=2 address=0x5F72 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xec\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0, [0])
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 237, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x0298 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xa9\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s

EDIT:

@dmulcahey - From what you say it sounds like the deConz radio (Conbee II) has caused issues before. What is the BEST Zigbee 3.0 coordinator? If I have to pair everything back up, or run into this again, I would rather just buy the BEST possible zigbee controller now.

@smarthomelawyer
Copy link

@dmulcahey - From what you say it sounds like the deConz radio (Conbee II) has caused issues before. What is the BEST Zigbee 3.0 coordinator? If I have to pair everything back up, or run into this again, I would rather just buy the BEST possible zigbee controller now.

Can't comment on whether it is "the best", but I've been using the Gocontrol Hubz-1 dongle for over a year and works flawlessly with ZHA and Zwave.js (has both protocols on it a single stick) https://www.amazon.com/GoControl-CECOMINOD016164-HUSBZB-1-USB-Hub/dp/B01GJ826F8

another option (without zwave) that I've heard good things about is the sonoff dongle https://www.amazon.com/SONOFF-Gateway-Universal-Assistant-Wireless/dp/B09KXTCMSC/ref=pd_lpo_3?pd_rd_i=B09KXTCMSC&psc=1

@cunderw
Copy link

cunderw commented Apr 8, 2022

@dmulcahey
Should I open a different issue regarding the logs I posted and devices being unavailable or is it related to the core issue here?

@Adminiuga
Copy link
Contributor

What is the BEST Zigbee 3.0 coordinator? If I have to pair everything back up, or run into this again, I would rather just buy the BEST possible zigbee controller now.

The best is subjective, for all of them YMMV.
There soon to be Home Assistant Yellow, TubeZB Coordinator, elellabs.

For conbee, physically re-plug it, restart HA let it sit for a while, then just restart HA without touching ConBee

@alexruffell
Copy link

alexruffell commented Apr 9, 2022

@Adminiuga I liked the Sonoff Zigbee 3.0 controller recommended by @smarthomelawyer so I purchased a kit with 2 of them (one for testing). Hopefully it is fully supported by ZHA / HA and gets occasional firmware updates when needed. I don't like vendors that stop updating their hardware soon after releasing it. I am not looking forward to moving all the devices (~90) over. Is there a good way to limit the effort needed? Even just the renaming of entities is a pain.

@snorbik
Copy link

snorbik commented Apr 9, 2022

Deleting config/deps/lib together with changing zha-quirks to latest version did the trick for me

@alexruffell
Copy link

How can I tell what version of quirks I am using? I deleted the libs folder for 0.0.69 that got created when I tried that fix, downgraded back to 2022.4 and back up to 2022.4.1 hoping it would ensure I was on 0.0.71. Could I possibly still be on the old version? My ZHA network is basically dead.

@dmulcahey
Copy link
Contributor

@dmulcahey I started having issues (unavailable, unresponsive Zigbee devices) after updating to 2022.4. As recommended above, I installed 0.0.69 quirk over 2022.4 but it did not help. I updated to 2022.4.1 and I am still having the same issues. I deleted the folders in deps that was created when 0.069 was installed and rebooted the host. I am still having issues.

The logs show errors and something about a state.BUSY.

As you mentioned above, I have seen something similar in previous upgrades but I was able to recover without repairing all my 90 devices. I only did a few, but in this case I tried doing so with one, and it won't even find it. When I press the button on the light switch I see errors etc flash but the logs move too fast.

2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 181, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xE6E0 endpoint=1>, 260, 6, 1, b'\x00\xb4\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 183, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x00AB endpoint=1>, 260, 6, 1, b'\x00\xb6\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 185, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x0298 endpoint=1>, 260, 6, 1, b'\x00\xb8\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 187, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xDF72 endpoint=1>, 260, 6, 1, b'\x00\xba\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 189, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xF981 endpoint=1>, 260, 6, 1, b'\x00\xbc\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 191, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x6C47 endpoint=1>, 260, 6, 1, b'\x00\xbe\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 193, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xC7FE endpoint=1>, 260, 6, 1, b'\x00\xc0\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 195, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xB0E2 endpoint=1>, 260, 6, 1, b'\x00\xc2\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 197, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xF317 endpoint=1>, 260, 6, 1, b'\x00\xc4\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 199, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xAA33 endpoint=1>, 260, 6, 1, b'\x00\xc6\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 201, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xA354 endpoint=1>, 260, 6, 1, b'\x00\xc8\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 203, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xE783 endpoint=1>, 260, 6, 1, b'\x00\xca\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 205, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8AFE endpoint=1>, 260, 6, 1, b'\x00\xcc\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 207, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xB38A endpoint=1>, 260, 6, 1, b'\x00\xce\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 209, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x6037 endpoint=1>, 260, 6, 1, b'\x00\xd0\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 211, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x5F72 endpoint=1>, 260, 6, 1, b'\x00\xd2\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 213, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xBB64 endpoint=1>, 260, 6, 1, b'\x00\xd4\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 215, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x5084 endpoint=1>, 260, 6, 1, b'\x00\xd6\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 217, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x3A1C endpoint=1>, 260, 6, 1, b'\x00\xd8\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 219, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x459F endpoint=1>, 260, 6, 1, b'\x00\xda\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 221, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xA244 endpoint=1>, 260, 6, 1, b'\x00\xdc\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 223, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xDF9D endpoint=1>, 260, 6, 1, b'\x00\xde\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 225, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x243F endpoint=1>, 260, 6, 1, b'\x00\xe0\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 227, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8F0A endpoint=1>, 260, 6, 1, b'\x00\xe2\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 229, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8870 endpoint=1>, 260, 6, 1, b'\x00\xe4\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 231, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xB819 endpoint=1>, 260, 6, 1, b'\x00\xe6\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 233, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x3B92 endpoint=1>, 260, 6, 1, b'\x00\xe8\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 235, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xAFEC endpoint=1>, 260, 6, 1, b'\x00\xea\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 145, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x3FB7 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x85\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy.device] [0x3fb7] Delivery error for seq # 0x85, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 146, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x3A1C endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xb1\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy.device] [0x3a1c] Delivery error for seq # 0xb1, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 236, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x0298 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xaa\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (32, 139, <DeconzSendDataFlags.RELAYS: 2>, <DeconzAddressEndpoint address_mode=2 address=0x5F72 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xec\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0, [0])
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 237, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x0298 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xa9\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s

EDIT:

@dmulcahey - From what you say it sounds like the deConz radio (Conbee II) has caused issues before. What is the BEST Zigbee 3.0 coordinator? If I have to pair everything back up, or run into this again, I would rather just buy the BEST possible zigbee controller now.

This happens to lots of conbee users. Try letting the system sit for like an hour after a restart.

@dmulcahey
Copy link
Contributor

@dmulcahey I started having issues (unavailable, unresponsive Zigbee devices) after updating to 2022.4. As recommended above, I installed 0.0.69 quirk over 2022.4 but it did not help. I updated to 2022.4.1 and I am still having the same issues. I deleted the folders in deps that was created when 0.069 was installed and rebooted the host. I am still having issues.

The logs show errors and something about a state.BUSY.

As you mentioned above, I have seen something similar in previous upgrades but I was able to recover without repairing all my 90 devices. I only did a few, but in this case I tried doing so with one, and it won't even find it. When I press the button on the light switch I see errors etc flash but the logs move too fast.

2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 181, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xE6E0 endpoint=1>, 260, 6, 1, b'\x00\xb4\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 183, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x00AB endpoint=1>, 260, 6, 1, b'\x00\xb6\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 185, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x0298 endpoint=1>, 260, 6, 1, b'\x00\xb8\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 187, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xDF72 endpoint=1>, 260, 6, 1, b'\x00\xba\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 189, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xF981 endpoint=1>, 260, 6, 1, b'\x00\xbc\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 191, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x6C47 endpoint=1>, 260, 6, 1, b'\x00\xbe\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 193, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xC7FE endpoint=1>, 260, 6, 1, b'\x00\xc0\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 195, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xB0E2 endpoint=1>, 260, 6, 1, b'\x00\xc2\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 197, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xF317 endpoint=1>, 260, 6, 1, b'\x00\xc4\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 199, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xAA33 endpoint=1>, 260, 6, 1, b'\x00\xc6\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 201, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xA354 endpoint=1>, 260, 6, 1, b'\x00\xc8\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 203, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xE783 endpoint=1>, 260, 6, 1, b'\x00\xca\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 205, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8AFE endpoint=1>, 260, 6, 1, b'\x00\xcc\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 207, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xB38A endpoint=1>, 260, 6, 1, b'\x00\xce\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 209, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x6037 endpoint=1>, 260, 6, 1, b'\x00\xd0\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 211, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x5F72 endpoint=1>, 260, 6, 1, b'\x00\xd2\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 213, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xBB64 endpoint=1>, 260, 6, 1, b'\x00\xd4\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 215, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x5084 endpoint=1>, 260, 6, 1, b'\x00\xd6\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 217, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x3A1C endpoint=1>, 260, 6, 1, b'\x00\xd8\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 219, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x459F endpoint=1>, 260, 6, 1, b'\x00\xda\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 221, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xA244 endpoint=1>, 260, 6, 1, b'\x00\xdc\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 223, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xDF9D endpoint=1>, 260, 6, 1, b'\x00\xde\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 225, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x243F endpoint=1>, 260, 6, 1, b'\x00\xe0\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 227, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8F0A endpoint=1>, 260, 6, 1, b'\x00\xe2\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 229, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x8870 endpoint=1>, 260, 6, 1, b'\x00\xe4\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 231, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xB819 endpoint=1>, 260, 6, 1, b'\x00\xe6\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 233, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x3B92 endpoint=1>, 260, 6, 1, b'\x00\xe8\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 235, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0xAFEC endpoint=1>, 260, 6, 1, b'\x00\xea\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 145, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x3FB7 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\x85\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy.device] [0x3fb7] Delivery error for seq # 0x85, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 146, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x3A1C endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xb1\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy.device] [0x3a1c] Delivery error for seq # 0xb1, on endpoint id 0 cluster 0x8000: Couldn't enqueue send data request: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 236, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x0298 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xaa\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (32, 139, <DeconzSendDataFlags.RELAYS: 2>, <DeconzAddressEndpoint address_mode=2 address=0x5F72 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xec\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0, [0])
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (29, 237, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=2 address=0x0298 endpoint=0>, 0, <ZDOCmd.NWK_addr_rsp: 0x8000>, 0, b'\xa9\x00\xf9i\x07\xff\xff.!\x00\x00\x00\x00\x00', <DeconzTransmitOptions.USE_NWK_KEY_SECURITY: 2>, 0)
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_request' failure: Command.aps_data_request, status: Status.BUSY
2022-04-08 10:36:07 DEBUG (MainThread) [zigpy_deconz.api] retrying 'aps_data_request' in 1.5s

EDIT:

@dmulcahey - From what you say it sounds like the deConz radio (Conbee II) has caused issues before. What is the BEST Zigbee 3.0 coordinator? If I have to pair everything back up, or run into this again, I would rather just buy the BEST possible zigbee controller now.

https://www.tubeszb.com

@dmulcahey
Copy link
Contributor

How can I tell what version of quirks I am using? I deleted the libs folder for 0.0.69 that got created when I tried that fix, downgraded back to 2022.4 and back up to 2022.4.1 hoping it would ensure I was on 0.0.71. Could I possibly still be on the old version? My ZHA network is basically dead.

the issues you have with data transmission have absolutely nada to do with quirks. The conbee is stating it can't send messages to the network because it is busy. Try shutting everything down, unplug / replug the stick, start everything back up and let it sit for an hour or so.

@dmulcahey
Copy link
Contributor

I am closing this issue as several things are conflated here: conbee general issues, folks that mucked w/ dependencies etc. If you still have issues please open a new issue (do NOT piggy back off another issue unless your problem is the same as what is in an existing issue). You can link to this one if you would like.

@lpacchin
Copy link

lpacchin commented Apr 9, 2022

fixed, I'm on 2022.4.1 not working, disconnected the usb adapter and reconnected, then started OK

@alexruffell
Copy link

alexruffell commented Apr 9, 2022

the issues you have with data transmission have absolutely nada to do with quirks. The conbee is stating it can't send messages to the network because it is busy. Try shutting everything down, unplug / replug the stick, start everything back up and let it sit for an hour or so.

I powered down the house, thus all mains Zigbee devices multiple times with no change. I unplugged the ConBee II multiple times, changed port, rebooted the PC running proxmox with HA VM and no change.

I took the nuclear approach of removing the ZHA integration and adding it back hoping it would somehow spare my entity names but I lost them all (90 devices!). Tomorrow I am receiving 2 x Sonoff Zigbee 3.0 Dongle Plus and will start the laborious job of moving to that coordinator. My Conbee II is likely fine but from what I have read the Sonoff one is better, so this is a good time to make the switch...

@dmulcahey You are the expert here... I doubt anyone was intentionally piggy backing the original issue (title is so broad my issues were indeed related to 2022.4 update, however I had NO idea whether they were the same as the issue posted by OP.). I am now understanding that my issues are caused by unruly devices that for whatever reason have opted to no longer communicate with the controller... a mutiny of sorts. I've had a Samjin Outlet (Smartthings Outlet) and a Jasco Light Switch cause trouble before (network issues vanished after resetting them) so I am not surprised. I just wonder why it tends to happen after updates or when house power is off for a while. Fingers crossed that moving to Sonoff Zigbee 3.0 Dongle Plus is a good move...

EDIT: I let my mesh rest for many hours, even overnight, but issues never went away.

@rjbungay
Copy link

rjbungay commented Apr 9, 2022

anyone who has used local quirks or the custom deps add-on is kind of on their own. There is absolutely nothing we can do to correct local modifications you have made.

@dmulcahey It’s all well and good saying we are on our own, but I’ve been forced into this situation to get my curtain motors working. I raised a support request back in February but it would appear this hasn’t been looked at, at least it hasn’t even been commented on!

zigpy/zha-device-handlers#1399

What else are we supposed to do?

It would also make life much easier if there was some documentation on custom quirks, at least I haven’t found any explanation. Rummaging through various threads I managed to get the custom quirk working back in Feb so I could use my curtains, this update broke that.

I have managed to get them working again by downloading the latest 0.0.71 quirks and editing those to create a new custom ts601 file. This has sorted out my issues once again with a custom quirk but it would be nice if standard support for the device was sorted out so we don’t have to resort to custom quirks and end up "on our own" again in a future release.

If it helps others I’ve created a text file in my custom quirks folder with some notes for next time as follows:-

When adding a custom quirk, you also want to update the information here:

 "_TZE200_3i3exuay": {0x0000: 0x0000, 0x0001: 0x0002, 0x0002: 0x0001},

(This maps the open, close, stop to the correct buttons)

(For some other device, TUYA_COVER_INVERTED_BY_DEFAULT also needs to be updated
(This is needed for my curtain motor)

Note:
Also edit the ts0601_cover.py file and change the following line (13):
from zhaquirks.tuya import (
to
from . import (

@dmulcahey
Copy link
Contributor

If you have it working open a pull request and it will make it into an official release

@rjbungay
Copy link

rjbungay commented Apr 9, 2022

If you have it working open a pull request and it will make it into an official release

Sorry, I have no idea how to create a pull request for this.

@tomroeleveld
Copy link

tomroeleveld commented Apr 11, 2022

I had the same issue: Lots of devices that didn't work anymore and a very slow response.
To fix it, I followed pbvdven's en alexruffel's instructions and after installing and starting this addon, I've added the custom_quirks_path to my config.yaml:

zha:
  custom_quirks_path: /config/deps/lib/python3.9/site-packages/zhaquirks

After I restarted HA, I've noticed my ZHA integration wouldn't start. Somehow the Conbee stick was pointed to the "Nue" folder in the zhaquirks path. I haven't investigated it, but I've removed the Nue folder, restarted HA again and now everything is working like it did before.
Please notice: Don't enable Automatic startup for the Custom deps deployment addon, as it will restore the Nue folder after every restart.

@github-actions github-actions bot locked and limited conversation to collaborators May 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests