Smart device history data
Query of Smart device history data
Details of the smart device real-time information can be accessed via Appendix - Smart Device Realtime Data. The core information is as follows:
✨ Example
Request
curl --location -g '{{EU}}/history/querySmartDevice?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": [
{
"creationDate": "2024-10-10 12:59:21 +0000",
"rtcTime": "2024-10-10 20:59:21",
"invSn": "A1M230008333100B",
"modelType": "RMK-MA(3P)",
"totalActivePower": null,
"totalLoadPower": null,
"totalBuyElectricity": null,
"totalSoldElectricity": null,
"vac1": null,
"vac2": null,
"vac3": null,
"iac1": null,
"iac2": null,
"iac3": null,
"activePowerA": null,
"activePowerB": null,
"activePowerC": null,
"pfA": null,
"pfB": null,
"pfC": null,
"freA": null,
"freB": null,
"freC": null,
"vab": null,
"vbc": null,
"vca": null,
"rsved60330": null,
"rsved60340": null
},
{
"creationDate": "2024-10-10 12:58:20 +0000",
"rtcTime": "2024-10-10 20:58:20",
"invSn": "A1M230008333100B",
"modelType": "RMK-MA(3P)",
"totalActivePower": null,
"totalLoadPower": null,
"totalBuyElectricity": null,
"totalSoldElectricity": null,
"vac1": null,
"vac2": null,
"vac3": null,
"iac1": null,
"iac2": null,
"iac3": null,
"activePowerA": null,
"activePowerB": null,
"activePowerC": null,
"pfA": null,
"pfB": null,
"pfC": null,
"freA": null,
"freB": null,
"freC": null,
"vab": null,
"vbc": null,
"vca": null,
"rsved60330": null,
"rsved60340": null
}
],
"successful": true
}