API Domain
https://ioe-api.nextdrive.io/device-management
MQTT Data Format
Topic
log/registers/nextdrive/{{gatewayId}}
Schema
|
Column |
Format |
Example |
Description |
|
|---|---|---|---|---|
|
1 |
gatewayId |
string |
A005DFEFIE5CE83CE |
|
|
2 |
meterId |
string |
KT90000046 |
|
|
3 |
deviceUuid |
string |
9678a700-7c93-4db7-84c8-32747937a40c |
|
|
4 |
customerId |
string |
00000000000 |
|
|
5 |
routeBMacAddr |
string |
00:00:00:00:00:00 |
|
|
6 |
itemTimestamp |
|
1728015180 |
|
|
7 |
_uploadedTime |
|
1728015064 |
|
|
8 |
ac_power_meter_output_kwh |
|
310346.316000 |
|
|
9 |
ac_power_meter_input_kwh |
|
1234.56 |
|
|
10 |
ac_power_meter_output_kvarh |
|
2345.12 |
|
Example
{
"gatewayId": "{{gatewayId}}",
"meterId": "{{meterId}}",
"deviceUuid": "{{deviceUuid}}",
"customerId": "{{customerId}}",
"routeBMacAddr": "{{routeBMacAddr}}",
"itemTimestamp": 1728015180,
"_uploadedTime": 1728015064,
"ac_power_meter_output_kwh": 310346.316,
"ac_power_meter_input_kwh": 1234.56,
"ac_power_meter_output_kvarh": 2345.12
}
Resend Data