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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,8 @@ These are configuration items that you can modify to fit your needs:
65
65
66
66
- calculate_best - When true the algorithm tries to calculate the target % to charge the battery to overnight
67
67
- best_soc_margin - Sets the number of Kwh of battery margin you want for the best SOC prediction, it's added to battery charge amount for safety
68
-
- best_soc_min - Sets the minimum Soc to propose for the best SOC prediction
68
+
- best_soc_min - Sets the minimum battery level SOC to propose for the prediction
69
+
- best_soc_keep - Sets the minimum battery level to try to keep above during the whole period of the simulation time (charging levels will be adjusted accordingly)
69
70
70
71
- rate_low_threshold - Sets the threshold for price per Kwh below average price where a charge window is identified. Default of 0.8 means 80% of the average to select a charge window. Only works with Octopus price data (see metric_octopus_import)
71
72
- set_charge_window - When true automatically configure the next charge window in GivTCP
0 commit comments