Storage Basic Information
<p><strong>Brief Description:</strong></p>
<ul>
<li>The data return format for the basic information of storage devices and partial parameter descriptions of the basic information.</li>
<li><code>Only applicable to: Batch retrieval of basic device information.</code></li>
</ul>
<p><strong>Return Example</strong></p>
<pre><code>{
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;storage&quot;: [
{
&quot;serialNum&quot;: &quot;JNK1CJM0GR&quot;,
&quot;portName&quot;: null,
&quot;dataLogSn&quot;: &quot;DDD0CGA0CF&quot;,
&quot;groupId&quot;: -1,
&quot;alias&quot;: &quot;裁床照明+插座+大空调&quot;,
&quot;location&quot;: &quot;&quot;,
&quot;addr&quot;: 1,
&quot;fwVersion&quot;: &quot;067.01/068.01&quot;,
&quot;model&quot;: 0,
&quot;innerVersion&quot;: &quot;null&quot;,
&quot;lost&quot;: true,
&quot;status&quot;: 5,
&quot;tcpServerIp&quot;: &quot;47.119.28.147&quot;,
&quot;lastUpdateTime&quot;: 1716979679000,
&quot;statusLed1&quot;: false,
&quot;statusLed2&quot;: false,
&quot;statusLed3&quot;: false,
&quot;statusLed4&quot;: false,
&quot;statusLed5&quot;: false,
&quot;statusLed6&quot;: false,
&quot;deviceType&quot;: 3,
&quot;batteryType&quot;: 0,
&quot;outputConfig&quot;: 3,
&quot;chargeConfig&quot;: 0,
&quot;utiOutStart&quot;: 0,
&quot;utiOutEnd&quot;: 0,
&quot;utiChargeStart&quot;: 0,
&quot;utiChargeEnd&quot;: 0,
&quot;pvModel&quot;: 0,
&quot;acInModel&quot;: 1,
&quot;outputVoltType&quot;: 1,
&quot;outputFreqType&quot;: 0,
&quot;overLoadRestart&quot;: 1,
&quot;overTempRestart&quot;: 1,
&quot;buzzerEN&quot;: 1,
&quot;maxChargeCurr&quot;: 1000,
&quot;batLowToUtiVolt&quot;: 46.0,
&quot;sysTime&quot;: &quot;2024-05-29 07:57&quot;,
&quot;bulkChargeVolt&quot;: 56.4,
&quot;floatChargeVolt&quot;: 54.0,
&quot;rateWatt&quot;: 5000,
&quot;rateVA&quot;: 5000,
&quot;plantId&quot;: 0,
&quot;plantname&quot;: null,
&quot;modelText&quot;: &quot;A0B0D0T0P0U0M0S0&quot;,
&quot;powSavingEn&quot;: 0,
&quot;uwBatType2&quot;: 0,
&quot;bLightEn&quot;: 0,
&quot;manualStartEn&quot;: 0,
&quot;sciLossChkEn&quot;: 0,
&quot;communicationVersion&quot;: null,
&quot;timezone&quot;: 8.0,
&quot;updating&quot;: false,
&quot;record&quot;: null,
&quot;pCharge&quot;: 0.0,
&quot;pDischarge&quot;: 0.0,
&quot;userName&quot;: null,
&quot;mainsToBatteryOperatPoint&quot;: 0.0,
&quot;liBatteryProtocolType&quot;: 0,
&quot;batteryUndervoltageCutoffPoint&quot;: 42.0,
&quot;uwFeedEn&quot;: 0,
&quot;uwLoadFirst&quot;: 0,
&quot;uwFeedRange&quot;: 0,
&quot;dtc&quot;: 20105,
&quot;level&quot;: 4,
&quot;children&quot;: null,
&quot;statusText&quot;: &quot;inverter.status.lost&quot;,
&quot;acmaxChargeCurr&quot;: 30,
&quot;treeName&quot;: &quot;裁床照明+插座+大空调&quot;,
&quot;treeID&quot;: &quot;ST_JNK1CJM0GR&quot;,
&quot;parentID&quot;: &quot;LIST_DDD0CGA0CF_96&quot;,
&quot;imgPath&quot;: &quot;./css/img/status_gray.gif&quot;,
&quot;lastUpdateTimeText&quot;: &quot;2024-05-29 18:47:59&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>SN of the data logger associated with the energy storage device</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, status (0: Offline, 1: Online, 2: Charging, 3: Discharging, 4: Error, 5: Burning, 6: Solar Charging, 7: Grid Charging, 8: Combined Charging (both solar and grid), 9: Combined Charging and Bypass (Grid) Output, 10: PV Charging and Bypass (Grid) Output, 11: Grid Charging and Bypass (Grid) Output, 12: Bypass (Grid) Output, 13: Solar Charging and Discharging Simultaneously, 14: Grid Charging and Discharging Simultaneously) (Shangk: 1: No Output, 2: Reserved, 3: Discharging, 4: Error, 5: Burning, 6: Solar Charging, 7: Grid Charging, 8: Combined Charging (both solar and grid), 9: Combined Charging and Bypass (Grid) Output, 10: PV Charging and Bypass (Grid) Output, 11: Grid Charging and Bypass (Grid) Output, 12: Bypass (Grid) Output, 13: Solar Charging and Discharging Simultaneously)</td>
</tr>
<tr>
<td style="text-align: left;">alias</td>
<td style="text-align: left;">string</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>Serial number of the associated data logger</td>
</tr>
<tr>
<td style="text-align: left;">pCharge</td>
<td style="text-align: left;">string</td>
<td>Charging power</td>
</tr>
<tr>
<td style="text-align: left;">pDischarge</td>
<td style="text-align: left;">string</td>
<td>Discharging 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>Firmware version of the energy storage device</td>
</tr>
<tr>
<td style="text-align: left;">innerVersion</td>
<td style="text-align: left;">string</td>
<td>Software version</td>
</tr>
</tbody>
</table>
<p><strong>Remarks</strong></p>
<ul>
<li>The retrieval frequency is once every 5 minutes.</li>
</ul>