Query the rated power and model of Inverters or other power generation Device
| Parameter | Description | Required |
|---|---|---|
| action | queryDeviceRateActiveOutputPower | True |
| pn | Datalogger number | True |
| devcode | Device protocol encoding | True |
| devaddr | Device (485 bus) | True |
| sn | Device serial number | True |
response:
| Parameter | Description | Required |
|---|---|---|
| ratePower | Rated power, Standardized units | True |
| devtype | Model, defined by Device manufacturer | False |
{
"err":0,
"desc":"ERR_NONE",
"dat":{
"ratePower":"50000.0000",
"devtype": "SK50K"
}
}
Possible errors:
| Response error code | Description | Details |
|---|---|---|
| 0x0006 | ERR_FORMAT_ERROR | Parameter error |
| 0x000C | ERR_NO_RECORD | No record (no Device rating information found) |
| 0x0102 | ERR_NOT_FOUND_DEVICE | Device not found |