> 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/6.-energy-meter-dashboard.md).

# Energy Meter Dashboard

Under **Energy meters**, you can view each meter's import and export behaviour.

### What this dashboard shows

* Each meter has its own panel with import and export graphs and metrics. For example, the **head meter** shows energy drawn from the grid, energy fed back to the grid, and peak power.
* Additional meters are listed in the same way, with their own graphs.

{% hint style="info" %}
Use the dropdown at the top to switch between daily, weekly, or monthly views.
{% endhint %}

<figure><img src="/files/f9eSwIJdhLhCm354Sdse" alt="Voltmasters EMS: energy meter dashboard"><figcaption><p>Voltmasters EMS: energy meter dashboard</p></figcaption></figure>

### Frequently asked questions

<details>

<summary><strong>Where can I find how much energy I have drawn from or injected into the grid?</strong></summary>

Open the **Energy Meter dashboard** and look at the **grid meter** panel. The graph for the grid meter shows both directions: energy drawn from the grid (import) and energy fed back to the grid (export/injection), along with peak power figures. Select daily, weekly or monthly views using the dropdown at the top.

</details>

<details>

<summary><strong>Where can I find data for wind energy production?</strong></summary>

Wind energy is measured via the inverter or meter connected to your wind turbine. Open the **energy meter dashboard** or the device panel for the meter or inverter that your installer has linked to the wind turbine. There is no dedicated "wind turbine" menu item. The correct panel depends on how your installation has been configured.

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

```
GET https://docs.voltmasters.io/voltmasters-platform/6.-energy-meter-dashboard.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.
