Skip to content

Commit

Permalink
Update customisation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
springfall2008 authored Dec 19, 2024
1 parent 57b47aa commit 92625e0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/customisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,17 @@ NOTE: This feature is quite slow and so may need a higher performance machine.

This can help to slightly improve the plan for tariffs like Agile but can make it worse in some fixed rate tariffs which you want to force export late.

**switch.predbat_calculate_secondary_order** (_expert_mode_) When True import slots of the same value are sorted by export price and export slots of
the same value are sorted by import price. When False slots of the same price are sorted by time.
**switch.calculate_import_low_export** (_expert_mode_) When True import slots of the same value are sorted by export price.
When False they are sorted just by price and then time. The default is True.

Turning this switch off can be used to push export as late as possible when you have a fixed price export tariff.
By default with this option enabled if there are multiple charge slots of the same price Predbat will try to charge when the export rates are lowest
thus leaving the higher export slots available.

**switch.calculate_export_low_import** (_expert_mode_) When True export slots of the same value are sorted by import price.
When False they are sorted just by price and then time. The default is False.

By default with this option disabled the latest export slot of the same value will be picked, this is useful for fixed price export tariffs where
you want to export as late in the day as you can.

## Battery margins and metrics options

Expand Down

0 comments on commit 92625e0

Please sign in to comment.