Skip to content

Commit 3f8e729

Browse files
authored
Update solax-mode8-modbus-power-control.md
1 parent 09cb017 commit 3f8e729

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/solax-mode8-modbus-power-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The integration hides this complexity and implements one button to trigger a sin
3636

3737
* **powercontrolmode8_trigger**: trigger button for activating mode 8 loop
3838
* **remotecontrol_power_control_mode**: Select the submode:
39-
* **Disabled**
39+
* **Disabled**: changing to Disabled also deactivates the loop mechanism
4040
* **Mode 8 - PV and Bat control - Duration**: this is the manual fixed mode that uses fixed remeotecontrol_pv_power_limit and fixed remotecontrol_push_mode_8_9 settings. The same behavior can probably be achieved with the _direct version of the entities (without autorepeat loop)
4141
* **Negative Injection Price**: in this submode, PV will charge the battery and feed the house load, but once the battery is fully charged, PV will be reduced to house load so that no export takes place. The autorepeat mechanism is essential to adapt to the varying PV power or house load. If there is still some remaining export (probably because there is a limit on the possible charging power), reduce the remotecontrol_pv_power_limit parameter. In this submode, remotecontrol_pv_power_limit will be interpreted as maximum battery charge power.
4242
* **Negative Injection and Consumption Price**: In this submode, PV will be limited to zero and battery will be charged from the grid (house load also from grid)
@@ -56,7 +56,7 @@ With these parameters a power control dashboard card can be created:
5656

5757

5858
Modifying these parameters has no direct effect, the autorepeat loop is only activated when the trigger button is pressed.
59-
For deactivating these modes, select "Disabled" and click the trigger button again.
59+
For deactivating these modes, select "Disabled"; clicking the trigger button again is normally not needed for deactivation of the loop.
6060

6161
## Example automation: Negative injection prices
6262
This sample automation will activate the 'Negative Injection Price' mode when the battery is nearly full. We deliberately do not activate it whenever injection prices are negative, to reduce the inaccuracies of the relatively slow autorepeat loop.

0 commit comments

Comments
 (0)