Could not connect to Russound RIO
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/russound_rio/config_flow.py”, line 45, in async_step_user
await client.connect()
File “/usr/local/lib/python3.12/site-packages/aiorussound/rio.py”, line 116, in connect
return await self.connect_result
^^^^^^^^^^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/russound_rio/config_flow.py”, line 44, in async_step_user
async with asyncio.timeout(CONNECT_TIMEOUT):
File “/usr/local/lib/python3.12/asyncio/timeouts.py”, line 115, in aexit
raise TimeoutError from exc_val
TimeoutError
here the messages i receive.
i hope this will help and thanks for your support
There’s no direct indication of what the issue is. It’s simply timing out when trying to connect which is normally a sign that it can’t communicate with the device at all. Based on the fact you said the app is working fine, we probably need to look into this some more.