normen / homebridge-bravia

Homebridge plugin for Sony Bravia TVs (AndroidTV based ones and possibly others)
139 stars 26 forks source link

TV will not shown as TV icon #159

Closed sadden3194 closed 3 years ago

sadden3194 commented 3 years ago

Hello,

thank you for this plugin ! But:

The first time I added my tv it will shown in HomeKit as a house icon and I can't change this. I road that I have to set the external accessory mode.

{
            "tvs": [
                {
                    "name": "MY TV",
                    "ip": "TV_IP",
                    "mac": "TV_MAC",
                    "externalaccessory": true
                }
            ],
            "platform": "BraviaPlatform"
        }

But after that the device will not shown anymore in homekit. where is my fault?

normen commented 3 years ago

Check the README. It explains how to add an external accessory.