Child lock
Enable/Disable Child lock
When child lock is enabled, manual target temperature change with the device rotary encoder is forbidden. If the user rotates the rotary encoder, in case Child lock is enabled, on the device LED display “Ch” is shown.
Byte index
Hex value - Meaning
0
07 – The command code.
1
XX – 01 to enable and 00 to disable child lock functionality. Default: 00
Example command: 0x0701 – Enable child lock.
Byte index
Sent request
Received response
0
14 – Command code.
14 – The command code.
1
01 – child lock functionality is enabled;
00 – child lock functionality is disabled;
Example command: 0x14
Example response: 0x1400 – Child lock functionality is disabled.
Child lock behavior when device goes offline
You can choose what happens with the Child lock setting if a device goes offline for some reason (e.g. gateway is offline). Once the device comes back online, it'll revert to the previously set settings.
Available in f.w. 4.1 and above
Byte index
Hex Value - Meaning
0
35 - Command code
1
00 – Child lock is automatically disabled when the device goes offline.
01 – Child lock remains unchanged when the device goes offline.
Example Command: 0x3501 - child lock remains unchanged when the device goes offline.
Byte index
Sent request
Received response
0
34 – Command code.
34 – The command code.
1
00 – When child lock is enabled and the device goes offline, child lock will be automatically disabled. Default for the device.
01 – Child lock remains unchanged when the device goes offline.
Example command: 0x34
Example response: 0x3400 - if the device goes offline, the child lock will be disabled.
Last updated
Was this helpful?