Skip to main content
Home
for DLMS smart meters
Open source solutions for DLMS smart metering

Main navigation

  • Home
  • Products
  • About us
  • Open Source
  • Community
  • Forum
  • Downloads
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Forums
  3. DLMS Translator Python

DLMS Translator Python

Forum Rules

Before commenting read Forum rules

Don't comment the topic if you have a new question.

You can create a new topic selecting correct category from Gurux Forum and then create a new topic selecting "New Topic" from the top left.

By jrudilla , 14 December, 2021
Forums
DLMSDirector

Hi, I have a python code that translates the dlms frames, the problem is that I have realized that something does not work correctly.

This frame 01020203090C07E50C0D0110000000FFC400050000000005000000000203000500000000050000000
should give me:

<Structure Qty="03" >
<!-- 12/13/2021 4:00:00 PM+01:00 -->
<OctetString Value="07E50C0D0110000000FFC400" />
<Int32 Value="00000000" />
<Int32 Value="00000000" />
</Structure>
<Structure Qty="03" >
<None />
<Int32 Value="00000000" />
<Int32 Value="00000000" />
</Structure>

But failing I get this. I am missing the last item. <Int32 Value="00000000" />

<Structure Qty="03" >
<OctetString Value="07E50C0D0110000000FFC400" />
<Int32 Value="00000000" />
<Int32 Value="00000000" />
</Structure>
<Structure Qty="03" >
<None />
<Int32 Value="00000000" />
</Structure>
</Array>

The code I am using is this.

bb = GXByteBuffer()
bb.setHexString(data)
t = GXDLMSTranslator()
data_xml = t.dataToXml(bb)

Thank you very much for your support.

Profile picture for user Kurumi

Kurumi

4 years 9 months ago

Hi,

Hi,

There is one byte missing from your data. Append one zero like this:
01020203090C07E50C0D0110000000FFC4000500000000050000000002030005000000000500000000

BR,
Mikko

jrudilla

4 years 9 months ago

Thank you very much, I had

Thank you very much, I had not realized it but my service was always leaving the last digit, it is already solved

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Wed, 08/26/2026 - 09:04
    Gurux.DLMS.Python 1.0.203
  • Mon, 08/17/2026 - 11:28
    Gurux.DLMS.Python 1.0.202
  • Mon, 08/17/2026 - 09:47
    gurux.dlms.cpp 9.0.2608.1701
  • Mon, 08/17/2026 - 09:25
    gurux.dlms.c 9.0.2608.1701
  • Mon, 07/27/2026 - 12:37
    gurux.dlms.cpp 9.0.2607.2701

New forum topics

  • Security vulnerability report — request for a private contact (GuruxDLMS.c / ANSI C)
  • Topic: Insufficient Memory Error When Reading Class 7 Profile Generic Objects
  • SN ReadResponse returns all-null values when response spans multiple HDLC frames
  • Gurux.Serial.Android 3.0.6 – CH340 (HL-340) USB-Serial Adapter Not Working,
  • Trying to talk to a L&G E360 meter (Using Python Gurux)
More

Who's new

  • cyby
  • Metin Onan
  • ssv007
  • 3nzol3dur
  • dw772
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin