Skip to content

will-tm/homebridge-denon-rs232

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published