homebridge-denon-heos
Version:
Denon and possibly Marantz (some are tested with positive results) AVR support for Homebridge: https://github.com/nfarina/homebridge with support for newer version of receiver. This plugin uses the http commands to control the receivers. It is also possib
88 lines (87 loc) • 1.63 kB
JSON
{
"mdns": {
"interface": "0.0.0.0"
},
"bridge": {
"name": "HomeBridge Test",
"username": "CC:22:3D:E3:CE:51",
"port": 51829,
"pin": "031-45-154"
},
"description": "This is an example configuration file for homebridge denon client",
"hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration",
"platforms": [{
"platform": "DenonAVR",
"devices": [{
"name": "Denon Receiver",
"ip": "192.168.1.45",
"switchInfoMenu": true,
"inputs": [{
"inputID": "MPLAY",
"name": "Apple TV"
},
{
"inputID": "GAME",
"name": "iMac"
},
{
"inputID": "TV",
"name": "TV"
},
{
"inputID": "AUX1",
"name": "AUX"
},
{
"inputID": "SAT/CBL",
"name": "Satellite/Cable"
}
]
},
{
"name": "Same Receiver other settings",
"ip": "192.168.1.45",
"switchInfoMenu": false,
"inputs": [{
"inputID": "AUX1",
"name": "AUX"
},
{
"inputID": "GAME",
"name": "iMac"
},
{
"inputID": "TV",
"name": "TV"
},
{
"inputID": "MPLAY",
"name": "Apple TV"
},
{
"inputID": "SAT/CBL",
"name": "Satellite/Cable"
}
]
}
],
"switches": [{
"name": "AVR on Apple TV",
"ip": "192.168.1.45",
"inputID": "MPLAY",
"pollAllInput": false
},
{
"name": "AVR on iMac",
"ip": "192.168.1.45",
"inputID": "GAME"
}
],
"volumeControl": [{
"name": "Receiver Volume",
"ip": "192.168.1.45",
"volumeLimit": 60
}
]
}]
}