konradknitter / homebridge-philips-android-tv

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

favorite list not working #52

Open kaano29 opened 3 years ago

kaano29 commented 3 years ago

i tried everything but for me the input from favorite list doesnt work...

i guess i found out what the problem is, if the channel is pay TV (with key symbol) u cant add it as input source.


    "bridge": {
        "name": "Homebridge 248E",
        "username": "0E:6E:2C:6B:24:8E",
        "port": 51555,
        "pin": "248-32-844"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "debug": true,
            "configVersion": 1,
            "tvs": [
                {
                    "name": "Philips TV",
                    "ip": "192.168.2.108",
                    "broadcastIP": "192.168.2.255",
                    "wakeOnLanRequests": 1,
                    "wakeOnLanTimeout": 1000,
                    "macAddress": "28:AD:18:98:83:D2",
                    "apiUser": "7XWUoY0rGIvirhDM",
                    "apiPass": "2accba197f188eb70a1e5cadd416ec48e6390e8f0e5b74234286b1eab67e988a",
                    "apiVersion": 6,
                    "wakeUntilAPIReadyCounter": 100,
                    "alternativePlayPause": true,
                    "dedicatedMuteSwitch": true,
                    "dedicatedVolumeLightbulb": true,
                    "channels": {
                        "useFavorites": true,
                        "favoriteListId": "1",
                        "includeAll": false
                    },
                    "apps": [
                        "Netflix",
                        "YouTube",
                        "TV"
                    ]
                }
            ],
            "platform": "PhilipsAndroidTV"
        }
    ]
}```