From 8cf09e5254462f350980a003203a8fdb0ff3c4ff Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Sat, 25 Jan 2025 09:22:13 +0100 Subject: [PATCH] Update self-regulation.md --- documentation/en/self-regulation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/en/self-regulation.md b/documentation/en/self-regulation.md index ecc496e..0bf3687 100644 --- a/documentation/en/self-regulation.md +++ b/documentation/en/self-regulation.md @@ -31,7 +31,7 @@ This allows you to configure the valve control entities: You need to provide: 1. As many valve opening control entities as there are underlying devices, and in the same order. These parameters are mandatory. 2. As many temperature calibration entities as there are underlying devices, and in the same order. These parameters are optional; they must either all be provided or none. -3. As many valve closure control entities as there are underlying devices, and in the same order. These parameters are optional; they must either all be provided or none. +3. As many valve closure control entities as there are underlying devices, and in the same order. These parameters are optional; they must either all be provided or none. For Sonoff TRVZB, you should not configure this entity. See the note below. 4. A list of minimum opening values ​​for the valve when it needs to be opened. This field is a list of integers. If the valve needs to be opened, it will be opened at a minimum of this opening value, else it will be set to 0 (to ensure the valve is closed). This allows enough water to pass through when it needs to be opened. The opening rate calculation algorithm is based on the _TPI_ algorithm described [here](algorithms.md). This is the same algorithm used for _VTherms_ `over_switch` and `over_valve`.