konradknitter / homebridge-philips-android-tv

Homebridge module for the Philips Android TV
Apache License 2.0
48 stars 6 forks source link

TV in HB, but not in HomeKit #69

Open Tdie88 opened 1 year ago

Tdie88 commented 1 year ago

Hi,

the TV is displayed as a device in the Homebridge, but not in the Home App.

Plugin Config:

    {
        "debug": true,
        "configVersion": 1,
        "tvs": [
            {
                "name": "Phillips TV",
                "ip": "192.168.XXX.XX",
                "wakeOnLanRequests": 1,
                "wakeOnLanTimeout": 1000,
                "apiUser": "ap47Ji8nHShHBUz0",
                "apiPass": "ff07c0952007467af4708bf0bcab4ae641aa1616fc100f8982d2b641925303ce",
                "apiVersion": 6,
                "wakeUntilAPIReadyCounter": 100,
                "alternativePlayPause": true,
                "dedicatedMuteSwitch": false,
                "dedicatedVolumeLightbulb": false,
                "channels": {
                    "useFavorites": true,
                    "favoriteListId": "1",
                    "includeAll": true,
                    "channels": [
                        "Test"
                    ]
                }
            }
        ],
        "platform": "PhilipsAndroidTV"
    }

Screenshots:

Bildschirm­foto 2023-01-21 um 11 50 35
pierroferrero commented 1 year ago

Hi! Same problem for me Did you get a solution for this? Thanks

trickert76 commented 1 year ago

Same to me, the switches are working in Homebridge but are not visible in HomeKit. All other devices from FritzBox and Hue etc. are in HomeKit, so this is very specific to this plugin.

HomeBridge v1.6.1 homebridge-philips-android-tv@0.10.12

trickert76 commented 1 year ago

see #51