当前位置: 首页 > 软件库 > 其他开源 > 物联网 >

homebridge-panasonic

授权协议 MIT License
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 秦经义
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Homebridge plugin for Panasonic TV's

A Homebridge plugin for Panasonic Viera TV's. Written to support the new HomeKit TV accessory.

Archive Message

Hi all. After several months of inactivity, I've looked at the work this plugin needs, and the progress made by Antonio Meireles in the homebridge-vieramatic plugin and I feel that there is little need for this plugin. Any notable differences (if any) between this plugin and homebridge-vieramatic will be identified and PR'd.

I'd like to thank all of you who opened issues and used this plugin, as well as the Homebridge community for questions and pointers.

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
 相关资料
  • homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r

  • Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。

  • homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support

  • homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A

  • Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg

  • Docker Homebridge This Alpine/Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API. This is a multi-arch image and will also r