[rotel] Support added for Michi models (P5, X3 and X5) (#12524)

Also fix command to set balance (different syntax in ASCII V1 and V2)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2022-03-26 21:17:40 +01:00
committed by GitHub
parent 4774f8a7e7
commit 1734d6ed82
12 changed files with 197 additions and 29 deletions

View File

@@ -35,6 +35,7 @@ This binding supports the following thing types:
| a14 | Connection to the Rotel A14 integrated amplifier |
| cd11 | Connection to the Rotel CD11 CD player |
| cd14 | Connection to the Rotel CD14 CD player |
| p5 | Connection to the Rotel Michi P5 stereo preamplifier |
| ra11 | Connection to the Rotel RA-11 integrated amplifier |
| ra12 | Connection to the Rotel RA-12 integrated amplifier |
| ra1570 | Connection to the Rotel RA-1570 integrated amplifier |
@@ -71,6 +72,8 @@ This binding supports the following thing types:
| rt1570 | Connection to the Rotel RT-1570 tuner |
| t11 | Connection to the Rotel T11 tuner |
| t14 | Connection to the Rotel T14 tuner |
| x3 | Connection to the Rotel Michi X3 integrated amplifier |
| x5 | Connection to the Rotel Michi X5 integrated amplifier |
## Discovery
@@ -176,6 +179,7 @@ Here are the list of channels available for each thing type:
| a14 | power, source, volume, mute, bass, treble, frequency, brightness, tcbypass, balance, speakera, speakerb |
| cd11 | power, playControl, track, brightness |
| cd14 | power, playControl, track, brightness |
| p5 | power, source, volume, mute, bass, treble, frequency, brightness, tcbypass, balance |
| ra11 | power, source, volume, mute, bass, treble, playControl, frequency, brightness, tcbypass, balance |
| ra12 | power, source, volume, mute, bass, treble, playControl, frequency, brightness, tcbypass, balance |
| ra1570 | power, source, volume, mute, bass, treble, playControl, frequency, brightness, tcbypass, balance, speakera, speakerb |
@@ -212,6 +216,8 @@ Here are the list of channels available for each thing type:
| rt1570 | power, source, brightness |
| t11 | power, source, brightness |
| t14 | power, source, brightness |
| x3 | power, source, volume, mute, bass, treble, frequency, brightness, tcbypass, balance |
| x5 | power, source, volume, mute, bass, treble, frequency, brightness, tcbypass, balance |
## Full Example