/homebridge-vsx

A VSX Plugin for homebridge

Primary LanguageJavaScriptApache License 2.0Apache-2.0

homebridge-vsx

homebrdige-vsx is a plugin made homebrige, wich allows switching on and off your Pioneer AV Reciever. All AV Recievers, wich work with the iControl AV5 App are supported.

Installation

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

Configuration

Configuration sample:

"accessories": [
       {
           "accessory": "VSX",
           "name": "VSX-921",
           "description": "Reciever",
           "ip": "192.168.178.20",
           "port": 23
       }

   ]

Port 23 is the default port for older devices. If port 23 doesn't work for you try port 8102.

To Do:

  1. Volume control
  2. Channel control