If your sensor isnât displaying accurate values, you can improve its accuracy by applying a Calibration Factor and Calibration Offset. This article explains how to do that using two known reference points.
â ď¸ Note: Any calibration changes will be applied retroactively â this means historical data will also be adjusted using the new settings.
đ ď¸ Where to Find Calibration Settings
To calibrate a sensor navigate to Devices-><Your Device>->manage view, youâll see the Channels section in the manage window, like this:
Click the Gear icon to get to the modal popup like below:
đ Field Descriptions
Sensor Location Description
A label for the sensor to help you easily identify where or what itâs monitoring.
đ Example: âCars Speedâ or âTank Level â East Reservoirâ
Sensor Type
Choose the type of data the sensor is collecting (e.g., Count, Voltage, Temperature). This determines how the data is interpreted in the platform.
Calibration Factor
This value scales your sensorâs raw measurements. Itâs calculated using two data points where you know both the actual value and what the sensor measured.
Formula:
Calibration Factor = ( Actual Value 1 - Actual Value 2 )
------------------------------------------------------------
( Measured Value 1 - Measured Value 2 )
Calibration Offset
This shifts the calibrated value up or down to correct for any baseline offset.
Formula:
Offset = Actual Value 1â ( Calibration Factor Ă Measured Value 1)
â Example Calibration
Letâs say you observe the following:
Measured | Actual |
---|---|
2.0 | 10.0 |
5.0 | 25.0 |
-
Calibration Factor:
25â10 15
----------- = ------- = 5.0
5 - 2 3 -
Calibration Offset:
10 â (5.0 Ă 2.0) = 0
âĄď¸ Enter:
-
Calibration Factor:
5.0
-
Calibration Offset:
0
Now the sensor will accurately report values matching your real-world reference
âď¸ Other Options
⏠Cumulative Values
Enable this if you want to add each new value to a running total (useful for counters or utility meters).
⏠Hide Channel
This will hide the sensor from dashboards and reports, but data will still be collected in the background.
đĄ Tips & Reminders
-
Changes are retroactive: All past readings will be recalculated using the new calibration.
-
Export first: If you want to preserve raw values, export the data before applying calibration.
-
Need help calculating? Just reach out to our support team with two known values (measured + actual), and weâll help you work out the calibration numbers.
Still have questions? Contact Support and weâll walk you through it!