Sebastian Peter

Results 52 issues of Sebastian Peter

We should modularize the GridAgent in a way that allows us to use a test probe here instead of the full-fledged `LoadAgent`. This means allowing to mock what the `GridAgentController`...

dbfs

`PrimaryServiceProxy#toInitData` unpacks source-related primary config and re-packages it into an `InitPrimaryServiceStateData`, which is then unpacked in `PrimaryServiceWorker#init` again. This seems a bit unnecessary. One could take `WeatherSource#apply` as an example,...

good first issue
code quality

We should have a short discussion before actually going forward with removing the class. If we do, we can also remove the dependency on `akka-stream-alpakka-csv`

code quality

Implementing an integration test that tests multiple currently developed features related to EM at once

test
em

Looks like `edu.ie3.simona.agent.participant.data.primary.PrimaryDataService` is not used anywhere.

question
code quality

Currently, system participants' apparent power is capped by their rated power (handled within `SystemParticipant#limitReactivePower`). Discuss and conclude, whether participants should be allowed to exceed their rated power and by which...

bug

Find out what's the newest version [here](https://gradle.org/releases/) Also update gradle wrapper files, if applicable Hint: `gradlew wrapper --gradle-version 8.8`

dependencies
HiWiStart

Resolves #608 This needs some additional work: - Merge `dev` and handle merge conflicts - Test whether this works with the configuration files that we currently have

enhancement

The diagram is outdated, especially related to the data messages (`EvDataMessageFromExt` and `EvDataResponseMessageToExt`). Please also check if there's more out-of-date classes there. When I created the class diagram, I used...

documentation
HiWiStart

Using `var` is usually not what we want, but rather immutable values. We should look into this and try to find such a solution. _Originally posted by @sebastian-peter in https://github.com/ie3-institute/simona/pull/875#discussion_r1705514004_

code quality
HiWiStart