Skip to content

EnergyNode: introduce capability limits#1916

Draft
mhei wants to merge 1 commit intoEVerest:mainfrom
chargebyte:feature/energy-node-capabilities
Draft

EnergyNode: introduce capability limits#1916
mhei wants to merge 1 commit intoEVerest:mainfrom
chargebyte:feature/energy-node-capabilities

Conversation

@mhei
Copy link
Contributor

@mhei mhei commented Mar 4, 2026

EnergyNodes are currently used for modelling the AC side of grid connections, e.g. as grid_connection_point or for external APIs as reference point handle.

Sometimes the controlling module needs to know which is the maximum power at this point to e.g. calculate deratings of the whole station based on the rated maximum power.

At the moment, this is not easy possible so let's extend the configuration for this module and introduce a new capabilities interface variable which allows to tell about these caps.

Describe your changes

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • I read the contribution documentation and made sure that my changes meet its requirements

EnergyNodes are currently used for modelling the AC side of grid connections,
e.g. as grid_connection_point or for external APIs as reference point handle.

Sometimes the controlling module needs to know which is the maximum power
at this point to e.g. calculate deratings of the whole station based on the
rated maximum power.

At the moment, this is not easy possible so let's extend the configuration
for this module and introduce a new capabilities interface variable which
allows to tell about these caps.

Signed-off-by: Michael Heimpold <michael.heimpold@chargebyte.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant