raomin / ESPAltherma

Monitor your Daikin Altherma / ROTEX heat pump with ESP32
MIT License
317 stars 104 forks source link

Support added for encrypted mqtt connections #382

Closed Nivalux closed 3 months ago

Nivalux commented 5 months ago

I just got my hardware yesterday and had troubles connecting to my mqtt server. Turns out, that the current program only supported unencrypted mqtt connections.

I have added support for it, which can be enabled by uncommenting the MQTT_ENCRYPTED define in the setup.h file. Publishing the fix here in case someone else also runs into the same issue.

raomin commented 3 months ago

Thanks @Nivalux !