-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to specific source #9
Comments
I ran into the same challenge and am still looking for a real solution, but by tcpdumping and man in the middling the official philips ios app it seems to me that this is not possible using the jointspace implementation of post 2016 philips TV's.... Even the ios app does not support selecting sources in other ways than opening the "sources menu" and selecting one by navigating to the correct source and selecting Confirm, which is the current way i use too.... |
There is a lot of talk about building a Home-Assistant integration here: There is code for easy stuff like volume setting, but some folks figured out how to set sources (I think it was home assistant user boloni, script for switching is his): Source (Channel) switching: https://github.com/nstrelow/ha_philips_2016/blob/master/philips_2016.py#L373 (currently not used in the plugin as I switched it to showing apps) App switching: https://github.com/nstrelow/ha_philips_2016/blob/master/philips_2016.py#L379 And somebody made a component for setting Ambilight through home assistant: |
If I remember correctly changing channels does not allow to change source. I actually have home assistant so thanks for the integration! I will try it out soon |
Oh you mean switching the HDMI selected device? |
First of all, thanks a lot for making this library. I can now turn on the tv with my google home and who knows what more. There is just one thing that i'm missing desperately, when I turn on my tv and xbox with a voice action, i need the tv to switch to a specific source.
The only solution I found is using key presses: 'Sources' -> up/down -> 'enter'. But as the order of sources is not always the same (depends on which devices are on, and what source it is currently on), it is hard to determine how many up's or down's i need.
So the question: Did you find a way to access the sources api? Or do you know another way?
The text was updated successfully, but these errors were encountered: