2022-12-30 18:33:30.596 DEBUG (MainThread) [homeassistant.components.zha.api] Requested attributes for: cluster_id: 0, cluster_type: ‹ in ›, endpoint_id: 1, response: [{‹ id ›: 0, ‹ name ›: ‹ zcl_version ›}, {‹ id ›: 1, ‹ name ›: ‹ app_version ›}, {‹ id ›: 2, ‹ name ›: ‹ stack_version ›}, {‹ id ›: 3, ‹ name ›: ‹ hw_version ›}, {‹ id ›: 4, ‹ name ›: ‹ manufacturer ›}, {‹ id ›: 5, ‹ name ›: ‹ model ›}, {‹ id ›: 6, ‹ name ›: ‹ date_code ›}, {‹ id ›: 7, ‹ name ›: ‹ power_source ›}, {‹ id ›: 8, ‹ name ›: ‹ generic_device_class ›}, {‹ id ›: 9, ‹ name ›: ‹ generic_device_type ›}, {‹ id ›: 10, ‹ name ›: ‹ product_code ›}, {‹ id ›: 11, ‹ name ›: ‹ product_url ›}, {‹ id ›: 12, ‹ name ›: ‹ manufacturer_version_details ›}, {‹ id ›: 13, ‹ name ›: ‹ serial_number ›}, {‹ id ›: 14, ‹ name ›: ‹ product_label ›}, {‹ id ›: 16, ‹ name ›: ‹ location_desc ›}, {‹ id ›: 17, ‹ name ›: ‹ physical_env ›}, {‹ id ›: 18, ‹ name ›: ‹ device_enabled ›}, {‹ id ›: 19, ‹ name ›: ‹ alarm_mask ›}, {‹ id ›: 20, ‹ name ›: ‹ disable_local_config ›}, {‹ id ›: 16384, ‹ name ›: ‹ sw_build_id ›}, {‹ id ›: 65533, ‹ name ›: ‹ cluster_revision ›}, {‹ id ›: 65534, ‹ name ›: ‹ attr_reporting_status ›}]
2022-12-30 18:33:44.607 DEBUG (MainThread) [zigpy.zcl] [0x1208:1:0x0000] Sending request header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=False, direction=<Direction.Server_to_Client: 0>, disable_default_response=0, reserved=0, *is_cluster=False, *is_general=True, *is_reply=False), tsn=67, command_id=<GeneralCommand.Read_Attributes: 0>, *direction=<Direction.Server_to_Client: 0>, *is_reply=False)
2022-12-30 18:33:44.608 DEBUG (MainThread) [zigpy.zcl] [0x1208:1:0x0000] Sending request: Read_Attributes(attribute_ids=[16384])
2022-12-30 18:33:54.747 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [281473495714928] Error handling message: Unknown error (unknown_error) from 127.0.0.1 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.54)
Traceback (most recent call last):
File « /usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py », line 27, in _handle_async_response
await func(hass, connection, msg)
File « /usr/src/homeassistant/homeassistant/components/zha/api.py », line 820, in websocket_read_zigbee_cluster_attributes
success, failure = await cluster.read_attributes(
File « /usr/local/lib/python3.10/site-packages/zigpy/zcl/init.py », line 471, in read_attributes
result = await self.read_attributes_raw(to_read, manufacturer=manufacturer)
File « /usr/local/lib/python3.10/site-packages/zigpy/zcl/init.py », line 324, in request
return await self._endpoint.request(
File « /usr/local/lib/python3.10/site-packages/zigpy/endpoint.py », line 237, in request
return await self.device.request(
File « /usr/local/lib/python3.10/site-packages/zigpy/device.py », line 296, in request
await self._application.request(
File « /usr/local/lib/python3.10/site-packages/zigpy/application.py », line 672, in request
await self.send_packet(
File « /usr/local/lib/python3.10/site-packages/zigpy_deconz/zigbee/application.py », line 423, in send_packet
raise zigpy.exceptions.DeliveryError(
zigpy.exceptions.DeliveryError: Failed to deliver packet: <TXStatus.NWK_ROUTE_DISCOVERY_FAILED: 208>