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.
I also have the same problem with the russound integration with my MCA-C5. It worked fine a while ago but then it stopped working in HA after an update. Tried deleting the integration and readding it as well today but get the same error as well.
Logger: homeassistant.components.russound_rio.config_flow
Source: components/russound_rio/config_flow.py:44
integration: Russound RIO (documentation, issues)
First occurred: 11:38:08 AM (3 occurrences)
Last logged: 12:03:16 PM
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.13/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.13/asyncio/timeouts.py", line 116, in __aexit__
raise TimeoutError from exc_val
TimeoutError