1.0.0 • Published 4 years ago

homebridge-lgtv-2012a v1.0.0

Weekly downloads
11
License
UNLICENSED
Repository
github
Last release
4 years ago

homebridge-lgtv-2012a

homebridge-lgtv-2012a is a Homebridge plugin allowing you to control your LG TV (2012) with the Apple Home app & Control Centre remote!

The LG TV will display as a TV Accessory with Power, Input & Remote Control.

Requirements

Installation

Install homebridge-lgtv-2012a:

npm install -g homebridge-lgtv-2012a

Usage Notes

Quickly switch input using the information (i) button in the Control Centre remote

Configuration

Add a new platform to your homebridge config.json.

Example configuration:

{
    "platforms": [
      {
        "platform": "lgtv-2012a",
        "name": "LG TV",
        "ip": "10.0.1.4",
        "pairingKey": "123456", 
        "min_volume": 2, "max_volume": 20,
        "on_command": "MUTE"
      }
    ]
  }

Thanks to

homebridge-lgtv-2012

homebridge-yamaha-avr