Hello,
i get following error, if i would install the sonoff Zigbee 3.0 Dongle and Zigbee is not working:
Logger: homeassistant.config_entries
Source: components/zha/core/gateway.py:152
First occurred: 12:30:59 (2 occurrences)
Last logged: 13:29:34
Error setting up entry Sonoff Zigbee 3.0 USB Dong - /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_68a8faff66c8eb118240c5c3de5b81b4-if00-port0, s/n: 68a8faff66c8eb118240c5c3de5b81b4 - ITead - 10C4:EA60 for zha
Error setting up entry Sonoff Zigbee 3.0 USB Dongle Plus, s/n: 68a8faff66c8eb118240c5c3de5b81b4 - ITead for zha
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py", line 888, in request_callback_rsp
return await callback_rsp
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py", line 282, in write_network_info
commissioning_rsp = await self.request_callback_rsp(
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py", line 888, in request_callback_rsp
return await callback_rsp
File "/usr/local/lib/python3.9/site-packages/async_timeout/__init__.py", line 129, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.9/site-packages/async_timeout/__init__.py", line 212, in _do_exit
raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 327, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 102, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 152, in async_initialize
self.application_controller = await app_controller_cls.new(
File "/usr/local/lib/python3.9/site-packages/zigpy/application.py", line 69, in new
await app.startup(auto_form)
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py", line 152, in startup
return await self._startup(
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py", line 207, in _startup
await self.form_network()
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py", line 393, in form_network
await self.write_network_info(network_info=network_info, node_info=node_info)
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/zigbee/application.py", line 1149, in write_network_info
return await self._znp.write_network_info(
File "/usr/local/lib/python3.9/site-packages/zigpy_znp/api.py", line 311, in write_network_info
raise RuntimeError(
RuntimeError: Network formation refused, RF environment is likely too noisy. Temporarily unscrew the antenna or shield the coordinator with metal until a network is formed.
Can someone help?
Thanks
Thomas