Files
cariflex/tools/shapeshifter-specification-main/docs/diagrams/use-case-3-6-exchange-of-d-prognoses.puml
Eric F d398a6ced2 Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- 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
2026-06-08 00:38:27 -04:00

20 lines
402 B
Plaintext

@startuml
!theme cerulean
participant AGR
participant DSO
loop for each Congestion Point with contracted Prosumers
AGR -> DSO: D-Prognosis
AGR <-- DSO: HTTP OK
alt if D-Prognosis is valid
AGR -> DSO: D-PrognosisResponse Result=Accepted
AGR <-- DSO: HTTP OK
else
AGR -> DSO: D-PrognosisResponse Result=Rejected
AGR <-- DSO: HTTP OK
end
end
@enduml