Files
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

1.2 KiB

AGRPortfolioUpdate

The AGRPortfolioUpdate is used by the AGR to indicate on which Connections it represents prosumers.

<AGRPortfolioUpdate
  Metadata…
  <Connection       (0...n)
    EntityAddress = EntityAddress
    StartPeriod   = Date
    EndPeriod     = Date (optional)
  />
/>
Metadata The metadata for this message. For details, see metadata attributes.
Connection
⇥ EntityAddress EntityAddress of the Connection entity being updated.
⇥ StartPeriod The first Period hat the AGR represents the prosumer at this Connection.
⇥ EndPeriod The last Period that the AGR represents the prosumer at this Connection, if applicable.