Hypfer / deye-microinverter-cloud-free

Documentation and tooling to use Deye microinverters without the solarman cloud
106 stars 14 forks source link

Add support for mqtts with self-signed certificate. #7

Closed palto42 closed 8 months ago

palto42 commented 8 months ago

In order to allow users to run the MQTT broker with TLS encryption using self-signer certificates, the certificate check needs to be disables.

This PR adds an optional environment variable MQTT_CHECK_CERT which can be set to falsein order to ignore the certificate check.