From 82c613d41f431b3b51fbcf3e79930d5956f8675b Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 25 Feb 2025 21:31:23 -0500 Subject: [PATCH] Raise BME680 update interval to 15s Temperature doesn't swing that wildly. --- supersensor.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supersensor.yaml b/supersensor.yaml index 6803208..2959a49 100644 --- a/supersensor.yaml +++ b/supersensor.yaml @@ -530,7 +530,7 @@ binary_sensor: sensor: - platform: bme680 address: 0x77 - update_interval: 5s + update_interval: 15s iir_filter: 127x temperature: name: "BME680 Temperature" @@ -562,7 +562,7 @@ sensor: icon: "mdi:gauge" unit_of_measurement: "%" accuracy_decimals: 0 - update_interval: 5s + update_interval: 15s # Calculation from https://github.com/thstielow/raspi-bme680-iaq lambda: |- float ph_slope = 0.03;