Skip to content

Commit

Permalink
[heos] Minor doc update (openhab#16092)
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich authored Dec 20, 2023
1 parent 0055ce3 commit 7ec655d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundles/org.openhab.binding.heos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It also supports selecting favorites and play them on players or groups within t
The binding first establishes a connection to one of the players of the HEOS-Network and use them as a bridge.
After a connection is established, the binding searches for all available players and groups via the bridge.
To keep the network traffic low it is recommended to establish only one connection via one bridge.
Connection to the bridge is done via a Telnet connection.
Connection to the bridge is done via a Telnet connection on port 1255.

## Supported Things

Expand Down Expand Up @@ -58,7 +58,7 @@ This is required to load the favorites, playlists and so on from personal settin
If no login information is provided these features can't be used.

```java
Bridge heos:bridge:main "name" [ipAddress="192.168.0.1", unsername="xxx", password="123456"]
Bridge heos:bridge:main "name" [ipAddress="192.168.0.1", username="xxx", password="123456"]
```

### Player Configuration
Expand All @@ -79,7 +79,7 @@ PID behind the heos:player:--- should be changed as required.
It is recommended to use the Player PID.
If the PID isn't known it can be discovered by establishing a Telnet connection (port 1255) to one player and search for available players (Command: heos://player/get_players) within the network.
Another way is to use the UI to discover the Player via the bridge and get the PID.
For further details refer to the [HEOS CLI](https://rn.dmglobal.com/euheos/HEOS_CLI_ProtocolSpecification_2021.pdf) specification.
For further details refer to the [HEOS CLI](https://rn.dmglobal.com/usmodel/HEOS_CLI_ProtocolSpecification-Version-1.17.pdf) specification.

### Group Configuration

Expand Down

0 comments on commit 7ec655d

Please sign in to comment.