Skip to main content
Version: 2.0.0@Current

Smart device configuration data

Query of smart device configuration data

Details of the smart device configuration information can be accessed via Appendix - Smart Device Configuration Data Dictionary. The core information is as follows:

✨ Example

Request

curl --location -g '{{EU}}/device/querySmartDeviceConfigData?deviceSn=A1M230008333100B' \
--header 'token: xxx'

Response

{
"errorCode": 0,
"info": null,
"body": {
"deviceType": "SMART_DEVICE_METER",
"antiReverseEnable": 0,
"firmwareVersion": "V1.00.07",
"communicationMode": "WIFI-RS485",
"powerLimitValue": 0,
"inverterCount": 1,
"gridTypeSettings": 0,
"gridFrequencySettings": 0,
"rtcTime": "2024-10-17 18:43:53",
"ctratioSetting": 1
},
"successful": true
}