homebridge-vsx-2

1.2.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i homebridge-vsx-2

Weekly Downloads

3

Version

1.2.2

License

ISC

Unpacked Size

42.8 kB

Total Files

29

Last publish

Collaborators

  • tickez