Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix transformer susceptance in readTheDocs to negative values [#1078](https://github.com/ie3-institute/PowerSystemDataModel/issues/1078)
- Added mising fields to field validation [#1422](https://github.com/ie3-institute/PowerSystemDataModel/issues/1422)
- Fixed the issues with rtd for Cylindrical thermal storage [#1273](https://github.com/ie3-institute/PowerSystemDataModel/issues/1273)
- Updated Controlling_em for all the loads in readthedocs[#1447](https://github.com/ie3-institute/PowerSystemDataModel/issues/1447)

### Changed
- Updated CI-Pipeline to run task `Deploy` and `Staging` only for `Main` [#1403](https://github.com/ie3-institute/PowerSystemDataModel/issues/1403)
Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/input/em.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Participants are connected to an EM each via their `em` field.
* - controllingEm
-
- Reference to a superior Energy Management Unit that is controlling this EM.
Field can be empty or missing, if this EM itself is not controlled.
Field can be empty, if this EM itself is not controlled.

```

Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/input/participant/bm.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Model of a biomass power plant.
* - controllingEm
-
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
this system participant. Field can be empty or missing, if this participant
this system participant. Field can be empty, if this participant
is not controlled.

```
Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/input/participant/chp.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Combined heat and power plant.
* - controllingEm
-
- UUID reference to an [Energy Management Unit](em_model) that is controlling
this system participant. Field can be empty or missing, if this participant
this system participant. Field can be empty, if this participant
is not controlled.

```
Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/input/participant/ev.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Model of an electric vehicle, that is occasionally connected to the grid via an
* - controllingEm
-
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
this system participant. Field can be empty or missing, if this participant
this system participant. Field can be empty, if this participant
is not controlled.

```
Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/input/participant/evcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ station and has some limitations outlined below.
* - controllingEm
-
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
this system participant. Field can be empty or missing, if this participant
this system participant. Field can be empty, if this participant
is not controlled.

```
Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/input/participant/fixedfeedin.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ model can be derived.
* - controllingEm
-
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
this system participant. Field can be empty or missing, if this participant
this system participant. Field can be empty, if this participant
is not controlled.

```
Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/input/participant/hp.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Model of a heat pump.
* - controllingEm
-
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
this system participant. Field can be empty or missing, if this participant
this system participant. Field can be empty, if this participant
is not controlled.


Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/input/participant/load.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Model of (mainly) domestic loads.
* - controllingEm
-
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
this system participant. Field can be empty or missing, if this participant
this system participant. Field can be empty, if this participant
is not controlled.

```
Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/input/participant/pv.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Detailed model of a photovoltaic power plant.
* - controllingEm
-
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
this system participant. Field can be empty or missing, if this participant
this system participant. Field can be empty, if this participant
is not controlled.

```
Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/input/participant/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Model of an ideal electrical battery energy storage.
* - controllingEm
-
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
this system participant. Field can be empty or missing, if this participant
this system participant. Field can be empty, if this participant
is not controlled.

```
Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/input/participant/wec.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Model of a wind energy converter.
* - controllingEm
-
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
this system participant. Field can be empty or missing, if this participant
this system participant. Field can be empty, if this participant
is not controlled.

```
Expand Down