mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
update russound rnet for mutiple controllers (#28244)
This commit is contained in:
parent
4c92c74a8d
commit
690a74ebfc
@ -13,7 +13,7 @@ ha_integration_type: integration
|
||||
|
||||
The `russound_rnet` platform allows you to control Russound devices that make use of the RNET protocol.
|
||||
|
||||
This has initially been tested against a Russound CAV6.6 unit with six zones and six sources. It will also work with a Russound CAA66, but be sure to use a null-modem cable.
|
||||
This has initially been tested against a Russound CAV6.6 unit with six zones and six sources. It will also work with a Russound CAA66, but be sure to use a null-modem cable. If you have mutiple controllers connected via the RNET link ports, every increment of 6 zones maps to the corresponding controller ID.
|
||||
|
||||
Connecting to the Russound device is only possible by TCP, you can make use of a TCP to Serial gateway such as [tcp_serial_redirect](https://github.com/pyserial/pyserial/blob/master/examples/tcp_serial_redirect.py)
|
||||
|
||||
@ -39,6 +39,9 @@ media_player:
|
||||
name: Dining Room
|
||||
6:
|
||||
name: Guest Bedroom
|
||||
# controller 2 - zone 1 (connected via RNET link ports)
|
||||
7:
|
||||
name: Basement Recroom
|
||||
sources:
|
||||
- name: Sonos
|
||||
- name: Sky+
|
||||
|
Loading…
x
Reference in New Issue
Block a user