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

Doesn't show up in Home App #104

Closed melgu closed 3 years ago

melgu commented 3 years ago

The device doesn't show up when adding Homebridge to HomeKit, but it also doesn't show up if I try to add it manually afterwards. It does work inside the Homebridge WebUI though – just not on in the Home app.

{
    "devices": [
        {
            "name": "Denon",
            "host": "192.168.1.39",
            "port": 8080,
            "refreshInterval": 5,
            "zoneControl": 0,
            "volumeControl": 2,
            "masterPower": false,
            "masterVolume": false,
            "masterMute": false,
            "switchInfoMenu": true,
            "disableLogInfo": false,
            "inputs": [
                {
                    "name": "Kodi",
                    "reference": "MPLAY",
                    "mode": "SI"
                },
                {
                    "name": "Fire TV",
                    "reference": "BD",
                    "mode": "SI"
                },
                {
                    "name": "PC",
                    "reference": "QUICK2",
                    "mode": "MS"
                },
                {
                    "name": "Mac",
                    "reference": "SAT/CBL",
                    "mode": "SI"
                }
            ],
            "buttonsMainZone": [
                {
                    "name": "Denon Kodi",
                    "reference": "SIMPLAY"
                },
                {
                    "name": "Denon Fire TV",
                    "reference": "SIBD"
                },
                {
                    "name": "Denon PC",
                    "reference": "SIGAME"
                },
                {
                    "name": "Denon Mac",
                    "reference": "SISAT/CBL"
                }
            ],
            "manufacturer": "Denon",
            "modelName": "AVC-X6700H"
        }
    ],
    "platform": "DenonTv"
}
blitzmax01 commented 3 years ago

Greetings melgu,

if your problem is still a matter try to rename the receiver here: "name": "Denon" to any other name, that worked for me.

Best Regards Max

melgu commented 3 years ago

Ah thanks, @blitzmax01, works for me too.