Read the machine to perform battery charging contr
<p><strong>A brief description:</strong> </p>
<p>-The reading machine immediately executes the battery charging control interface (only supports MIN SPA SPH models)</p>
<p><strong>Request URL:</strong>
-<code>http(s)://test.growatt.com/v1/vppRemoteSetNew</code></p>
<p><strong>How to request:</strong>
-post</p>
<p><strong>Parameter:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">Parameter name</th>
<th style="text-align: left;">Is it required</th>
<th style="text-align: left;">Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">vppSn</td>
<td style="text-align: left;">Yes</td>
<td style="text-align: left;">String</td>
<td>Device SN</td>
</tr>
<tr>
<td style="text-align: left;">time</td>
<td style="text-align: left;">Yes</td>
<td style="text-align: left;">String</td>
<td>Set time Time range: 0-1440</td>
</tr>
<tr>
<td style="text-align: left;">percentage</td>
<td style="text-align: left;">Yes</td>
<td style="text-align: left;">int</td>
<td>Set the power positive number for charging, negative number for discharge -100~100</td>
</tr>
</tbody>
</table>
<p><strong>Return example</strong></p>
<pre><code>{
&quot;data&quot;: &quot;0&quot;,
&quot;error_code&quot;: 0,
&quot;error_msg&quot;: &quot;&quot;
}</code></pre>
<p><strong>Return parameter description</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">Parameter name</th>
<th style="text-align: left;">Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">String</td>
<td>The returned result is shown in the following remarks</td>
</tr>
<tr>
<td style="text-align: left;">error_code</td>
<td style="text-align: left;">string</td>
<td>0: Normal return, 10001: Reading failed, 10012: Device does not exist, 10004: Device serial number is empty, 10005: Collector offline, 10007: Setting parameter is null, 10008: Setting value is out of range Or abnormal, 10009: The type of the read setting parameter does not exist, 10011: No permission</td>
</tr>
<tr>
<td style="text-align: left;">error_msg</td>
<td style="text-align: left;">string</td>
<td>Error message prompt</td>
</tr>
</tbody>
</table>
<p><strong>Remarks</strong>
-The frequency of acquisition is once every 10 seconds</p>