Query the current output active power of all Plant
| Parameter | Description | Required |
|---|---|---|
| action | queryPlantsActiveOuputPowerCurrent | True |
response:
| 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 |
|---|---|---|
| 0x0104 | ERR_NOT_FOUND_PLANT | Unable to find Plant |
| 0x000C | ERR_NO_RECORD | No records (no data found or no data generated for that day) |