Skip to content

Commit

Permalink
Add removal and troubleshooting information to Russound RIO (home-ass…
Browse files Browse the repository at this point in the history
…istant#36299)

* Add removal, data updates, and troubleshooting information to Russound RIO
  • Loading branch information
noahhusby authored Dec 12, 2024
1 parent 26e92f7 commit fd039bd
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion source/_integrations/russound_rio.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ha_integration_type: integration

The `russound_rio` {% term integration %} allows you to control Russound devices that make use of the RIO protocol.

The platform automatically discovers all enabled zones and sources. Each zone is added as a media player device with the enabled sources available as inputs. Media information is supported if the selected source reports it.
The platform automatically discovers all enabled zones and sources. Each zone is added as a media player device with the enabled sources available as inputs. Media information is supported if the selected source reports it. The integration allows you to navigate presets, control volume of all zones, and play radio stations all from your Home Assistant dashboard.

## Supported devices

Expand All @@ -35,3 +35,27 @@ This integration allows you to connect the following controllers:
- Russound XStream-X5

{% include integrations/config_flow.md %}

{% configuration_basic %}
Host:
description: The IP address of your device can be found by navigating to the device on the [Russound app](https://www.russound.com/russound-app) and selecting `Settings`. If you are using a third-party RS232 to IP adapter, refer to the user manual about finding the IP address.
Port:
description: The port of your device. This is `9621` on all devices except for the XZone4, which uses ports 9621-9624. The port may be different if a RS232 to IP adapter is used.
{% endconfiguration_basic %}

## Data updates

Russound RIO devices push data directly to Home Assistant, enabling immediate updates for device state changes, media information, and playback status.

## Removing the integration

This integration follows standard integration removal. No extra steps are required.

{% include integrations/remove_device_service.md %}

## Troubleshooting

### There is a delay on getting the current status

Some older Russound devices have a slight delay before posting a new status to Home Assistant.
This can be resolved by updating the unit to the latest firmware.

0 comments on commit fd039bd

Please sign in to comment.