Is your feature request related to a problem? Please describe.
See discussion on user forums on automated battery discharging with more power during a lower-priced hour. https://sam.nrel.gov/forum/forum-general/3979 This is a function of using booleans for dispatch decisions.
Describe the solution you'd like
Using a sort similar to price signals dispatch could allow for front of meter automated dispatch to capture additional value. Runtime is the tradeoff, it would almost certainly be faster than price signals, but the slowdown vs the existing algorithm is unknown.
Is your feature request related to a problem? Please describe.
See discussion on user forums on automated battery discharging with more power during a lower-priced hour. https://sam.nrel.gov/forum/forum-general/3979 This is a function of using booleans for dispatch decisions.
Describe the solution you'd like
Using a sort similar to price signals dispatch could allow for front of meter automated dispatch to capture additional value. Runtime is the tradeoff, it would almost certainly be faster than price signals, but the slowdown vs the existing algorithm is unknown.