Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps com.github.ie3-institute:simonaAPI from 0.11.0 to 0.12.0.

Release notes

Sourced from com.github.ie3-institute:simonaAPI's releases.

0.12.0

Added

  • Adding some utility methods #368
  • Extending flex option handling in ExtInputContainer #371
  • Enhancing ExtInputContainer with hasData methods #382

Changed

  • Changes to sent and received em data #2366
  • Changed the PRated in the EvModel to SRated and added cosPhi to the model #259
  • Update Gradle to 9.2.0 #381
  • Update Gradle to 9.2.1 #389

Fixed

  • Issues related to em data #366
  • Fixed bugs in ExtEntityMapping #373
  • Fixed changelog entry #366 #378
  • Fix considered data in ExtEntityMapping.getAssets() #384
Changelog

Sourced from com.github.ie3-institute:simonaAPI's changelog.

[0.12.0] - 2025-11-20

Added

  • Adding some utility methods #368
  • Extending flex option handling in ExtInputContainer #371
  • Enhancing ExtInputContainer with hasData methods #382

Changed

  • Changes to sent and received em data #2366
  • Changed the PRated in the EvModel to SRated and added cosPhi to the model #259
  • Update Gradle to 9.2.0 #381
  • Update Gradle to 9.2.1 #389

Fixed

  • Issues related to em data #366
  • Fixed bugs in ExtEntityMapping #373
  • Fixed changelog entry #366 #378
  • Fix considered data in ExtEntityMapping.getAssets() #384
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 1, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 1, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/dev/com.github.ie3-institute-simonaAPI-0.12.0 branch 2 times, most recently from e49b3a4 to e24ba56 Compare December 5, 2025 08:00
Bumps [com.github.ie3-institute:simonaAPI](https://github.com/ie3-institute/simonaAPI) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/ie3-institute/simonaAPI/releases)
- [Changelog](https://github.com/ie3-institute/simonaAPI/blob/dev/CHANGELOG.md)
- [Commits](ie3-institute/simonaAPI@0.11.0...0.12.0)

---
updated-dependencies:
- dependency-name: com.github.ie3-institute:simonaAPI
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/dev/com.github.ie3-institute-simonaAPI-0.12.0 branch from e24ba56 to 20be248 Compare December 8, 2025 08:32
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.

Also @sebastian-peter should have a short look on EmServiceBaseCore imho.

Comment on lines 40 to 42
val evPower = currentType match {
case ElectricCurrentType.AC =>
ev.pRatedAc
ev.sRatedAc
Copy link
Member

Choose a reason for hiding this comment

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

As we expect evPower in Simona to be active power, this schould be sRatedAc * cosPhi in my point of view

Copy link
Member

Choose a reason for hiding this comment

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

I think this should be implemented by another PR, since this PR focuses on updating the API.

Copy link
Member

Choose a reason for hiding this comment

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

I would rather combine both... so maybe when we are fine with everything here we merge this into the other one and not into dev.

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 other PR will take a while, I will include some changes in this PR.

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

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants