Multiple bindings - Fix README formatting regression (#17619)

* Fix README formatting

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein 2024-10-25 02:40:14 -05:00 committed by GitHub
parent 3540cfe7b4
commit af67423c64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 137 additions and 124 deletions

View File

@ -13,10 +13,11 @@ All movie player components including the original K-Player series, M Class Play
It is important to choose the correct thing type to ensure the available channels are correct for the component being used. It is important to choose the correct thing type to ensure the available channels are correct for the component being used.
The supported thing types are: The supported thing types are:
`player` Any KPlayer, M Class [M300, M500, M700] or Cinema One 1st Gen player
`cinemaone` Cinema One (2nd Gen) - `player` Any KPlayer, M Class [M300, M500, M700] or Cinema One 1st Gen player
`alto` - `cinemaone` Cinema One (2nd Gen)
`strato` Includes Strato, Strato S, Strato C or Strato V - `alto`
- `strato` Includes Strato, Strato S, Strato C or Strato V
The binding supports either a TCP/IP connection or direct serial port connection (19200-8-N-1) to the Kaleidescape component. The binding supports either a TCP/IP connection or direct serial port connection (19200-8-N-1) to the Kaleidescape component.

View File

@ -1,27 +1,36 @@
# Panasonic Blu-ray Player Binding # Panasonic Blu-ray Player Binding
This binding connects Panasonic Blu-ray players from 2011/2012 and UHD Blu-ray players from 2018 to openHAB. This binding connects Panasonic Blu-ray players from 2011/2012 and UHD Blu-ray players from 2018 to openHAB.
**Supported Blu-ray models:** DMP-BDT110, DMP-BDT210, DMP-BDT310, DMP-BDT120, DMP-BDT220, DMP-BDT320, DMP-BBT01 & DMP-BDT500. **Supported Blu-ray models:** DMP-BDT110, DMP-BDT210, DMP-BDT310, DMP-BDT120, DMP-BDT220, DMP-BDT320, DMP-BBT01 & DMP-BDT500.
**Supported UHD models:** DP-UB420/424, DP-UB820/824 & DP-UB9000/9004. **Supported UHD models:** DP-UB420/424, DP-UB820/824 & DP-UB9000/9004.
**Please note:** The player must be on the same IP subnet as the openHAB server for this binding to function. **Please note:** The player must be on the same IP subnet as the openHAB server for this binding to function.
If the connection to the player originates from a different subnet, 404 response errors are sent in response to all requests. If the connection to the player originates from a different subnet, 404 response errors are sent in response to all requests.
To enable network remote control of the Blu-ray model players, configure the following settings: To enable network remote control of the Blu-ray model players, configure the following settings:
**Player Settings/Network/Network Settings/Remote Device Settings**
- **Player Settings/Network/Network Settings/Remote Device Settings**
Then make sure you have the following values set: Then make sure you have the following values set:
**Remote Device Operation: On**
**Registration Type: Automatic** - **Remote Device Operation: On**
- **Registration Type: Automatic**
For the UHD models, Voice Control must be enabled for the player's http interface to be active: For the UHD models, Voice Control must be enabled for the player's http interface to be active:
**Player Settings/Network/Voice Control: On**
- **Player Settings/Network/Voice Control: On**
To enable the binding to control the player while off (network active while off), Quick Start mode must be On as follows: To enable the binding to control the player while off (network active while off), Quick Start mode must be On as follows:
**Player Settings/System/Quick Start: On**
- **Player Settings/System/Quick Start: On**
**UHD Model Command Authentication:** **UHD Model Command Authentication:**
The UHD models require authentication to use the control API. The UHD models require authentication to use the control API.
A player key must be specified in the thing configuration in order for the `power`, `button` and `control` channels to work. A player key must be specified in the thing configuration in order for the `power`, `button` and `control` channels to work.
UHD model players that are patched do not require a player key. UHD model players that are patched do not require a player key.
See the [AVForums discussions](https://www.avforums.com/forums/blu-ray-dvd-player-multiregion-hacks.126/) of the DP-UB420/820/9000 players for more information. See the [AVForums discussions](https://www.avforums.com/forums/blu-ray-dvd-player-multiregion-hacks.126/) of the DP-UB420/820/9000 players for more information.

View File

@ -57,37 +57,39 @@ Some Notes:
- The values for `activeApp`, `activeAppName`, `playMode`, `timeElapsed`, `timeTotal`, `activeChannel`, `signalMode`, `signalQuality`, `channelName`, `programTitle`, `programDescription`, `programRating`, `power` & `powerState` refresh automatically per the configured `refresh` interval. - The values for `activeApp`, `activeAppName`, `playMode`, `timeElapsed`, `timeTotal`, `activeChannel`, `signalMode`, `signalQuality`, `channelName`, `programTitle`, `programDescription`, `programRating`, `power` & `powerState` refresh automatically per the configured `refresh` interval.
**List of available button commands for Roku streaming devices:** **List of available button commands for Roku streaming devices:**
Home
Rev - Home
Fwd - Rev
Play - Fwd
Select - Play
Left - Select
Right - Left
Up - Right
Down - Up
Back - Down
InstantReplay - Back
Info - InstantReplay
Backspace - Info
Search - Backspace
Enter - Search
FindRemote - Enter
- FindRemote
**List of additional button commands for Roku TVs:** **List of additional button commands for Roku TVs:**
ChannelUp
ChannelDown - ChannelUp
VolumeUp - ChannelDown
VolumeDown - VolumeUp
VolumeMute - VolumeDown
InputTuner - VolumeMute
InputHDMI1 - InputTuner
InputHDMI2 - InputHDMI1
InputHDMI3 - InputHDMI2
InputHDMI4 - InputHDMI3
InputAV1 - InputHDMI4
PowerOff - InputAV1
POWERON _(NOTE: POWERON needs to be completely capitalized due to a bug with older Roku devices)_ - PowerOff
- POWERON _(NOTE: POWERON needs to be completely capitalized due to a bug with older Roku devices)_
## Full Example ## Full Example

View File

@ -66,61 +66,62 @@ All devices support the following channels:
- Special characters must also be changed to the appropriate command e.g. the comma symbol(`,`) must not be sent it should be replaced by 'COMMA'. - Special characters must also be changed to the appropriate command e.g. the comma symbol(`,`) must not be sent it should be replaced by 'COMMA'.
Available IR Commands to use with `irCommand` channel: Available IR Commands to use with `irCommand` channel:
UP
DOWN - UP
LEFT - DOWN
RIGHT - LEFT
SELECT - RIGHT
TIVO - SELECT
LIVETV - TIVO
GUIDE - LIVETV
BACK - GUIDE
INFO - BACK
EXIT - INFO
THUMBSUP - EXIT
THUMBSDOWN - THUMBSUP
CHANNELUP - THUMBSDOWN
CHANNELDOWN - CHANNELUP
PLAY - CHANNELDOWN
FORWARD - PLAY
REVERSE - FORWARD
PAUSE - REVERSE
SLOW - PAUSE
REPLAY - SLOW
ADVANCE - REPLAY
RECORD - ADVANCE
NUM0 - RECORD
NUM1 - NUM0
NUM2 - NUM1
NUM3 - NUM2
NUM4 - NUM3
NUM5 - NUM4
NUM6 - NUM5
NUM7 - NUM6
NUM8 - NUM7
NUM9 - NUM8
ENTER - NUM9
CLEAR - ENTER
ACTION_A - CLEAR
ACTION_B - ACTION_A
ACTION_C - ACTION_B
ACTION_D - ACTION_C
CC_ON - ACTION_D
CC_OFF - CC_ON
FIND_REMOTE - CC_OFF
STANDBY - FIND_REMOTE
ASPECT_CORRECTION_FULL - STANDBY
ASPECT_CORRECTION_PANEL - ASPECT_CORRECTION_FULL
ASPECT_CORRECTION_ZOOM - ASPECT_CORRECTION_PANEL
ASPECT_CORRECTION_WIDE_ZOOM - ASPECT_CORRECTION_ZOOM
VIDEO_MODE_FIXED_480i - ASPECT_CORRECTION_WIDE_ZOOM
VIDEO_MODE_FIXED_480p - VIDEO_MODE_FIXED_480i
VIDEO_MODE_FIXED_720p - VIDEO_MODE_FIXED_480p
VIDEO_MODE_FIXED_1080i - VIDEO_MODE_FIXED_720p
VIDEO_MODE_HYBRID - VIDEO_MODE_FIXED_1080i
VIDEO_MODE_HYBRID_720p - VIDEO_MODE_HYBRID
VIDEO_MODE_HYBRID_1080i - VIDEO_MODE_HYBRID_720p
VIDEO_MODE_NATIVE - VIDEO_MODE_HYBRID_1080i
- VIDEO_MODE_NATIVE
## Full Example ## Full Example

View File

@ -71,37 +71,37 @@ The following channels are available:
### List of available button commands for Vizio TVs ### List of available button commands for Vizio TVs
PowerOn - PowerOn
PowerOff - PowerOff
PowerToggle - PowerToggle
VolumeUp - VolumeUp
VolumeDown - VolumeDown
MuteOn **(may only work as a toggle)** - MuteOn **(may only work as a toggle)**
MuteOff **(may only work as a toggle)** - MuteOff **(may only work as a toggle)**
MuteToggle - MuteToggle
ChannelUp - ChannelUp
ChannelDown - ChannelDown
PreviousCh - PreviousCh
InputToggle - InputToggle
SeekFwd - SeekFwd
SeekBack - SeekBack
Play - Play
Pause - Pause
Up - Up
Down - Down
Left - Left
Right - Right
Ok - Ok
Back - Back
Info - Info
Menu - Menu
Home - Home
Exit - Exit
Smartcast - Smartcast
ccToggle - ccToggle
PictureMode - PictureMode
WideMode - WideMode
WideToggle - WideToggle
### App List Configuration ### App List Configuration