> For the complete documentation index, see [llms.txt](https://docs.voltmasters.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltmasters.io/voltmasters-platform/7.-pro-dashboard/7.1-algorithm-dashboard.md).

# Algorithm dashboard

The **Algorithm** dashboard visualises how the energy management algorithm dispatches resources over time.

The charts plot consumption, PV production, battery power, and the algorithm's charging and discharging decisions, alongside grid power flows and other internal signals.

These views help evaluate algorithm performance and identify areas for improvement.

<figure><img src="/files/3C4rscWWHPfyRFaRqbnm" alt="Voltmasters EMS: pro dashboard - algorithm"><figcaption><p>Voltmasters EMS: pro dashboard - algorithm</p></figcaption></figure>

<figure><img src="/files/geOb7rKQ9EPkrnQgwWq4" alt="Voltmasters EMS: pro dashboard - decision feedback"><figcaption><p>Voltmasters EMS: pro dashboard - decision feedback</p></figcaption></figure>

### Navigating the Pro Dashboard

<details>

<summary><strong>How do I change the time period?</strong></summary>

Use the period selector at the top of the screen to choose a specific day, week, or custom range.

</details>

<details>

<summary><strong>How do I zoom in on a specific part of the graph?</strong></summary>

Click and drag across a section of the graph to zoom in on that time range. Use the reset or zoom-out control to return to the full view.

</details>

<details>

<summary><strong>What can I see on the different charts?</strong></summary>

The charts shown depend on which Pro dashboard you have open:

| Dashboard          | Content                                                                                                                |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| **Algorithm**      | Consumption, PV production, battery charge/discharge power, algorithm decisions, grid power and other internal signals |
| **Energy trading** | Imbalance prices, battery control set-points and actual vs. requested power (see 7.2)                                  |
| **EV Charging**    | EV charger load curves and session data (if EV chargers are connected)                                                 |

</details>

### Frequently asked questions

<details>

<summary><strong>Where can I find out why my battery charged or discharged at a specific time?</strong></summary>

Open the **Algorithm dashboard** and select the relevant time period. The charts show the relationship between energy prices, PV production, consumption and the algorithm's resulting battery decisions. The **decision feedback** chart shows the active control mode (e.g., self-supply, cost optimisation, max import/export) at each point in time.

</details>


---

# 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.voltmasters.io/voltmasters-platform/7.-pro-dashboard/7.1-algorithm-dashboard.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.
