Bought a Odroid M1 8Gb, updated with latest firmware so I can boot from eMMC. Put in a 1 Tb NVME and booted HA OS with no problem. HA is working very responsive on the M1.
The I wanted to install a SkyConnect. It showed up nicely in the hardware list. However when I set it up in HA, it gives a unknown error. Tried a second SkyConnect also same problem. Both SC’s where working flawless on my test-PI4.
The I tried to setup RaspberryMatic add-on with a Homematic-ip usb (HMIP-RFUSB). Again showing up nicely in the hardware section. But on startup of the add-on I get the following error:
Updating Homematic RF-Hardware: HMIP-RFUSB: =>4.4.18, ERROR ( != 4.4.18).
Again this usb adapter is working normal on my test-PI4.
It looks like there is no full access to the usb ports.
Logger: aiohttp.server
Source: components/zha/radio_manager.py:138
First occurred: 19:26:24 (2 occurrences)
Last logged: 19:26:27
Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py”, line 433, in _handle_request
resp = await request_handler(request)
File “/usr/local/lib/python3.10/site-packages/aiohttp/web_app.py”, line 504, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.10/site-packages/aiohttp/web_middlewares.py”, line 117, in impl
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/security_filter.py”, line 85, in security_filter_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/forwarded.py”, line 100, in forwarded_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/request_context.py”, line 28, in request_context_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/ban.py”, line 80, in ban_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 235, in auth_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 146, in handle
result = await result
File “/usr/src/homeassistant/homeassistant/components/config/config_entries.py”, line 180, in post
return await super().post(request, flow_id)
File “/usr/src/homeassistant/homeassistant/components/http/data_validator.py”, line 72, in wrapper
result = await method(view, request, data, *args, **kwargs)
File “/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py”, line 110, in post
result = await self._flow_mgr.async_configure(flow_id, data)
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 271, in async_configure
result = await self._async_handle_step(
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 367, in _async_handle_step
result: FlowResult = await getattr(flow, method)(user_input)
File “/usr/src/homeassistant/homeassistant/components/zha/config_flow.py”, line 519, in async_step_confirm
return await self.async_step_choose_formation_strategy()
File “/usr/src/homeassistant/homeassistant/components/zha/config_flow.py”, line 296, in async_step_choose_formation_strategy
await self._radio_mgr.async_load_network_settings()
File “/usr/src/homeassistant/homeassistant/components/zha/radio_manager.py”, line 194, in async_load_network_settings
async with self._connect_zigpy_app() as app:
File “/usr/local/lib/python3.10/contextlib.py”, line 199, in aenter
return await anext(self.gen)
File “/usr/src/homeassistant/homeassistant/components/zha/radio_manager.py”, line 138, in _connect_zigpy_app
await app.connect()
File “/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py”, line 130, in connect
self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
File “/usr/local/lib/python3.10/site-packages/bellows/ezsp/init.py”, line 109, in initialize
await ezsp.connect(use_thread=zigpy_config[conf.CONF_USE_THREAD])
File “/usr/local/lib/python3.10/site-packages/bellows/ezsp/init.py”, line 126, in connect
self._gw = await bellows.uart.connect(self._config, self, use_thread=use_thread)
File “/usr/local/lib/python3.10/site-packages/bellows/uart.py”, line 406, in connect
protocol, connection_done = await thread.run_coroutine_threadsafe(
File “/usr/local/lib/python3.10/site-packages/bellows/uart.py”, line 385, in _connect
transport, protocol = await zigpy.serial.create_serial_connection(
File “/usr/local/lib/python3.10/site-packages/zigpy/serial.py”, line 31, in create_serial_connection
transport, protocol = await loop.create_connection(
File “/usr/local/lib/python3.10/asyncio/base_events.py”, line 1076, in create_connection
raise exceptions[0]
File “/usr/local/lib/python3.10/asyncio/base_events.py”, line 1060, in create_connection
sock = await self._connect_sock(
File “/usr/local/lib/python3.10/asyncio/base_events.py”, line 969, in _connect_sock
await self.sock_connect(sock, address)
File “/usr/local/lib/python3.10/asyncio/selector_events.py”, line 501, in sock_connect
return await fut
File “/usr/local/lib/python3.10/asyncio/selector_events.py”, line 541, in _sock_connect_cb
raise OSError(err, f’Connect call failed {address}’)
ConnectionRefusedError: [Errno 111] Connect call failed (‘172.30.32.1’, 9999)