esphome weatherstation

This commit is contained in:
root
2025-10-12 21:58:23 +13:00
parent 21dfd2727f
commit 416efa6bd3
+5 -5
View File
@@ -536,11 +536,11 @@ sensor:
ignore_out_of_range: true ignore_out_of_range: true
########################################################################################## ##########################################################################################
# WIND GUSTS WMO-style 10-minute gust # WIND GUSTS - WMO style 10 minute gust
# Per WMO guidance, "gust" ≈ maximum of 3-second mean wind over the last 10 minutes. # Per WMO guidance, "gust" ≈ maximum of 3-second mean wind over the last 10 minutes.
# Implementation: # Implementation:
# 1) Compute a 3 s sliding average (updated every 1 s) from wind_meter. # 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. # 2) Take the rolling maximum of that 3 s average over the last 10 minutes.
########################################################################################## ##########################################################################################
- platform: template - platform: template
id: wind_speed_3s_avg id: wind_speed_3s_avg