homebridge-denon-tv icon indicating copy to clipboard operation
homebridge-denon-tv copied to clipboard

Input switch names disappear in Home app after upgrading to iOS16

Open chetstone opened this issue 1 year ago • 3 comments

Just upgraded my phone to iOS16 and the names of all my switches have changed to "Marantz"

Here is an image from my iPad (still on iOS15), where you can see one of the switches labeled as "MZ Apple TV" (not sure where the MZ part of the name comes from):

IMG_F6445993AF80-1

And here is the image from iOS16, where all the switches' names are now "Marantz": IMG_3F78720DF288-1

Here is my config for this plugin:

{
            "devices": [
                {
                    "name": "Marantz",
                    "host": "192.168.1.208",
                    "port": 8080,
                    "zoneControl": 0,
                    "volumeControl": 1,
                    "masterPower": true,
                    "masterVolume": false,
                    "masterMute": true,
                    "infoButtonCommand": "MNINF",
                    "disableLogInfo": false,
                    "disableLogDeviceInfo": true,
                    "enableDebugMode": false,
                    "getInputsFromDevice": false,
                    "inputs": [
                        {
                            "name": "Computer",
                            "reference": "CD",
                            "mode": "SI",
                            "switch": true,
                            "displayType": 1
                        },
                        {
                            "name": "KCSM",
                            "reference": "SMART1",
                            "mode": "MS",
                            "switch": true,
                            "displayType": 1
                        },
                        {
                            "name": "Venice Classic",
                            "reference": "SMART2",
                            "mode": "MS",
                            "switch": true,
                            "displayType": 1
                        },
                        {
                            "name": "Gesar Stereo",
                            "reference": "SMART3",
                            "mode": "MS",
                            "switch": true,
                            "displayType": 1
                        },
                        {
                            "name": "Apple TV",
                            "reference": "MPLAY",
                            "mode": "SI",
                            "switch": true,
                            "displayType": 1
                        },
                        {
                            "name": "Gesar",
                            "reference": "AUX1",
                            "mode": "SI"
                        },
                        {
                            "name": "BluRay",
                            "reference": "BD",
                            "mode": "SI",
                            "switch": true,
                            "displayType": 1
                        }
                    ],
                    "getSurroundsFromDevice": false,
                    "enableMqtt": false,
                    "mqttAuth": false,
                    "mqttDebug": false
                },
                {
                    "name": "Zone 2",
                    "host": "192.168.1.208",
                    "port": 8080,
                    "zoneControl": 1,
                    "volumeControl": 1,
                    "masterPower": false,
                    "masterVolume": false,
                    "masterMute": false,
                    "disableLogInfo": false,
                    "disableLogDeviceInfo": false,
                    "enableDebugMode": false,
                    "getInputsFromDevice": false,
                    "getSurroundsFromDevice": false,
                    "buttonsZone2": [
                        {
                            "name": "SOURCE",
                            "reference": "Z2SOURCE",
                            "displayType": 0
                        }
                    ],
                    "enableMqtt": false,
                    "mqttAuth": false,
                    "mqttDebug": false
                }
            ],
            "platform": "DenonTv"
        }

chetstone avatar Oct 08 '22 18:10 chetstone

It’s know issue, just remove current name and type new, the correct name will be displayed in placeholder.

grzegorz914 avatar Oct 08 '22 19:10 grzegorz914

Thanks. Tried this in the config file, that didn't help. Had to rename each switch in the Home app.

chetstone avatar Oct 08 '22 20:10 chetstone

Regarding MZ Apple TV, MZ - Main Zone

grzegorz914 avatar Oct 09 '22 16:10 grzegorz914