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. 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 5 months ago

Hi,

Hi,

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

BR,
Mikko

jrudilla

4 years 5 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

  • Tue, 06/09/2026 - 11:16
    gurux.dlms.java 4.0.95
  • Tue, 06/09/2026 - 10:03
    Gurux.DLMS.Python 1.0.199
  • Mon, 06/08/2026 - 13:39
    gurux.dlms.cpp 9.0.2606.0801
  • Mon, 06/01/2026 - 10:15
    gurux.dlms.cpp 9.0.2606.0101
  • Thu, 05/28/2026 - 16:06
    gurux.dlms.java 4.0.94

New forum topics

  • Error reading L&G Meter
  • Pass a TCP Client to GXNet
  • Australian EDMI Mk10D (Essential Energy area)
  • Strange mix of data notificiation vs get response
  • DLMS Connection
More

Who's new

  • Tuanhgg
  • Adel
  • charnon
  • Paddles
  • Miguel Ángel
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin