AddDevice
Description
References
Example scenario
Scenario: Add a new device
When receiving a smartmetering add device request
| DeviceIdentification | TEST1024000000001 |
| DeviceType | SMART_METER_E |
| CommunicationMethod | GPRS |
| CommunicationProvider | KPN |
| ICC_id | 1234 |
| DSMR_version | 4.2.2 |
| Supplier | Kaifa |
| HLS3_active | false |
| HLS4_active | false |
| HLS5_active | true |
| Master_key | m_key |
| Authentication_key | a_key |
| Encryption_key | e_key |
Then the get add device response should be returned
| DeviceIdentification | TEST1024000000001 |
| Result | OK |
And the dlms device with identification "TEST1024000000001" exists
And a request to the device can be performed after activation
And the stored keys are not equal to the received keysExample XML Message
Last updated
Was this helpful?