DCC Alert

N58 — Auxiliary Controller configuration change

SMETS applicability: SMETS2 or later

Trigger & context

When and why this alert fires

Event
APC / ALCS / HCALCS configuration changed on ESME
Trigger
Upon successful completion of Service Request 6.14.1 Update Device Configuration (Auxiliary Load Control Descriptions) OR Upon successful completion of Service Request 6.14.2 Update Device Configuration (Auxiliary Load Control Scheduler) OR Upon successful completion of Service Request 6.14.3 Update Device Configuration (Auxiliary Control Scheduler)
Recipient(s)
Registered ENO
SMETS applicability
SMETS2 or later
Introduced in DUIS
3.1
Payload DUIS applicability
>= 3.1

DUIS delivery

Wrapper and field names

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

Payload structure (16.2.1)

ALCSHCALCSConfigurationChangesr:ALCSHCALCSConfigurationChange

ESME ALCS / HCALCS / APC configuration has changed.

FieldTypeMandatoryDescriptionSensitivity
ESMEDeviceIDsr:EUIYesDevice ID of the ESME for which ALCS / HCALCS configuration has changed.Non-Sensitive
ESMEVariantsr:ESMEVariantNoESME/SAPC variant for which Auxiliary Controller configuration changed; provided so recipient can determine supported Auxiliary Controller functionality.Non-Sensitive
DeviceGBCSVersionxs:stringNoOperational GBCS version of the ESME/SAPC; provided to determine applicable Auxiliary Controller Service Requests.Non-Sensitive

Response codes (16.2.1.3)

DUIS response codes applicable to this alert

I0

DUIS XSD version: >= 3.1

XML examples

Sample DUIS delivery messages

Figure 57Figure 57.1 Sample ALCSHCALCSConfigurationChange DCC Alert Response Format – DUIS v3.1

                <DCCAlertMessage>
<DCCAlertCode>N58</DCCAlertCode>
<DCCAlert>
<ALCSHCALCSConfigurationChange>
<ESMEDeviceID>99-00-AA-BB-CC-DD-EE-FF</ESMEDeviceID>
</ALCSHCALCSConfigurationChange>
</DCCAlert>
</DCCAlertMessage>
              

Figure 57Figure 57.2 Sample ALCSHCALCSConfigurationChange DCC Alert Response Format – DUIS v4.0 or later

                <DCCAlertMessage>
<DCCAlertCode>N58</DCCAlertCode>
<DCCAlert>
<ALCSHCALCSConfigurationChange>
<ESMEDeviceID>99-00-AA-BB-CC-DD-EE-FF</ESMEDeviceID>
<ESMEVariant>AF</ESMEVariant>
<DeviceGBCSVersion>4.0</DeviceGBCSVersion>
</ALCSHCALCSConfigurationChange>
</DCCAlert>
</DCCAlertMessage>