Temperature sensors
Xirgo Global devices support Temperature sensors, which use 1Wire communication protocol.
This equipment is supported by following devices of FMS series: Light, Light+, StCAN, Tacho, XtCAN.
I. Operating with one Temperature sensor.
a) Physical connection.
Connect Temperature as in schematics below:
Connect Black and Red wires - to Ground, Yellow - to 1 Wire.
b) Adjustments in Logic Template.
To configure device to work with external equipment, need to make adjustments in Logic template, assigned to your device. Configuration of temperature sensors can be found here: Temperature Sensor configuration.
c) Displaying in Monitoring platform.
Temperature will come in dallas_temp parameter. To get in C degrees - multiply to 0.1 and substract 273.
II. Operating with multiple Temperature sensors.
At once can be connected up to 4 Temperature sensors.
a) Physical connection.
Connect Temperature as in schematics below:
Connect Black and Red wires - to Ground, Yellow - to 1 Wire.
b) Adjustments in Logic Template.
To configure device to work with external equipment, need to make adjustments in Logic template, assigned to your device. Configuration of temperature sensors can be found here: Temperature Sensor configuration.
c) Displaying in Monitoring platform.
For each sensor will come two parameters - value of temperature (parameters: one_wire_temp1, one_wire_temp2, one_wire_temp3, one_wire_temp4) and ID of sensor (one_wire_temp1_id, one_wire_temp2_id, one_wire_temp3_id, one_wire_temp4_id). Temperature will come in C degrees.