eslavnov / pylips

Control Philips TVs (2015+) and Ambilight (+ Hue) through their reverse-engineered API (+ MQTT support!)
MIT License
348 stars 59 forks source link

[FEAT] Add input switch commands #3

Closed FezVrasta closed 5 years ago

FezVrasta commented 5 years ago

Is your feature request related to a problem? Please describe. I'd like to have a way to switch between HDMI inputs

Describe the solution you'd like I'd be surprised if such API was not available, but I don't have enough experience to tell.

eslavnov commented 5 years ago

The method that used to work in old API does not work anymore and the Philips mobile app does not switch inputs either, so I am 99% sure it's impossible with the current API.

As a workaround, you can try this small script to switch sources for Android TVs: https://github.com/eslavnov/android-tv-remote

FezVrasta commented 5 years ago

Great thanks!