grzegorz914 / homebridge-denon-tv

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

Undefined input in the Input List #117

Closed Seexelas closed 2 years ago

Seexelas commented 2 years ago

Hi Grzegorz,

I recently did a fresh install on a raspberry pi (I had everything on a Synology Docker and the Synology crashed), everthing is working great with your plugin except I have an Undefined in the list of Inputs.

All my inputs are correctly setup, and the plugin nows the right input i'm on. (I saw a previous post where you explain it, but it's not my case).

Here is my config :

name": "Galaxy-Avr", "host": "192.168.1.11", "port": "8080", "refreshInterval": 5, "zoneControl": 0, "volumeControl": 1, "masterPower": false, "masterVolume": false, "masterMute": false, "switchInfoMenu": false, "disableLogInfo": false, "inputs": [ { "name": "Apple TV", "reference": "MPLAY", "mode": "SI" }, { "name": "4K Bluray", "reference": "BD", "mode": "SI" }, { "name": "Xbox S. X", "reference": "GAME", "mode": "SI" }, { "name": "PS5", "reference": "DVD", "mode": "SI" }, { "name": "Switch", "reference": "AUX2", "mode": "SI" }, { "name": "Retro Gaming", "reference": "CBL/SAT", "mode": "SI" }, { "name": "Gaming PC", "reference": "CD", "mode": "SI" }, { "name": "Tv Audio", "reference": "TV", "mode": "SI" } ] } ], "platform": "DenonTv"

Could you please help me please ?

Thanks, best regads,

Alexis

grzegorz914 commented 2 years ago

The undefined input is Intenational You can diable it in HomeKit tile

Seexelas commented 2 years ago

Ho yes sorry, I forgot about this.

Thanks a lot