I’ve built a custom Home Assistant integration for Prana Air / AQI.in air quality meters and wanted to share it with the community.
The device is ESP32-C3 based, and I was able to figure out how it communicates with the AQI.in servers, decode the sensor data, and expose it directly in Home Assistant.
The integration currently provides sensors for:
-
PM1
-
PM2.5
-
PM10
-
AQI
-
Temperature
-
Humidity
-
TVOC
-
Noise
-
Particle counts
If you have a Prana Air / AQI.in meter and want to integrate it with Home Assistant, feel free to check it out:
GitHub - dreadedlama/prana-air
Feedback, feature requests, bug reports, and contributions are always welcome!