jomwells / ambihue

ON/OFF Abilight+Hue (Switch) component for Philips Ambilight TV's
9 stars 9 forks source link

New id (port) after updating philips firmware #10

Open raceart opened 3 years ago

raceart commented 3 years ago

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:

zackpollard commented 3 years ago

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

Julien-Decoen commented 3 years ago

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

Julien-Decoen commented 3 years ago

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