ESPHome-Air-Quality-Monitor

ESPHome configuration for a DIY indoor air quality monitor for CO₂ concentration, PM2.5 and PM10 concentrations, and temperature, humidity and pressure

MIT License

Stars
93
Committers
3

Bot releases are hidden (Show)

ESPHome-Air-Quality-Monitor - 2.2.0 Latest Release

Published by koenvervloesem almost 2 years ago

This release adds:

  • A web-based installer using ESP Web Tools if you're using one of the three example configurations. This requires the use of a recent Chrome, Edge or Opera.
  • Support for Improv Wi-Fi to set up Wi-Fi on the board using a serial connection from your web browser. Improv Wi-Fi using Bluetooth Low Energy isn't supported because then the Wi-Fi connection crashes.

You can still create your own custom configurations and flash them in the traditional way to your device.

ESPHome-Air-Quality-Monitor - 2.1.0

Published by koenvervloesem over 2 years ago

This release adds:

  • Use Google fonts in YAML without having to download them. Supported since ESPHome 2022.4.
ESPHome-Air-Quality-Monitor - 2.0.0

Published by koenvervloesem almost 3 years ago

Second version of the ESPHome air quality monitor.

This release adds:

  • support for the T6615 CO₂ sensor, which doesn't need calibration
  • an example configuration for the TTGO T-Display ESP32, showing sensor values with graphs and numbers on the built-in display
ESPHome-Air-Quality-Monitor - 1.0.0

Published by koenvervloesem over 3 years ago

First version of the ESPHome air quality monitor.

This supports:

  • SDS011 PM sensor
  • MH-Z19B CO₂ sensor
  • BME280 sensor for temperature, humidity and pressure
  • RGB LED showing air quality and calibration state
  • computation of air quality index (AQI) based on CO₂ and PM sensor values
  • integration with Home Assistant using native API
Related Projects