Raise BME680 update interval to 15s

Temperature doesn't swing that wildly.
This commit is contained in:
Joshua Boniface 2025-02-25 21:31:23 -05:00
parent 92f0305f94
commit 82c613d41f

View File

@ -530,7 +530,7 @@ binary_sensor:
sensor: sensor:
- platform: bme680 - platform: bme680
address: 0x77 address: 0x77
update_interval: 5s update_interval: 15s
iir_filter: 127x iir_filter: 127x
temperature: temperature:
name: "BME680 Temperature" name: "BME680 Temperature"
@ -562,7 +562,7 @@ sensor:
icon: "mdi:gauge" icon: "mdi:gauge"
unit_of_measurement: "%" unit_of_measurement: "%"
accuracy_decimals: 0 accuracy_decimals: 0
update_interval: 5s update_interval: 15s
# Calculation from https://github.com/thstielow/raspi-bme680-iaq # Calculation from https://github.com/thstielow/raspi-bme680-iaq
lambda: |- lambda: |-
float ph_slope = 0.03; float ph_slope = 0.03;