Smart device history configuration data
Query of Smart device history 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/queryHistorySmartDeviceConfigData?deviceSn=A1M230008333100B&startTime=2024-10-10 12:00:00&endTime=2024-10-10 13:00:00' \
--header 'token: xxx'
Response
{
"errorCode": 0,
"info": null,
"body": [
{
"cTRatioSetting": 1,
"antiReverseEnable": 0,
"powerLimitValue": null,
"inverterCount": 1,
"gridFrequencySettings": 0,
"firmwareVersion": "V1.00.07",
"communicationMode": "WIFI-RS485",
"gridTypeSettings": 0,
"rtctime": "2024-10-10 20:39:39"
}
],
"successful": true
}