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
By atuldd , 16 April, 2025

Regarding the dlms android project

Forums
Gurux DLMS for Android

cannot able to understand the flow of meter communication in gurux android project
trying to connect with lnt meter but it is not getting open and read from the android application

By Costa , 16 April, 2025

Decode PDU using shortname

Forums
Gurux.DLMS

Hello!

Recently, I’ve been trying to decode an information report packet with the PDU interface type, but the value always comes out as null, even though the GXDLMSTranslator decodes it correctly. I would like to know if this is indeed as it should be. I’m using the library version 9.0.2503.2001 for .NET.

By Frank , 15 April, 2025

How to get UIValues

Forums
General discussion
Hi
is there a method to get the UIValue based on the actual
value read in the meter?

for example, I have a GXDLMSData that has a custom 
attributesettings that defines GXObisValueItem like 
for example:
GXObisValue Value is 1 and UIValue is Reset

right now I am manually matching them

GXDLMSAttributeSettings atbr = dataobj.Attributes[1]; 
if (atbr.Values.Count > 0) 
{ 
	foreach (GXObisValueItem val in atbr.Values) 
	{ 
		if (dataobj.Value != null &&
			int.TryParse(dataobj.Value.ToString(), out int parsedValue) &&
			val.Value == parsedValue)
By benyamin.chesh… , 14 April, 2025

The date is not displayed correctly.

Forums
Gurux.DLMS

Hello
I am facing this problem in getting the date. I would be grateful if you could suggest me a solution.
The time is correct, but the date is wrong, and the correct date is glorious
trace debug
Clock : Index: 2 Value: 01/01/1970 18:10:47<LF>
Index: 3 Value: -210<LF>
Index: 4 Value: 0<LF>
Index: 5 Value: 01/01/1970 00:00:00 UTC+00:00<LF>
Index: 6 Value: 01/01/1970 00:00:00 UTC+00:00<LF>
Index: 7 Value: 0<LF>
Index: 8 Value: 0<LF>
Index: 9 Value: 0<LF>

By markusrc11 , 14 April, 2025

Android Serial ProfileGeneric reading

Forums
Gurux DLMS for Android

Hi,

I am trying to read a Sagemcom X2000-9 meter. I connected my phone via USB-C serial to the meter and I with the writing password.

When I try to read the obis 0.0.98.1.1.255 I got an "Access Error : Device reports scope of access violated."

I attach the log:

TX: 7EA0080221039386C17E

RX: 7EA01F030221737342818012050180060180070400000001080400000001533B7E

TX: 7EA0450221031043CAE6E6006036A1090607608574050801018A0207808B0760857405080201AC0A80083030303030303032BE10040E01000000065F1F0400001E1DFFFFDFD37E

By mick93 , 11 April, 2025

Writing bytearray with write()?

Forums
Gurux.DLMS

Hi,
I have problem with changing value of object, which has 'bytearray' - as I could see after reading that OBIS. For changing "normal" values, such as APN, I use the following python snippet:

d = GXDLMSData("obis")
d.apn = "newAPN"
self.write(d, 2)

And it works fine, but there's also manufacturer's specific object - pinging setup, which consists of target IP and interval. First one is bytearray, second is integer. After reading this object it looks like below:

By Dmitry , 11 April, 2025

Compile errors DLMS.cpp server example on uncomment DLMS_IGNORE_XML_TRANSLATOR

Forums
Gurux DLMS for ANSI C++

Hi Mikko!

I uncommented #define DLMS_IGNORE_XML_TRANSLATOR in GXIgnore.h and get many errors about xml. In server example.

invalid use of incomplete type ‘class CGXDLMSTranslatorStructure’
../../../development/src/GXDLMS.cpp:1947:16: error: invalid use of incomplete type ‘class CGXDLMSTranslatorStructure’
1947 | if (xml->GetComments())
| ^~

By Vikas_Balichakra , 11 April, 2025

Not able to read PUSH association via GURUX tool

Forums
General discussion

<p>As per IS 15959-P2 (cluase 4 and 7.1 Table-2) PUSH doesn't required any authentication password. It has the lowest key. But when i am selecting Indian standard and association PUSH in gurux it is mandatorily asking password and hence meter is failing. Attached the screen shot both standard and tool configuration. I am using 9.0.2504.0301 version.</p>

By Yamini , 10 April, 2025

Gas Meter Reading from Gurux Director

Forums
DLMSDirector

Hi,

Could you Please help me in reading Gas meter from Gurux Director. What are the settings I need to give in director.

Thank You
Yamini

By Amiya Roul , 9 April, 2025

Producing large size response packet on US Association

Forums
Gurux DLMS for ANSI C

Hi,

We are developing indian standard meter . In wrapper communication interface of US Association, existing gurux library is producing large size of response buffer when reading objects. Can you please suggest a suitable encoding mechanism to reduce the response buffer size when reading objects for less memory consumption.

Here is the below request-response .

20:48:41 Collecting objects

TX: 00 01 00 30 00 01 00 20 C8 1E 30 00 00 00 03 D3 1B D5 67 F0 D0 FE FF 50 B9 E1 23 14 61 78 8A 39 05 DB D5 6A 0D 4F E8 62

20:48:43

Pagination

  • First page
  • Previous page
  • …
  • Page 58
  • Page 59
  • Page 60
  • Page 61
  • Page 62
  • Page 63
  • Page 64
  • Page 65
  • Page 66
  • …
  • Next page
  • Last page
  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Mon, 07/27/2026 - 12:37
    gurux.dlms.cpp 9.0.2607.2701
  • Thu, 07/23/2026 - 16:19
    gurux.dlms.java 4.0.96
  • Thu, 07/09/2026 - 14:34
    Gurux.DLMS.Python 1.0.201
  • Fri, 06/26/2026 - 16:32
    Gurux.Service 3.0.2606.2601
  • Wed, 06/24/2026 - 08:36
    Gurux.DLMS.Python 1.0.200

New forum topics

  • Possible memory leak in file dlms.c, getCompactArrayItem(), getCompactArrayItem2()
  • Official Gurux.DLMS.Client.Example.Net fails during High GMAC secure association (Invalid PDU), while Gurux Director connects successfully
  • gurux_dlms.GXDateTime.GXDateTime object Error in Python
  • T_APPL_DATA_LN_N1 subtest 3 fails on an LN-only server regardless of the response to a non-existing-object GET
  • Version mismatch between Gurux.DLMS 9.x and Gurux.Common/Gurux.Serial 8.x
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin