HomeGuidesAPI ReferenceChangelog
Terms of Use
Terms of Use

Show Consumption Of a Single Phase In an Electrical Circuit

Monitoring consumption of a specific phase in a circuit via AP

If you’d like to monitor the consumption of a specific phase in a circuit our system can provide phase-specific insights. On the consumption screen in your application specify a phase to initiate a data retrieval process and send a GET request to /resources/circuits/v1.0/{dlmCircuit}/consumption/{phase}, pinpointing the phase you aim to analyze.

The system is set up to capture immediate consumption updates through webhooks. A Circuit Consumption Notification Callback is fired providing the backend with accurate consumption details.

The Public API responds with a 200 OK status, returning the consumption data in a numeric format with up to one decimal place, measured in amps. With this phase-specific data your custom application can display the current consumption of the selected phase.