-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
part:data-pipelineAffects the data pipelineAffects the data pipelinetype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Description
What's needed?
A high level interface for fetching grid frequency.
Proposed solution
This can be done in two steps:
- A method
microgrid.grid.frequency()that takes an optionalcomponent_idof a meter, from which it would stream frequency values. This value does not need to be resampled (so no need to get it from the resampler actor). If nocomponent_idis specified, use the meter closest to the grid, in the component graph. If there are multiple meters close to the grid, pick any one that has no successors. - Once the microgrid API starts supporting metadata for components, a query interface around the component graph, to identify meters with the best resolution, and get their component IDs, which can be used in the methods from step 1, instead of having to specify component IDs in config files.
Use cases
No response
Alternatives and workarounds
No response
Additional context
david-natingga-frequenz
Metadata
Metadata
Labels
part:data-pipelineAffects the data pipelineAffects the data pipelinetype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Type
Projects
Status
Done