inv Basic Information
<p><strong>Brief Description:</strong></p>
<ul>
<li>The data return format for the basic information of inv devices and the description of some parameters of the basic information.</li>
<li>
<p><code>Applicable only to: Batch retrieval of basic information of devices.</code></p>
<p><strong>Return Example</strong></p>
</li>
</ul>
<pre><code>{
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;inv&quot;: [
{
&quot;id&quot;: 7,
&quot;serialNum&quot;: &quot;HPB3744071&quot;,
&quot;alias&quot;: &quot;HPB3744071&quot;,
&quot;bigDevice&quot;: false,
&quot;address&quot;: 1,
&quot;location&quot;: &quot;在这&quot;,
&quot;userID&quot;: 0,
&quot;dataLogSn&quot;: &quot;JPC2101182&quot;,
&quot;createDate&quot;: null,
&quot;groupID&quot;: 0,
&quot;nominalPower&quot;: 6000,
&quot;power&quot;: 0.0,
&quot;eToday&quot;: 0.0,
&quot;eTotal&quot;: 0.0,
&quot;lastUpdateTime&quot;: 1613805596000,
&quot;fwVersion&quot;: &quot;AH1.0&quot;,
&quot;innerVersion&quot;: &quot;ahbb1916&quot;,
&quot;powerMax&quot;: null,
&quot;powerMaxTime&quot;: null,
&quot;energyDay&quot;: 0.0,
&quot;energyMonth&quot;: 0.0,
&quot;lost&quot;: true,
&quot;status&quot;: -1,
&quot;tcpServerIp&quot;: &quot;192.168.3.35&quot;,
&quot;updateExist&quot;: false,
&quot;plantId&quot;: 0,
&quot;plantname&quot;: null,
&quot;modelText&quot;: &quot;A1B0D1T0PFU1M7S1&quot;,
&quot;communicationVersion&quot;: null,
&quot;timezone&quot;: 8.0,
&quot;model&quot;: 269545841,
&quot;rfStick&quot;: null,
&quot;energyDayMap&quot;: {},
&quot;temperature&quot;: 0.0,
&quot;ipm_temperature&quot;: 0.0,
&quot;deviceType&quot;: 0,
&quot;updating&quot;: false,
&quot;record&quot;: null,
&quot;userName&quot;: null,
&quot;optimezerList&quot;: null,
&quot;invSetBean&quot;: null,
&quot;level&quot;: 4,
&quot;children&quot;: null,
&quot;treeID&quot;: &quot;HPB3744071&quot;,
&quot;treeName&quot;: &quot;HPB3744071&quot;,
&quot;parentID&quot;: &quot;LIST_JPC2101182_0&quot;,
&quot;loadText&quot;: &quot;0%&quot;,
&quot;powerMaxText&quot;: &quot;&quot;,
&quot;imgPath&quot;: &quot;./css/img/status_gray.gif&quot;,
&quot;lastUpdateTimeText&quot;: &quot;2021-02-20 15:19:56&quot;,
&quot;statusText&quot;: &quot;inverter.status.lost&quot;,
&quot;energyMonthText&quot;: &quot;0&quot;,
&quot;inverterInfoStatusCss&quot;: &quot;vsts_table_ash&quot;
}
]
},
&quot;message&quot;: &quot;SUCCESSFUL_OPERATION&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;">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>Data logger SN associated with the inverter</td>
</tr>
<tr>
<td style="text-align: left;">lost</td>
<td style="text-align: left;">string</td>
<td>Device online status (0: online, 1: offline)</td>
</tr>
<tr>
<td style="text-align: left;">status</td>
<td style="text-align: left;">int</td>
<td>Device status (0: waiting, 1: normal, 3: fault)</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>Associated data logger serial number</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>
</tbody>
</table>
<p><strong>Notes</strong></p>
<ul>
<li>The retrieval frequency is once every 5 minutes.</li>
</ul>