You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly - I want to express my gratitude towards the creator of this script. This is the only method that works with the newest Hisense TV's with upgraded firmware. You're the best - THANK YOU!
The reason I am opening this ticket is a warning I receive in Home Assistant when using this script:
"/config/deps/hisense.py:162: DeprecationWarning: Callback API version 1 is
deprecated, update to latest version
client = mqtt.Client(client_id=client_id, clean_session=True, userdata=userdata, protocol=mqtt.MQTTv311, transport="tcp")"
The script is working fine with this warning but maybe it is worth to future-proof it?
I tried to fix this but my python skills are very basic and I failed.
The text was updated successfully, but these errors were encountered:
I have tried to fix it too, but it seems the hisense stuff does not allow a newer version of the mqtt client and I stopped investigating because it still works ;-) Maybe someone else knows 🤷♂️
Hello!
Firstly - I want to express my gratitude towards the creator of this script. This is the only method that works with the newest Hisense TV's with upgraded firmware. You're the best - THANK YOU!
The reason I am opening this ticket is a warning I receive in Home Assistant when using this script:
"/config/deps/hisense.py:162: DeprecationWarning: Callback API version 1 is
deprecated, update to latest version
client = mqtt.Client(client_id=client_id, clean_session=True, userdata=userdata, protocol=mqtt.MQTTv311, transport="tcp")"
The script is working fine with this warning but maybe it is worth to future-proof it?
I tried to fix this but my python skills are very basic and I failed.
The text was updated successfully, but these errors were encountered: