3.8 KiB
title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_codeowners, ha_config_flow, ha_integration_type, ha_quality_scale, ha_zeroconf
| title | description | ha_category | ha_release | ha_iot_class | ha_domain | ha_platforms | ha_codeowners | ha_config_flow | ha_integration_type | ha_quality_scale | ha_zeroconf | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Russound RIO | Instructions on how to integrate Russound RIO devices into Home Assistant. |
|
0.49 | Local Push | russound_rio |
|
|
true | integration | silver | true |
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 integration allows you to navigate presets, control volume of all zones, and play radio stations all from your Home Assistant dashboard.
Supported devices
This integration allows you to connect the following controllers:
- Russound SMZ8
- Russound SMZ16-PRE
- Russound MBX-PRE
- Russound MBX-AMP
- Russound ACA-E5
- Russound MCA-C3
- Russound MCA-C5
- Russound MCA-66
- Russound MCA-88
- Rusosund MCA-88x
- Russound XSource
- Russound XZone4
- Russound XZone70V
- 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 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 %}
Available configuration entities
The integration provides a few entities to configure the device settings. The following entities are supported:
- Bass and Treble
- Balance
- Loudness
- Turn on volume
Playing media
Russound RIO supports recalling AM/FM and Sirius XM presets using the media_player.play_media action.
Examples:
Russound RIO can recall any stored presets saved on the device for a given source. The preset ID can be between 1-36. Some devices may display presets within banks of six presets total. The preset ID can be calculated by combining the current bank and preset. An example action using a preset for Bank 1, Preset 1:
action: media_player.play_media
target:
entity_id: media_player.russound_deck
data:
media_content_type: "preset"
media_content_id: "1"
An example action using a preset for Bank 2, Preset 1:
action: media_player.play_media
target:
entity_id: media_player.russound_deck
data:
media_content_type: "preset"
media_content_id: "7"
The action will only impact the current source for a zone. If you want to recall a preset on a specific source, you can use the format source_id,preset_id. For example, if you want to recall Bank 2, Preset 2 using Source 1:
action: media_player.play_media
target:
entity_id: media_player.russound_deck
data:
media_content_type: "preset"
media_content_id: "1,8"
Browsing media
The Russound RIO integration allows you to browse saved presets from your dashboard.
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.