#Hello there

1 messages · Page 1 of 1 (latest)

hexed spoke
#

A thread to avoid polluting the chan 🙂

#

It fails randomly (can be at 30%, or 50%, it went up to 78% max) with this error :

2023-01-08 16:38:42.747 WARNING (MainThread) [bellows.zigbee.application] Watchdog heartbeat timeout: TimeoutError()
2023-01-08 16:38:43.780 DEBUG (MainThread) [zigpy.zcl] [0x9511:1:0x0b04] 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=149, command_id=<GeneralCommand.Read_Attributes: 0>, *direction=<Direction.Server_to_Client: 0>, *is_reply=False)
2023-01-08 16:38:43.783 DEBUG (MainThread) [zigpy.zcl] [0x9511:1:0x0b04] Sending request: Read_Attributes(attribute_ids=[1285])
#
2023-01-08 16:38:43.826 ERROR (MainThread) [zigpy.zcl] [0x9511:1:0x0019] Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/zigpy/zcl/clusters/general.py", line 1818, in _handle_cluster_request
    await self._handle_image_block(*args, tsn=tsn, model=self.endpoint.model)
  File "/usr/local/lib/python3.10/site-packages/zigpy/zcl/clusters/general.py", line 1939, in _handle_image_block
    await self.image_block_response(
  File "/usr/local/lib/python3.10/site-packages/zigpy/zcl/__init__.py", line 358, in reply
    return await self._endpoint.reply(
  File "/usr/local/lib/python3.10/site-packages/zigpy/endpoint.py", line 256, in reply
    return await self.device.reply(
  File "/usr/local/lib/python3.10/site-packages/zigpy/device.py", line 377, in reply
    return await self.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/bellows/zigbee/application.py", line 744, in send_packet
    status, _ = await self._ezsp.sendUnicast(
AttributeError: 'NoneType' object has no attribute 'sendUnicast'
#
2023-01-08 16:38:44.700 INFO (MainThread) [bellows.zigbee.application] EZSP Radio manufacturer: Nabu Casa
2023-01-08 16:38:44.701 INFO (MainThread) [bellows.zigbee.application] EZSP Radio board name: SkyConnect v1.0
2023-01-08 16:38:44.701 INFO (MainThread) [bellows.zigbee.application] EmberZNet version: 7.1.1.0 build 273
#

Does it ring a bell to anyone?