Key Takeaways
- Use Home Assistant's built-in Energy dashboard as the single local hub for solar, battery, and appliance usage
- Feed it with a CT clamp on the main feed and energy-monitoring smart plugs on individual appliances
- Build load-shifting automations (EV charging, water heating, laundry) directly in Home Assistant — no cloud round-trip
- Cloud energy apps expose granular per-device usage patterns to the manufacturer; local monitoring keeps that data on your network
- This is the overview article — see the dashboard setup guide, the Matter inverter/heat-pump integration guide, and the microgrid/battery-backup guide for the specifics
Why Manage Energy Locally
A cloud energy-monitoring app sends your per-device usage patterns — when you run laundry, how often you charge an EV, your daily routine — to the manufacturer's servers. A local setup keeps that same data on your own network and still gets automation and historical tracking.
- Granular energy data reveals occupancy patterns and daily routines — the same information a cloud camera or voice assistant would expose, just inferred from power draw instead.
- Many vendor energy apps require an account and internet connectivity even to view local usage, and can stop working if the vendor discontinues the app or changes its terms.
- A local setup keeps working during an internet outage — the load-shifting automations that save money don't depend on a cloud service being reachable.
What to Monitor
Start with whole-home usage via a CT clamp on the main feed, then add smart plugs on the appliances that matter for automation — not everything needs its own sensor.
- A CT (current transformer) clamp on the main feed gives whole-home wattage without touching individual circuits — this is the baseline the Energy dashboard needs.
- Add energy-monitoring smart plugs on high-draw or schedulable appliances: EV charger, water heater, washer/dryer, dishwasher. These are the ones worth automating around.
- If you have solar and/or a battery, their own local integration (see the Matter inverter/heat-pump integration guide) feeds generation and state-of-charge into the same dashboard.
- Skip monitoring low-draw always-on devices individually — they add dashboard noise without giving you anything to automate.
Load-Shifting Automations
The payoff for local energy monitoring is automations that shift high-draw appliances to the cheapest or greenest hours, running entirely on your own hub.
- Time-of-use tariff shifting: run the dishwasher, washer, and EV charger during off-peak-rate hours, using Home Assistant's scheduling and your utility's published rate windows.
- Solar-following automations: only start high-draw appliances when local solar generation (fed from your inverter integration) exceeds a threshold, maximizing self-consumption over grid draw.
- Battery-aware automations: prioritize battery discharge for evening peak-rate hours if you have home battery storage, rather than drawing from the grid.
- All of this runs as standard Home Assistant automations — no cloud service needs to be reachable for the logic to execute.
Where This Fits in the Stack
This article is the overview; the next three cover the specific pieces — Matter-based inverter/heat-pump integration, the Home Assistant Energy dashboard setup itself, and whole-home battery backup.
- For connecting a solar inverter or heat pump as a local, Matter-controlled device rather than through a vendor cloud app, see the Matter solar inverter + heat pump integration guide.
- For the actual dashboard configuration — adding sensors, setting up cost tracking, reading the charts — see the Home Assistant Energy dashboard setup guide.
- For using a home battery as backup during outages, see the home energy microgrid guide.
- If you don't yet have solar hardware, see the balcony solar cluster for what a small-scale local setup looks like before you plan whole-home energy management around it.
Frequently Asked Questions
Do I need solar panels for local energy management to be worth it?
No. A CT clamp plus a few energy-monitoring smart plugs gives you load-shifting automations (time-of-use tariffs, avoiding peak-rate hours) even without any solar generation. Solar and battery integration add more automation options but aren't required to start.
What does Home Assistant's Energy dashboard need to get started?
At minimum, a grid-consumption sensor — usually a CT clamp on the main feed, or a smart meter integration if your utility supports one. Everything else (per-appliance plugs, solar, battery) is additive.
Does this replace my utility's own energy app?
It can, for usage tracking and automation. Some utilities still require their own app for billing or tariff-switching, but day-to-day monitoring and automation work entirely through Home Assistant once it's wired up.
Is a CT clamp difficult to install?
Most clamp-style CT sensors clip around an existing cable inside the breaker panel without cutting wires, though working inside a panel means turning off power first and following the sensor's installation instructions. If you're not comfortable inside a breaker panel, use a licensed electrician for that step.
Can I automate around a variable electricity tariff?
Yes — if your utility publishes rate windows (or you can enter them manually), Home Assistant automations can schedule high-draw appliances for the cheapest hours using the same scheduling tools as any other automation.
How is this different from a smart thermostat's built-in energy reports?
A thermostat's own app only reports on itself and usually requires its cloud service. The Energy dashboard aggregates every monitored device — thermostat, EV charger, appliances, solar, battery — into one local view and lets automations act across all of them together.
Do smart plugs need to be locally controlled to work with this?
For the monitoring and automation described here, the plug needs to report its data into Home Assistant, ideally over a local integration (Zigbee, Z-Wave, or a locally-polled Wi-Fi integration) rather than only through the vendor's cloud API, so the automation keeps working offline.
What if I only have a few smart plugs and no solar?
Start there. A handful of energy-monitoring plugs on your highest-draw appliances, feeding the Energy dashboard, already enables time-of-use load shifting — solar and battery integration are additions you can make later without starting over.