Temperature sensor errors
Get internal temperature sensor error
This command is available for devices with firmware version β₯ 1.9.
You can read the internal temperature sensor errors with the following command.
When an error occurs in the internal temperature sensor, this command is sent together with the keepalive of the device.
Get the status of the device.
Byte index
Sent request
Received response
0
7C β Command code
7C β Command code
1
00: Internal temp. sensor no errors. 01: Internal temp. sensor detection error.
02: Internal temp. sensor initialization error.
03: Internal temp. sensor measurement error.
Example command: 0x7C;
Example response: 0x7C02 β Internal temperature sensor initialization error.
Get external temperature sensor error
This command is available for devices with firmware version β₯ 1.9.
This command is applicable when using an external temperature sensor (10K NTC).
You can read the external (10K NTC) temperature sensor errors with the following command.
When an error occurs in the external (10K NTC) temperature sensor, this command is sent together with the keepalive of the device.
Get the status of the device.
Byte index
Sent request
Received response
0
7D β Command code
7D β Command code
1
00: External temp. sensor no errors. 01: External temp. sensor open circuit error.
02: External temp. sensor short circuit error.
03: External temp. sensor internal module error.
04: External temp. sensor measurement error.
Example command: 0x7D;
Example response: 0x7D01 β External temperature sensor open circuit error.
Last updated
Was this helpful?