spacemanspiff2007 / sml2mqtt

Sml to MQTT Bridge
GNU General Public License v3.0
25 stars 8 forks source link

TLS support: not implemented yet? #36

Closed hgkdd closed 3 months ago

hgkdd commented 6 months ago

Thanks for the package. I use it to couple my energy meters with home assistant. Communication without TLS to my mqtt broker works perfectly fine.

I would like to use TLS for security reasons. But I can't find any information how to specify what ca_cert and client_cert shound be used.

Is ist correct that TLS is not implented yet? The underlying asyncio_mqtt library seems to support TLS. So, I would guess the implementation is not very hard. Are there any plans to implement this in the near future?

I'm definitely willing to do tests!

spacemanspiff2007 commented 3 months ago

I've implemented TLS support in the rewrite. Looking forward to your feedback in #39