> 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/device-integrations/battery-systems/posevault.md).

# Posevault

Our EMS supports the battery energy storage system from **Posevault**.

The Posevault BESS is a containerised commercial storage system that combines the battery and the power conversion system in one unit, with a single Modbus TCP interface. The integration lets the system be monitored and controlled directly from our EMS platform.

### Supported devices

* **BESS**: containerised energy storage system, 2088 kWh capacity / 1000 kW rated power

{% hint style="info" %}
Posevault support is available from EMS controller version **0.0.331**.
{% endhint %}

### EMS functionality

With the current integration, our EMS enables:

* Monitoring of battery status and performance
* Smart charging and discharging control
* Optimization of self-consumption
* Peak shaving and load balancing

Additional functionality may be added over time as integration capabilities evolve.

### Add a Posevault BESS to the EMS

Add the system through the device wizard:

* **Brand:** Posevault
* **Model:** BESS
* **Connection:** over the installation network (Modbus TCP), default unit ID 2.

The battery is created automatically as a child device of the storage system. Set its **capacity** to the installed value: the system reports its power rating in the capacity register rather than the size of the pack, so the EMS relies on the configured value to know how much energy is available.

{% hint style="warning" %}
The system stops following EMS setpoints and returns to its own local strategy when it loses contact with the controller for more than 30 seconds. This is the built in fail safe of the system: power falls back to zero and control resumes automatically once the connection returns.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.voltmasters.io/device-integrations/battery-systems/posevault.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.
