ON/OFF & Target temperature
Last updated
Last updated
You can change the device ON/OFF status with the following command set.
Information on how to change between Heating/Cooling/Ventilation is available here.
You can change the target temperature with the following command set.
The allowed target temperature range is 5...30°C (0.1°C resolution) by default.
This command lets the Application Server that the target temperature has been manually (physically) changed from the device - the button on the devices has been pressed, setting a specific target temperature .
The command is sent together with the keepalive of the device. The keepalive data in the example below is omitted for clarity.
Ttarget[°C] = T[15:0] / 10;
Example uplink: 0x300102;
0x0102 [HEX] = 258 [DEC] => Ttarget = 258 / 10 = 25.8°C.
You can change the target temperature step, when buttons are used. E.g. when the current target temperature is 22.0C and the step is 0.5C, if the user clicks the up button once, the target temperature will become 22.5C
The allowed target temperature step range is 0.1...10°C (0.1°C max resolution).
This applies to the measured temperature.
Note: The allowed range is -5...5°C (0.1°C resolution).
Byte index
Hex value – Meaning
0
66 – The command code.
1
00: Turn off the device. Default value. 01: Turn on the device.
Byte index
Sent request
Received response
0
67 – Command code
67 – Command code
1
00: The device is off. 01: The device is on.
Byte index
Hex value – Meaning
0
2E – The command code.
1
XX - T[15:8].
2
XX - T[7:0].
Byte index
Sent request
Received response
0
2F – Command code
2F – Command code.
1
XX - T[15:8].
2
XX - T[7:0].
Byte index
Received response
0
30 – Command code
1
XX - T[15:8].
2
XX - T[7:0].
Byte index
Hex value – Meaning
0
03 – The command code.
1
XX - Tstep[°C] * 10. Default value: 0x05 (0,5°C)
Byte index
Sent request
Received response
0
05 – Command code
05 – Command code.
1
XX - Tstep[°C] * 10.
Byte index
Hex value - Meaning
0
5A – The command code.
1
00: Positive compensation. 01: Negative compensation.
2
XX - Tcomp[°C] * 10. Default value: 0x010E (-1.4°C).
Byte index
Sent request
Received response
0
5B – Command code
5B – Command code
1
00: Compensation is positive. 01: Compensation is negative.
2
XX - Tcomp[°C] * 10.