1.2.2 • Published 1 year ago

homebridge-vsx-2 v1.2.2

Weekly downloads
8
License
ISC
Repository
github
Last release
1 year ago

homebridge-vsx-2

npm npm

homebridge-vsx-2 is a plugin made for homebridge, which allows switching on and off your Pioneer AV receiver and change the input channel. All AV receivers (VSX and SC), which work with the iControl AV5 App are supported. This work is derived from the original "hombridge-vsx" and is meant to be a drop-in replacement.

Installation

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

Accessory configuration example

"accessories": [
        {
            "accessory": "VSX",
            "description": "SC-LX57",
            "ip": "192.168.1.6",
            "name": "Receiver Apple TV",
            "port": 8102,
            "input": "15"
        }
]

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

This version is a direct fork from homebridge-vsx to prepare a major update

1.2.2

1 year ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago