Get basic information about the inverter
<p><strong>A brief description:</strong> </p>
<p>-Interface to get basic information of inverter
-<code>Only applicable to devices with device type 1 returned in the 3.3 interface.</code></p>
<p><strong>Request URL:</strong>
-<code>http(s)://test.growatt.com/v1/device/inverter/inv_data_info</code></p>
<p><strong>How to request:</strong>
-get</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;">device_sn</td>
<td style="text-align: left;">Yes</td>
<td style="text-align: left;">int</td>
<td>Inverter SN</td>
</tr>
</tbody>
</table>
<p><strong>Return example</strong></p>
<pre><code>{
&quot;device_sn&quot;: &quot;ZT00100001&quot;,
&quot;dataloggerSn&quot;: &quot;CRAZT00001&quot;,
&quot;data&quot;: {
&quot;ipm_temperature&quot;: 0,
&quot;model&quot;: 61748,
&quot;fwVersion&quot;: &quot;G.2.0&quot;,
&quot;treeName&quot;: &quot;ZT00100001&quot;,
&quot;lost&quot;: false,
&quot;location&quot;: &quot;&quot;,
&quot;updateExist&quot;: false,
&quot;treeID&quot;: &quot;ZT00100001&quot;,
&quot;powerMaxTime&quot;: &quot;&quot;,
&quot;lastUpdateTime&quot;: {
&quot;time&quot;: 1547000577000,
&quot;minutes&quot;: 22,
&quot;seconds&quot;: 57,
&quot;hours&quot;: 10,
&quot;month&quot;: 0,
&quot;year&quot;: 119,
&quot;timezoneOffset&quot;: -480,
&quot;day&quot;: 3,
&quot;date&quot;: 9
},
&quot;children&quot;: [],
&quot;statusText&quot;: &quot;inverter.status.normal&quot;,
&quot;inverterInfoStatusCss&quot;: &quot;vsts_table_green&quot;,
&quot;energyMonthText&quot;: &quot;0&quot;,
&quot;updating&quot;: false,
&quot;temperature&quot;: 0,
&quot;nominalPower&quot;: 20000,
&quot;bigDevice&quot;: false,
&quot;id&quot;: 116,
&quot;plantname&quot;: &quot;&quot;,
&quot;groupID&quot;: 0,
&quot;level&quot;: 4,
&quot;imgPath&quot;: &quot;./css/img/status_green.gif&quot;,
&quot;energyDay&quot;: 0,
&quot;userName&quot;: &quot;&quot;,
&quot;power&quot;: 0,
&quot;serialNum&quot;: &quot;ZT00100001&quot;,
&quot;dataLogSn&quot;: &quot;CRAZT00001&quot;,
&quot;createDate&quot;: null,
&quot;innerVersion&quot;: &quot;1.2.3.4.&quot;,
&quot;energyMonth&quot;: 0,
&quot;powerMax&quot;: &quot;&quot;,
&quot;modelText&quot;: &quot;A0B0D0T0PFU1M3S4&quot;,
&quot;energyDayMap&quot;: {},
&quot;status&quot;: 1,
&quot;eToday&quot;: 0,
&quot;alias&quot;: &quot;ZT00100001&quot;,
&quot;powerMaxText&quot;: &quot;&quot;,
&quot;eTotal&quot;: 0,
&quot;loadText&quot;: &quot;0%&quot;,
&quot;tcpServerIp&quot;: &quot;127.0.0.1&quot;,
&quot;userID&quot;: 0,
&quot;record&quot;: null,
&quot;lastUpdateTimeText&quot;: &quot;2019-01-09 10:22:57&quot;,
&quot;rfStick&quot;: null,
&quot;parentID&quot;: &quot;LIST_CRAZT00001_0&quot;,
&quot;address&quot;: 1,
&quot;plantId&quot;: 0
},
&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;">device_sn</td>
<td style="text-align: left;">int</td>
<td>Device SN</td>
</tr>
<tr>
<td style="text-align: left;">serialNum</td>
<td style="text-align: left;">string</td>
<td>Device SN</td>
</tr>
<tr>
<td style="text-align: left;">dataloggerSn</td>
<td style="text-align: left;">string</td>
<td>The collector SN of the inverter</td>
</tr>
<tr>
<td style="text-align: left;">lost</td>
<td style="text-align: left;">string</td>
<td>whether the device is online or not (0: online, 1: disconnected)</td>
</tr>
<tr>
<td style="text-align: left;">status</td>
<td style="text-align: left;">int</td>
<td>Device status, status (0: waiting, 1: normal, 3: failure)</td>
</tr>
<tr>
<td style="text-align: left;">alias</td>
<td style="text-align: left;">int</td>
<td>alias</td>
</tr>
<tr>
<td style="text-align: left;">location</td>
<td style="text-align: left;">string</td>
<td>Address</td>
</tr>
<tr>
<td style="text-align: left;">dataLogSn</td>
<td style="text-align: left;">string</td>
<td>The serial number of the collector</td>
</tr>
<tr>
<td style="text-align: left;">nominalPower</td>
<td style="text-align: left;">string</td>
<td>nominal power</td>
</tr>
<tr>
<td style="text-align: left;">lastUpdateTime</td>
<td style="text-align: left;">string</td>
<td>Last update time</td>
</tr>
<tr>
<td style="text-align: left;">tcpServerIp</td>
<td style="text-align: left;">string</td>
<td>Server address</td>
</tr>
<tr>
<td style="text-align: left;">fwVersion</td>
<td style="text-align: left;">string</td>
<td>Inverter version</td>
</tr>
<tr>
<td style="text-align: left;">error_code</td>
<td style="text-align: left;">string</td>
<td>0: normal return, 10001: system error</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></p>
<p>-The frequency of acquisition is once every 5 minutes</p>