pylips icon indicating copy to clipboard operation
pylips copied to clipboard

[FEAT]List of supported models in wiki.

Open HydrelioxGitHub opened this issue 4 years ago • 10 comments

Is your feature request related to a problem? Please describe. I plan to buy a Philips TV very soon (like today) with the Saphi OS. I would like to know if this library can handle this model.

Describe the solution you'd like Generally, it could be great to have a list of all supported TV in the wiki for example. This list could be filled with the community that use this library.

Additional context This is the model that I plan to buy PHILIPS 65OLED754.

HydrelioxGitHub avatar Nov 28 '19 09:11 HydrelioxGitHub

Saphi OS, unfortunately, is not fully supported at this moment, see this link: https://github.com/eslavnov/pylips/issues/39#issuecomment-536634021 So your mileage might vary - at this moment, it looks like some endpoints work, but not all.

But if you buy it and you are willing to spend some time helping me to capture the traffic, I'm 90% sure I would be able to add full support for Saphi OS.

Good idea regarding the list of supported models, thank you! I'll think of something...

eslavnov avatar Nov 28 '19 14:11 eslavnov

Which models have been tested so far?
Is the model Philips 43PUS7354 fully supported, also the recently added power on command?

pire12 avatar Jan 16 '20 16:01 pire12

Which models have been tested so far? Is the model Philips 43PUS7354 fully supported, also the recently added power on command?

I can give you an answer in a few days cause I have an 2019 series 73x4/12.

At the moment I‘m using only the API Endpoints which don’t need authorization/pairing:

Ambilight On/Off Ambilight+Hue Lounge On/Off

SchmuFoo avatar Jan 16 '20 22:01 SchmuFoo

A rule of thumb is: if the official Philips TV remote mobile app works with a given model, Pylips will work with it too.

eslavnov avatar Jan 17 '20 07:01 eslavnov

A rule of thumb is: if the official Philips TV remote mobile app works with a given model, Pylips will work with it too.

What about the power on command?

pire12 avatar Jan 17 '20 08:01 pire12

The power on command should work on all chromecast-enabled models, but since it's a new feature I have no user reports so far regarding it.

eslavnov avatar Jan 17 '20 10:01 eslavnov

I just tested the power_on command on a Philips 7304 and it doesn't work properly, the power state is set to "ON" but the screen remains off.

Steps to produce the issue:

  1. send "standy" command (TV is powered off)
  2. wait until tv is no more reacheable over LAN (with ping)
  3. send WoL packet to wake up the LAN (with the npm wake_on_lan module)
  4. wait until tv is reachable (with ping)
  5. send "power_on" command (OK)
  6. send "powerstate" command (respone is {"powerstate":"On"}, but display is off/black)

To solve the problem I have to send the standby command again followed by the power_on.

Does anyone have the same problem?

pire12 avatar Jan 24 '20 10:01 pire12

Hey @pire12, Somebody has actually managed to get power_on command working on 7304. Could you please try the following: Go to Settings -> Wireless and networks -> Wired or Wi-Fi -> Switch on with Chromecast and turn it on if it's off. Does it work now? If it still does not, you'll have to do some extra steps.

Please share your results and I'll update the README if it works. Thanks in advance!

eslavnov avatar Jan 31 '20 09:01 eslavnov

I would also prefer a list of TV models which are working. There is nothing in the technical documentation of a philips tv where I can look for myself weather the api is supported, right?!?

siggi85 avatar May 10 '20 10:05 siggi85

Cool project! Just got a 65PUT6703 in New Zealand. Dismayed to see the official app doesn't pick up the TV. Have just set up your library and can get standby and ambilight on working (ambilight off doesn't seem to work even though it's sent).

old-square-eyes avatar Jun 12 '20 05:06 old-square-eyes