Hisense TV Control

For me this is still working, but i’m using it with a very old Hisense TV, not sure if it’s still working with newer models.

You have also done the MQTT Brdige configuration?

This is inside my mosquitto.conf file as i’m running MQTT as docker and not as Addon

allow_anonymous false
password_file /mosquitto/config/pwfile
listener 1883

# Hisense TV Wohnzimmer
connection hisense
address 192.168.2.85:36669
username hisenseservice
password multimqttservice
clientid HomeAssistant
start_type automatic
topic /remoteapp/# both 0 hisense ""

Then for sure before trying the HACS integration you could first publish some messages to that topic /remoteapp in order to see if you get results

1 Like

I completely left this aside for this last month, when I have a chance I’ll test your config out, thanks for sharing!

I need Help, my Mosquitto Broker stopped

[06:02:02] INFO: Starting mosquitto MQTT broker...
1722571322: Loading config file /share/mosquitto/hisense.conf
1722571322: Error: Unknown configuration variable "connection".
1722571322: Error found at /share/mosquitto/hisense.conf:1.
s6-rc: info: service legacy-services successfully started
1722571322: Error found at /etc/mosquitto/mosquitto.conf:43.
[04:02:02] WARNING: Halt add-on
s6-rc: info: service legacy-services: stopping
[04:02:02] INFO: Service restart after closing
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

hinsense.conf

connection hisense
address 192.168.0.62:36669
username hisenseservice
password  multimqttservice
clientid HomeAssistant
bridge_tls_version tlsv1.2
bridge_cafile hisense.crt
bridge_certfile rcm_certchain_pem.cer
bridge_keyfile rcm_pem_privkey.pkcs8
bridge_insecure true
start_type automatic
try_private true
topic /remoteapp/# both 0 hisense ""