Page 1 of 1

Pylips-Control Philips TVs (2015+) and Ambilight (+ Hue)(+ MQTT support!)

Posted: Sunday 05 May 2019 13:52
by QSKONE
Hello ,
I found this python script for controlling Philips TV. https://github.com/eslavnov/pylips
I tested in and works very well via command line.
example: python3 pylips.py --host 192.168.XX.XX --user XXXXXX --pass XXXXX --command standby
Can anybody help me for using this in Domoticz?
Thanks

Re: Pylips-Control Philips TVs (2015+) and Ambilight (+ Hue)(+ MQTT support!)

Posted: Thursday 07 January 2021 15:46
by Tjeerd13
Hello,

Did you found a solution for this? I can't get it to work.

I created a script in the scripts map with HUEon.sh (with and without exit 0 but i can't get it working. Uses some variations. Writing to dev0 and more. The script is activated from a script// comand when switch is turndon.

Code: Select all

#!/bin/sh
python3 /home/pi/dev/pylips/pylips.py --command ambihue_on
exit 0