All Projects → stfnhmplr → Homebridge Denon Marantz Avr

stfnhmplr / Homebridge Denon Marantz Avr

Denon and Marantz AVR for Homebridge

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Homebridge Denon Marantz Avr

Docker Homebridge
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
Stars: ✭ 1,847 (+3451.92%)
Mutual labels:  homebridge, siri
homebridge-deebot
Homebridge plugin to integrate ECOVACS Deebot devices into HomeKit.
Stars: ✭ 39 (-25%)
Mutual labels:  homebridge, siri
Homebridge Platform Wemo
Homebridge plugin to control Wemo devices.
Stars: ✭ 173 (+232.69%)
Mutual labels:  homebridge, siri
Addon Homebridge
 Homebridge - Community Hass.io Add-on for Home Assistant
Stars: ✭ 96 (+84.62%)
Mutual labels:  homebridge, siri
awesome-homebridge
Popular list of Homebridge Plugins
Stars: ✭ 106 (+103.85%)
Mutual labels:  homebridge, siri
Homebridge Dafang
Homebridge Plugin for Xiaomi Dafang / Wyze Cam IP Camera => Hey Siri, Start Video Recording
Stars: ✭ 176 (+238.46%)
Mutual labels:  homebridge, siri
Homebridge Ewelink
Homebridge plugin to control eWeLink devices with original firmware.
Stars: ✭ 208 (+300%)
Mutual labels:  homebridge, siri
homebridge-yeelight-platform
Homebridge plugin for Yeelight Lights supporting Scenes/Moods/Color Flow/Custom Presets/Music Flow/Night Mode
Stars: ✭ 53 (+1.92%)
Mutual labels:  homebridge, siri
homebridge-wink3
Homebridge plugin for wink.com
Stars: ✭ 53 (+1.92%)
Mutual labels:  homebridge, siri
homebridge-nello
Homebridge plugin for the smart intercom nello.io.
Stars: ✭ 26 (-50%)
Mutual labels:  homebridge, siri
Homebridge
HomeKit support for the impatient
Stars: ✭ 19,073 (+36578.85%)
Mutual labels:  homebridge, siri
homebridge-dyson-fan
A Homebridge plugin for controlling a Dyson fan.
Stars: ✭ 17 (-67.31%)
Mutual labels:  homebridge, siri
Homebridge Govee
Homebridge plugin to control Govee devices supported by the official Govee API.
Stars: ✭ 33 (-36.54%)
Mutual labels:  homebridge, siri
Ring
Unofficial API for Ring Doorbells, Cameras, Alarm System, and Smart Lighting
Stars: ✭ 437 (+740.38%)
Mutual labels:  homebridge
Rmcontrol
RM Control — A python app to control an RM2 from BroadLink.
Stars: ✭ 32 (-38.46%)
Mutual labels:  homebridge
Homebridge Webos Tv
Homebridge plugin for LG webOS TVs
Stars: ✭ 433 (+732.69%)
Mutual labels:  homebridge
Homepoint
Espressif ESP32 Based Smarthome screen for MQTT
Stars: ✭ 391 (+651.92%)
Mutual labels:  homebridge
Homebridge Mi Aqara
a homebridge plugin for XiaoMi Aqara plugin.
Stars: ✭ 990 (+1803.85%)
Mutual labels:  homebridge
Homebridge Myhome
Homebridge plugin for BTicino/Legrand MyHome
Stars: ✭ 23 (-55.77%)
Mutual labels:  homebridge
Homebridge Samsung Tizen
Homebridge plugin for Samsung TV's with Tizen OS
Stars: ✭ 364 (+600%)
Mutual labels:  homebridge

Homebridge-Denon-Marantz-AVR

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

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": "DenonMarantzAVR",
          "name": "Denon LivingRoom",
          "host": "192.168.178.85",
          "maxVolume": 70,
          "secondZone": true
        }
    ]
}

notes

If you are interested in setting the volume of your receiver with Siri than this plugin might be a good addition. Only remember to not tell Siri "Set the light in the Living room to 100 %" ;) homebridge-marantz-volume was written by Robert Vorthman (thanks!)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].