These commands are available for devices with firmware version β₯ 1.6
Set Π°dditional fan modes.
Byte index
Hex value β Meaning
0
7A β The command code.
1
00: Turn off the fan when the target temperature is reached. Default.
01: Keep the fan running for some time after reaching the target temp.
02: The fan runs continuously.
Example downlink: 0x7A02 - Sets the fan runs continuously.
Get Π°dditional fan modes.
Byte index
Sent request
Received response
0
7B β Command code
7B β Command code
1
XX - Additional fan mode.
Example downlink sent by the server: 0x7B;
Example command response: 0x7B02 β The fan runs continuously.
3.5. Fan off delay time
These commands are available for devices with firmware version β₯ 1.6
Continue running for X minutes on LOW speed fan to cool off the heating element.
Set up the start up time.
Byte index
Hex value β Meaning
0
78 β The command code.
1
XX - Fan off delay time. Default value: 0x01 (1min).
Example downlink: 0x7803 - Sets the fan off delay time to 3 minutes.
Get up the the start up time.
Byte index
Sent request
Received response
0
79 β Command code
79 β Command code
1
XX - Fan off delay time.
Example downlink sent by the server: 0x79;
Example command response: 0x7903 β The fan off delay time is 3 minutes.