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.
- iOS 12.2 (or later)
- Homebridge v0.4.46 (or later)
Install homebridge-lgtv-2012a:
npm install -g homebridge-lgtv-2012a
Quickly switch input using the information (i) button in the Control Centre remote
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"
}
]
}