Skip to content

Conversation

@kkarthik11
Copy link
Contributor

Resolves #421 Provide getter for 'Evcs.cosPhiRated()'created public interface EvcsModel based on EvModel as reference

…nterface EvcsModel based on EvModel as reference
Resolves #421 changelog
@danielfeismann danielfeismann added the enhancement New feature or request label Dec 19, 2025
@danielfeismann danielfeismann added this to the 0.13.0 milestone Dec 19, 2025
Copy link
Member

@danielfeismann danielfeismann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adapting this. Just two minor things.


### Added
- Enhanced `ExtEmDataConnection` with `simulateInternal` method [#398](https://github.com/ie3-institute/simonaAPI/issues/398)
- created public interface EvcsModel based on EvModel as reference [#421](https://github.com/ie3-institute/simonaAPI/issues/421)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- created public interface EvcsModel based on EvModel as reference [#421](https://github.com/ie3-institute/simonaAPI/issues/421)
- created public interface EvcsModel [#421](https://github.com/ie3-institute/simonaAPI/issues/421)

* @return the maximum DC apparent or active power rating of this evcs
*/
ComparableQuantity<Power> getPRatedDC();

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the Evcs only has sRated, the entry for getPRatedDC can be removed. Also please change the naming of getSRatedAC to getSRated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide getter for 'Evcs.cosPhiRated()'

3 participants