Anyone know why I am spitting out these errors? (ZHA componant?)

Hey,

Anyone know why I am spitting out these errors? I don’t remember seeing them pre hass.io 0.91.4.

I am running on a raspberry pi 3b+ with a HUSBZB-1 zigbee/z-wave dongle.

Thanks In advance!

2019-04-19 05:27:25 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 344, in request
    res = await asyncio.wait_for(req.send, timeout=APS_ACK_TIMEOUT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
    return fut.result()
zigpy.exceptions.DeliveryError: [0x488a:0:0x8001]: message send failure: EmberStatus.DELIVERY_FAILED
2019-04-19 05:33:00 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 344, in request
    res = await asyncio.wait_for(req.send, timeout=APS_ACK_TIMEOUT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
    return fut.result()
zigpy.exceptions.DeliveryError: [0xa694:0:0x8006]: message send failure: EmberStatus.DELIVERY_FAILED
2019-04-19 06:12:26 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 344, in request
    res = await asyncio.wait_for(req.send, timeout=APS_ACK_TIMEOUT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
    return fut.result()
zigpy.exceptions.DeliveryError: [0xb729:0:0x8006]: message send failure: EmberStatus.DELIVERY_FAILED
2019-04-19 06:24:06 ERROR (MainThread) [homeassistant.components.updater] Got unexpected response: None
2019-04-19 06:32:42 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 344, in request
    res = await asyncio.wait_for(req.send, timeout=APS_ACK_TIMEOUT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
    return fut.result()
zigpy.exceptions.DeliveryError: [0xa481:0:0x8006]: message send failure: EmberStatus.DELIVERY_FAILED

It appears you have an EMBER thermostat configured but not responding?

Interesting - definitely no thermostat installed…

EmberStatus appears to be Zigbee related. This post & thread may help.

I feel I may have just fixed it, thanks.

There may be an issue using the Hue Motion sensor which I had - I have now removed that and no more errors are coming up… Think I read somewhere last night about there being support for the Hue Motion sensor now. Will have to read up.

1 Like

Perhaps some hints here?

Thanks Heaps - I had it working previously using the Robmarkcole method.

I think it had a problem on the latest update; however, I will try and pair the motion sensor back with it again and see what happens…

So it would still appear that I have having issues which to my very beginner eyes looks to be an issue with zha?

Any thoughts? I have since rolled back also to .91.3

2019-04-21 14:22:58 WARNING (MainThread) [homeassistant.components.light] Setup of platform zha is taking over 10 seconds.
2019-04-21 14:23:13 ERROR (MainThread) [aiohttp.server] Unhandled exception
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 447, in start
    await resp.prepare(request)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_fileresponse.py", line 344, in prepare
    return await self._sendfile(request, fobj, count)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_fileresponse.py", line 160, in _sendfile_system
    writer = await self._sendfile_fallback(request, fobj, count)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_fileresponse.py", line 193, in _sendfile_fallback
    await writer.write(chunk)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/http_writer.py", line 101, in write
    self._write(chunk)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/http_writer.py", line 67, in _write
    raise ConnectionResetError('Cannot write to closing transport')
ConnectionResetError: Cannot write to closing transport
2019-04-21 14:23:36 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 342, in request
    raise DeliveryError(msg % msg_args)
zigpy.exceptions.DeliveryError: [0xb5ed:0:0x8001]: message send failure: EmberStatus.MAX_MESSAGE_LIMIT_REACHED
2019-04-21 14:23:37 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 342, in request
    raise DeliveryError(msg % msg_args)
zigpy.exceptions.DeliveryError: [0x7e81:0:0x8001]: message send failure: EmberStatus.MAX_MESSAGE_LIMIT_REACHED
2019-04-21 14:23:38 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 342, in request
    raise DeliveryError(msg % msg_args)
zigpy.exceptions.DeliveryError: [0x4765:0:0x8006]: message send failure: EmberStatus.MAX_MESSAGE_LIMIT_REACHED
2019-04-21 14:23:38 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 344, in request
    res = await asyncio.wait_for(req.send, timeout=APS_ACK_TIMEOUT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
    return fut.result()
zigpy.exceptions.DeliveryError: [0x488a:0:0x8006]: message send failure: EmberStatus.DELIVERY_FAILED
2019-04-21 14:23:38 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 344, in request
    res = await asyncio.wait_for(req.send, timeout=APS_ACK_TIMEOUT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
    return fut.result()
zigpy.exceptions.DeliveryError: [0x488a:0:0x8006]: message send failure: EmberStatus.DELIVERY_FAILED
2019-04-21 14:23:39 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 344, in request
    res = await asyncio.wait_for(req.send, timeout=APS_ACK_TIMEOUT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
    return fut.result()
zigpy.exceptions.DeliveryError: [0x3951:0:0x8001]: message send failure: EmberStatus.DELIVERY_FAILED
2019-04-21 14:23:39 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 344, in request
    res = await asyncio.wait_for(req.send, timeout=APS_ACK_TIMEOUT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
    return fut.result()
zigpy.exceptions.DeliveryError: [0xb5ed:0:0x8001]: message send failure: EmberStatus.DELIVERY_FAILED
2019-04-21 14:23:40 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 344, in request
    res = await asyncio.wait_for(req.send, timeout=APS_ACK_TIMEOUT)
  File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
    return fut.result()
zigpy.exceptions.DeliveryError: [0x73f1:0:0x8001]: message send failure: EmberStatus.DELIVERY_FAILED

Anyone by any chance got an idea of what is happening?

Thanks in advance!

Are you sure the usb_path is correct?

USB path is correct - everything is running fine…