Skip to content
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

[WIP] Shunt compensator voltage control #191

Closed
wants to merge 22 commits into from
Closed

Conversation

annetill
Copy link
Member

Please check if the PR fulfills these requirements (please use '[x]' to check the checkboxes, or submit the PR and then click the checkboxes)

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem ? If so, link to this issue using '#XXX' and skip the rest

Yes, an issue: #107

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

For the moment, this PR is a first minimal feature that supports:

  • Voltage control for a single shunt connected to a bus: local and remote control ;
  • Voltage control for several shunts connected to a bus: local and remote control. But, the algorithm to dispatch B has to be improved (it is instead more an optimization that has to be implemented) ;

But we don't support shared remote control between several controller buses. Then, in case of a bus controlled by generators or transformers and a shunt compensator, the shunt regulation is disabled. It is the first approach.

What is the current behavior? (You can also link to an open issue here)

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change or deprecate an API? If yes, check the following:

  • The Breaking Change or Deprecated label has been added
  • The migration guide has been updated in the github wiki (What changes might users need to make in their application due to this PR?)

Other information:

(if any of the questions/checkboxes don't apply, please delete them entirely)

- Read all sections.
- Add new variable BUS_B.

Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Add management of several shunts in the local bus.
Add remote control.

Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
@annetill annetill requested a review from flo-dup January 4, 2021 10:18
annetill and others added 4 commits January 4, 2021 11:18
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 9 Code Smells

91.4% 91.4% Coverage
0.0% 0.0% Duplication

annetill and others added 7 commits March 10, 2021 10:32
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Local shared control not supported anymore.

Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
@flo-dup flo-dup force-pushed the shunt-voltage-control branch from 0fff736 to 54c8b9c Compare April 12, 2021 14:02
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
@flo-dup flo-dup force-pushed the shunt-voltage-control branch from 54c8b9c to 80106b3 Compare April 15, 2021 10:19
flo-dup added 7 commits April 15, 2021 12:22
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 150 Code Smells

92.4% 92.4% Coverage
0.0% 0.0% Duplication

@geofjamg geofjamg changed the base branch from master to main October 12, 2021 11:18
@flo-dup flo-dup changed the base branch from main to master October 13, 2021 09:32
@annetill
Copy link
Member Author

annetill commented Dec 1, 2021

#391

@annetill annetill closed this Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants