Force-close & Force-attach
Valve close until over-voltage is detected command explanation, also called “Force close”.
Usage of this command must be avoided. Sending the command from the server causes the valve to be closed until over-voltage is detected from the device. In Table 12 is described the data the server sends.
Byte index | Hex value - Meaning |
0 | 0B – The command code. |
Table 12
Example command: 0x0B
Force-attach a Vicki
Command for advanced users. Use with care.
Available in firmware >= 4.2
When you mount Vicki on a backplate, a small hidden button indicates that Vicki is mounted and it will start calibrating.
If the device that has been working fine previously and starts reporting it's not attached to a backplate and motorRange = 0, then you might want to force-attach it.
In it's essence, the force-attach command makes Vicki ignore the status of the aforementioned hidden button and starts the normal operation of the device.
If Vicki e.g. has been fiddled with by the customer and they did not attach it correctly afterwards, this command might be helpful.
If Vicki is not attached to a backplate and a valve at all, calibration will not be successful, as it wouldn't be able to determine the maximum closed position of the valve.
Byte index | Byte value - meaning |
0 | 47 – the command code |
1 | Bits 7:1 – Reserved. Bit 0 – 1 to force device attaching to valve disregarding the button which sense that. 0 to force device detaching from the valve. |
Example downlink:
0x4701 - Activate force-attach
0x4700 - Deactivate force-attach
Last updated