sehaas / ha_hisense_tv

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

Hisense Series 6 and no-SSL, no auth #19

Closed chadodes closed 2 years ago

chadodes commented 2 years ago

Hi Folks, I have a sharp HU43A6107UW running build K0829 on it. This is a 43" 4K HDR set that is a Hisense series 6 and responds to a series 6 MQTT remoteapp subscriptions and posts.

The thing I am trying to configure out is the option to run without needing authorization and without SSL.

When I was using newAm's build (both based off the same code?) I could use the "--no-ssl " optional argument. While in here I would assume this is needing to be done in the broker config, but I can't seem to figure it out. I have removed all the broker config lines in regards to ssl and certificates, but I still get a loop or connect/disconnects.

Has anyone else figured out how to do this through the MQTT broker yet? Thanks!

bengAThome commented 2 years ago

Hi there, when you say "responds to a series 6 MQTT", do you mean you have this working in MQTT explorer for example?

sehaas commented 2 years ago

Try to remove those lines:

bridge_tls_version tlsv1.2
bridge_cafile hisense_ca.pem
bridge_certfile hisense_client.pem
bridge_keyfile hisense_client.key

I couldn't test it as mine requires SSL.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 42 days with no activity. Remove stale label or comment or this will be closed in 7 days