>>> Join Us in the Fight Against Air Pollution

AirGradient Forum

Local Server - Compensated PM?

Hello All,

I was checking the documentation for the correction algorithms (Correction Algorithms) , and it seems to indicate that the local server API provides the compensated PM values. This seems to also be described in the respective GitHub documentation (arduino/docs/local-server.md at master · airgradienthq/arduino · GitHub):

PM2.5 in ug/m3 with correction applied (from fw version 3.1.4 onwards)

However, if I send a request to the local server API to retrieve my current measures (http://airgradient_XXXX.local/measures/current) , I don’t see that field included in the response. My FW is based on the 3.1.4 release (after applying the altitude compensation for CO2 as well as the alternative corrections for PM2.5).

Also, if search for “pm02Compensated” in the arduino code on GitHub, I don’t find any reference to it (except for the documentation in markdown aforementioned). But I’m not sure if I’m looking for the correct name and in the correct places.

Therefore I would just like to confirm if that has indeed been released (in 3.1.4)?