Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishockwave/homebridge-denon-soundmode
Homebridge module to watch for a specific Denon input & soundmode
https://github.com/ishockwave/homebridge-denon-soundmode
denon-avr homebridge homebridge-plugin homekit
Last synced: 15 days ago
JSON representation
Homebridge module to watch for a specific Denon input & soundmode
- Host: GitHub
- URL: https://github.com/ishockwave/homebridge-denon-soundmode
- Owner: ishockwave
- Created: 2018-01-18T21:39:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T09:24:17.000Z (about 7 years ago)
- Last Synced: 2025-01-14T08:42:21.179Z (17 days ago)
- Topics: denon-avr, homebridge, homebridge-plugin, homekit
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebridge-Denon-Soundmode
homebridge-plugin to trigger a switch when a specific input and soundmode is active on the Denon receiver.
Can be used to trigger lights as i.e. an Apple-TV starts streaming (switches from Stereo to Multi Ch In).# Installation
TODO# Configuration
Example - config.json```json
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:51",
"port": 51826,
"pin": "031-45-154"
},
"accessories": [
{
"accessory": "DenonSoundmode",
"name": "Denon LivingRoom",
"ip": "192.168.178.18",
"inputName": "Apple-TV",
"soundMode": "Multi Ch In",
"doPolling": true,
"pollingInterval": 10
}
]
}
```## Inputnames
inputName should be set as shown on your front LCD panel.
Possible settings (besides custom labels):
- 'CD'
- 'SPOTIFY'
- 'CBL/SAT'
- 'SAT/CBL'
- 'DVD'
- 'BD' (Bluray)
- 'GAME'
- 'GAME2'
- 'AUX1'
- 'MPLAY' (Media Player)
- 'USB/IPOD'
- 'TUNER'
- 'NETWORK'
- 'TV'
- 'IRADIO' (Internet Radio)
- 'DOCK'
- 'IPOD'
- 'NET/USB'
- 'RHAPSODY'
- 'PANDORA'
- 'LASTFM'
- 'IRP'
- 'FAVORITES'
- 'SERVER'
- 'FLICKR'
- 'NAPSTER'
- 'HDRADIO'## Soundmodes
Will also be displayed on the LCD
All modes can be viewed [HERE](http://manuals.denon.com/AVRX1400H/EU/EN/DRDZSYyrtgycpw.php)