homebridge-webos3
is a plugin for HomeBridge which allows you to control your webOS3 TV! It should also work with webOS2 TVs.
This is a work in progress. Currently not available in npm, needs to be installed manually. Please contribute!
- Power status
- Turn on / off
- Mute Status (currently as light bulb)
- Mute / Unmute (currently as light bulb)
- Volume control (currently as light bulb)
If you are new to Homebridge, please first read the Homebridge documentation. If you are running on a Raspberry, you will find a tutorial in the homebridge-punt Wiki.
Install homebridge:
sudo npm install -g homebridge
Copy over this package contents to your node_modules directory.
Add the accessory in config.json
in your home directory inside .homebridge
.
{
"accessories": [
{
"accessory": "webos3",
"name": "My webOS tv",
"ip": "192.168.0.40",
"mac": "ab:cd:ef:fe:dc:ba"
}
]
}
lgtv2 - the Node.js remote control module for LG WebOS smart TVs.
homebridge-lgtv2 & homebridge-webos2 - the basic idea for the plugin.