-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement agent for home energy mangement systems #204
Labels
Comments
danielfeismann
added a commit
that referenced
this issue
Jun 7, 2022
…mplementation # Conflicts: # CHANGELOG.md # src/main/scala/edu/ie3/simona/config/SimonaConfig.scala
danielfeismann
added a commit
that referenced
this issue
Jun 7, 2022
danielfeismann
added a commit
that referenced
this issue
Jun 8, 2022
sebastian-peter
added a commit
that referenced
this issue
Aug 1, 2022
# Conflicts: # CHANGELOG.md # src/main/resources/config/config-template.conf # src/main/scala/edu/ie3/simona/util/ConfigUtil.scala # src/test/scala/edu/ie3/simona/util/ConfigUtilsSpec.scala
sebastian-peter
added a commit
that referenced
this issue
Aug 3, 2022
# Conflicts: # CHANGELOG.md # src/test/scala/edu/ie3/simona/scheduler/SimSchedulerSpec.scala
sebastian-peter
added a commit
that referenced
this issue
Aug 3, 2022
Closed
sebastian-peter
added a commit
that referenced
this issue
Aug 4, 2022
sebastian-peter
added a commit
that referenced
this issue
Aug 8, 2022
sebastian-peter
added a commit
that referenced
this issue
Aug 13, 2022
sebastian-peter
added a commit
that referenced
this issue
Aug 26, 2022
sebastian-peter
added a commit
that referenced
this issue
Sep 4, 2022
# Conflicts: # input/samples/vn_146_lv_small/vn_146_lv_small.conf
sebastian-peter
added a commit
that referenced
this issue
Sep 8, 2022
sebastian-peter
added a commit
that referenced
this issue
Sep 15, 2022
# Conflicts: # CHANGELOG.md # input/samples/vn_simona/vn_simona.conf # src/main/resources/config/config-template.conf # src/main/scala/edu/ie3/simona/agent/grid/GridAgentController.scala # src/main/scala/edu/ie3/simona/agent/participant/ParticipantAgent.scala # src/main/scala/edu/ie3/simona/ontology/messages/FlexibilityMessage.scala # src/main/scala/edu/ie3/simona/util/ConfigUtil.scala # src/test/scala/edu/ie3/simona/test/common/ConfigTestData.scala # src/test/scala/edu/ie3/simona/test/common/DefaultTestData.scala
sebastian-peter
added a commit
that referenced
this issue
Sep 15, 2022
sebastian-peter
added a commit
that referenced
this issue
Sep 15, 2022
sebastian-peter
added a commit
that referenced
this issue
Sep 16, 2022
sebastian-peter
added a commit
that referenced
this issue
Sep 25, 2022
sebastian-peter
added a commit
that referenced
this issue
Sep 27, 2022
sebastian-peter
added a commit
that referenced
this issue
Sep 28, 2022
sebastian-peter
added a commit
that referenced
this issue
Oct 10, 2022
# Conflicts: # src/test/scala/edu/ie3/simona/test/common/input/PvInputTestData.scala
sebastian-peter
added a commit
that referenced
this issue
Oct 10, 2022
# Conflicts: # src/main/scala/edu/ie3/simona/agent/participant/em/EmAgent.scala # src/main/scala/edu/ie3/simona/model/participant/EmModel.scala
sebastian-peter
added a commit
that referenced
this issue
Oct 19, 2022
sebastian-peter
added a commit
that referenced
this issue
Oct 22, 2022
sebastian-peter
added a commit
that referenced
this issue
Oct 22, 2022
sebastian-peter
added a commit
that referenced
this issue
Oct 23, 2022
# Conflicts: # src/main/scala/edu/ie3/simona/ontology/messages/SchedulerMessage.scala # src/main/scala/edu/ie3/simona/scheduler/SchedulerHelper.scala
sebastian-peter
added a commit
that referenced
this issue
Nov 4, 2022
sebastian-peter
added a commit
that referenced
this issue
Nov 9, 2022
sebastian-peter
added a commit
that referenced
this issue
Nov 9, 2022
sebastian-peter
added a commit
that referenced
this issue
Nov 13, 2022
sebastian-peter
added a commit
that referenced
this issue
Nov 14, 2022
sebastian-peter
added a commit
that referenced
this issue
Nov 27, 2022
sebastian-peter
added a commit
that referenced
this issue
Nov 27, 2022
sebastian-peter
added a commit
that referenced
this issue
Nov 27, 2022
sebastian-peter
added a commit
that referenced
this issue
Nov 27, 2022
danielfeismann
added a commit
that referenced
this issue
Oct 23, 2023
# Conflicts: # CHANGELOG.md # src/main/scala/edu/ie3/simona/agent/ValueStore.scala # src/main/scala/edu/ie3/util/scala/quantities/QuantityUtil.scala # src/test/scala/edu/ie3/simona/agent/participant/PvAgentModelCalculationSpec.scala
danielfeismann
added a commit
that referenced
this issue
Nov 5, 2023
sebastian-peter
added a commit
that referenced
this issue
Feb 23, 2024
# Conflicts: # src/main/scala/edu/ie3/simona/agent/grid/GridAgentController.scala
sebastian-peter
added a commit
that referenced
this issue
Feb 27, 2024
sebastian-peter
added a commit
that referenced
this issue
Mar 5, 2024
sebastian-peter
added a commit
that referenced
this issue
Mar 8, 2024
# Conflicts: # src/main/scala/edu/ie3/simona/io/grid/CsvGridSource.scala
sebastian-peter
added a commit
that referenced
this issue
Mar 12, 2024
# Conflicts: # .gitignore # CHANGELOG.md # input/samples/vn_simona/vn_simona.conf # src/main/resources/config/config-template.conf # src/main/scala/edu/ie3/simona/agent/em/EmAgent.scala # src/main/scala/edu/ie3/simona/agent/grid/GridAgent.scala # src/main/scala/edu/ie3/simona/agent/grid/GridAgentController.scala # src/main/scala/edu/ie3/simona/config/SimonaConfig.scala # src/main/scala/edu/ie3/simona/io/grid/CsvGridSource.scala # src/main/scala/edu/ie3/simona/model/em/EmAggregateFlex.scala # src/main/scala/edu/ie3/simona/model/em/EmAggregateSelfOpt.scala # src/main/scala/edu/ie3/simona/model/em/EmAggregateSimpleSum.scala # src/main/scala/edu/ie3/simona/model/em/EmModelShell.scala # src/main/scala/edu/ie3/simona/model/em/PrioritizedFlexStrat.scala # src/main/scala/edu/ie3/simona/ontology/messages/flex/FlexibilityMessage.scala # src/main/scala/edu/ie3/simona/util/ConfigUtil.scala # src/test/scala/edu/ie3/simona/agent/em/EmAgentIT.scala # src/test/scala/edu/ie3/simona/agent/em/EmAgentSpec.scala # src/test/scala/edu/ie3/simona/test/common/ConfigTestData.scala # src/test/scala/edu/ie3/simona/test/common/DefaultTestData.scala # src/test/scala/edu/ie3/simona/test/common/input/EmInputTestData.scala # src/test/scala/edu/ie3/simona/util/ConfigUtilSpec.scala
sebastian-peter
added a commit
that referenced
this issue
Mar 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HEMS agent implementation that manages load, storage, ev and pv at for a certain household / connection point
Edit TO:
Ergänzung To-Dos aus Meeting
The text was updated successfully, but these errors were encountered: