jameswhite / homebridge-viera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panasonic Viera VT plugin for Homebridge

A very simple Power On/Off Switch for Panasonic VIERA TVs.

Power On is not supported by all models, unfortunately. If your TV does not support Power On while on stand-by, Homebridge won't be blocked updating other accessories for more than a second.

The plugin has as few dependencies as possible.

Sample Config:
{
  "accessories": [
    {
      "accessory": "Viera",
      "name": "Living Room TV",
      "description": "Panasonic Viera VT50",
      "ip": "192.168.1.23"
    }
  ]
}

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%