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

[FEAT]List of supported models in wiki. #47

Open
HydrelioxGitHub opened this issue Nov 28, 2019 · 10 comments
Open

[FEAT]List of supported models in wiki. #47

HydrelioxGitHub opened this issue Nov 28, 2019 · 10 comments
Assignees
Labels
enhancement New feature or request

Comments

@HydrelioxGitHub
Copy link

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 HydrelioxGitHub added the enhancement New feature or request label Nov 28, 2019
@eslavnov
Copy link
Owner

eslavnov commented Nov 28, 2019

Saphi OS, unfortunately, is not fully supported at this moment, see this link: #39 (comment)
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...

@pire12
Copy link

pire12 commented Jan 16, 2020

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

@SchmuFoo
Copy link

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

@eslavnov
Copy link
Owner

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

@pire12
Copy link

pire12 commented Jan 17, 2020

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?

@eslavnov
Copy link
Owner

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.

@pire12
Copy link

pire12 commented Jan 24, 2020

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?

@eslavnov
Copy link
Owner

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!

@siggi85
Copy link

siggi85 commented May 10, 2020

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?!?

@old-square-eyes
Copy link

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).

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

No branches or pull requests

6 participants