homebridge-webos2

0.1.3 • Public • Published

homebridge-webos2

homebridge-webos2 is a plugin for HomeBridge.

You can control your webOS TV with HomeBridge!

IMPORTANT

This is a work in progress. The plugin is unreliable and crashes. Please contribute!

Currently you can:

  • turn it on (by wake on lan)
  • turn it off

Planned features

  • mute the tv
  • start netflix app

Feel free to contribute!

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

Install homebridge-webos2:

sudo npm install -g homebridge-webos2

Configuration

Add the accessory in config.json in your home directory inside .homebridge.

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },
 
  "accessories": [
    {
      "accessory": "webos",
      "name": "My webOS tv",
      "ip": "192.168.0.40",
      "mac": "ab:cd:ef:fe:dc:ba"
    }
  ],
 
  "platforms": []
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    1
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i homebridge-webos2

Weekly Downloads

1

Version

0.1.3

License

ISC

Last publish

Collaborators

  • zwerch