> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myzendo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Energy Monitoring

> Monitor your home's electricity, water, gas, solar, battery, and EV charging in one place.

export const MenuButton = ({badged = false}) => <div className="bg-[#a8c8b9] w-[36px] h-[36px] rounded-[10px] p-[6px] justify-center items-center aspect-square inline-flex relative">
    {badged && <div className="absolute top-[-3px] right-[-3px] w-[12px] h-[12px] rounded-[12px] bg-[#417777]"></div>}
      <svg width="22px" height="22px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <g fill="#417777"><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m0 22a10 10 0 1 1 10-10 10 10 0 0 1-10 10"></path><path d="M10 12a2 2 0 1 0 4 0 2 2 0 1 0-4 0m5.5 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0m-11 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0"></path></g>
      </svg>
  </div>;

## Intro

With Energy Monitoring, you get a complete view of your home's energy use in one place. Track electricity, water, and gas consumption, as well as solar production, home battery charging, and EV charging - without switching between multiple apps or dashboards.

Browse your usage across different time ranges to understand how your home uses energy throughout the day, spot peak usage times, and see how patterns change over weeks, months, or years.

If you have solar panels, you can see how much energy they produce, how your battery charges and discharges, and how much you export back to the grid.

## Open Energy Monitoring

1. Tap <MenuButton />
2. Tap "Energy"

## What you'll see

Energy Monitoring adapts to your home. You only see the utilities and sensors your property actually has.

### Live readings

When viewing today's data, live sensor tiles appear at the top of the screen. These refresh automatically and show current values for each available reading, such as grid import, solar production, battery level, EV charging, water flow, and gas usage.

### Historical charts

Below the live tiles, each metric has its own chart showing usage over the selected period. You can view data by day, week, month, or year.

Electricity import and export are shown together so you can easily compare them.

Drag across any chart to see the exact value and time range for a specific period.

### Calendar

Tap the calendar button at the top to pick a different date or time range. You can view by day, week, month, or year, and use quick-pick shortcuts like "Today", "Last week", or "This month last year" to jump to common comparisons.

## Supported utilities

| Utility         | What you can track                                                                                                                      |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| **Electricity** | Grid import, grid export, solar production, battery charge and discharge, EV charge and discharge, per-device consumption (coming soon) |
| **Water**       | Consumption                                                                                                                             |
| **Gas**         | Consumption                                                                                                                             |
