Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
The ISO/IEC 29341-6-15 standard defines the Power Alert Service for UPnP Low Power networks. This service provides a framework for devices to generate asynchronous alert notifications when power-related conditions cross user-defined thresholds. Unlike polling-based monitoring, the Power Alert Service uses event-driven architecture to immediately notify control points of critical power events, making it essential for demand-response automation, fault detection, and safety applications.
The service defines a flexible threshold system where each alert condition is configured with upper and lower bounds, hysteresis, and enable/disable control. The key state variables are:
| State Variable | Type | Description |
|---|---|---|
| AlertConfiguration | string (XML) | XML-encoded list of alert rules with threshold values, hysteresis, and enable flags |
| AlertStatus | string | Current alert status: “normal”, “highAlert”, “lowAlert”, “fault” |
| AlertDescription | string | Human-readable description of the most recent alert condition |
| AlertTimestamp | string (ISO 8601) | Timestamp of the most recent alert trigger |
| AlertCount | ui4 | Number of alert events since last reset |
The service provides the following actions for managing alert configuration and retrieval:
The true power of the Power Alert Service lies in its eventing mechanism. When an alert threshold is crossed, the device multicasts a PowerAlert event to all subscribed control points. The event payload includes the variable that triggered the alert, the actual value, the threshold that was crossed, and a severity level (info, warning, critical). This allows control points to prioritize response actions.
Demand-Response Integration. A utility company’s demand-response server can use the Power Alert Service to listen for “high demand” alerts from a whole-home energy monitor. When the alert triggers (e.g., power draw exceeds 10 kW for 5 minutes), the server dispatches a load-shedding command through the Power Control Service. This provides sub-minute response times without the overhead of cloud polling.
Fault Detection and Diagnostics. Industrial equipment can use the Power Alert Service to signal abnormal power consumption patterns. For example, a gradual increase in steady-state current beyond a configurable threshold may indicate bearing wear or refrigerant loss. The alert timestamp and description fields provide diagnostic context for predictive maintenance systems.
No download files available yet