https://github.com/cloudlena/airqlean
An open-source air quality monitor
https://github.com/cloudlena/airqlean
Last synced: 5 months ago
JSON representation
An open-source air quality monitor
- Host: GitHub
- URL: https://github.com/cloudlena/airqlean
- Owner: cloudlena
- License: gpl-3.0
- Created: 2025-05-01T20:47:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-09T13:48:12.000Z (about 1 year ago)
- Last Synced: 2025-10-12T01:16:39.379Z (9 months ago)
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AirQlean
An air quality monitor based on [ESPHome](https://esphome.io/)
## Hardware
- Microcontroller: [WeMos D1 Mini](https://www.wemos.cc/en/latest/d1/d1_mini.html)
- Sensors: [ENS160 and BME280](https://wiki.dfrobot.com/Multi_function_Environmental_Module_ENS160_BME280_SKU_SEN0335)
- LEDs: [Red, Yellow, Green](https://www.bastelgarage.ch/7mm-led-mini-traffic-light)
- Optional Display: [16x2 LCD with I2C Module](https://www.bastelgarage.ch/lcd1602-lcd-blue-display-with-i2c-module)
## Software
Defined using ESPHome. See [airclean.yaml](./airqlean.yaml).
### Flashing
1. Plug the microcontroller into your computer
1. Run `esphome run airqlean.yaml`