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!