- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
8.3 KiB
8.3 KiB
DSOPortfolioUpdate
The DSOPortfolioUpdate is used by the DSO to indicate on which congestion points it wants to engage in flexibility trading.
<DSOPortfolioUpdate
Metadata…
<CongestionPoint (0...n)
EntityAddress = EntityAddress
StartPeriod = Date
EndPeriod = Date (optional)
MutexOffersSupported = Boolean
DayAheadRedispatchBy = ("AGR" | "DSO" )
IntradayRedispatchBy = ("AGR" | "DSO" ) (optional)
<Connection (1...n)
EntityAddress = EntityAddress
StartPeriod = Date
EndPeriod = Date (optional)
/>
/>
/>
| Metadata | The metadata for this message. For details, see metadata attributes. |
| CongestionPoint | |
| ⇥ EntityAddress | Entity Address of the CongestionPoint entity being updated. |
| ⇥ StartPeriod | The first Period that the DSO is trading on this CongestionPoint. |
| ⇥ EndPeriod | The last Period that the DSO is trading on this CongestionPoint. |
| ⇥ MutexOffersSupported | Indicates whether the DSO accepts mutual exclusive FlexOffers on this CongestionPoint |
| ⇥ DayAheadRedispatchBy | Indicates which party is responsible for day-ahead redispatch, AGR or DSO. |
| ⇥ IntradayRedispatchBy | Indicates which party is responsible for intraday ahead redispatch, AGR or DSO. If not specified, there will be no intraday trading on this CongestionPoint. |
| ⇥ Connection | |
| ⇥ ⇥ EntityAddress | Entity Address of a Connection that is part of this CongestionPoint. |
| ⇥ ⇥ StartPeriod | The first Period that the Connection is part of this CongestionPoint. Notes:
|
| ⇥ ⇥ EndPeriod | The last Period that the Connection is part of this CongestionPoint. Notes:
|