Journal

Dust-Free Home Smart Living: Managing PM2.5 and Creating a Healthy Environment

บ้านปลอดฝุ่น Smart Living: บริหาร PM2.5 และสร้างสภาพแวดล้อมเพื่อสุขภาพ

May 13, 2026 · 2 min read
Dust-Free Home Smart Living: Managing PM2.5 and Creating a Healthy Environment

From Sensor Data to Better Decisions

Having a PM2.5 sensor at home is a good start, but real-time data alone is insufficient for long-term air quality management. Analyzing historical data and trends reveals hidden patterns — such as why indoor PM2.5 spikes every Thursday, or why the home office has worse air quality than the living room on the same floor.

Grafana Dashboard: Long-Term Air Quality Visualization

Grafana is open-source visualization software that works with Home Assistant and InfluxDB to display historical sensor data. A well-designed Air Quality Dashboard should include per-room PM2.5 graphs over 24 hours, 7 days, and 30 days; CO2 graphs highlighting peaks during high-occupancy periods; a heatmap showing which hours of the day have the worst air quality; a comparison between indoor PM2.5 and outdoor AQI from the IQAir API; and accumulated air purifier runtime since the last filter replacement.

Outdoor-Indoor Correlation: Understanding Pollution Sources

Comparing indoor PM2.5 with outdoor AQI identifies where infiltration is occurring. When indoor PM2.5 closely tracks outdoor AQI, the home has significant air infiltration — window seals, door draft stoppers, and structural gaps should be investigated. When indoor PM2.5 spikes each morning despite normal outdoor AQI, morning cooking is the primary source — a more effective range hood and open kitchen door policy should be considered. When indoor PM2.5 drops more slowly than outdoor AQI improves, the air purifier CADR is insufficient for the room volume.

Predictive Filter Replacement

Rather than replacing filters on a fixed calendar schedule, measuring actual filter load from sensor data enables timely replacement based on real conditions. An automation can monitor both filter runtime hours and measured purification efficiency, triggering a LINE notification when runtime exceeds 2,000 hours and efficiency drops below 85% simultaneously.

Circadian Air Quality: Clean Air Throughout the Day

Good air quality management follows the day’s rhythm — closing ERV before dawn if outdoor AQI is elevated and running bedroom purifiers before wake time, activating kitchen hood during morning cooking, enabling ERV during the day when outdoor AQI is acceptable, running purifiers at higher speed during evening cooking, and switching to Quiet Mode for undisturbed sleep.

Conclusion

A truly dust-free home requires data and analysis, not just equipment. Grafana and InfluxDB transform accumulated sensor data into actionable insights for timely filter changes, pollution source identification, and dynamic strategy adjustment based on real AQI conditions.

Questions & answers

Are InfluxDB and Grafana easy to install with Home Assistant?
Yes. Both have official add-ons in Home Assistant Supervised, installable through the Add-on Store. Free community Home Monitoring dashboard templates are available from the Grafana community.
Where does the outdoor AQI data come from?
The IQAir API is a popular choice with a free tier providing hourly AQI data. The IQVIA integration in Home Assistant also pulls data from the nearest monitoring stations.
Which PM2.5 sensor is most accurate for use with Home Assistant?
The Sensirion SPS30 is scientifically validated as one of the most accurate consumer-grade PM2.5 sensors. The Plantower PMS5003 used in many affordable devices such as the Ikea Vindstyrka is a reliable alternative.

Related reading