How a reading becomes a number you can use
Meter data looks like the most trustworthy data a business has, and it arrives with several ways of being quietly wrong that produce confident-looking charts of nothing.
Key takeaways
- Every value is actual, estimated or derived, and the three are never mixed in a comparison.
- A catch-up after estimates should be spread back, and shown as spread.
- Half-hourly data finds baseload; monthly data cannot.
- Meter replacements reset the register and need explicit handling.
- Always divide by days in the period before comparing anything.
The catch-up
The system’s job here is not to fix the billing; it is to stop the chart lying. When an actual reading follows estimates, the difference is spread back across the estimated periods proportionally, and every one of those periods is marked as derived rather than measured.
That produces a series that is approximately right everywhere instead of exactly wrong in one place, and it stops the recurring investigation into a month where nothing happened.
Three kinds of value
Actual is a real meter reading. Estimated is the supplier’s guess. Derived is what the system computed by spreading a catch-up back. All three are useful and mixing them silently is what produces nonsense.
The rule that follows: any comparison between periods states how much of each period was actual. “January against last January” is a different claim when one is fully metered and the other is eighty per cent estimate, and saying so takes one line.
Resolution decides what you can find
| Data available | What you can see | What you cannot |
|---|---|---|
| Annual bill | Whether it went up | Anything actionable |
| Monthly bill | Seasonal shape, big changes | Baseload, schedules, spikes |
| Daily reading | Weekends against weekdays, shutdowns | What runs overnight |
| Half-hourly | Baseload, start-up, timers, peak demand | Which circuit it is |
| Sub-metered | Which circuit or area | Which individual machine |
The jump from monthly to half-hourly is where almost all the value is, and for electricity it is usually available already: most commercial supplies are half-hourly metered and the data can be requested from the supplier or the data collector at no cost.
That request is frequently the single highest-value action in an energy project, and it is an email. A business paying for half-hourly metering and looking at monthly bills is the common case.
Meters that change
- Compute
- Database
- App integration
- Management
- Analytics
Per day, always
The cheapest correction available and the most frequently omitted. A 28-day February against a 31-day January is ten per cent lower before anything else is considered, and a quarterly bill covering 89 days against one covering 93 is four per cent.
Everything downstream works in units per day, and the totals are reconstructed only for reporting the actual bill. It removes an entire class of false movement at no cost.
Next: what is running when nothing should be.
All posts