esphome weatherstation

This commit is contained in:
root
2025-10-12 21:54:23 +13:00
parent bcf514a041
commit 21dfd2727f
@@ -316,7 +316,7 @@ sensor:
# The BMP does not have humidity, use the BME for that # The BMP does not have humidity, use the BME for that
# https://esphome.io/components/sensor/bmp280.html # https://esphome.io/components/sensor/bmp280.html
################################ ################################
- platform: bmp280 - platform: bmp280_i2c
address: 0x76 address: 0x76
iir_filter: 16x iir_filter: 16x
update_interval: ${update_time} update_interval: ${update_time}
@@ -569,7 +569,7 @@ sensor:
- max: - max:
window_size: 600 # 600 x 1s = 10 minutes rolling window window_size: 600 # 600 x 1s = 10 minutes rolling window
send_every: 1 send_every: 1
send_first_at: 3 # after first 3 s average becomes meaningful send_first_at: 1 # after first 3 s average becomes meaningful
########################################################################################## ##########################################################################################
# BEAUFORT SCALE # BEAUFORT SCALE