homebridge-plugin-onkyo-serial
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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"]
        }
    ]

Dependents (0)

Package Sidebar

Install

npm i homebridge-plugin-onkyo-serial

Weekly Downloads

0

Version

0.0.5

License

Apache-2.0

Unpacked Size

58.1 kB

Total Files

20

Last publish

Collaborators

  • rubeon