Skip to content

KixAss/homebridge-lgtv-2012a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

  • iOS 12.2 (or later)
  • Homebridge v0.4.46 (or later)

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published