Configuration data
Query of device configuration
The details of the inverter configuration information can be queried through Appendix - Inverter Configuration Data Dictionary. The core information is as follows:
- Basic parameters
- Power control parameters
- Grid connection parameters
- Protection parameters
- Connection parameters
- Reactive power control
- Voltage active power curve P(U)
- Frequency power curve FP - Over-frequency
- Low voltage ride through
- Characteristic parameters
✨ Example
Request
curl --location -g '{{EU}}/wrapper/device/queryDeviceConfigData?deviceSn=A112200162230146' \
--header 'token: xxx'
Response
{
"errorCode": 0,
"info": null,
"body": {
"deviceType": "STORAGE_INVERTER",
"powerLimitValueCn": null,
"firmwareVersion": "V1-0137-0154",
"checkCode": "004037",
"standardPower": "50",
"communicationMode": "WIFI-/",
"safetyCountry": 10,
"inverterReconnectionTime": 30,
"antiCounterCurrentStartStop": 0,
"antiReverseCurrentPowerSetting": 3.0,
"ctRatioSetting": 1,
"activePowerLimitE2": 6553.5,
"pfSettings": 1.0,
"firstUnderVoltageValue": 184.0,
"firstUnderVoltageTime": 100,
"firstOverVoltageValue": 276.0,
"firstOverVoltageTime": 80,
"firstUnderFrequencyValue": 48.0,
"firstUnderFrequencyTime": 50,
"firstOverFrequencyValue": 52.0,
"firstOverFrequencyTime": 50,
"lowThroughEnable": 0,
"lowThroughEntryVoltage": 195.46,
"lowThroughExitVoltage": 200.1,
"lowThroughVoltage1": 34.48,
"protectionTimeForLowThroughVoltage1": 500.0,
"lowThroughVoltage2": 69.0,
"protectionTimeForLowThroughVoltage2": 950.0,
"lowThroughVoltage3": 114.97,
"protectionTimeForLowThroughVoltage3": 1800.0,
"lowThroughVoltage4": 172.47,
"protectionTimeForLowThroughVoltage4": 3100.0,
"lowThroughVoltage5": 183.96,
"protectionTimeForLowThroughVoltage5": 5000.0,
"parallelSysScheduleMode": null,
"parallelSysPowerModeSetting": null,
"parallelSysTotalPowerSetting": null,
"parallelSysPowerSettingA": null,
"parallelSysPowerSettingB": null,
"parallelSysPowerSettingC": null,
"parallelSysBatteryPowerSetting": null,
"parallelSysUpPowerLimit": null,
"parallelSysDownPowerLimit": null,
"batteryTypeCode": "10#0",
"peakLoadShiftSwitch": 0,
"gridMaximumCapacitySet": 650.0,
"gridConnectedSocProtection": 1,
"gridConnectedDischargeDepth": 20.0,
"gridConnectedUnbalancedSwitch": 1,
"allowParallelSwitch": 1,
"offGridSocProtection": 1,
"offGridDischargeDepth": 20.0,
"hybridWorkMode": "3#3",
"masterSlaveFlag": 2,
"systemControl": 0,
"mpptParallelingSwitch": 1,
"overloadModeSetting": 0,
"npeCheckFlag": 0,
"tenMinOverVoltageEnable": 0,
"tenMinOverVoltageThreshold": 253.0,
"reactivePowerControlMode": 0,
"rsved28108": 1,
"rsved28109": 0,
"pfCurvePowerA": 20.0,
"pfCurvePowerB": 50.0,
"pfCurvePowerC": 100.0,
"pfPowerA": 1.0,
"pfPowerB": 1.0,
"pfPowerC": 0.9,
"quVoltage1": 207.0,
"quReactive1": 48.5,
"quVoltage2": 211.6,
"quReactive2": 0.0,
"quVoltage3": 248.4,
"quReactive3": 0.0,
"quVoltage4": 253.0,
"quReactive4": -48.5,
"rsved28111": 1,
"do1Value": 2,
"loadControlMode": 0,
"manualModeRelayStatus": 1,
"controlTypeMode3": 2,
"exportPowerThresholdMode3": 0,
"importPowerThresholdMode3": 0,
"startSocMode3": 0.0,
"recoverySocMode3": 0.0,
"onceRunTimeMinMode3": 4,
"oneDayRunTimeMaxMode3": 5,
"outputModeSetting": 0,
"secondUnderVoltageValue": 115.0,
"secondUnderVoltageTime": 6,
"secondOverVoltageValue": 200.0,
"secondOverVoltageTime": 6,
"secondUnderFrequencyValue": 45.0,
"secondUnderFrequencyTime": 6,
"secondOverFrequencyValue": 55.0,
"secondOverFrequencyTime": 6,
"reconnectionLimitEnable": 0,
"slowLoadRate": 100.0,
"voltageLowerThresholdForNoFault": 184.0,
"voltageUpperThresholdForNoFault": 276.0,
"frequencyLowerThresholdForNoFault": 47.0,
"frequencyUpperThresholdForNoFault": 52.0,
"waitingTimeForNoFault": 30,
"voltageLowerThresholdForFault": 184.0,
"voltageUpperThresholdForFault": 276.0,
"frequencyLowerThresholdForFault": 47.0,
"frequencyUpperThresholdForFault": 52.0,
"waitingTimeForFault": 30,
"rsved28110": 0.04,
"inQuPowerThreshold": 20.0,
"outQuPowerThreshold": 5.0,
"overVoltageLoadReductionEnable": 0,
"voltage3ForPuCurve": 248.4,
"power3ForPuCurve": 100.0,
"voltage4ForPuCurve": 257.6,
"power4ForPuCurve": 10.0,
"rsved28112": 1,
"overFrequencyLoadReductionEnableForFp": 0,
"overFrequencyLoadReductionStartFrequencyForFp": 51.0,
"overFrequencyLoadReductionStartFrequencyPowerForFp": 100.0,
"overFrequencyLoadReductionEndFrequencyForFp": 52.0,
"overFrequencyLoadReductionEndFrequencyPowerForFp": 0.0,
"recoveryPowerFrequencyThresholdForFpOverFrequencyLoadReduction": 50.8,
"powerRecoveryWaitingTimeForFpOverFrequencyLoadReduction": 0,
"powerRecoverySlowLoadRateForFpOverFrequencyLoadReduction": 100.0,
"offGridOverload": 28,
"offGridVoltageSet": 200.0
},
"successful": true
}