homebridge-denon-rs232

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

Usage no npm install needed!

<script type="module">
  import homebridgeDenonRs232 from 'https://cdn.skypack.dev/homebridge-denon-rs232';
</script>

README

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