Query the total power generation of all Plant
| Parameter | Description | Required |
|---|---|---|
| action | queryPlantsEnergyTotal | True |
response:
| Parameter | Description | Required |
|---|---|---|
| energy | Power generation (total Device power generation energyTotal + Plant offset energyOffset), Standardized units |
True |
{
"err":0,
"desc":"ERR_NONE",
"dat":{
"energy":"10.0001"
}
}
Possible errors:
| Response error code | Description | Details |
|---|---|---|
| 0x0104 | ERR_NOT_FOUND_PLANT | Unable to find Plant |