Open Enderstorm25 opened 1 year ago
Same problem here :(
Some other bugs reports tells about this problem. It seems that Android TV change the way of calling features. I need to find time to investigate this
hello, any updates on this? I couldn't find a workaround
I've had success getting HDMI input selection working using this:
"applications": [
{
"name": "Bluray",
"link": "content://android.media.tv/passthrough/com.mediatek.tvinput%2F.hdmi.HDMIInputService%2FHW5"
},
{
"name": "AppleTV",
"link": "content://android.media.tv/passthrough/com.mediatek.tvinput%2F.hdmi.HDMIInputService%2FHW6"
},
{
"name": "PS3",
"link": "content://android.media.tv/passthrough/com.mediatek.tvinput%2F.hdmi.HDMIInputService%2FHW7"
}
Not working for me. Nor the keycode, nor the webhook 😭
Create Remote {"remoteKeyInject":{"keyCode":245,"direction":3}}
Sending {"remoteKeyInject":{"keyCode":"KEYCODE_TV_INPUT_HDMI_3","direction":"SHORT"}}
[7/26/2024, 10:35:20 PM] [homebridge-androidtv] Smart TV Tap on KEYCODE_TV_INPUT_HDMI_3 245
[7/26/2024, 10:35:20 PM] [homebridge-androidtv] Smart TV set Active Identifier => setNewValue: 5
[7/26/2024, 10:35:20 PM] [homebridge-androidtv] Smart TV get Active true
[7/26/2024, 10:35:21 PM] [homebridge-androidtv] Smart TV get Active true
Create Remote {"remoteKeyInject":{"direction":3}}
Sending {"remoteKeyInject":{"direction":"SHORT"}}
[7/26/2024, 10:35:32 PM] [homebridge-androidtv] Smart TV Tap on content://android.media.tv/passthrough/com.mediatek.tvinput%2F.hdmi.HDMIInputService%2FHW7 undefined
[7/26/2024, 10:35:32 PM] [homebridge-androidtv] Smart TV set Active Identifier => setNewValue: 4
Any clue?
using the Keycodes : KEYCODE_TV_INPUT_HDMI_1 sends correctly via home bridge but does not change the source on the TV.
Homebridge Logs :
I find when I use these command via ADB shell the input changes successfully on the Android TV :
HDMI1:
HDMI2:
HDMI3:
Could you add this into the plugin ?