1.3.2 • Published 9 years ago
homebridge-lgtv2 v1.3.2
Homebridge LGTv2
LG webOS 2/3 plugin for Homebridge.
To use all feature of this plugin you need the Elgato Eve app.
Features
- Power on/off
- Change volume
- Change channel
- View channel name
Install
npm install -g homebridge-lgtv2Configuration example
{
"accessories": [
{
"accessory": "LGTv2",
"name": "TV",
"mac": "E8:F2:E2:09:C2:56",
"ip": "10.0.1.4",
"keyFile": "/var/homebridge/lgtv-"
}
]
}Configuration fields
accessoryrequired Must always be "LGTv2namerequired Name of your accessorymacrequired Mac address of your tviprequired IP address of your tvkeyFileoptional Location to store permission token for your tv
Tv settings
Enable this option in your tv settings

Changelogs
Version 1.3.2
- Temporarily removed the additional characteristics added on 1.3.0 due to incompatibility issues
- Volume as percentage
Version 1.3.1
- Random characteristic UUID
Version 1.3.0
Version 1.2.2
- NEW Config field
keyFile
Version 1.2.1
- Readme
Version 1.2.0
- More fast and stable power up
Version 1.1.1
- WoL fixed
- GetState fixed