Hi @MaX, since the temperature and humidity sensor in the AirGradient Open Air (ENS210) is an integrated sensor built into the PMS5003T module (inside the PM module), to compensate for PM2.5 accuracy. Especially, relative humidity is used in some calibration formulas to help with the PM2.5 accuracy.
The temperature sensor might read higher than the real ambient temperature because of heat from the working electronics.
My recommendation for this is that, if you have a reliable temperature sensor for reference, and you are sure that the pattern of how it moves compared to the Open Air’s temperature reading is clear (for example, the reference temperature sensor ALWAYS reads 5 °C less than what we get from the Open Air). You might want to try a custom calibration for Temperature/Relative Humidity. This can be configured via the AirGradient Dashboard, as shown below:
In this case, we can leave the Scaling Factor to 1, and input the Offset to -5.
For those who are not using AirGradient Dashboard (e.g. Home Assistant users who don’t have their monitor connected to AirGradient Dashboard, local-only users), you can PUT configuration to your monitor’s local API via Bruno or Postman, for example. See more details here: arduino/docs/local-server.md at master · airgradienthq/arduino · GitHub