ADA Documentation Help

Smart Current

When the message contains an IoT Controller payload, the value SmartCurrent will be in the deviceType field of the uplink request.

Payloads

Join message

After the device has joined the network, it will send a message containing the following information.

{ "firmwareVersion": "v1.1", "hardwareVersion": "v1.1", "ipsoVersion": "v0.1", "power": "on", "sn": "6746d48476070000" }

Report message

Report messages are sent with a configurable interval.

{ "current": 3.14, "totalCurrent": 10.3 }

Field

Type

Conditional

Description

Notes

current

float

No

The momentary current draw.

Amperes (A)

totalCurrent

float

No

The total current draw since boot.

Ampere-hours (Ah)

Documentation still in preparation...

19 juni 2025