Add detailed TLS/SSL limitations for Ecowitt integration (#38581)

This commit is contained in:
Franck Nijhof 2025-04-17 07:34:44 +02:00 committed by GitHub
parent 31311c1511
commit 0348fea73a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,4 +39,8 @@ The integration will display a Server IP / Host Name, Path, and Port. You can in
- Enter the Server IP / Host Name, Path, and Port from the integration.
- Save
Ecowitt doesn't support TLS/SSL, you can use the NGINX TLS Proxy Add-on to support HTTPS and HTTP at the same time.
## TLS/SSL limitations
Ecowitt devices do not support TLS/SSL connections (HTTPS). If your Home Assistant instance is configured to use HTTPS only, the Ecowitt integration will not work properly. You must ensure your Home Assistant instance is accessible via HTTP (non-secure) for the Ecowitt devices to successfully send data.
If you're using SSL/TLS for your Home Assistant instance, you'll need to configure your setup to accept both secure (HTTPS) and non-secure (HTTP) connections. This can typically be done by adjusting your reverse proxy configuration or by using the NGINX Home Assistant add-on which can handle both HTTP and HTTPS traffic simultaneously.