grzegorz914 / homebridge-lgwebos-tv

Homebridge plugin for LG WebOS TV, publish as independent external platform accessory.
MIT License
135 stars 15 forks source link

RC app volumen control #142

Closed uziel200 closed 1 year ago

uziel200 commented 1 year ago

The volume control from hardware buttons just works me in an iPad and not in iPhone

homebridge-lgwebos-tv v2.2.7 iPhone iOS 16.1.1 iPad iPadOS 16.1.1

{
                    "name": "TV",
                    "host": "10.9.8.2",
                    "mac": "AA",
                    "disableLogInfo": false,
                    "disableLogDeviceInfo": false,
                    "enableDebugMode": false,
                    "turnScreenOnOff": true,
                    "volumeControl": 1,
                    "infoButtonCommand": "HOME",
                    "getInputsFromDevice": false,
                    "filterSystemApps": false,
                    "inputs": [
                        {
                            "name": "TV en vivo",
                            "reference": "com.webos.app.livetv",
                            "type": "TUNER",
                            "mode": 0
                        },
                        {
                            "name": "Nintendo Switch",
                            "reference": "com.webos.app.hdmi1",
                            "type": "HDMI",
                            "mode": 0
                        },
                        {
                            "name": "Netflix",
                            "reference": "netflix",
                            "type": "APPLICATION",
                            "mode": 0
                        },
                        {
                            "name": "YouTube",
                            "reference": "youtube.leanback.v4",
                            "type": "APPLICATION",
                            "mode": 0
                        },
                        {
                            "name": "Amazon",
                            "reference": "amazon",
                            "type": "APPLICATION",
                            "mode": 0
                        },
                        {
                            "name": "Directv Go",
                            "reference": "com.directvgo.webostv-rt",
                            "type": "APPLICATION",
                            "mode": 0
                        },
                        {
                            "name": "Disney+",
                            "reference": "com.disney.disneyplus-prod",
                            "type": "APPLICATION",
                            "mode": 0
                        },
                        {
                            "name": "HBO Max",
                            "reference": "com.hbo.hbomax",
                            "type": "APPLICATION",
                            "mode": 0
                        },
                        {
                            "name": "Apple TV",
                            "reference": "com.apple.appletv",
                            "type": "APPLICATION",
                            "mode": 0
                        }
                    ],
                    "enableMqtt": false,
                    "mqttAuth": false,
                    "mqttDebug": false,
                    "pictureModeControl": false,
                    "brightnessControl": false,
                    "backlightControl": false,
                    "contrastControl": false,
                    "colorControl": false
                }
grzegorz914 commented 1 year ago

Changes in iOS16, no solution yet.

grzegorz914 commented 1 year ago

In 16.3 beta working again