Non BM Dispatch Cease Instructions_Nov_2024
This file contains Non-BM Instructions on ASDP sent from NESO control room and published on NESO website.
Note: For more details on Party ID and Asset ID fields, please click here
Note: For more details on Party ID and Asset ID fields, please click here
CKAN Data API
Access resource data via a web API with powerful query support.
Further information in the main CKAN Data API and DataStore documentation.
The Data API can be accessed via the following actions of the CKAN action API.
Query example (first 5 results) |
---|
https://api.neso.energy/api/3/action/datastore_search?resource_id=43a3ba39-6a69-4951-8f31-b36f24a752eb&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "43a3ba39-6a69-4951-8f31-b36f24a752eb" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '43a3ba39-6a69-4951-8f31-b36f24a752eb', // the resource id limit: 5 // get 5 results }; $.ajax({ url: 'https://api.neso.energy/api/3/action/datastore_search', data: data, dataType: 'jsonp', success: function(data) { alert('Total results found: ' + data.result.total) } });
A simple ajax (JSONP) request to the data API using jQuery.
import urllib2 url = 'https://api.neso.energy/api/3/action/datastore_search?resource_id=43a3ba39-6a69-4951-8f31-b36f24a752eb&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
EntryID
Title | Entry ID |
---|---|
Type | Integer |
Description | Sequential Number |
Comment | N/A |
Example | 1 |
Unit | N/A |
ServiceType
Title | Service Type |
---|---|
Type | String |
Description | All STOR service types are Non-BM STOR and FAST RESERVE type is Non-BM Fast Reserve. All RDP MW Dispatch Instructions will currently have RDP_NEGATIVE Service Type. |
Comment | N/A |
Example | Non-BM STOR,RDP_NEGATIVE |
Unit | N/A |
InstructionStartDateTime
Title | Instruction Start DateTime |
---|---|
Type | DateTime |
Description | Date time Dispatch instruction starts to ramp up. For RDP MW Dispatch, this is the DateTime each successful Dispatch instruction was sent to the conerned DER Unit via the DNO for curtailment down to 0 MW. |
Comment | N/A |
Example | 2019-01-30 07:26:16Z |
Unit | N/A |
MW
Title | MW |
---|---|
Type | Integer |
Description | MWs dispatched |
Comment | N/A |
Example | 34 |
Unit | MW |
IndicativePrice
Title | Indicative Price |
---|---|
Type | Number |
Description | Pound/MWh should be the price of the instruction at the time it starts to ramp up. For RDP MW Dispatch, this is the DER Unit's latest Utilization Price (in £/MWh) for the given day when the Dispatch Instruction was issued. |
Comment | N/A |
Example | 39.23 |
Unit | £/MWh |
InstructionCeaseDateTime
Title | Instruction Cease DateTime |
---|---|
Type | DateTime |
Description | Date time Cease instruction ramp down ends. For RDP MW Dispatch, this is the DateTime the Cease instruction was sent to the conerned DER Unit via the DNO to restore its MW generation. |
Comment | N/A |
Example | 2019-01-30 12:26:16Z |
Unit | N/A |
DispatchDateTimeStamp
Title | Dispatch DateTimeStamp |
---|---|
Type | DateTime |
Description | Timestamp Dispatch is sent (publish time to NESO data portal) |
Comment | N/A |
Example | 2019-01-30 07:27:16Z |
Unit | N/A |
CeaseDateTimeStamp
Title | Cease DateTimeStamp |
---|---|
Type | DateTime |
Description | Timestamp Cease is sent (publish time to NESO data portal) |
Comment | N/A |
Example | 2019-01-30 12:27:16Z |
Unit | N/A |
PartyID
Title | Party Id |
---|---|
Type | string |
Description | This should be the service provider name associated with the corresponding instruction |
Comment | N/A |
Example | FRP MERCIA HOLDCO LTD |
Unit | N/A |
AssetID
Title | Asset Id |
---|---|
Type | string |
Description | This should be the Non-BMU ID associated with the corresponding instruction. For RDP MW Dispatch, this will be the NESO assigned Unit ID for the respective DERs. |
Comment | N/A |
Example | MPR-8 |
Unit | N/A |
Tendered
Title | Tendered |
---|---|
Type | string |
Description | This is the flag indicating if a service is Tendered or Non-tendered. For RDP MW Dispatch, this will always be Non-Tendered. |
Comment | N/A |
Example | Tendered |
Unit | N/A |