> 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/2.-project-dashboard-ems.md).

# Project Dashboard (EMS)

When you open a project, the default page is the **EMS dashboard**. It gives a real-time, at-a-glance view of the whole installation: how power is flowing right now, how the batteries and PV are being controlled, and the key performance figures for the site.

<figure><img src="/files/Xz2L9fm2YYlPn6403ACZ" alt="Voltmasters EMS: project specific dashboard"><figcaption><p>Voltmasters EMS: project specific dashboard</p></figcaption></figure>

{% hint style="info" icon="lightbulb" %}
Use the **Show details** toggle at the top right to reveal extra information on the dashboard. The page header shows the project name, and the energy-flow diagram shows its last-update time.
{% endhint %}

## Energy flow diagram

At the top, a live diagram shows how power moves through the installation, with the current power (in kW) on each link. It is updated continuously, so you can see at a glance whether the site is importing or injecting, and whether the batteries are charging or discharging. Typical nodes are:

* **Main grid connection**: power exchanged with the grid (import / injection) at the connection point.
* **PV**: current solar production.
* **Batteries**: aggregate battery power (charging or discharging).
* **Residual consumption**: the remaining site consumption not covered locally.

## Key metric cards

A row of cards summarises the live state of the site:

* **Control mode**: the active control strategy (for example *local optimization* / self-supply, or cost optimization) with a short description of what it does. See [Control algorithms](/control-algorithms/cost-optimization.md) for the underlying logic.
* **Battery power**: the current aggregate battery power, with a recent history chart.
* **Energy prices**: injection and consumption prices (€/MWh) over time. These drive cost-optimized control.
* **Self-sufficiency & self-consumption**: two percentages, namely how much of your consumption is covered by your own generation (self-sufficiency), and how much of your generation you use yourself instead of injecting (self-consumption).
* **Weather forecast**: today's and tomorrow's outlook, to anticipate solar generation.
* **Site status**: whether there are open incidents on the site (green = none). See [Incident Management](/voltmasters-platform/9.-incident-management.md).
* **Battery SOC**: a gauge with the aggregate state of charge of the batteries (%).

## Latest control decisions

At the bottom, the dashboard lists the most recent decisions the EMS made, grouped per asset, so you can verify the controller is doing what you expect and troubleshoot when it is not:

* **Batteries**: per battery / ESS, the commanded power and its status.
* **PV inverters**: per inverter, the applied setpoint or limit and its status (for example *no limitations* or *target reached*).

Expand a row to see the detail and the reason behind that decision.

{% hint style="info" icon="lightbulb" %}
The EMS dashboard is the project-wide overview. For a deeper look at a single energy stream, use the dedicated dashboards: [Battery (ESS)](/voltmasters-platform/3.-battery-ess-dashboard.md), [PV](/voltmasters-platform/4.-pv-dashboard.md), [Consumption](/voltmasters-platform/5.-consumption-dashboard.md) and [Energy Meter](/voltmasters-platform/6.-energy-meter-dashboard.md).
{% endhint %}


---

# 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:

```
GET https://docs.voltmasters.io/voltmasters-platform/2.-project-dashboard-ems.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
