Query the current output active power of the Plants
| Parameter | Description | Required |
|---|---|---|
| action | queryPlantActiveOuputPowerCurrent | True |
| plantid | Plants id | True |
响应:
| Parameter | Description | Required |
|---|---|---|
| outputPower | Output active power, Standardized units | True |
{
"err":0,
"desc":"ERR_NONE",
"dat":{
"outputPower":"5000.0001"
}
}
Possible errors:
| Response error code | Description | Details |
|---|---|---|
| 0x0006 | ERR_FORMAT_ERROR | Parameter error |
| 0x000B | ERR_NO_PERMISSION | No permission (the user does not have permission to operate the Plants) |
| 0x0104 | ERR_NOT_FOUND_PLANT | Unable to find the Plants |
| 0x000C | ERR_NO_RECORD | No records (no data found or no data generated for that day) |