Home Energy Management under Tiered Peak Power Charges

This paper proposes a model predictive control policy for home battery management under tiered peak power charges that, using simple forecasts, achieves electricity costs within 1.7% of the theoretical minimum derived from perfect foresight.

David Pérez-Piñeiro, Sigurd Skogestad, Stephen Boyd

Published Tue, 10 Ma
📖 5 min read🧠 Deep dive

Imagine your home is a busy restaurant, and the electricity grid is the kitchen supplying the ingredients. In the past, you only paid for the total amount of food (energy) you ate. But now, the restaurant owner (the utility company) has added a new, tricky rule: You also pay a "rush hour fee."

This fee isn't just based on how much you eat in a month; it's based on your three busiest days. If you order a massive feast on three specific days, your bill skyrockets, even if the rest of the month you ate very little. This is the "Tiered Peak Power Charge" the paper discusses.

The authors of this paper asked: "How can we use a home battery to cheat this system and save money?"

Here is the breakdown of their solution, explained simply:

1. The Problem: The "Three Worst Days" Trap

Imagine you have a battery (like a giant power bank for your house).

  • Without a battery: If you turn on your oven, heater, and AC all at once on a cold winter day, you draw a huge amount of power. If this happens on three separate days in a month, you get hit with a massive penalty fee.
  • The Goal: You want to use the battery to "shave" those peaks. Instead of drawing power from the grid when you need a lot, you draw it from the battery. This keeps your grid usage low, avoiding the penalty.

2. The "God Mode" Solution (The Prescient Policy)

First, the authors imagined a scenario where we have perfect foresight. We know exactly how much power your house will need every hour for the next year, and we know exactly what the electricity prices will be.

  • The Analogy: This is like having a crystal ball. You know exactly when the "rush hour" is coming three days from now, so you fill your battery up two days ago to be ready.
  • The Result: Using this "God Mode" math, they calculated the absolute lowest possible bill. It's the "gold standard" or the theoretical limit of how much you can save. In their test, this saved them 15.4% compared to having no battery at all.

3. The Real-World Solution (Model Predictive Control)

Obviously, we don't have crystal balls. We can't know the future perfectly. So, the authors built a smart robot brain called Model Predictive Control (MPC).

  • How it works:

    1. Look Ahead: Every hour, the robot looks at the next 30 days (the "planning horizon").
    2. Guess: It uses simple forecasts to guess what your load will be and what prices will be.
    3. Plan: It solves a complex math puzzle to decide: "Should I charge the battery now? Should I save it for later? Should I risk a peak today to save money next week?"
    4. Act: It only executes the first step of that plan (e.g., "Charge the battery now").
    5. Repeat: An hour later, it gets new information, updates its guesses, and solves the puzzle again.
  • The Analogy: Think of it like playing a game of chess against a computer. You don't know your opponent's next move perfectly, but you look 10 moves ahead, make the best move you can, and then re-evaluate when the opponent actually moves.

4. The Results: Almost Perfect

The team tested this on a real house in Norway with a 40 kWh battery (enough to power a small home for a day).

  • No Battery: The bill was high.
  • Simple Rules: If you just told the battery to "charge at night and discharge during the day" (Energy Arbitrage), you actually lost money. Why? Because you might accidentally create a peak on a day you didn't expect, triggering the penalty fee.
  • The Smart Robot (MPC): By using their smart algorithm, the battery saved 13.9% of the total cost.
  • The Gap: The smart robot's bill was only 1.7% higher than the "God Mode" perfect future bill.

5. The Secret Sauce: The Forecast

How does the robot guess the future? It uses a "Baseline-Residual" method.

  • The Baseline: It knows the "rhythm" of your house. It knows you usually cook dinner at 6 PM and sleep at 11 PM (like a circadian rhythm).
  • The Residual: It looks at the weird stuff. Did you just turn on the dryer unexpectedly? The robot learns from recent history to adjust for these surprises.

The Big Takeaway

This paper proves that you don't need a supercomputer or a crystal ball to save money on electricity. By using a smart, adaptive algorithm that looks ahead and constantly updates its plan, a home battery can navigate complex, tiered electricity fees almost as well as if it knew the future perfectly.

In short: The battery is your "time machine" for electricity. It lets you buy cheap power now and use it later, but only if you have a smart guide (the MPC) to tell you exactly when to use it so you don't get caught by the "rush hour" penalty.