Scrin / RuuviCollector

Utility to collect measurements from RuuviTags and store them in InfluxDB
MIT License
125 stars 62 forks source link

Feature request/idea: Offset values to collected measurements #43

Closed Boulder08 closed 4 years ago

Boulder08 commented 4 years ago

As the Ruuvi tags have some differences in the measured values, it would be good to be able to use some offset values to the data that is stored in the database. For example, when checking for the air pressure difference between tags outdoors and indoors, using normalized values is quite essential.

ojousima commented 4 years ago

Personally I've set the offset while displaying the data, for example in Grafana with math-functions.

Offsets are also somewhat problematic, as they tend to drift over time. Here's an example of 2 tags which were normalized to show same value indoors and one was moved outdoors. image

As you can see the pressure offset drifts eventually over the course of few days and this drift is larger than the difference in my home ventilation switching between power levels.