DCC Alert

AD1 — Power Outage Event

SMETS applicability: SMETS2 or later

Trigger & context

When and why this alert fires

Event
Power Outage Event received from CSP
Trigger
CSP notification of loss of mains power as detected at the Communications Hub in the Consumer Premises for a time equal to or greater than three (3) minutes
Recipient(s)
Registered EIS Registered ENO Registered GIS Registered GNO
SMETS applicability
SMETS2 or later
Payload DUIS applicability
>= 1.0

DUIS delivery

Wrapper and field names

Wrapper element
DCCAlertMessage
Alert code field
DCCAlertCode
Payload field
DCCAlert
Throttling supported
Yes

Payload structure (16.2.1)

PowerOutageEventsr:PowerOutageEvent

Device power has failed.

FieldTypeMandatoryDescriptionSensitivity
CommsHubDeviceIDsr:EUIYesDevice ID of the Communications Hub that reported the Power Outage.Non-Sensitive
StartDateTimexs:dateTimeYesTimestamp when the Power Outage started; value provided by the CSP.Non-Sensitive
MPxNsr:ImportMPxNYesPrimary import MPAN for EIS/ENO or MPRN for GIS/GNO associated with the Communications Hub Function.Non-Sensitive

Response codes (16.2.1.3)

DUIS response codes applicable to this alert

I0

DUIS XSD version: >= 1.0

XML examples

Sample DUIS delivery messages

Figure 29 Sample Power Outage DCC Alert Response Format Page 60 of 76

                <DCCAlertMessage>
<DCCAlertCode>AD1</DCCAlertCode>
<DCCAlert>
<PowerOutageEvent>
<CommsHubDeviceID>88-00-AA-BB-CC-DD-EE-FF</CommsHubDeviceID>
<StartDateTime>2014-09-10T07:05:03.00</StartDateTime>
<MPxN>311234567890</MPxN>
</PowerOutageEvent>
</DCCAlert>
</DCCAlertMessage>
              

Figure 60 Sample DCC Alert – With Throttling Page 76 of 76

Includes throttling wrapper.

                <DCCAlertMessage>
<DCCAlertCode>AD1</DCCAlertCode>
<ThrottledAlertSequenceId>97311</ThrottledAlertSequenceId>
<ThrottledAlertCount>499</ThrottledAlertCount>
<DCCAlert>
<PowerOutageEvent>
<CommsHubDeviceID>88-00-AA-BB-CC-DD-EE-FF</CommsHubDeviceID>
<StartDateTime>2014-09-10T07:05:03.00</StartDateTime>
<MPxN>311234567890</MPxN>
</PowerOutageEvent>
</DCCAlert>
</DCCAlertMessage>