> 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/power-flow-view.md).

# Power Flow view

Visualize real-time power flow between your grid, production, storage, and loads.

### What the Power Flow view shows

The **Power Flow** view shows the most recent *power* readings (W) between elements.

It answers: "What is happening right now?"

**Note: availability**

Power Flow is an operational view. It is available when the Unwaste Robot is **STARTED**. When the system is **STOPPED**, operational screens are unavailable and no new readings are collected.

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

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

***

### Key characteristics

* Values represent the **most recent reading**.
* Updated every **5 seconds**.
* No accumulation is performed.
* Power flow history is **not stored** for long-term replay in this view.

This is intentionally different from Energy Usage, which is historical and cumulative.

***

### Colors and direction

Power Flow uses the same visual rules as Energy Usage:

* Arrows represent **net direction** of current flow at the moment of reading.
* **Red** typically indicates consumption flow direction.
* **Green** typically indicates production flow direction (e.g., PV feeding circuits).

**Note:** Although in theory power is the "rate of change" of energy, the system does not present a view that allows users to compare this precisely, because graphs are stored only in aggregated form.


---

# 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/power-flow-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.
