From ea4bbc4275794cca5947f60ab3457cf40fe8fd5b Mon Sep 17 00:00:00 2001 From: Tatham Oddie Date: Mon, 23 Sep 2024 18:05:33 +1000 Subject: [PATCH] ecowitt: Make setup steps clearer (#34840) * ecowitt: Make steps clearer * Linting fixes * Tiny style tweaks * number the list items * Update source/_integrations/ecowitt.markdown --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/ecowitt.markdown | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/source/_integrations/ecowitt.markdown b/source/_integrations/ecowitt.markdown index 3c548ad78d8..5d08483aeac 100644 --- a/source/_integrations/ecowitt.markdown +++ b/source/_integrations/ecowitt.markdown @@ -22,13 +22,17 @@ ha_integration_type: integration ## Ecowitt Weather Station configuration -The following steps must be performed to set up this integration. For security reason, use the token path that you get from the Home Assistant config flow. +The **Ecowitt** {% term integration %} works by first creating a callback endpoint on your Home Assistant instance and then adding this configuration to the Ecowitt console so that it starts sending data. -1. Use the Ecowitt App (on your phone) or access the Ecowitt WebUI in a browser at the station IP address. -2. Pick your station -> Menu Others -> DIY Upload Servers. -3. Hit next and select 'Customized' -4. Pick the protocol Ecowitt, and put in the ip/hostname of your Home Assistant server. -5. Path has to match! If using the Ecowitt App, remove the first forward slash from the API token, as the app will prepend one. -6. Save configuration. +To set up this integration: + +1. Add the Ecowitt integration to your Home Assistant instance. When doing so, the config flow will display a Server IP, Path, and Port. +2. Use the Ecowitt App (on your phone) or access the Ecowitt WebUI in a browser at the station IP address. +3. Select your station > Menu **Others** > **DIY Upload Servers**. +4. Select **Next**, then select **Customized**. +5. Select the protocol **Ecowitt**. +6. Enter the Server IP, Path, and Port that were displayed in step 1. + - The path has to match! If using the Ecowitt app, remove the first forward slash from the path, as the app will prepend one. +7. Save the configuration. Ecowitt doesn't support TLS/SSL, you can use the NGINX TLS Proxy Add-on to support HTTPS and HTTP at the same time.