Should bounds be aggregated to the most restrictive set possible? #189
tiyash-basu-frequenz
started this conversation in
General
Replies: 1 comment
-
|
This topic was discussed in a meeting, and the following points were mentioned:
There was no concrete opinion in the call, but it felt leaning more on the safety(conservative) side. Note: It's impacts on SoC-guard charging or DC heating can be limited by tweaking the service. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, if the Microgrid API received multiple bounds, it will aggregate those to find the most conservative set possible. Usually, the core-apps set these bounds for power for components like inverters, batteries, and EV chargers. This has been designed like this to achieve safety, say, when the temperature of a battery is too high,and we want to limit the max current, or when more current will trigger an over-current warning in a battery.
Should we continue doing this? Or should we do the opposite, as in find the maximum possible range from all input bounds? Or just report all bounds as suggestions, and allow users to breach them at their own expense?
Beta Was this translation helpful? Give feedback.
All reactions