0.9.4 • Published 6 years ago

homebridge-vizio-smartcast v0.9.4

Weekly downloads
2
License
ISC
Repository
gitlab
Last release
6 years ago

homebridge-vizio-smartcast

Supports Vizio Smartcast devices on HomeBridge Platform

Disclaimer

I'm no JavaScript programmer. Use at your own risk.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-vizio-smartcast
  3. Update your configuration file. See sample-config.json in this repository for a sample.

Configuration

Configuration sample:

The "ipAddress" property is optional: if omitted, the plugin will try to find a device with a name matching the "name" property.

I'm not sure there is a way to get the "authToken" yet.

   "accessories": [
       {
           "accessory": "VizioSwitch",
           "name": "Living Room TV",
           "ipAddress": "192.168.1.210",
           "authToken": "NOPE8675390"
       }
   ]

homebridge-vizio-smartcast

0.9.4

6 years ago

0.9.3

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago