By vibhorkhurana , 1 September, 2022 Forums Gurux.DLMS We setup a push configuration from the meter and we are receiving the below data. Can someone help on how to decode the same: 00 01 00 01 00 01 00 2A C2 01 0C 07 E6 08 1F 03 0B 02 0F FF 80 00 00 00 01 00 00 61 61 03 FF 02 0A 10 53 4D 52 32 31 32 30 36 37 35 30 30 30 31 37 39 Hi, Hi, Download GXDMSDirector and you can use it to convert this to XML. Select "Tools" and "DLMS Translator". Then add this text and press "Translate" button. You can use Gurux open source libraries to parse it or get the XML from the bytes. The output is: <WRAPPER len="2A" > <TargetAddress Value="1" /> <SourceAddress Value="1" /> <PDU> <EventNotificationRequest> <!-- 31.8.2022 11.02.15 --> <DateTime Value="07E6081F030B020FFF800000" /> <AttributeDescriptor> <!-- Data --> <ClassId Value="0001" /> <!-- 0.0.97.97.3.255 --> <InstanceId Value="0000616103FF" /> <!-- Value --> <AttributeId Value="02" /> </AttributeDescriptor> <AttributeValue> <String Value="SMR2120675000179" /> </AttributeValue> </EventNotificationRequest> </PDU> </WRAPPER> BR, Mikko
Hi, Hi, Download GXDMSDirector and you can use it to convert this to XML. Select "Tools" and "DLMS Translator". Then add this text and press "Translate" button. You can use Gurux open source libraries to parse it or get the XML from the bytes. The output is: <WRAPPER len="2A" > <TargetAddress Value="1" /> <SourceAddress Value="1" /> <PDU> <EventNotificationRequest> <!-- 31.8.2022 11.02.15 --> <DateTime Value="07E6081F030B020FFF800000" /> <AttributeDescriptor> <!-- Data --> <ClassId Value="0001" /> <!-- 0.0.97.97.3.255 --> <InstanceId Value="0000616103FF" /> <!-- Value --> <AttributeId Value="02" /> </AttributeDescriptor> <AttributeValue> <String Value="SMR2120675000179" /> </AttributeValue> </EventNotificationRequest> </PDU> </WRAPPER> BR, Mikko
Hi,
Hi,
Download GXDMSDirector and you can use it to convert this to XML. Select "Tools" and "DLMS Translator". Then add this text and press "Translate" button.
You can use Gurux open source libraries to parse it or get the XML from the bytes.
The output is:
<WRAPPER len="2A" >
<TargetAddress Value="1" />
<SourceAddress Value="1" />
<PDU>
<EventNotificationRequest>
<!-- 31.8.2022 11.02.15 -->
<DateTime Value="07E6081F030B020FFF800000" />
<AttributeDescriptor>
<!-- Data -->
<ClassId Value="0001" />
<!-- 0.0.97.97.3.255 -->
<InstanceId Value="0000616103FF" />
<!-- Value -->
<AttributeId Value="02" />
</AttributeDescriptor>
<AttributeValue>
<String Value="SMR2120675000179" />
</AttributeValue>
</EventNotificationRequest>
</PDU>
</WRAPPER>
BR,
Mikko