WARNING (MainThread) [zigpy.zdo] Unknown ZDO cluster 0x8038

I have set automation through node-red using Alexa local for turning on and off my ZigBee lights (Cree & Sengled Element classic) however recently I’m unable to get them to work consistently, for example, if the status of the light in HA is off they can be turned on using Alexa, however, if I want to turn them off through Alexa it will say ok but they don’t turn off and the messages below start to appear. Additionally, if I manually turn them off HA, HA doesn’t reflect the change, I either have to restart HA to get the status back to off or leave it overnight. The lights are about 2 feet from my setup.

20188-03-21 18:38:37 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of platform zha is taking over 10 seconds.
2018-03-21 18:38:43 ERROR (MainThread) [frontend.js.latest.201803100] http://192.168.2.234:8123/local/alarm/alarm_scripts.js:38:20 Uncaught TypeError: Cannot read property ‘left’ of null
2018-03-21 18:38:55 WARNING (SyncWorker_10) [netdisco.ssdp] Error fetching description at http://192.168.2.153:2869/upnphost/udhisapi.dll?content=uuid:312b5c5b-a483-4c59-8247-6ad760c3873d
2018-03-21 18:38:55 WARNING (SyncWorker_10) [netdisco.ssdp] Error fetching description at https://192.168.2.243:8888
2018-03-21 18:41:25 WARNING (MainThread) [zigpy.zdo] Unknown ZDO cluster 0x8038
2018-03-21 18:41:25 WARNING (MainThread) [bellows.zigbee.application] Unexpected response TSN=0 command=32824 args=b’\x00\x00\xf8\xff\x07\x14\x00\t\x00\x10\xac\xa8\xa8\xa4\xa1\xae\xb2\xa5\x9e\xa2\xb2\xbf\xbd\xb4\xa1\x9f’
2018-03-21 18:41:25 WARNING (MainThread) [zigpy.application] Message on unknown device 0x0000
2018-03-21 18:50:12 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall light.turn_on: entity_id=[‘light.cree_connected_a19_60w_equivalent_fe08acd1_10’], brightness=29>
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/core.py”, line 1006, in _event_to_service_call
await service_handler.func(service_call)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/init.py”, line 344, in async_handle_light_service
await light.async_turn_on(**params)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/zha.py”, line 118, in async_turn_on
duration
File “/usr/lib/python3.6/site-packages/bellows/zigbee/application.py”, line 248, in request
v = yield from send_fut
File “/usr/lib/python3.6/asyncio/futures.py”, line 332, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 250, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 245, in result
raise self._exception
zigpy.exceptions.DeliveryError: Message send failure: EmberStatus.DELIVERY_FAILED
2018-03-21 18:50:12 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall light.turn_on: entity_id=[‘light.cree_connected_a19_60w_equivalent_fe08acd1_10’]>
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/core.py”, line 1006, in _event_to_service_call
await service_handler.func(service_call)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/init.py”, line 344, in async_handle_light_service
await light.async_turn_on(**params)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/zha.py”, line 118, in async_turn_on
duration
File “/usr/lib/python3.6/site-packages/bellows/zigbee/application.py”, line 248, in request
v = yield from send_fut
File “/usr/lib/python3.6/asyncio/futures.py”, line 332, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 250, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 245, in result
raise self._exception
zigpy.exceptions.DeliveryError: Message send failure: EmberStatus.DELIVERY_FAILED
2018-03-21 18:50:30 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall light.turn_on: entity_id=[‘light.cree_connected_a19_60w_equivalent_fe08acd1_10’], brightness=0>
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/core.py”, line 1006, in _event_to_service_call
await service_handler.func(service_call)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/init.py”, line 344, in async_handle_light_service
await light.async_turn_on(**params)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/zha.py”, line 118, in async_turn_on
duration
File “/usr/lib/python3.6/site-packages/bellows/zigbee/application.py”, line 248, in request
v = yield from send_fut
File “/usr/lib/python3.6/asyncio/futures.py”, line 332, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 250, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 245, in result
raise self._exception
zigpy.exceptions.DeliveryError: Message send failure: EmberStatus.DELIVERY_FAILED
2018-03-21 19:02:08 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall light.turn_on: entity_id=[‘light.cree_connected_a19_60w_equivalent_fe08acd1_10’]>
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/core.py”, line 1006, in _event_to_service_call
await service_handler.func(service_call)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/init.py”, line 344, in async_handle_light_service
await light.async_turn_on(**params)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/zha.py”, line 118, in async_turn_on
duration
File “/usr/lib/python3.6/site-packages/bellows/zigbee/application.py”, line 251, in request
v = yield from asyncio.wait_for(reply_fut, timeout)
File “/usr/lib/python3.6/asyncio/tasks.py”, line 362, in wait_for
raise futures.TimeoutError()
concurrent.futures._base.TimeoutError
2018-03-21 19:02:43 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall light.turn_on: entity_id=[‘light.cree_connected_a19_60w_equivalent_fe08acd1_10’]>
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/core.py”, line 1006, in _event_to_service_call
await service_handler.func(service_call)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/init.py”, line 344, in async_handle_light_service
await light.async_turn_on(**params)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/zha.py”, line 118, in async_turn_on
duration
File “/usr/lib/python3.6/site-packages/bellows/zigbee/application.py”, line 251, in request
v = yield from asyncio.wait_for(reply_fut, timeout)
File “/usr/lib/python3.6/asyncio/tasks.py”, line 362, in wait_for
raise futures.TimeoutError()
concurrent.futures._base.TimeoutError

1 Like

I started seeing the exact same error. It started about the same time that HA Discovery started showing a pair of Phillips Hue bulbs. problem is I don’t own any Phillips Hue bulbs. Mine are Sylvania Smart+ bulbs and they are accounted for. I’m beginning to think one of my neighbors might have gotten some and I’m just seeing their traffic.

Was there ever any luck with this? I have a bunch of Sylvania OSRAM zigbee lights and am getting the same “uknown ZDO cluster 0x8038” warnings in my log.