grzegorz914 / homebridge-denon-tv

Homebridge plugin for Denon/Marantz AV Receivers, publish as independent external platform accessory.
MIT License
73 stars 15 forks source link

Limit of 4 Inputs? #204

Closed miguelsasso closed 10 months ago

miguelsasso commented 10 months ago

Hello

This plugin has been working great for me for the past couple of years - thanks for your efforts.

I've previously successfully had 4 x inputs configured (GAME, TV AUDIO, MEDIA PLAYER, NETWORK).

Today I tried to add 2 x additional inputs (BLU-RAY, DVD) via the GUI. I added them, clicked save, restarted homebridge. However, when I went back into the GUI the new inputs were not saved.

So I added the new inputs via the config file. Restarted homebridge. However, Homekit only shows 4 x inputs even though I have 6 configured (GAME, BLU-RAY, TV AUDIO, DVD).

Any suggestions? Does homekit perhaps limit the user to 4 inputs?

"inputs": [ { "name": "Xbox", "reference": "GAME", "mode": "SI" }, { "name": "Television", "reference": "TV", "mode": "SI" }, { "name": "Switch", "reference": "BD", "mode": "SI" }, { "name": "Formuler", "reference": "DVD", "mode": "SI" }, { "name": "ATV", "reference": "MPLAY", "mode": "SI" }, { "name": "Airplay", "reference": "NET", "mode": "SI" }

miguelsasso commented 10 months ago

Sorry, I was being silly. Working now.