We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
Can confirm I just experienced the same issue. Thanks for posting this here, saved me a bunch of time!
Sorry, something went wrong.
Same issue here ! Is it an id's issue ? 🧐
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.
settings_dump.txt
ambilight_hue_off
For my 50PUS7354 it was 2131230783.
Good luck, Lou_juicy
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: