-
Notifications
You must be signed in to change notification settings - Fork 60
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
implement more controlling options #3
Comments
I tried at the time. The commands listed are the only ones I got to work. Switching sources can be done by sending a remote key which obviously isn't ideal.
I didn't look into the android remote side of things so it might be possible to switch source directly using that interface.
… On 2 Jul 2017, at 15:55, Bas van den Bosch ***@***.***> wrote:
judging : http://www.supportforum.philips.com/en/showthread.php?18281-HTTP-Request-for-55PUS8909-TV&p=103119&viewfull=1#post103119 more options should be possible to control the tv, including source etc?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I just got your script paired and running with my TV 55PUS7101. Found the following reference about the JointSpace API http://jointspace.sourceforge.net/projectdata/documentation/jasonApi/1/doc/API.html and tried to get some more methods working. I succeeded in changing the ambilight colors. Check the current ambilight mode
When it is internal you need to switch it to manual by doing a POST.
Next retrieve the current led colors using:
And change them by doing a POST again.
Also tried to get the current source (ie hdmi1) and change it but I get a 404 not found on that endpoints unfortunately. |
judging : http://www.supportforum.philips.com/en/showthread.php?18281-HTTP-Request-for-55PUS8909-TV&p=103119&viewfull=1#post103119 more options should be possible to control the tv, including source etc?
The text was updated successfully, but these errors were encountered: