In case you've decided to fit an occupancy sensor, below you can find additional commands to adjust the set-point (in case of heating or cooling) and the fan speed when the room is unoccupied.
Cooling set-point unoccupied
You can change the cooling set-point with the following command set.
You can set the cooling set-point with the command:
Byte index
Hex value – Meaning
0
56 – The command code.
1
XX – Cooling set-point value.
Default value: 0x19 (25°C)
Example downlink: 0x5617 – Sets the cooling set-point to 0x17 - 23°C.
This command gets the cooling setpoint. The keepalive data in the example below is omitted for clarity.
Byte index
Sent request
Received response
0
57 – Command code
57 – Command code.
1
XX - Cooling setpoint value.
Example downlink sent by the server: 0x57;
Example command: 0x5717 – The cooling setpoint is 0x17 - 23°C
The allowed cooling set-point range is 5...30°C (1°C resolution) by default.
Heating set-point unoccupied
You can change the heating set-point with the following command set.
You can set the heating set-point with the command:
Byte index
Hex value – Meaning
0
58 – The command code.
1
XX – Heating set-point value.
Default value: 0x11 (17°C)
Example downlink: 0x5814 – Sets the heating set-point to 0x14 - 20°C.
This command gets the heating setpoint. The keepalive data in the example below is omitted for clarity.
Byte index
Sent request
Received response
0
59 – Command code
59 – Command code.
1
XX - Heating setpoint value.
Example downlink sent by the server: 0x59;
Example command: 0x5914 – The heating setpoint is 0x14 - 20°C
The allowed heating set-point range is 5...30°C (1°C resolution) by default.
Fan Speed unoccupied
You can change the fan speed with the following command set.
You can set the fan speed with the command:
Byte index
Hex value – Meaning
0
5C – The command code.
1
00: Low.
Default value.
01: Automatic.
02: Do not change.
Example downlink: 0x5C01 – Sets the fan speed to 0x01: Automatic fan speed.
This command gets the target temperature. The keepalive data in the example below is omitted for clarity.
Byte index
Sent request
Received response
0
5D – Command code
5D – Command code.
1
XX - Fan speed value.
Example downlink sent by the server: 0x5D;
Example command: 0x5D01 – The fan speed is 0x01: Automatic fan speed.