From 416efa6bd308fd87f2d7b16764c5f7b00133203b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 12 Oct 2025 21:58:23 +1300 Subject: [PATCH] esphome weatherstation --- esphome/esp-weatherstation.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/esphome/esp-weatherstation.yaml b/esphome/esp-weatherstation.yaml index 6df8311..ea57a5d 100644 --- a/esphome/esp-weatherstation.yaml +++ b/esphome/esp-weatherstation.yaml @@ -536,11 +536,11 @@ sensor: ignore_out_of_range: true ########################################################################################## - # WIND GUSTS – WMO-style 10-minute gust - # Per WMO guidance, "gust" ≈ maximum of 3-second mean wind over the last 10 minutes. - # Implementation: - # 1) Compute a 3 s sliding average (updated every 1 s) from wind_meter. - # 2) Take the rolling maximum of that 3 s average over the last 10 minutes. +# WIND GUSTS - WMO style 10 minute gust +# Per WMO guidance, "gust" ≈ maximum of 3-second mean wind over the last 10 minutes. +# Implementation: +# 1) Compute a 3 s sliding average (updated every 1 s) from wind_meter. +# 2) Take the rolling maximum of that 3 s average over the last 10 minutes. ########################################################################################## - platform: template id: wind_speed_3s_avg