Skip to content

gerritgutzeit/homebridge-webos3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-webos3

homebridge-webos3 is a plugin for HomeBridge which allows you to control your webOS3 TV! It should also work with webOS2 TVs.

IMPORTANT

This is a work in progress. Currently not available in npm, needs to be installed manually. Please contribute!

Features

  • Power status
  • Turn on / off
  • Mute Status (currently as light bulb)
  • Mute / Unmute (currently as light bulb)
  • Volume control (currently as light bulb)

Installation

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.

Configuration

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"
    }
  ]  
}

Special thanks

lgtv2 - the Node.js remote control module for LG WebOS smart TVs.

homebridge-lgtv2 & homebridge-webos2 - the basic idea for the plugin.

About

Homebridge plugin for LG webOS3 TVs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%