homebridge-panasonic-viera-tv
v7.2.0
Published
A Homebridge plugin for Panasonic Viera TV's. Written to support the new HomeKit TV accessory.
Downloads
227
Maintainers
Readme
Homebridge plugin for Panasonic TV's
A Homebridge plugin for Panasonic Viera TV's. Written to support the new HomeKit TV accessory.
✅ Power On/Off
✅ HomeKit TV Accessory
✅ Input switching
Version Notes
The reported power state of the TV should be more stable.
Requirements
- iOS 12.2 or later
- Homebridge v0.4.46 or later
TV Setup
Go to Menu -> Network -> TV Remote App Settings and make sure the following settings are on:
- TV Remote
- Powered On by Apps
- Networked Standby
It is possible that the TV may not support power on by standby. To check this, install Panasonic's mobile app and try turning the TV on and off.
Installation
- Install homebridge -> http://homebridge.io
- Install this plugin ->
sudo npm install -g homebridge-panasonic-viera-tv
- Update your config.json file
Sample Config
Please configure the inputs
section according to your input switching list and ensure that when using an application that the appID
is included.
"accessories": [
{
"accessory": "Panasonic-TV",
"name": "YOUR_TV_NAME_HERE",
"ipaddress": "YOUR_TV_IP_ADDRESS_HERE",
"model": "YOUR_TV_MODEL_HERE_(OPTIONAL)",
"serialNumber": "YOUR_TV_SERIAL_NUMBER_HERE_(OPTIONAL)",
"inputs": [
{"id": "TV", "name": "TV", "type": "TV"},
{"id": "HDMI 1", "name": "Apple TV", "type": "HDMI"},
{"id": "HDMI 2", "name": "Fire TV Stick", "type": "HDMI"},
{"id": "Netflix", "name": "Netflix", "type": "APPLICATION", "appID": "0010000200000001"}
]
}
]
App List
This is a partial list of apps that are on Viera TV's. Make sure that the app exists on your TV.
|App Name|App ID|
|:---|:---------------:|
|Netflix|0010000200000001
|
|YouTube|0070000200170001
|
|Amazon Prime Video|0010000100170001
|
|Plex|0076010507000001
|
|BBC iPlayer|0020000A00170010
|
|BBC News|0020000A00170006
|
|BBC Sport|0020000A00170007
|
|ITV Hub|0387878700000124
|
|TuneIn|0010001800000001
|
|AccuWeather|0070000C00000001
|
|All 4|0387878700000125
|
|Demand 5|0020009300000002
|
|Rakuten TV|0020002A00000001
|
|CHILI|0020004700000001
|
|STV Player|0387878700000132
|
|Digital Concert Hall|0076002307170001
|
|Apps Market|0387878700000102
|
|Browser|0077777700160002
|
|Calendar|0387878700150020
|
|VIERA Link|0387878700000016
|
|Recorded TV|0387878700000013
|
|Freeview Catch Up|0387878700000109
|
If you want to find the App ID for an app yourself, follow these steps:
- Install Wireshark
- Install Panasonic TV Remote on your mobile device
- Use your mobile device as a network interface in Wireshark
- Use the Panasonic TV Remote app launcher to open the application you want
- Filter results by 'http' and find the request to open YouTube (It will be in the XML with a tag called
X_LaunchApp
) - Find the app ID. It will look something like
<X_LaunchKeyword>product_id=000000000</X_LaunchKeyword>
.product_id
is the app ID