Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stfnhmplr/homebridge-denon-marantz-avr
Denon and Marantz AVR for Homebridge
https://github.com/stfnhmplr/homebridge-denon-marantz-avr
denon-avr homebridge marantz-avr siri
Last synced: 5 days ago
JSON representation
Denon and Marantz AVR for Homebridge
- Host: GitHub
- URL: https://github.com/stfnhmplr/homebridge-denon-marantz-avr
- Owner: stfnhmplr
- Archived: true
- Created: 2016-01-29T19:28:28.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T18:16:03.000Z (4 months ago)
- Last Synced: 2025-01-28T08:53:10.928Z (8 days ago)
- Topics: denon-avr, homebridge, marantz-avr, siri
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 57
- Watchers: 15
- Forks: 22
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.npmjs.com/package/homebridge) for the homebridge server installation. The plugin is published through [NPM](https://www.npmjs.com/package/homebridge-denon) 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](https://github.com/robertvorthman/homebridge-marantz-volume) 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!)