0.0.5 • Published 3 years ago

homebridge-plugin-onkyo-serial v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Onkyo AVR Serial Homebridge Platform Plugin

This plugin allows Homebridge to manage an Onkyo receiver via an RS-232 serial ports and publish it Apple Homekit. Supported models should include any receiver that conforms to the ISCP protocol.

Tested models include:

  • TX-SR706

Installation

You can install the plugin by running:

npm install -g homebridge-plugin-onkyo-serial

Configuration

Enable the plugin by adding the following to your homebridge's config.json:

    "platforms": [
	...
        {
            "platform": "OnkyoSerial",
            "paths": ["/dev/ttyS0"]
        }
    ]