tavicu / homebridge-samsung-tizen

Homebridge plugin for Samsung TV's with Tizen OS
MIT License
647 stars 87 forks source link

Siri and apps #400

Closed hanses89 closed 3 years ago

hanses89 commented 3 years ago

Hi.

I just got this plugin up an running, and i got some "issues" regarding Siri.

I can tell Siri to to turn on the tv, without any problems. But if i say start youtube on tv, Siri tells me she cant do that.

This is my config: "inputs": [ { "name": "Netflix", "type": "app", "value": "11101200001" }, { "name": "YouTube", "type": "app", "value": "111299001912" }, { "name": "Spotify", "type": "app", "value": "3201606009684" } ] } ] }

And all the apps show up in homekit in a list underneath the powerswitch icon.

Any thoughts?

tavicu commented 3 years ago

https://github.com/tavicu/homebridge-samsung-tizen/wiki/Common-Issues#--inputs-are-appearing-like-separate-accessories

hanses89 commented 3 years ago

I dont think you understand what i mean. It is linked in one accessory, but saying start netflix on TV to siri, will not work.. Changing it in the home app will though

tavicu commented 3 years ago

Well ... maybe that command don't exist.

You could try "Switch Bedroom TV input to Netflix"

hanses89 commented 3 years ago

I cant wind any command that will make sire do that:( Maybe that is not possible with this setup: image

Maybe it then needs to be separate accessories?

mrMiimo commented 3 years ago

I think you can't directly tell Siri to change the input. But you can create a scene that changes the input, and tell Siri to run the scene.

tavicu commented 3 years ago

Indeed looks like you can't change the input with Siri ...

But yeah, the @mrMiimo suggestion should work just fine :)