MIN/MAX Valve openness
Limit MIN/MAX Valve Openness
This feature is available for firmware >= 4.3
This command allows you to decide what's the minimum and maximum valve openness for Vicki in percentages. It's only applicable when using the internal algorithm for temperature control. For example, you can decide that you want Vicki to control the valve only between 20% and 60% valve openness.
If Vicki has to heat the room, it'll first open the valve to the MIN value you have specified.
Vicki will not open more than the MAX value you have specified, which is particularly useful for hydronic balancing.
There is an exception to the set limits. In normal conditions if the internal algorithm calculates that it needs to go beyond the MIN or MAX openness it will be limited to the value set.
However, if the internal algorithm calculates it needs to completely close the valve it will ignore the MIN limit and completely close the valve (0% openness), no mater what the MIN limit was.
Not allowed to set values that result in Min - Max < 10%.
Byte index
Hex value - Meaning
0
4F – The command code.
1
XX - 100-Maximum valve openness in %.
Default: 0x00 -> 100%
2
YY - 100-Minimum valve openness in %.
Default value for f.w. < 4.6: 0x64 -> 0%
Default value for f.w. ≥ 4.6: 0x5A -> 10%
Byte index
Sent request
Received response
0
50 – Command code.
50 – The command code.
1
XX -Maximum effective openness parameter.
2
YY - Minimum effective openness parameter.
Example response: 0x500064
Max openness [%] = 100-XX [DEC]
Min openness [%] = 100-YY [DEC]
XX = 00[HEX] = 00[DEC] => Max openness = 100-0 =100%
YY = 64[HEX] = 100[DEC] => Min openness = 0%
Last updated
Was this helpful?