Location/Zones
In some sensors, the location property inside the sensorValue object defines the location or zone of the sensor for the specific measurement.
E.g. in the tireTemperature sensor, it indicates the location of the tire.
For example, the temperature of the first wheel on the left of axis 1 should be indicated by the location value 17. For a mapping of the wheels with the number, see the paragraph wheel location logic. This logic is applied for the following sensors:
- tirePressure
- tireTemperature
- tirePressureStatus
The zone location is more straightforward and it refers to the actual zone with the same number. For example, if in the reeferLoggerTemperature object the location is 2, it means that it refers to the reefer temperature collected from zone 2 of the reefer. This logic applies for:
- reeferLoggerTemperature
- reeferLoggerHumidity
- reeferDigitalInput
Same for LIN sensors, the location indicates the contact sensor in the LIN enumeration. This logic applies for:
- linTemperature
- linContact
Updated 10 days ago