> For the complete documentation index, see [llms.txt](https://docs.unwaste.energy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unwaste.energy/en/unwaste-robot-operation/aggregated-energy-view.md).

# Aggregated Energy view

Analyze aggregated energy values across selected installation elements.

### What the Aggregated Energy view is

The **Aggregated Energy** view allows the user to review historical energy totals over a selected time range (days, weeks, months).

It answers: "What were the totals over this period?"

![](https://1824863031-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWf3M0a04WuhvfEbAgXFl%2Fuploads%2Fgit-blob-a681f8e7786fcf4f98d1c83706307d753125c98e%2FScreenshot_energy_aggregated_select_timespan.png?alt=media)

***

### Selecting a date range

* The selection is based on **full days**.
* Start and end dates are **inclusive**.
* Presets are available (Today, Last 7 days, This month, etc.).

![](https://1824863031-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWf3M0a04WuhvfEbAgXFl%2Fuploads%2Fgit-blob-05ae3fd6e9256435e0fc712ee8a08aa0e930fa72%2FScreenshot_aggregated-date_range.png?alt=media)

**Important:** If the system was STOPPED during part of the selected period, those missing intervals are excluded from totals.

See **System operation → Starting and stopping the Unwaste Robot** for details.

***

### Aggregated results

All values shown are **sums over the selected time range**.

![](https://1824863031-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWf3M0a04WuhvfEbAgXFl%2Fuploads%2Fgit-blob-35891c094c471b8ff0dcb74f768e04d541316095%2FScreenshot_energy_aggregated.png?alt=media)

***

#### Totals panel

Definitions:

* **Imported** – energy taken from the grid into the installation.
* **Returned** – energy exported from the installation back to the grid.
* **Produced** – energy generated by local sources (e.g., PV inverter).
* **Stored** – energy put into storage (charging).
* **Retrieved** – energy taken from storage (discharging).
* **Used** – energy consumed by loads.

***

#### Self Use panel

These values are computed using the **same self-use logic as daily views**, but applied across the entire selected range.

**Important:** Self-used energy is calculated per 15-minute interval and then summed. This avoids misleading conclusions that can happen if production and consumption occur at different times of day. See Unwaste Robot Operation *→ Technical details → Self-use calculation* for details.

***

#### Heating panel

This panel appears only if at least one heating-class device exists in the installation.

Fields currently shown:

* **Used for Heating**
* **Heating produced**
* **Used for DHW heating**
* **DHW heat produced**

***

### Savings

Savings in this view apply to the selected historical time range. See *Inner workings → Savings calculation* for the meaning and limitations (especially the estimated part of "Unwasted").


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.unwaste.energy/en/unwaste-robot-operation/aggregated-energy-view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
