External temperature measurements
External temperature sensor value
This command is applicable when the device is in mode 02 - online automatic control mode with external temperature reading. The server sends this command to Vicki when it has a new measured temperature by an external sensor. This external temperature will be used by Vicki for the internal temperature control algorithm.
External temperature sensor value with accuracy 0.1
Byte index
Hex value - Meaning
0
3C – The command code.
1
XX - T[15:8]
2
XX - T[7:0]
XXXX - T[15:0]= t[Celsius] * 10
Example command: 0x3C0102 – the server notifies Vicki that the measured temperature by the external sensor is 25.8 degrees Celsius. 25.8*10 = 258 = 0x0102
Byte index
Sent request
Received response
0
44 – Command code.
44 – The command code.
1
Т[15:8]
2
T[7:0] t° = T[15:0]/10
Example command: 0x44
Example response: 0x440110 - Ext. temp measurement value is 27.2
Last updated
Was this helpful?