Occupancy sensor
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.
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.
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.
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.
Last updated
Was this helpful?