-
Notifications
You must be signed in to change notification settings - Fork 9
Add baseline to ISP + add ServiceType to FlexOrder #171
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi @tomwetjens ! Thank you for contributing again 🙂 . Could you explain the use-case where the "DefaultBaseline" would be used? This seems to be an artifact of not sending FlexRequests in the first place, as the setup with FlexRequests already accounts for this case in the form of re-sending them when things have changed. The DefaultBaseline might work as a temporary solution in the transition phase, but when flexibility becomes part of day to day operations, it becomes very hard to determine what the "DefaultBaseline" is, as not all flexibility will come from Shapeshifter messages most likely. Let me know what your view on this is! |
@KoviaX so at GOPACS we have a use case where an AGR has two active flexibility contracts: e.g. a "TDTR" contract of 25 MW and a "CBC" contract of 50 MW. The contracted transport capacity (if no flexibility was activated) is 100 MW. Typically this is called the "GTV". The DSO normally wants to activate the TDTR contract first, if flexibility is needed, because it is cheaper. So it sends a FlexOrder to get the 25 MW. And then if more flexibility is needed, the DSO will activate the CBC contract, for let's say another 30 MW. So it sends another FlexOrder to get the 30 MW. The effective transport capacity available to the AGR at this point would 45 MW. Sometimes the CBC contract is used first and then the TDTR contract. It is up to the DSO. We tried to keep the naming of DefaultBaseline and Baseline in line with the original part of the Shapeshifter specification that deals with baselines. What do you think? |
No description provided.