normen / homebridge-bravia

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

How to use new "externalaccessory" option? #115

Closed SlasherKG closed 4 years ago

SlasherKG commented 4 years ago

Maybe I'm doing it wrong, but I can't get a second TV to show up in the Control Center Remote. What is the proper syntax for adding this value? Do you just add "externalaccessory": true, to the specific TV? Do you have to add it to all TVs? Here is my config, currently just the first TV shows up: [ { "name": "XBR-65Z9D", "ip": "192.168.1.110", "tvsource": "tv:dvbt", "applications": [ { "title": "Hulu" }, { "title": "Netflix" }, { "title": "Plex" }, { "title": "Prime Video" }, { "title": "YouTube" } ], "sources": [ "extInput:component", "extInput:composite", "extInput:hdmi", "extInput:scart", "extInput:widi" ] }, { "name": "XBR-55X850B", "ip": "192.168.1.111", "externalaccessory": true, "tvsource": "tv:dvbt", "applications": [ { "title": "Hulu" }, { "title": "Netflix" }, { "title": "Plex" }, { "title": "Prime Video" }, { "title": "YouTube" } ], "sources": [ "extInput:component", "extInput:composite", "extInput:hdmi", "extInput:scart", "extInput:widi" ] } ]

Thank you for any direction.

normen commented 4 years ago

Check the log and do what it says, add the new TV as an external accessory.

On Fri Jul 10, 2020 at 5:02 AM CEST, SlasherKG wrote:

Maybe I'm doing it wrong, but I can't get a second TV to show up in the Control Center Remote. What is the proper syntax for adding this value? Do you just add "externalaccessory": true, to the specific TV? Do you have to add it to all TVs? Here is my config. Currently just the first TV shows up: [ { "name": "XBR-65Z9D", "ip": "192.168.1.110", "tvsource": "tv:dvbt", "applications": [ { "title": "Hulu" }, { "title": "Netflix" }, { "title": "Plex" }, { "title": "Prime Video" }, { "title": "YouTube" } ], "sources": [ "extInput:component", "extInput:composite", "extInput:hdmi", "extInput:scart", "extInput:widi" ] }, { "name": "XBR-55X850B", "ip": "192.168.1.111", "externalaccessory": true, "tvsource": "tv:dvbt", "applications": [ { "title": "Hulu" }, { "title": "Netflix" }, { "title": "Plex" }, { "title": "Prime Video" }, { "title": "YouTube" } ], "sources": [ "extInput:component", "extInput:composite", "extInput:hdmi", "extInput:scart", "extInput:widi" ] } ]

Thank you for any direction.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/normen/homebridge-bravia/issues/115#issuecomment-656453715