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

New id (port) after updating philips firmware #10

Open
raceart opened this issue Nov 28, 2020 · 3 comments
Open

New id (port) after updating philips firmware #10

raceart opened this issue Nov 28, 2020 · 3 comments

Comments

@raceart
Copy link

raceart commented Nov 28, 2020

I've updated a 55pus7504 firmware and the plugin doesn't work, then I've tested from id 2131230770 to 2131230789 and with ¨ id 2131230783 ¨ it works

switch:

  • platform: philips_ambilight+hue
    name: Ambilight+Hue
    host: 192.168.1.XXX
    username: !secret philips_username
    password: !secret philips_password
    id: 2131230783 # ambilight_hue_off node id. Default is 2131230774, but some newer TVs use 2131230778 or 2131230783 instead.
    scan_interval: 5
@zackpollard
Copy link

Can confirm I just experienced the same issue. Thanks for posting this here, saved me a bunch of time!

@Julien-Decoen
Copy link

Same issue here ! Is it an id's issue ? 🧐

@Julien-Decoen
Copy link

I've updated a 55pus7504 firmware and the plugin doesn't work, then I've tested from id 2131230770 to 2131230789 and with ¨ id 2131230783 ¨ it works

switch:

  • platform: philips_ambilight+hue
    name: Ambilight+Hue
    host: 192.168.1.XXX
    username: !secret philips_username
    password: !secret philips_password
    id: 2131230783 # ambilight_hue_off node id. Default is 2131230774, but some newer TVs use 2131230778 or 2131230783 instead.
    scan_interval: 5

I find the new id by installing pylips. After installing the requirement you need to use this command :

sudo python3 pylips.py --host !philips_tv_ip --user !philips_tv_username --pass !philips_tv_password --command get --path 'menuitems/settings/structure' --verbose True > settings_dump.txt

Open settings_dump.txt and search the key ambilight_hue_off. Use the node_id related to it.

For my 50PUS7354 it was 2131230783.

Good luck,
Lou_juicy

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