eslavnov / pylips

Control Philips TVs (2015+) and Ambilight (+ Hue) through their reverse-engineered API (+ MQTT support!)
MIT License
334 stars 58 forks source link

55PUS8007[BUG] #121

Open benedikt-wue opened 1 year ago

benedikt-wue commented 1 year ago

Doesn't work with 55PUS8007 (8000 series). There ist No JointSpace in These Models? Tried to Switch in with 7866877223 but No Response... Anybody with the same model?

benedikt-wue commented 1 year ago

So... No JointSpace included... Ports 1925 and 1926 are closed... Nmap Shows me various opened Ports i.e. 8008, but Not the both important ones... so I can Not use this great application Here, right?

dajuly20 commented 8 months ago

I have a 65PUS7607/12. For me nmap also claims only these two ports were open..

Scanning tv.mrz.ip (192.168.188.73) [1000 ports]
Discovered open port 9080/tcp on 192.168.188.73
Discovered open port 49152/tcp on 192.168.188.73
Completed SYN Stealth Scan at 19:40, 0.10s elapsed (1000 total ports)
Initiating Service scan at 19:40

I tried connecting on 1925 anyway and was lucky :) Only I think Philips got rid of the SSL stack on 1926. I changed every 1926 for a 1925 and every https for http and have it working now. Maybe this works for you too.

https://github.com/eslavnov/pylips/ Is my fork. Let me know if it works for you, then I can maybe put a switch for it in the config file, so it would work for both, newer and older models..

MSandro commented 7 months ago

I have a 70PUS8007, and I am not able to connect. 1925 and 1926 are closed.

dajuly20 commented 7 months ago

Ok, thanks for trying anyways. :)

JanisRazen commented 7 months ago

Any news for 8000-Series TVs?

dajuly20 commented 7 months ago

Under pullreqeusts there is one that looks promising. https://github.com/eslavnov/pylips/pull/122

This is the Repo of the PR. Maybe you can check it out https://github.com/FieserKiller/pylips/