sehaas / ha_hisense_tv

Hisense TV integration for Home Assistant
MIT License
100 stars 22 forks source link

Unable to complete setup? #8

Closed tungmeister closed 2 years ago

tungmeister commented 2 years ago

I believe I've got everything setup correctly.

here's my config and all the certs are present:

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

here's what I see in the mosquitto logs:

image

and it appears to be connected:

image

but all I get in the config in HA is this:

image

I'm unable to proceed from this point.

sehaas commented 2 years ago

10.0.0.30 is your TV? Try to connect to your HA mqtt broker instead and inspect if you get messages from the TV.

tungmeister commented 2 years ago

it is, As I'm up in my office setting this up I hadn't realised that prompt was for the on screen code - I'd just reread through the thread and saw someone mention the code, ran downstairs and it was showing on screen. I'm now paired successfully :joy: Are you still actively developing this out of interest? Might be worth adding a string to that prompt stating it's for the on-screen code unless it's mentioned in the readme and I just missed it.

sehaas commented 2 years ago

Good to hear. The current state fits my needs, but of course I'll accept pull request for new features or burgfixes.

Can I close this issue as your pairing was successful?