98oktay/homebridge-philips-tv6

Channel or source ?

Opened this issue · 10 comments

Hello, it's possible to change channel number by source input like HDMI 1 or 2

I would be interested in that as well

me too...

I have the same question…

Anybody have an idea ?

Same here!

same here

@fastenspy if I understood, do you want to change source? If yes, you have to use google assistant for it. Example:

{
            "name": "HDMI 3",
            "launch": {
                "intent": {
                    "extras": {
                        "query": "HDMI 3"
                    },
                    "action": "Intent {  act=android.intent.action.ASSIST cmp=com.google.android.katniss/com.google.android.apps.tvsearch.app.launch.trampoline.SearchActivityTrampoline flg=0x10200000 }",
                    "component": {
                        "packageName": "com.google.android.katniss",
                        "className": "com.google.android.apps.tvsearch.app.launch.trampoline.SearchActivityTrampoline"
                    }
                }
            }
        }

cc: @korgboll @marcoschmidt79 @Chimera4915 @googie0815 @Matzushub

@fastenspy if I understood, do you want to change source? If yes, you have to use google assistant for it. Example:

{
            "name": "HDMI 3",
            "launch": {
                "intent": {
                    "extras": {
                        "query": "HDMI 3"
                    },
                    "action": "Intent {  act=android.intent.action.ASSIST cmp=com.google.android.katniss/com.google.android.apps.tvsearch.app.launch.trampoline.SearchActivityTrampoline flg=0x10200000 }",
                    "component": {
                        "packageName": "com.google.android.katniss",
                        "className": "com.google.android.apps.tvsearch.app.launch.trampoline.SearchActivityTrampoline"
                    }
                }
            }
        }

cc: @korgboll @marcoschmidt79 @Chimera4915 @googie0815 @Matzushub

Thank you so much. I think this is for hdmi 3: flg=0x10200000, what is for hdmi 1 and 2?

@marcoschmidt79 you need to change only name and query. In query you say what you want to search with Google Assistant. :)

@marcoschmidt79 you need to change only name and query. In query you say what you want to search with Google Assistant. :)

Ok, thank you. the plugin doesnt work. i have the philipstv-x-plugin and this working. i have no idea.