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

This command is available for firmware >= 4.2. The value must be greater than 0°C!

If your device is running firmware below 4.2, use this command instead.

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

Last updated

Was this helpful?