Hello, I’m pulling data off of my devices using prometheus. For temperature and humidity there are two variables: a normal one and a “compensated” one. I’m trying to find information about what the compensated one actually is.
Is the compensated one with the corrections listed here: Calibration Algorithms already applied? Or is it some other sort of correction?
Basically, because I’m plotting the data in grafana, I need to know if I need to try to correct the data after the fact using operations in grafana, or if the compensated values from the unit are already corrected in accordance with the formulas on your website.
Thanks