DCC Alert

N54 — Dual Band CH Alert

SMETS applicability: SMETS2 or later

Trigger & context

When and why this alert fires

Event
A Dual Band CH Device generates a Device Alert as defined by GBCS
Trigger
Dual Band CH Device Alert received by the DSP Access Control Broker as defined by GBCS section 16.1, being one of: Alert Type 1: 0x8F21 (Duty Cycle fallen below Normal-Limited Duty Cycle Threshold), 0x8F22 (Critical Duty Cycle Action Taken), 0x8F23 (Duty Cycle fallen below Limited-Critical Duty Cycle Threshold), 0x8F24 (Regulated Duty Cycle Action Taken), 0x8F25 (Duty Cycle fallen below Critical-Regulated Duty Cycle Threshold), 0x8F27 (Sub GHz Channel Scan initiated), 0x8F29 (Three Lost GSME Searches Failed), 0x8F2B (Sub GHz Channel not changed due to Frequency Agility Parameters). Alert Type 2: 0x8F20 (Limited Duty Cycle Action Taken), 0x8F26 (Sub GHz Channel Changed), 0x8F28 (Sub GHz Channel Scan Request Assessment Outcome), 0x8F2A (Sub GHz Configuration Changed), 0x8F2C (Message Discarded Due to Duty Cycle Management), 0x8F2D (No More Sub GHz Device Capacity).
Recipient(s)
Responsible EIS Responsible GIS
SMETS applicability
SMETS2 or later
Introduced in DUIS
2.0
Payload DUIS applicability
>= 2.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)

DualBandCHAlertsr:DualBandCHAlert

Device Alert generated by the Dual Band CHF Device.

FieldTypeMandatoryDescriptionSensitivity
CHFDeviceIDsr:EUIYesDevice ID of the Dual Band CHF that generated the Device Alert.Non-Sensitive
DeviceAlertCodexs:hexBinaryYesAlert Code generated by the Dual Band CHF; preceding 0x removed.Non-Sensitive
GBCSHexadecimalMessageCodexs:hexBinaryConditionalMessage Code corresponding to the GBCS Use Case for Dual Band CH Device Alerts that include additional data.Non-Sensitive
LimitedDutyCycleActionTakensr:LimitedDutyCycleActionTakenDeviceAlertCode = 8F20: Yes; otherwise N/ADecode of Device Alert details for GBCS Use Case DBCH06.Non-Sensitive
SubGHzChannelChangedsr:SubGHzChannelChangedDeviceAlertCode = 8F26: Yes; otherwise N/ADecode of Device Alert details for GBCS Use Case DBCH07.Non-Sensitive
SubGHzChannelScanRequestAssessmentOutcomesr:SubGHzChannelScanRequestAssessmentOutcomeDeviceAlertCode = 8F28: Yes; otherwise N/ADecode of Device Alert details for GBCS Use Case DBCH08.Non-Sensitive
SubGHzConfigurationChangedsr:SubGHzConfigurationDeviceAlertCode = 8F2A: Yes; otherwise N/ADecode of Sub GHz Configuration changed details for DBCH09; detailed type referenced in Annex 6 section 6.28.Non-Sensitive
MessageDiscardedDueToDutyCycleManagementsr:MessageDiscardedDeviceAlertCode = 8F2C: Yes; otherwise N/ADecode of DBCH10 message discarded due to duty cycle management.Non-Sensitive
NoMoreSubGHzDeviceCapacitysr:DeviceNotJoinedSubGHzSMHANDeviceAlertCode = 8F2D: Yes; otherwise N/ADecode of DBCH11 no more Sub GHz device capacity.Non-Sensitive

Response codes (16.2.1.3)

DUIS response codes applicable to this alert

I0E59

DUIS XSD version: >= 2.0

XML examples

Sample DUIS delivery messages

Figure 49 Sample DualBandCHAlert (no additional data) DCC Alert Response Format Page 67 of 76

                <DCCAlertMessage>
<DCCAlertCode>N54</DCCAlertCode>
<DCCAlert>
<DualBandCHAlert>
<CHFDeviceID>99-00-AA-BB-CC-DD-EE-FF</CHFDeviceID>
<DeviceAlertCode>8F21</DeviceAlertCode>
</DualBandCHAlert>
</DCCAlert>
</DCCAlertMessage>
              

Figure 50 Sample DualBandCHAlert (LimitedDutyCycleActionTaken) DCC Alert Response Format

                <DCCAlertMessage>
<DCCAlertCode>N54</DCCAlertCode>
<DCCAlert>
<DualBandCHAlert>
<CHFDeviceID>99-00-AA-BB-CC-DD-EE-FF</CHFDeviceID>
<DeviceAlertCode>8F20</DeviceAlertCode>
<GBCSHexadecimalMessageCode>0110</GBCSHexadecimalMessageCode>
<LimitedDutyCycleActionTaken>
<DeviceIDToSuspend>19-03-AA-BB-CC-DD-EE-FF</DeviceIDToSuspend>
</LimitedDutyCycleActionTaken>
</DualBandCHAlert>
</DCCAlert>
</DCCAlertMessage>
              

Figure 51 Sample DualBandCHAlert (SubGHzChannelChanged) DCC Alert Response Format

                <DCCAlertMessage>
<DCCAlertCode>N54</DCCAlertCode>
<DCCAlert>
<DualBandCHAlert>
<CHFDeviceID>99-00-AA-BB-CC-DD-EE-FF</CHFDeviceID>
<DeviceAlertCode>8F26</DeviceAlertCode>
<GBCSHexadecimalMessageCode>0111</GBCSHexadecimalMessageCode>
<SubGHzChannelChanged>
<OperatingSubGHzChannel>
<OperatingLowerBandSubGHzChannel>
<Channel45/>
</OperatingLowerBandSubGHzChannel>
</OperatingSubGHzChannel>
<ScanTrigger>GSMERequest</ScanTrigger>
</SubGHzChannelChanged>
</DualBandCHAlert>
</DCCAlert>
</DCCAlertMessage>
              

Figure 52 Sample DualBandCHAlert (SubGHzChannelScanRequestAssessmentOutcome) DCC Alert Response Format

                <DCCAlertMessage>
<DCCAlertCode>N54</DCCAlertCode>
<DCCAlert>
<DualBandCHAlert>
<CHFDeviceID>99-00-AA-BB-CC-DD-EE-FF</CHFDeviceID>
<DeviceAlertCode>8F28</DeviceAlertCode>
<GBCSHexadecimalMessageCode>0112</GBCSHexadecimalMessageCode>
<SubGHzChannelScanRequestAssessmentOutcome>
<StatusCode>ScanRequestAccepted</StatusCode>
<ScanTrigger>RemotePartyCommand</ScanTrigger>
</SubGHzChannelScanRequestAssessmentOutcome>
</DualBandCHAlert>
</DCCAlert>
</DCCAlertMessage>
              

Figure 53 Sample DualBandCHAlert (SubGHzConfigurationChanged) DCC Alert Response Format

                <DCCAlertMessage>
<DCCAlertCode>N54</DCCAlertCode>
<DCCAlert>
<DualBandCHAlert>
<CHFDeviceID>99-00-AA-BB-CC-DD-EE-FF</CHFDeviceID>
<DeviceAlertCode>8F2A</DeviceAlertCode>
<GBCSHexadecimalMessageCode>0113</GBCSHexadecimalMessageCode>
<SubGHzConfigurationChanged>
<LowerBandSubGHzChannels0To26>
<Channel0/>
<Channel7/>
</LowerBandSubGHzChannels0To26>
<LowerBandSubGHzChannels27To34>
<Channel28/>
<Channel30/>
</LowerBandSubGHzChannels27To34>
<LowerBandSubGHzChannels35To61>
<Channel37/>
<Channel38/>
</LowerBandSubGHzChannels35To61>
<UpperBandSubGHzChannels0To26>
<Channel3/>
<Channel9/>
</UpperBandSubGHzChannels0To26>
<NormalLimitedDutyCycleThreshold>1.7</NormalLimitedDutyCycleThreshold>
<LimitedCriticalDutyCycleThreshold>2.1</LimitedCriticalDutyCycleThreshold>
<MaximumSubGHzChannelChangesPerWeek>3</MaximumSubGHzChannelChangesPerWeek>
<GSMECurfew>3</GSMECurfew>
<ChannelQuieterThreshold>10</ChannelQuieterThreshold>
<ChannelNoisierThreshold>12</ChannelNoisierThreshold>
<NonGSMEPoorCommsPercentageThreshold>15.00</NonGSMEPoorCommsPercentageThreshold>
<NonGSMEPoorCommsMeasurementPeriods>75</NonGSMEPoorCommsMeasurementPeriods>
<LocalCHNoiseMeasurementPeriod>65</LocalCHNoiseMeasurementPeriod>
<LocalCHFailurePercentage>12.00</LocalCHFailurePercentage>
<LocalCHRetryPercentage>15.3</LocalCHRetryPercentage>
</SubGHzConfigurationChanged>
</DualBandCHAlert>
</DCCAlert>
</DCCAlertMessage>
              

Figure 54 Sample DualBandCHAlert (MessageDiscardedDueToDutyCycleManagement) DCC Alert Response Format

                <DCCAlertMessage>
<DCCAlertCode>N54</DCCAlertCode>
<DCCAlert>
<DualBandCHAlert>
<CHFDeviceID>99-00-AA-BB-CC-DD-EE-FF</CHFDeviceID>
<DeviceAlertCode>8F2C</DeviceAlertCode>
<GBCSHexadecimalMessageCode>0114</GBCSHexadecimalMessageCode>
<MessageDiscardedDueToDutyCycleManagement>
<RequestID>11-22-33-44-55-66-77-88:34-25-7A-BB-CC-DD-EE-FF:50</RequestID>
<CRAFlag>Command</CRAFlag>
</MessageDiscardedDueToDutyCycleManagement>
</DualBandCHAlert>
</DCCAlert>
</DCCAlertMessage>
              

Figure 55 Sample DualBandCHAlert (NoMoreSubGHzDeviceCapacity) DCC Alert Response Format

                <DCCAlertMessage>
<DCCAlertCode>N54</DCCAlertCode>
<DCCAlert>
<DualBandCHAlert>
<CHFDeviceID>99-00-AA-BB-CC-DD-EE-FF</CHFDeviceID>
<DeviceAlertCode>8F2D</DeviceAlertCode>
<GBCSHexadecimalMessageCode>0115</GBCSHexadecimalMessageCode>
<NoMoreSubGHzDeviceCapacity>
<DeviceID>19-03-AA-BB-CC-DD-EE-FF</DeviceID>
<DeviceType>PPMID</DeviceType>
</NoMoreSubGHzDeviceCapacity>
</DualBandCHAlert>
</DCCAlert>
</DCCAlertMessage>