DCC Alert

N61 — Firmware image successfully delivered to Comms Hub

SMETS applicability: SMETS2 or later

Trigger & context

When and why this alert fires

Event
Firmware image successfully delivered to Comms Hub
Trigger
Notification from CSP indicating that the image has been successfully delivered to the Comms Hub.
Recipient(s)
Update Firmware request sender
SMETS applicability
SMETS2 or later
Introduced in DUIS
5.0
Payload DUIS applicability
>= 5.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)

CSPFirmwareDeliveryStatussr:CSPFirmwareDeliveryStatus

This payload element is shared across multiple DCC alert codes:N60N61

CSP notification relating to transfer of firmware image to a Comms Hub.

FieldTypeMandatoryDescriptionSensitivity
UpdateFirmwareRequestIDsr:RequestIDTypeYesRequest ID of the Update Firmware Service Request associated to this DCC Alert.Non-Sensitive
CommsHubDeviceIDsr:EUIYesDevice ID of the Comms Hub that generated the Device Alert.Non-Sensitive
TargetDeviceIDsr:EUIYesID of the Device the firmware image is targeted at.Non-Sensitive
FirmwareVersionsr:FirmwareVersionYesFirmware version of the transferred or discarded Upgrade Image.Non-Sensitive
TimeStampxs:dateTimeYesTimestamp of the event responsible for this DCC Alert.Non-Sensitive
CommsHubTransferStatusxs:string enumerationYesWhether a firmware image has been delivered to a Comms Hub.Non-Sensitive

Response codes (16.2.1.3)

DUIS response codes applicable to this alert

I0

DUIS XSD version: >= 5.0

XML examples

Sample DUIS delivery messages

Figure 57Figure 57.4 Sample CSPFirmwareDeliveryStatus DCC Alert Response Format 16.2.1.4.33 CommsHubAlert

                <DCCAlertMessage>
<DCCAlertCode>N61</DCCAlertCode>
<DCCAlert>
<CSPFirmwareDeliveryStatus>
<UpdateFirmwareRequestID>11-22-33-44-55-66-77-88:11-DB-33-44-55-66-77-
88:10</UpdateFirmwareRequestID>
<CommsHubDeviceID>11-00-AA-BB-CC-DD-EE-FF</CommsHubDeviceID>
<TargetDeviceID>13-00-AA-BB-CC-DD-EE-FF</TargetDeviceID>
<FirmwareVersion>11A0EEFF</FirmwareVersion>
<TimeStamp>2020-09-10T07:05:03.00</TimeStamp>
<CommsHubTransferStatus>Success</CommsHubTransferStatus>
</CSPFirmwareDeliveryStatus>
</DCCAlert>
</DCCAlertMessage>