POST api/v2/PowerStation/GetPowerflow
Request Information
URI Parameters
None.
Body Parameters
PowerStationBaseModelName | Description | Type | Additional information |
---|---|---|---|
PowerStationId |
电站ID |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "powerStationId": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PowerflowModelName | Description | Type | Additional information |
---|---|---|---|
Pv |
PV输出功率 |
string |
None. |
PvStatus |
状态,-1放电,0待机,1充电 |
integer |
None. |
Bettery |
电池充放电功率 |
string |
None. |
BetteryStatus |
状态,-1放电,0待机,1充电 |
integer |
None. |
Load |
负载功率 |
string |
None. |
LoadStatus |
【目前和GridStatus用反了】状态,-1卖,0待机,1买 |
integer |
None. |
Grid |
并网买卖功率 |
string |
None. |
SOC |
电池剩余电量 |
integer |
None. |
SOCText |
电池剩余电量文本 |
string |
None. |
HasEquipment |
是否有发电设备 |
boolean |
None. |
GridStatus |
【目前和LoadStatus用反了】状态,-1放电,0待机,1充电 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "pv": "sample string 1", "pvStatus": 2, "bettery": "sample string 3", "betteryStatus": 4, "load": "sample string 5", "loadStatus": 6, "grid": "sample string 7", "soc": 8, "socText": "sample string 9", "hasEquipment": true, "gridStatus": 11 }