> For the complete documentation index, see [llms.txt](https://docs.alphaess.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphaess.com/alphaess-app-manual/function-module/power.md).

# Energy Data

### Real-time Power Overview

The home page shows your home's current energy status. In the home energy flow diagram, you can see:

* **PV power (kW):**&#x43;urrent solar generation status
* **Battery status:**&#x53;hows the battery charge/discharge power (kW), current state of charge (SoC, %) and operating status (Charge, discharge, or standby)
* **Home load power (kW):**&#x45;lectricity being consumed by the home
* **Grid power (kW):**&#x53;hows whether power is being drawn from the grid or fed into the grid
* **Charging pile power (kW):**&#x44;isplayed only when a charging pile is connected to the system

The direction of energy flow shows where energy goes between devices, helping you quickly understand the current energy usage pattern.

<div><figure><img src="/files/1d290e4b081878fa252727eb71d607df66f132a3" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/ceecda8e84afc7e24302f4f9fee8aaa3dd9a24f3" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/937e3c8fee56fef6660ba417054c98ca9be6fffe" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/0aec0c000356551414a963065e4968b6b342eac1" alt="" width="375"><figcaption></figcaption></figure></div>

### Historical Energy Data

On the **Energy** page, you can review your home's generation and energy usage over different time scales. You can view:

* PV Generation
* Battery Charge/Discharge Amounts
* Home electricity consumption
* Grid import and export amounts

These data help you understand your home's energy usage habits and the system's performance at different times.

<div align="center"><figure><img src="/files/6ed805fcc0862e24edef5a5f4cf2c7d3b563d4dd" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/4732ab9f3723b251aa045f6ecaca683f01f5cda4" alt=""><figcaption></figcaption></figure> <figure><img src="/files/831874737ffebe263019d875a3de128fbd0e15a1" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/9dd9538d482b5770242a95546663ffa0c1ab4195" alt="" width="375"><figcaption></figcaption></figure></div>

### How to Read Energy Charts

Energy charts show trends in energy changes, rather than instantaneous values.

* During the day, solar power is usually the main source of supply
* At night, the system relies more on the battery or the grid

Click the **stacked display** button at the bottom of the chart, and the energy chart will use different colors to distinguish the sources and destinations of energy, helping you intuitively understand the energy mix of the home in each time period. For example, on rainy days, more home electricity comes from the battery or the grid; on sunny days, it is usually mainly from solar power.

### Renewable Energy Achievements

**Renewable Energy Achievements** Shows how much of your home's energy use truly comes from solar and the battery. Based on the home's total electricity consumption within the selected time range, the system calculates and visually presents the proportion supplied by renewable energy. As this proportion continues to increase, your home will:

* Reduce reliance on the grid
* Lower electricity costs
* Get closer to a sustainable lifestyle

{% hint style="info" %}
Renewable energy achievements are affected by seasons and weather. In winter, when there is less sunshine, the values are usually lower than in summer. If this value remains low for a long time, it usually means solar supply is insufficient, and you may consider increasing the PV installed capacity or optimizing the system configuration.
{% endhint %}

<div><figure><img src="/files/1d7bb9ee4f8b70ef5659640ec38b2394af0c704e" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7391774c1bb7d817466ad21f54092d0ab34adc6c" alt=""><figcaption></figcaption></figure></div>


---

# 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.alphaess.com/alphaess-app-manual/function-module/power.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.
