1.1.8 • Published 5 years ago

homebridge-denon-advanced v1.1.8

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

Homebridge-Denon-Advanced

homebridge-plugin for Denon and Marantz AVR control with Apple-Homekit. Works with most Denon AVR since 2011, supports a second zone and implements the speaker service.

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-advanced

Configuration

config.json

Example:

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "port": 51826,
        "pin": "123-45-678"
    },

    "description": "just an example config",

    "platforms": [
        {
          "platform": "DenonMarantzAdvanced",
          "name": "Denon LivingRoom",
          "host": "192.168.178.85",
          "maxVolume": 70,
          "secondZone": true
        }
    ]
}
1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago