newAM / hisensetv

Python API to control Hisense brand TVs via their internal MQTT broker.
MIT License
37 stars 16 forks source link

other keys #7

Closed theRemoter closed 3 years ago

theRemoter commented 3 years ago

Hello

what about other keys on the remote? like channel numbers etc.? how can I get the full api?

thanks!

newAM commented 3 years ago

I do not know if the other keys are available by the API (the app always crashes on my phone).

Feel free to open a pull-request if it is possible!

theRemoter commented 3 years ago

but what are the payload of the other keys? for example, I can see the for power it's "KEY_POWER", for the numbers what is the payload? home, settings, channels etc? where can we find them

newAM commented 3 years ago

I believe people have been connecting to the TV with the phone app and using wireshark or mosquitto_sub to view the commands as they are transmitted.

JulianStremel commented 3 years ago

i have updatet the code to launch youtube / amazonprime and netflix and also added the ability to change channels

newAM commented 3 years ago

Added in 0.2.0 thanks to @JulianStremel