Device allowed working voltage
This command sets the allowed working voltage. If the battery voltage drops below the set value the valve state is automatically set to open and canβt be changed anymore.
Setting a value less than 0x1F is not acceptable as it is not sufficient for the operation of the onboard MCU and/or radio!
The command explanation is in the table below.
Byte index | Hex value - Meaning |
0 | 09 β The command code |
1 | XX - Allowed working voltage XX = (Voltage[mV] - 1600) / 8 Default value is 1850mV |
Example command: 0x0932
32[HEX] = 50[DEC]
50 = (Voltage[mV] - 1600) / 8 Voltage[mV] = 50 x 8 + 1600 = 400 + 1600 = 2000mV = 2V
Set the working voltage to 2 Volts
Last updated