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

Not working switching on/off on non Android TV's #9

Open
Mr-Groch opened this issue Nov 23, 2020 · 0 comments
Open

Not working switching on/off on non Android TV's #9

Mr-Groch opened this issue Nov 23, 2020 · 0 comments

Comments

@Mr-Groch
Copy link

On non Android Philips TVs, menuitems/settings/update method doesn't work... It can be polled this way (menuitems/settings/current - nodeid is different - for me 420) but set does not work...

I've discovered myself by sniffing traffic from Philips Remote android app, that ambilight+hue can be setted and polled differently:

To check status of Ambilight+Hue:

GET on http://tv_ip:1925/6/HueLamp/power, you will get response:

{
	"power": "Off"
}

Power can by On or Off

To set Ambilight+Hue on or off:

POST {"power":"Off"} to turn off or {"power":"On"} to turn on to http://tv_ip:1925/6/HueLamp/power

It may also work for Android Philips Tv's - please someone check it 😉

Discussion about this issue can be found also on pylip github: eslavnov/pylips#60

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

1 participant