Russound Integration Error

i can not install the Russound Integration.

I have 4 Russound MCA-C5, the master russound habe the ip 192.168.135.50.
With the Russound App everything is ok and use the full functionality.

In the integration setup i use the host: 192.168.135.50 and the Port 9621

i always get the error no connection to the rsussound device.

the ha installation is in the same network segment and the edomi smarthome installation can use successful the connection.

what can i do to use this integration?

Hi @Hartwig,

Can you add the following to the configuration.yml file?

logger:
  default: info
  logs:
    aiorussound: debug

After doing so, please restart HA, and try to add the Russound device again. Additional logs will be printed which can help diagnose the issue.

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.

Can you open this as an issue on github? Sign in to GitHub · GitHub

That’s where I’m most responsive and can assist directly.