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.