Photovoltaic Generation Resource Production Potential
Photovoltaic Generation Resource Production Potential
The purpose of this interface is to provide a query for fetching Photovoltaic Generation Resource Production Potential (PVGRPP) for each Photovoltaic Generation Resource (PVGR) as well as PVGRPP forecast for all PVGRs. This interface will return the last hour data for the requesting hour-end.
The request message would use the following message fields:
Message Element | Value |
---|---|
Header/Verb | get |
Header/Noun | PVGRPP |
Header/Source | MARKET PARTICIPANT ID |
Header/UserID | ID of user |
Request/endTime | End time of interest |
Request/ID | Optional: PVGR identity If No PVGR is provided, PVGRPP for all PVGRs is returned. |
The corresponding response messages would use the following message fields:
Message Element | Value |
---|---|
Header/Verb | reply |
Header/Noun | PVGRPP |
Header/Source | ERCOT |
Reply/ReplyCode | Reply code, success=OK |
Reply/Error | Error message, if error encountered |
Payload/ | PVGRPP |
The following diagram defines the ForecastSolarPayload structure of the PVGRPP response
The following is an abbreviated XML example for a PVGRPP response:
<ns1:ForecastSolarPayload xmlns:ns0="http://www.ercot.com/schema/2007-05/nodal/eip/il"
xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
<ns1:ForecastSet>
<ns1:Site duns="1234567890000" name="SOLAR1" qseid="QSE1">SITE1</ns1:Site>
<ns1:Created>2015-12-18T14:00:01-06:00</ns1:Created>
<ns1:AnalogValue statistic="MEAN" timeStamp="2015-12-18T14:00:00-06:00" type="PVGRPP" units="MW">0.0E0</ns1:AnalogValue>
<ns1:AnalogValue statistic="MEAN" timeStamp="2015-12-18T15:00:00-06:00" type="PVGRPP" units="MW">0.0E0</ns1:AnalogValue>
</ns1:ForecastSet>
</ns1:ForecastSolarPayload>