Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
springfall2008 authored Jun 8, 2023
1 parent 875bef9 commit cbf90f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ These are configuration items that you can modify to fit your needs:
- calculate_discharge_passes: Sets the number of discharge calculation passes to run (for multi-window only), the default is 2 (more than 2 has no impact)
- calculate_discharge_oldest: When True calculate from the oldest window (in the highest price bracket) first, when false start from the newest

- metric_min_improvement - Set a threshold for reducing the battery charge level, e.g. set to 5 it will only reduce further if it saves at least 5p. Best set to 0 if you use pv_metric10_weight.
- metric_min_improvement - Set a threshold for reducing the battery charge level, e.g. set to 5 it will only reduce further if it saves at least 5p. Best set to 0 if you use pv_metric10_weight or have multiple slots
- metric_min_improvement_discharge - Set a threshold for increasing discharge level. Set to 0 if you have multiple discharge slots

- 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. Best set to 0 if you use multiple charge slots or pv_metric10_weight.
- best_soc_min - Sets the minimum battery level SOC to propose for the prediction (best to disable for variable tariffs like Agile) for charge and discharge. This is hard constraint for all slots.
- 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). This is a soft constraint (slots will not be forced to charge/discharge based on this number).
Expand Down

0 comments on commit cbf90f0

Please sign in to comment.