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

New API support? #211

Closed bsoener closed 7 months ago

bsoener commented 8 months ago

Hello dear developer. I used your plugin for years for my Denon 3313 and was very satisfied with it. Since my old one broke down, I have now had to buy a new one (Denon 4800H). I've been trying for days to get the plugin to work. When I try to add it to my Home app without a child bridge, it doesn't find it. When I activate child bridge it finds 2 devices, one is the child bridge and the other is my receiver. I can add child bridge but it wants to connect my Denon with Airplay. Can you please tell me what I'm doing wrong because I can't get any further.

        "devices": [
                {
                    "name": "Denon 4800",
                    "host": "192.168.178.113",
                    "port": 80,
                    "zoneControl": 0,
                    "getInputsFromDevice": false,
                    "getFavoritesFromDevice": false,
                    "getQuickSmartSelectFromDevice": false,
                    "inputs": [
                        {
                            "name": "PS5",
                            "reference": "GAME",
                            "mode": "SI"
                        },
                        {
                            "name": "Apple TV",
                            "reference": "MPLAY",
                            "mode": "SI"
                        }
                    ],
                    "buttons": [
                        {
                            "name": "Power On",
                            "reference": "0PWON",
                            "displayType": -1
                        },
                        {
                            "name": "Standby",
                            "reference": "0PWSTANDBY",
                            "displayType": -1
                        },
                        {
                            "name": "Volume Up",
                            "reference": "0MVUP",
                            "displayType": -1
                        },
                        {
                            "name": "Volume Down",
                            "reference": "0MVDOWN",
                            "displayType": -1
                        }
                    ],
                    "sensorPower": true,
                    "sensorVolume": true,
                    "sensorMute": true,
                    "sensorInput": true,
                    "enableDebugMode": false,
                    "disableLogInfo": true,
                    "disableLogDeviceInfo": true,
                    "disableLogConnectError": true,
                    "supportOldAvr": false,
                    "masterPower": true,
                    "masterVolume": true,
                    "masterMute": true,
                    "infoButtonCommand": "MNMEN ON",
                    "volumeControl": 0,
                    "refreshInterval": 5,
                    "enableRestFul": false,
                    "restFulDebug": false,
                    "enableMqtt": false,
                    "mqttDebug": false,
                    "mqttAuth": false
                }
            ],
            "platform": "DenonTv",
            "_bridge": {
                "username": "0E:5E:A9:11:2C:53",
                "port": 48281
            }
        }

IMG_8635

IMG_8636

By the way, I found out that you can't set the plugin under settings with Firefox. I used Safari and it worked fine

DMcWetty commented 2 months ago

Having the same issue with my PM7000N. Was there a resolution? Want me to open a new issue for this since the current is closed?

I have yet to get my PM7000N working with this plugin. I gave up on a it since I may sell the Marantz for something better.