Help Files:

Starts Chart

About

The Starts chart plots levels of starts for groups of units across the market over a defined period of time. This shows which units have had to see the most starts over a period.

For a single filter type this will allow you to see which units are frequently coming online and which units are avoiding starts where possible.

Included Data

The starts are counted based upon each half-hour period in which the balancing adjusted generation (levels of post-balancing generation after National Grid has adjusted generation within gate closure) is positive in a half hour period, but zero or negative in the period before.

This indicates how often units are coming on and off, but it should be noted that these values are calculated from half-hourly not by minute data so fast units such as pumped storage units may have more starts than those indicated.

Data Service

The Starts data can be extracted from the API to get the number of starts by unit within a grouping over a period of time. The parameters used as follows:

Code Required/Optional Description
chart Required starts
startdatetime Required The start date time in format YYYYMMDDHHMMSS.
enddatetime Required The end date time in format YYYYMMDDHHMMSS.
filter Optional The group of units that are of interest e.g. filter=fuel&fuel=coal. This defaults to filter=fuel&fuel=all and is as in the browser URL when picking options in the chart normally.
format Required The type of format. The value could be xml or csv . (See 'formats' action)

Example :

https://enbm.netareports.com/dataService?username=xxx&password=xxx&format=xml&action=data&chart=starts&startdatetime=20190520000000&enddatetime=20190527000000&filter=fuel&fuel=coal