homebridge-vsx-2
v1.2.2
Published
Pioneer-VSX plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
5
Readme
homebridge-vsx-2
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
- Install the homebridge framework using
npm install -g homebridge
- Install homebridge-vsx-2 using
npm install -g homebridge-vsx-2
- 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