DCC Alert

N39 — PPMID Alert

SMETS applicability: SMETS2 or later

Trigger & context

When and why this alert fires

Event
A PPMID Device generates a Device Alert as defined by GBCS
Trigger
PPMID Device Alert received by the DSP Access Control Broker
Recipient(s)
Registered EIS Registered GIS
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)

PPMIDAlertsr:PPMIDAlert

Device Alert generated by the PPMID Device.

FieldTypeMandatoryDescriptionSensitivity
DeviceIDsr:EUIYesDevice ID of the PPMID that generated the Device Alert.Non-Sensitive
DeviceAlertCodexs:hexBinaryYesAlert Code of the Device Alert generated by the PPMID.Non-Sensitive
TimeStampxs:dateTimeNoTimestamp of the event responsible for the Device Alert; populated only where Device Alert Code is 8F8B.Non-Sensitive
PPMIDFirmwareUpgradeAlertsr:PPMIDFirmwareUpgradeAlertNoFirmware Upgrade Alert sent by a PPMID; populated only where Device Alert Code is 8F8B.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 44 Sample PPMID Alert DCC Alert Response Format <DCCAlertMessage>

                <DCCAlertMessage>
<DCCAlertCode>N39</DCCAlertCode>
<DCCAlert>
<PPMIDAlert>
<DeviceID>13-00-AA-BB-CC-DD-EE-FF</DeviceID>
<DeviceAlertCode>8F30</DeviceAlertCode>
</PPMIDAlert>
</DCCAlert>
</DCCAlertMessage>
              

Figure 44.1 Sample PPMID Alert Response Format for Firmware Upgrade Notification – DUIS v5.0 or later

                <DCCAlertMessage>
<DCCAlertCode>N39</DCCAlertCode>
<DCCAlert>
<PPMIDAlert>
<DeviceID>13-00-AA-BB-CC-DD-EE-FF</DeviceID>
<DeviceAlertCode>8F8B</DeviceAlertCode>
<TimeStamp>2020-09-10T07:05:03.00</TimeStamp>
<PPMIDFirmwareUpgradeAlert>
<FirmwareVersion>11A0EEFF</FirmwareVersion>
<ActivateImageResultCode>ActivationSuccess</ActivateImageResultCode>
</PPMIDFirmwareUpgradeAlert>
</PPMIDAlert>
</DCCAlert>
</DCCAlertMessage>