Energy

Understanding 30-minute electricity interval data

By the Vera Automation engineering team · Updated

Short answer

30-minute interval data records the electricity used in each half-hour — 48 readings per day, 17,520 per year. Each interval’s kWh multiplied by two gives the average kW in that half-hour. From this profile you can see base load (what runs at night), peak demand (which often drives demand charges on South African business tariffs), time-of-use cost, and waste such as equipment left on after hours.

What the data looks like

Each row is a timestamp and the energy used during that interval, usually with reactive energy as well:

Interval endingkWhkvarhAverage kWAverage kVA
08:0042.518.085.092.3
08:3061.024.5122.0131.5
09:0064.526.0129.0139.1

Average kW is kWh ÷ 0.5 h. Average kVA combines active and reactive power: kVA = √(kW² + kvar²). Power factor is kW ÷ kVA — in the example, about 0.93.

Five things to look for

  1. Base load — consumption in the quietest hours (for example 01:00–04:00). A high base load in an office or shop usually means equipment, lighting or HVAC left running.
  2. Peak demand — the highest half-hour kVA or kW in the month. On many large-power business tariffs, demand charges are based on this single worst interval.
  3. Time-of-use split — how much energy falls in peak, standard and off-peak periods. Shifting flexible loads (pumping, charging, batch processes) out of peak reduces cost.
  4. Weekday vs weekend — weekend consumption close to weekday levels points to unnecessary running.
  5. Load factor — average demand ÷ peak demand. A low load factor means short, sharp peaks that are worth managing.

Common data problems

  • Missing intervals from communication outages — they must be flagged or filled, never silently treated as zero.
  • Spikes from counter resets or meter replacements.
  • Daylight-saving shifts on imported data from other systems (not an issue for South African time, but common in international software).
  • Wrong CT ratios, which scale every reading by the same wrong factor.

Turning data into action

The value comes from regular review and alerts: a weekly report of base load and peak demand per site, alerts when after-hours consumption exceeds a threshold, and a monthly comparison against the utility bill. Our energy monitoring platform automates these checks.

FAQ

Frequently asked questions

Why 30 minutes and not 15?

Thirty minutes is the traditional integration period for billing and demand measurement on many tariffs. Some systems use 15-minute intervals, which show more detail; both can be aggregated to hourly or daily views.

Where do I get interval data?

From your utility or municipality if you have a smart or large-power meter, or from your own sub-meters and monitoring system, which you control and can read in real time.

How much data is 30-minute data?

About 17,520 readings per meter per year — trivial for a database, but too much to analyse meaningfully in a spreadsheet across many meters.

Next step

Tell us what’s slowing you down.

Describe the process, the system or the site. We’ll come back with a clear, practical view of what can be automated — and what it would take.