> 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/pv-inverters/sunspec.md).

# SunSpec (Generic)

Our EMS supports a generic **SunSpec** integration for PV inverters. SunSpec is an open communication standard, maintained by the SunSpec Alliance, that defines a common Modbus register layout for solar inverters and related equipment.

Because the SunSpec model is implemented by many manufacturers, this integration allows our EMS to connect to many SunSpec-compliant PV inverters without a brand-specific adapter.

### Supported devices

* **Generic SunSpec inverter**: any PV inverter that exposes a standard SunSpec Modbus interface

{% hint style="info" %}
When a dedicated brand integration is available (for example SMA, Huawei, ABB, Sungrow, Growatt, or Solis), use that integration. The generic SunSpec option is intended for inverters that are SunSpec-compliant but do not yet have a dedicated brand integration.
{% endhint %}

### EMS functionality

With the current integration, our EMS enables:

* Monitoring of PV production data
* Control functionality where supported by the inverter (for example active power curtailment)
* Integration of PV production into broader energy management strategies

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


---

# 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/device-integrations/pv-inverters/sunspec.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.
