> 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/sungrow.md).

# Sungrow

Sungrow is a global leader in solar inverter and energy storage solutions.

Within our EMS, we support a wide range of Sungrow inverters for monitoring, control, and energy management.

The following Sungrow devices are compatible with and supported by our EMS for communication and integration.

<table><thead><tr><th width="148" align="center">Device Type</th><th width="223" align="center">Modbus TCP (Ethernet)</th><th width="614">Curtailment</th><th></th><th data-type="checkbox"></th></tr></thead><tbody><tr><td align="center">SG-Series</td><td align="center">✅</td><td>✅</td><td></td><td>false</td></tr><tr><td align="center">S-Series</td><td align="center">✅</td><td>✅</td><td></td><td>false</td></tr><tr><td align="center">SR-Series</td><td align="center">✅</td><td>✅</td><td></td><td>false</td></tr><tr><td align="center">MVS-Series</td><td align="center">✅</td><td>✅</td><td></td><td>false</td></tr><tr><td align="center">ST-Series</td><td align="center">✅</td><td>✅</td><td></td><td>false</td></tr><tr><td align="center">SH-Series</td><td align="center">✅</td><td>✅</td><td></td><td>false</td></tr><tr><td align="center">SBR-Series</td><td align="center">✅</td><td>✅</td><td></td><td>false</td></tr><tr><td align="center">SC-Series</td><td align="center">✅</td><td>✅</td><td></td><td>false</td></tr></tbody></table>

### Physical connection

### Network configuration

#### Ethernet configuration

To configure the inverter for Ethernet communication:

1. Open the inverter display interface
2. Navigate to:
   * **Settings → Communication Parameters**
3. Enable **MODBUS-TCP**
4. Set the communication port:
   * **Default Port: 502**
5. Configure:
   * DHCP, or
   * A static IP address depending on your network requirements

***

### Device configuration

#### Enable Modbus communication

1. Open the inverter LCD display
2. Navigate to:
   * **Settings → Communication Parameters**
3. Configure the following settings:

| Parameter      | Value                        |
| -------------- | ---------------------------- |
| Protocol       | MODBUS                       |
| Device Address | Unique address between 1–247 |

### Modbus TCP Settings

| Parameter  | Value                              |
| ---------- | ---------------------------------- |
| MODBUS-TCP | Enabled                            |
| Port       | 502 (default)                      |
| IP Address | According to network configuration |

{% hint style="warning" %}
Important issue
{% endhint %}

<figure><img src="/files/SXAq8v4oohpakDFnZ2pL" alt=""><figcaption></figcaption></figure>

### Known issues

#### Inverter goes offline after receiving a setpoint of 0

Some Sungrow inverter models stop communicating with the EMS for an extended period after the EMS sends a power setpoint of 0 kW (for example, during curtailment at negative energy prices). The inverter enters a low-power or sleep state and does not immediately respond to new commands.

**Workaround**: If this behaviour occurs on your installation, contact Voltmasters Support. A configuration adjustment may be required to prevent the inverter from entering this unresponsive state during zero-setpoint periods.


---

# 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/sungrow.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.
