This is a custom component to allow control of Panasonic Bluray Players Homeassistant.
It is a fork of the existing Panasonic integration (media player) with the missing commands and an additional remote entity type.
To make it work with latest UHD bluray players (such as UB820), you will have to enable voice control in the network menu AND to patch the Panasonic firmware (not an easy procedure). More information on AVSForum Tested correctly on Panasonic UB820.
Recommended
Use HACS.
- From within Home Assistant, click on the link to HACS
- Click on Integrations
- Click on the vertical ellipsis in the top right and select Custom repositories
- Enter the URL for this repository in the section that says Add custom repository URL and select Integration in the Category dropdown list
- Click the ADD button
- Close the Custom repositories window
- You should now be able to see the Panasonic Bluray card on the HACS Integrations page. Click on INSTALL and proceed with the installation instructions.
- Restart your Home Assistant instance and then proceed to the Configuration section below.
Manual
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledpanasonic_bluray
. - Download all the files from the
custom_components/panasonic_bluray/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
There is a config flow for this integration. After installing the custom component and restarting:
- Navigate to Settings -> Integrations and click on Add an integration
- Configure the
host
orIP address
of the Panasonic Bluray Player - Click Submit and select your device area.
- You should see the new device with the 2 entities : Media Player and Remote Control
Name | Required | Description | Default |
---|---|---|---|
name |
no | Friendly name | Panasonic bluray |
host |
yes | Host or ip address |
Available commands for remote entity :
Command | Description |
---|---|
POWERON | Power on |
POWEROFF | Power off |
POWER | Power toggle |
OP_CL | Open/close |
PLAYBACK | Play |
PAUSE | Pause |
STOP | Stop |
SKIPFWD | Next chapter |
SKIPREV | Previous chapter |
REV | Rewind |
CUE | Fast forward |
D0 | 0 (-,) |
D1 | 1 (@.) |
D2 | 2 (ABC) |
D3 | 3 (DEF) |
D4 | 4 (GHI) |
D5 | 5 (JKL) |
D6 | 6 (MNO) |
D7 | 7 (PQRS) |
D8 | 8 (TUV) |
D9 | 9 (WXYZ) |
D12 | 12 |
SHARP | # ([_]) |
CLEAR | * or cancel |
UP | Up |
DOWN | Down |
LEFT | Left |
RIGHT | Right |
SELECT | Select |
RETURN | Return |
EXIT | Exit |
MLTNAVI | Home |
DSPSEL | Status |
TITLE | Title |
MENU | Menu |
PUPMENU | Popup Menu |
SHFWD1 | SHFWD1 |
SHFWD2 | SHFWD2 |
SHFWD3 | SHFWD3 |
SHFWD4 | SHFWD4 |
SHFWD5 | SHFWD5 |
SHREV1 | SHREV1 |
SHREV2 | SHREV2 |
SHREV3 | SHREV3 |
SHREV4 | SHREV4 |
SHREV5 | SHREV5 |
JLEFT | JLEFT |
JRIGHT | JRIGHT |
RED | Red |
BLUE | Blue |
GREEN | Green |
YELLOW | Yellow |
NETFLIX | Netflix |
SKYPE | Skype |
V_CAST | V_CAST |
3D | 3D |
NETWORK | Network |
AUDIOSEL | Audio language |
KEYS | Keys |
CUE | Cue |
CHROMA | Chrooma |
MNBACK | Manual skip -10s |
MNSKIP | Manual skip +60s |
2NDARY | 2NDARY |
PICTMD | PICTMD |
DETAIL | DETAIL |
RESOLUTN | Resolution |
OSDONOFF | OSD ON/OFF |
P_IN_P | Picture in picture |
PLAYBACKINFO | Playback Info |
CLOSED_CAPTION | Closed Caption |
TITLEONOFF | Subtitle |
HDR_PICTUREMODE | HDR Picture Mode |
PICTURESETTINGS | Picture Setting |
SOUNDEFFECT | Soud Effect |
HIGHCLARITY | High clarity |
SKIP_THE_TRAILER | Skip The Trailer |
MIRACAST | Mirroring |
To trigger additional commands with the remote entity :
service: remote.send_command
data:
command: UP
target:
entity_id: remote.panasonic_bluray_remote