homebridge-panasonictv
v0.4.0
Published
Panasonic TV plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
9
Readme
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 really supported by HomeKit, but some HomeKit apps do provide you with the abillity to use them.
Apple's own 'Home' App, only support on/off.
Installation
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-panasonictv
- Update your configuration file. See sample-config.json in this repository for a sample.
Compatible TVs:
Not all Viara TV's can be turned on when their current state is off (or bettter: standby). This depends on the model. All models should be able to be turned off, though.
The following models have been reported to be working with this plugin:
| Model | Supports ON when OFF | | --- | --- | | TX-40CX680B | :white_check_mark: | | TX-48AX630E | :white_check_mark: | | TX-50CX700B | :white_check_mark: | | TX-P50VT50 | :x: | | TX-58DX750 | :white_check_mark: | | TX-55EX633E | :x: |
Configuration
Configuration sample:
"accessories": [
{
"accessory": "TV",
"name": "TV",
"description": "Livingroom tv",
"ip": "192.168.178.20",
"maxVolume": 15
}
]