Skip to content
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

Open
bvdbos opened this issue Jul 2, 2017 · 2 comments
Open

implement more controlling options #3

bvdbos opened this issue Jul 2, 2017 · 2 comments

Comments

@bvdbos
Copy link

bvdbos commented Jul 2, 2017

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?

@suborb
Copy link
Owner

suborb commented Jul 2, 2017 via email

@bramstroker
Copy link

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

GET 6/ambilight/mode

When it is internal you need to switch it to manual by doing a POST.

POST 6/ambilight/mode
{ "current" : "manual" }

Next retrieve the current led colors using:

GET 6/ambilight/cached

And change them by doing a POST again.

POST 6/ambilight/cached
{"layer1":{"left":{"0":{"r":255,"g":0,"b":0},"1":{"r":255,"g":0,"b":0},"2":{"r":255,"g":0,"b":0},"3":{"r": ...etc. etc.

Also tried to get the current source (ie hdmi1) and change it but I get a 404 not found on that endpoints unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants