Capacity Peak Alerts
Capacity peak threshold exceeded
The end user can set up a capacity peak threshold and they will be notified when the consumption in a 15-minute interval exceeds the aforementioned threshold. The threshold value can be specified via the PUT /capacitypeaks/config CE-API endpoint and can be later retrieved via the GET /capacitypeaks/config CE-API endpoint.
When the thresholds have been setup and are exceeded the following notification is triggered:
Notification Code | Description |
---|---|
CP001 | Consumption exceeded the capacity peak set by the user |
These notifications contain the following additional attributes
Notification Attribute | Description |
---|---|
timestamp | The timestamp of when the device identified that the threshold was exceeded. |
gateway_eui | The gateway EUI for which the notification was dispatched. |
capacity_peak_threshold | The threshold for energy usage set by the user in Watts. |
consumption_value | The consumption value that triggered the notification in Watts. |
external_installation_id | The installation for which the notification is triggered. |
Updated 29 days ago