tgymnich / homebridge-vsx

📻 A VSX and SC Plugin for homebridge

Home Page:https://www.npmjs.com/package/homebridge-vsx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebridge-vsx npm version

homebridge-vsx is a plugin made for homebridge, which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC), which work with the iControl AV5 App are supported.

Installation

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

Accessory configuration example

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

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

Roadmap

  • Toggling ON/OFF
  • Volume control
  • Channel control

About

📻 A VSX and SC Plugin for homebridge

https://www.npmjs.com/package/homebridge-vsx

License:Apache License 2.0


Languages

Language:JavaScript 100.0%