trvrnrth / esphome-bsec-bme680

ESPHome component for the Bosch BME680 sensor via BSEC providing temperature, humidity, pressure and indoor air quality measurements.
85 stars 17 forks source link

Request for update interval #10

Closed caddyblack closed 3 years ago

caddyblack commented 3 years ago

Hi, you did an amazing job in setting up this enhanced protocol. It works like a charm. Possible extension: Add as option the update_interval to slow down the data traffic.

trvrnrth commented 3 years ago

Thanks for the kind feedback. I'm going to close this as a duplicate of #7 where this has been discussed. Happy to answer any further questions on that issue.

The short answer though is that if you just want to limit the numeric sensor updates you can apply a filter. I use a median filter in my setup for example.