POST api/{version}/v1/PowerStation/GetInverterKvBySn
获取设备信息,自定义字段
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
InverterBaseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InverterSn |
设备SN |
string |
None. |
| Type |
!!!!!!!栏位测试,正式删除,支持类型[ESU,EMU,BPS,BPU,ETU] |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"inverterSn": "sample string 1",
"type": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PowerInverterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PowerStationId |
电站Id |
string |
None. |
| Sn |
设备SN |
string |
None. |
| CheckCode |
验证码 |
string |
None. |
| Model |
设备型号 |
string |
None. |
| Capacity |
PV 容量(光伏) |
string |
None. |
| BatteryCapacity |
电池容量 |
string |
None. |
| Connected |
接入时间 |
string |
None. |
| Status |
状态 |
string |
None. |
| ChangeFlag |
设备更换标识 |
boolean |
None. |
| IsStored |
是否储能设备 |
boolean |
None. |
| Cols |
展示字段 |
Collection of ColModel |
None. |
| Time |
电站时间 |
date |
None. |
| last_refresh_time |
最后一次更新时间 |
string |
None. |
| Prev |
上一个 |
string |
None. |
| Next |
下一个 |
string |
None. |
| NextDevice |
下一个详情 |
RimDevice |
None. |
| PrevDevice |
上一次详情 |
RimDevice |
None. |
| Name |
设备名称 |
string |
None. |
| Fault_Message | string |
None. |
|
| Tempperature |
温度 |
decimal number |
None. |
| brand | string |
None. |
|
| canStartIV | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"powerStationId": "sample string 1",
"sn": "sample string 2",
"checkCode": "sample string 3",
"model": "sample string 4",
"capacity": "sample string 5",
"batteryCapacity": "sample string 6",
"connected": "sample string 7",
"status": "sample string 8",
"changeFlag": true,
"isStored": true,
"cols": [
{
"key": "sample string 1",
"value": "sample string 2",
"isFaultMsg": 3,
"faultMsgCode": 4
},
{
"key": "sample string 1",
"value": "sample string 2",
"isFaultMsg": 3,
"faultMsgCode": 4
}
],
"time": "2025-12-15 01:04:58",
"last_refresh_time": "sample string 11",
"prev": "sample string 12",
"next": "sample string 13",
"nextDevice": null,
"prevDevice": null,
"name": "sample string 14",
"fault_Message": "sample string 15",
"tempperature": 1.1,
"brand": "sample string 16",
"canStartIV": true
}