hisensetv icon indicating copy to clipboard operation
hisensetv copied to clipboard

Python API to control Hisense brand TVs via their internal MQTT broker.

Results 10 hisensetv issues
Sort by recently updated
recently updated
newest added

- TV model number: 32A31ESV - Operating system: U07.51 - Python version: 3.8.18 - hisensetv package version: 0.3.0 # Steps to Reproduce My computer and my Hisense are connected to...

Hi! I have been using an app to control my TV over wifi (https://play.google.com/store/apps/details?id=sensustech.universal.tv.remote.control) but I was looking to make something of my own. I thought this repository would be...

Hello I tried to work with this but I have a hisensetv.HisenseTvTimeoutError: failed to recieve a response in 10.000s error First time I do `hisensetv myip --authorize` my TV show...

I have checked your `__main__.py` file and there is no prior verification for authorization. I wonder if it's because there's no reliable way to know if the authorization has occurred...

question

Hisense U7QF requires certificate and key files to work on MQTT Explorer. Those files are available here: https://github.com/d3nd3/Hisense-mqtt-keyfiles I also tried this hisensetv fork: https://github.com/MrAsterisco/hisensetv It has cer and key...

question

I get the following when I try to authorise: ``` bash-5.0# hisensetv 10.4.1.158 --authorize Traceback (most recent call last): File "/usr/local/bin/hisensetv", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/hisensetv/__main__.py", line 108, in...

bug

Hi I'm using hisense 55M5010UW with SOFTWARE VERSION: V0000.01.00A.HO701 and it looks like there is no mqtt listening on the port 36669, since it is not connecting. This is my...

Hi! I try use it, but i can't authorize on TV. ``` hisensetv 10.0.0.198 --authorize --no-ssl -v Traceback (most recent call last): File "/usr/local/bin/hisensetv", line 8, in sys.exit(main()) File "/usr/local/lib/python3.9/site-packages/hisensetv/__main__.py",...

Currently, home assistant will fail to start if the hisensetv switch or media_player integration is included after the update of the API to 0.1.3 from previous release of 0.0.7. -...

Thanks for your work on this package. I am trying to do the authorize command: ``` hisensetv 192.168.0.40 --authorize ``` where 192.168.0.40 is the fixed IP address of one of...