npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

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

Readme

Homebridge plugin for Panasonic TV's

PyPI license Codacy Badge

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

  1. iOS 12.2 or later
  2. 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

  1. Install homebridge -> http://homebridge.io
  2. Install this plugin -> sudo npm install -g homebridge-panasonic-viera-tv
  3. 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:

  1. Install Wireshark
  2. Install Panasonic TV Remote on your mobile device
  3. Use your mobile device as a network interface in Wireshark
  4. Use the Panasonic TV Remote app launcher to open the application you want
  5. Filter results by 'http' and find the request to open YouTube (It will be in the XML with a tag called X_LaunchApp)
  6. Find the app ID. It will look something like <X_LaunchKeyword>product_id=000000000</X_LaunchKeyword>. product_id is the app ID