LG webOS 2/3 plugin for Homebridge.
To use all feature of this plugin you need the Elgato Eve app.
- Power on/off
- Change volume (Temporarily disabled)
- Change channel (Temporarily disabled)
- View channel name (Temporarily disabled)
npm install -g homebridge-lgtv2
{
"accessories": [
{
"accessory": "LGTv2",
"name": "TV",
"mac": "E8:F2:E2:09:C2:56",
"ip": "10.0.1.4"
}
]
}
accessory
[required] Must always be "LGTv2name
[required] Name of your accessorymac
[required] Mac address of your tvip
[required] IP address of your tvkeyFile
[optional] Location to store permission token for your tv
Enable this option in your tv settings
- Temporarily removed the additional characteristics added on 1.3.0 due to incompatibility issues
- Volume as percentage
- Random characteristic UUID
- [NEW] Control the volume
- [NEW] Control the channel number
- [NEW] Identify toast
- [NEW] View the channel name
- [NEW] Config field
keyFile
- Readme
- More fast and stable power up
- WoL fixed
- GetState fixed