Hi, I have ESP32 and used this code https://github.com/BoschSensortec/BSEC-Arduino-library/tree/master/examples/basic_config_state to get IAQ. I call iaqSensor.run() every 3 seconds and publish data to MQTT server each 5 minutes. Here is graph for last 24 hours. iaqAccuracy is still 0 1 day IAQ graph This is graph for last 4 days 4 days IAQ What should i do to make it show IAQ?
... View more