> 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/viewing-statistics-and-graphs.md).

# Viewing statistics and graphs

Explore historical statistics, graphs, and energy performance data.

### How to open graphs

Graphs are opened using the **Statistics** button available on most components.

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

**Important:** Statistics are available for all components except **connections**, because a connection does not have its own direct readings. Readings are taken from the **main circuit**.

***

### Detailed view

The **Detailed view** lets you choose which data series to display as graphs.

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

Use the **Today** and **Historical** tabs to switch time range.

In the **Select data** field, pick one or more metrics. Available options depend on what readings are configured for that element (including [Optional monitoring](/en/unwaste-robot-configuration/optional-monitoring.md) and [Additional readings](/en/unwaste-robot-configuration/optional-monitoring/additional-readings.md)).

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

Examples include total energy production, energy usage, average voltage on a phase, and other aggregated series.

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

***

### What graphs can show

The set of available graphs depends on:

* the type of object (device vs storage vs inverter vs circuit),
* and the readings configured for that object.

In general:

* each configured reading can have its own graph,
* some calculated values may also have graphs.

***

### Today and Historical graphs

For Energy Usage and Power Flow statistics:

* "Today" uses 15-minute aggregated periods.
* "Historical" also uses 15-minute periods but allows selecting a single past day.
* If the system was STOPPED for part of a day, those periods appear as **zero** values to keep the timeline continuous.

**Note:** STOPPED periods appear as zeros in "Today" and "Historical" graphs to keep the timeline continuous. This does not mean "zero consumption", it means the system was not collecting data. See **System operation → Starting and stopping the Unwaste Robot**.

***

### Aggregated Energy graphs and grouping

In Aggregated Energy statistics:

* the time range is inherited from the selected date span in the Aggregated Energy view,
* the user can change the grouping interval:
  * 1 hour, 2 hours, 4 hours, 6 hours, 12 hours, 1 day.

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

***

### Important limitations

* All graphs show **aggregated values**, never raw 5-second samples.
* The system collects 5-second readings, but stores only 15-minute (or higher) aggregates for history.


---

# 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/viewing-statistics-and-graphs.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.
