Child lock
Enable/Disable Child lock
Set child lock parameters command explanation.
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.
In Table 10 is described the data which the server sends to control this functionality.
Byte index
Hex value - Meaning
0
07 – The command code.
1
XX – 01 to enable and 00 to disable child lock functionality. Default: 00
Table 10
Example command: 0x0701 – Enable child lock.
Get child lock parameters command explanation
This command is used to get Vicki child lock functional state. Server sends the command code and the response is sent from Vicki together with the next keep-alive command. The sent command request and the received command response are described in Table 21. The keep-alive in the response is omitted for clarity.
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;
Table 21
Example command sent from server: 0x14;
Example command 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.
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.
Last updated
Was this helpful?