Martvvliet/homebridge-denon-heos

Only one input showing up

Opened this issue · 1 comments

I am having a problem where only one of the inputs shows up in the remote app. I have no idea why.
5EB91AAD-BF52-4FB7-BA2E-3BD600A788A3
C6F75DD5-476E-496A-AF42-B2D0635ED53B

Here is my config with the end of the ip xed out

{
"debugToInfo": false,
"devices": [
{
"name": "Denon",
"ip": "192.168.xxx.xxx",
"zone": 1,
"switchInfoMenu": true,
"inputs": [
{
"inputID": "APPLETV",
"name": "Apple TV",
"defaultVolume": 0
},
{
"inputID": "CBL/SAT",
"name": "DIRECTV",
"defaultVolume": 0
},
{
"inputID": "SPOTIFY",
"name": "Spotify",
"defaultVolume": 0
}
]
}
],
"volumeControl": [
{
"name": "Receiver volume",
"ip": "192.168.xxx.xxx",
"zone": 1,
"controlType": "bulb",
"volumeLimit": 75
}
],
"platform": "DenonAVR"
},

I had a similar issue. I’d configured just 2 inputs and both were working fine. Then I added a couple more but only the original 2 displayed. I tried all sorts to get it to work but no joy so I decided to start from scratch. BIG MISTAKE!! Now only the volume and 2 switches show up! The actual “denon receiver” it totally missing in HomeKit…. Gutted 😢