konradknitter / homebridge-philips-android-tv

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

TV on Homebridge site but not on iPhone #65

Open cldparisi opened 1 year ago

cldparisi commented 1 year ago

Plugin work good. I config one TV and I can use it on Homebridge site.

But on my Home in iPhone there is Bridge but there isn't TV

How do I add the Tv on iPhone?

Plugin Config:

    {
        "debug": false,
        "configVersion": 1,
        "tvs": [
            {
                "ip": "192.168.111.146",
                "mac": "EE:07:0A:23:85:EE",
                "name": "TV Sala",
                "apiUser": "........",
                "apiPass": "..........."
            }
        ],
        "platform": "PhilipsAndroidTV",
        "_bridge": {
            "username": "FF:C2:6C:BB:BE:FF",
            "port": 12345
        }
    }

Screenshots:

image

image

image

Environment:

trickert76 commented 1 year ago

see #69