跳到主要内容
版本:2.0.0@Current

查询智能设备配置数据

智能设备配置数据查询

智能设备配置信息详情可通过附录-智能设备配置数据字典进行查询。 核心信息如下:

✨ 案例

请求

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

响应

{
"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
}