You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apps-yaml.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1698,7 +1698,7 @@ weirdness you may have from your inverter and battery setup.
1698
1698
Sometimes the load predictions can yield near zero data due to inaccuracy of data (e.g. a second PV system not tracked, car data being unreliable, poor sensors).
1699
1699
In order to not get unrealistically low values you can set a base load value (in watts) which Predbat will use as a minimum load for a slot duration.
1700
1700
1701
-
To set a base load set **base_load** as an integer value in watts.
1701
+
To set a base load set **base_load** as an integer value in watts. The default is 100 watts if not specified.
Copy file name to clipboardExpand all lines: docs/customisation.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -369,6 +369,7 @@ Set the list of [devices to notify](apps-yaml.md#notify_devices) in `apps.yaml`.
369
369
lowest possible rate to meet the charge target. This is only really effective for charge windows longer than a single slot.
370
370
If this setting is turned on, it is strongly recommended that you create a [battery_power_charge_curve in apps.yaml](apps-yaml.md#battery-chargedischarge-curves)
371
371
as otherwise the low power charge may not reach the charge target in time.
372
+
The minimum requested charge rate used in this mode is 400 watts (subject to inverter/battery minimum rate limits).
372
373
This setting is off by default.
373
374
374
375
The YouTube video [low power charging and charging curve](https://youtu.be/L2vY_Vj6pQg?si=0ZiIVrDLHkeDCx7h)
0 commit comments