Hi everyone! I’m having an issue trying to set up the Zigbee Home Automation integration using my ZBDongle-E. After selecting the serial port for my ZBDongle-E, I receive the “Unknown error occurred” message. I’m running my Home Automation on a Docker container with Home Assistant version 2023.10.5 (Frontend 20231005.0 – latest). The Docker container is hosted on a NanoPC-T6 running Ubuntu Server 22.04.3 LTS. The Home Automation Docker container log files are showing the following errors:
s6-rc: info: service legacy-services: stopping
Unable to find configuration. Creating default one in /config
[17:47:42] INFO: Home Assistant Core finish process exit code 0
[17:47:42] INFO: Home Assistant Core service shutdown
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
2023-10-24 17:48:40.005 ERROR (MainThread) [aiohttp.server] Error handling request
2023-10-24 17:48:48.232 ERROR (MainThread) [aiohttp.server] Error handling request
2023-10-24 17:49:06.874 ERROR (MainThread) [homeassistant.helpers.integration_platform] Error processing platform zha.silabs_multiprotocol
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/integration_platform.py", line 61, in _async_process_single_integration_platform_component
await integration_platform.process_platform(hass, component_name, platform)
File "/usr/src/homeassistant/homeassistant/components/homeassistant_hardware/silabs_multiprotocol_addon.py", line 152, in _register_multipan_platform
channel = await platform.async_get_channel(hass)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/silabs_multiprotocol.py", line 63, in async_get_channel
zha_url = _get_zha_url(hass)
^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/silabs_multiprotocol.py", line 22, in _get_zha_url
return api.async_get_radio_path(hass)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zha/api.py", line 103, in async_get_radio_path
return config_entry.data[CONF_DEVICE][CONF_DEVICE_PATH]
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'device'
2023-10-24 17:49:16.964 ERROR (MainThread) [aiohttp.server] Error handling request
2023-10-24 17:49:34.097 ERROR (MainThread) [aiohttp.server] Error handling request
Thanks in advance!