POST api/{version}/v1/PowerStation/GetInverterPowerChartsBySn
单设备功率图表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
InverterKeyIndicatorsParaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SN |
电站Id |
string |
None. |
| Date |
[可省略]指定日期,默认当天 |
date |
None. |
| Type |
[可省略]1LifeCycle,2Day,3Month,4Year |
integer |
None. |
| Opt |
操作:down下载 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"sn": "sample string 1",
"date": "2025-12-15 01:03:42",
"type": 2,
"opt": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InverterPowerChartsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Load |
负载功率 |
Collection of ChartsModel |
None. |
| Meter |
Buy |
Collection of ChartsModel |
None. |
| Pv |
功率 |
Collection of ChartsModel |
None. |
| Battery |
Charge |
Collection of ChartsModel |
None. |
| Battery2 | Collection of ChartsModel |
None. |
|
| SOC | Collection of ChartsModel |
None. |
|
| soc2 | Collection of ChartsModel |
None. |
|
| Unit |
单位 |
string |
None. |
| Yield |
发电量 |
string |
None. |
| Income |
收益 |
string |
None. |
| ViewFiled |
显示字段 |
Collection of string |
None. |
| Xy | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"load": [
{
"x": "sample string 1",
"y": {}
},
{
"x": "sample string 1",
"y": {}
}
],
"meter": [
{
"x": "sample string 1",
"y": {}
},
{
"x": "sample string 1",
"y": {}
}
],
"pv": [
{
"x": "sample string 1",
"y": {}
},
{
"x": "sample string 1",
"y": {}
}
],
"battery": [
{
"x": "sample string 1",
"y": {}
},
{
"x": "sample string 1",
"y": {}
}
],
"battery2": [
{
"x": "sample string 1",
"y": {}
},
{
"x": "sample string 1",
"y": {}
}
],
"soc": [
{
"x": "sample string 1",
"y": {}
},
{
"x": "sample string 1",
"y": {}
}
],
"soc2": [
{
"x": "sample string 1",
"y": {}
},
{
"x": "sample string 1",
"y": {}
}
],
"unit": "sample string 1",
"yield": "sample string 2",
"income": "sample string 3",
"viewFiled": [
"sample string 1",
"sample string 2"
],
"xy": [
"sample string 1",
"sample string 2"
]
}