suborb / philips_android_tv

Tools to control Philips 2016 Android TVs
GNU General Public License v2.0
121 stars 61 forks source link

problem :( need help #37

Open szpanelewski opened 3 years ago

szpanelewski commented 3 years ago

i have absolutely no knowledge about programming at all. i have had homebridge set up and plugin for my philips tv as well, but i cant go though this python script. Can someone navigate me though instalation and configuration process? i dont know where to start. I hope I will get some help here, thanks in advance

Staubgeborener commented 3 years ago

Install Python3: click Install pip3: sudo apt install python3-pip

Check with pip -V / pip3 -V that you have the correct version, you will need pip3. Download this repository in any directory and navigate into this directory. After that run pip3 install -r requirements.txt

Now turn on your TV and run this commands: python3 philips.py --host <YOUR_IP_ADDRESS> pair like: python3 philips.py --host 192.168.178.2 pair

you will get a code on your tv. Type this into the terminal. And be fast, the code will disappear on your tv.