0.0.3 • Published 7 years ago

homebridge-denon-rs232 v0.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Homebridge-denon-rs232

homebridge-plugin for Denon AVR control with Apple-Homekit. Works with most Denon AVR since 2011.

#Installation Follow the instruction in NPM for the homebridge server installation. The plugin is published through NPM and should be installed "globally" by typing:

sudo npm install -g Homebridge-denon-rs232

#Configuration

config.json

Example:

{
  "bridge": {
      "name": "Homebridge",
      "username": "CC:22:3D:E3:CE:51",
      "port": 51826,
      "pin": "031-45-154"
  },
  "description": "This is an example configuration file for homebridge denon RS232 plugin",
  "hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration",
  "accessories": [
    {
        "accessory": "DenonRS232",
        "name": "Denon AVR-3312",
        "path": "/dev/ttyUSB0"
    }
 ]
}
0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago