-
Notifications
You must be signed in to change notification settings - Fork 22
Add a force option in PowerDistributingActor Request #259
Copy link
Copy link
Closed
Labels
part:power-managementAffects the management of battery power and distributionAffects the management of battery power and distributionpriority:highAddress this as soon as possibleAddress this as soon as possibletype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
part:power-managementAffects the management of battery power and distributionAffects the management of battery power and distributionpriority:highAddress this as soon as possibleAddress this as soon as possibletype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Type
Fields
Priority
None yet
Projects
- StatusShow more project fieldsDone
What's needed?
As it was discussed, every component metric received from microgrid can be NaN. In that case metrics are independent from each: if one metric is NaN, then others can be correct float values.
PowerDistributingActor is ignoring components with NaN metrics, now.
But when we do
gap_dischargeit should replace those metrics with the latest not-NaN values and use them.Proposed solution
gap_discharge. Actor should set it toTrue, if he is doinggap_discharge. This should prevent from using cached values in the normalset_poweroperation. It should also simplify decision making process (less branches).Use cases
No response
Alternatives and workarounds
No response
Additional context
No response