grzegorz914 / homebridge-denon-tv

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

Stucked on initialisation #120

Closed denniswisnia closed 2 years ago

denniswisnia commented 2 years ago

Hello,

I want to add my AVR to homebridge. First I figured out the correct IP and Port. Then I added it via the Plugin. But its still stucked on: "[10/21/2021, 10:23:57 AM] [DenonTv] Initializing DenonTv platform..."

Running the latest version of homebridge and the plugin here. Here is what I already tried:

Any idea?

Here is the config:


            "devices": [
                {
                    "name": "Denon AVR",
                    "host": "192.168.1.141",
                    "port": 80,
                    "refreshInterval": 3,
                    "zoneControl": 0,
                    "volumeControl": 2,
                    "masterPower": true,
                    "masterVolume": true,
                    "masterMute": true,
                    "switchInfoMenu": true,
                    "disableLogInfo": false,
                    "inputs": [
                        {
                            "name": "FireTV",
                            "reference": "MPLAY",
                            "mode": "SI"
                        },
                        {
                            "name": "AirPlay",
                            "reference": "NET",
                            "mode": "SI"
                        }
                    ]
                }
            ],
            "platform": "DenonTv"
        },```
grzegorz914 commented 2 years ago

Please enable debug mode and get the log

denniswisnia commented 2 years ago

Wow, I enabled debug and switched the port to 8080 again. And its worked.