kazcangi / homebridge-pioneer-avr

Pioneer AVR TV plugin for Homebridge
MIT License
9 stars 14 forks source link

homebridge-pioneer-avr npm version

homebridge-pioneer-avr is a plugin made for homebridge, which declare your Pioneer AVR as a TV in homekit (iOS 12.2 needed). It should work with Pioneer AVRs supported by the iControl AV5 App. It works well with my VSX-922.

Features

Declare your AVR as a homekit TV :

Installation

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

Accessory configuration example

"accessories": [
    {
        "accessory": "pioneerAvrAccessory",
        "model": "VSX-922",
        "name": "My Pioneer AVR",
        "description": "AV Receiver",
        "host": "192.168.178.99",
        "port": 23
    }
]

*Notice: If port 23 does not work, try port 8102.

Links

https://github.com/rwifall/pioneer-receiver-notes

https://github.com/merdok/homebridge-webos-tv

https://github.com/TG908/homebridge-vsx

Release Notes

v0.8.1

v0.8.0

v0.7.0

v0.6

v0.5

v0.4

v0.3