@@ -46,13 +46,38 @@ trigger limit updates to be sent to the selected inverters.
46
46
47
47
A battery charge cycle is started when the battery SoC or voltage falls below
48
48
the respective stop threshold. The charge cycle completes when the battery SoC
49
- or voltage reaches the respective start threshold.
49
+ or voltage reaches the respective start threshold. While in a charge cycle, the
50
+ DPL will not drain the battery.
50
51
51
52
#### Discharge Cycle
52
53
53
54
The battery is or was charged to or beyond the start threshold. The discharge
54
55
cycle ends when the battery SoC or voltage reaches the respective stop
55
- threshold.
56
+ threshold. While in a discharge cycle, the DPL drains the battery to match the
57
+ household consumption.
58
+
59
+ #### Timing
60
+
61
+ Please be aware that the charge and discharge cycles are not related to a
62
+ specific time of day, or any time at all. Often, a system is designed such that
63
+ the battery is empty in the morning, charged during the day, and discharged
64
+ during the night. However, that is merely a result of the system parameters
65
+ (solar power installed, battery capacity, inverter output power) and the
66
+ settings, and not tied to a time of day through software.
67
+
68
+ !!!note "Example"
69
+ Once a discharge cycle starts on day ` n ` , the discharge cycle can last to
70
+ day ` n+y ` , if the solar output was high during those days and the battery
71
+ was able to support the household consumption through all nights.
72
+
73
+ !!!note "Exception"
74
+ The switch [ allowing to start a discharge cycle] [ useatnight ] at sunset
75
+ causes switching to a battery discharge cycle when a specific time point,
76
+ i.e., sunset, is reached. It also causes that the discharge cycle ends at
77
+ sunrise, if it was started because of this feature, and if it did not end
78
+ because of the stop threshold during the night anyways.
79
+
80
+ [ useatnight ] : configuration/dpl.md#use-battery-at-night-even-if-only-partially-charged
56
81
57
82
### Voltage Measurements
58
83
0 commit comments