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. Gurux.DLMS

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.

Description

Questions and comments about
Gurux DLMS/COSEM Protocol Component.

Image
By Andre Dainese , 25 November, 2023

[Gurux DLMS for C] Problem writing to an attribute of type 'array'

Forums
Gurux.DLMS

Our AMR has to be able to reconfigure the display configuration of an specific meter. To do that, it is necessary to perform a write attribute operation, changing an attr that is of type 'array'. Each position of this array represents one of the screens to be displayed by the meter, so the more screens are needed, the longer the array needs to be.

In the case, we are using Gurux DLMC for C to perform the DLMS operations.

By nima_1375 , 25 November, 2023

Image transfer failing in cosem_checstructure function

Forums
Gurux.DLMS

Hi

By arobles , 20 November, 2023

How to get or install Gurux GXDLMSDirector

Forums
Gurux.DLMS

Hi,

I need to install the GuruxGXDLMSDirector client, the installer was previously published in the official repository, but it seems that it is no longer available,

thanks,

regards.

By JavierDiaz , 20 November, 2023

Simulator - objects ProfileGeneric from the template are not read

Forums
Gurux.DLMS

Hi,
Tell me, please, I launched the simulator with a template, in which there is object ProfileGeneric with data. I'm trying to read data from this object - it returns an empty array.
And second, is it possible to make object 1 dynamically filled with data every day that can be read?

Thank you!

By Jigar599 , 20 November, 2023

Read request shows Invalid authentication tag

Forums
Gurux.DLMS

Hi,

Currently I am using GuruxDLMS.c for my dvelopment.

I have initialized MR Association with password, BLOCK_CIPHER_KEY, AUTHENTICATION_KEY. Here connection is successful but read request gets failed. Can you please help to indetify the root cause?

Below are the logs attached. I have attached Screenshot for your reference.

------------------------------------------------ MR Association---------------------------------------------------------

By Cali03 , 20 November, 2023

MaxAPDUSize HandleAarqRequest

Forums
Gurux.DLMS

Hi

On the method HandleAarqRequest you are checking if MaxAPDUSize is lower than 64 and return an error PduSizeTooShort.
Maybe it will be great if MaxAPDUSize comes to 0 change it to the max value allowed, i think is 65365.

Thanks

By Christian247 , 16 November, 2023

Reading multiple meters within one connection

Forums
Gurux.DLMS

Hello,

if I have a cascade of meters sharing a common gateway or communication device (IP), is it possible to read out these different devices within the same IP connection or has a separate connection to be made for every device?

Regards,
Christian

By vladoam , 15 November, 2023

Get value only

Forums
Gurux.DLMS

I want to push value with mqtt.
With this I can read meter and push to mqtt:

//Read active power 1.8.1
gxRegister rdn1;
cosem_init(BASE(rdn1), DLMS_OBJECT_TYPE_REGISTER, "1.0.1.8.1.255");
com_read(BASE(rdn1), 2);
obj_toString(BASE(rdn1), &data);
GXTRACE(GET_STR_FROM_EEPROM("Active1"), data);
client.publish(topic, data);
obj_clear(BASE(rdn1));
free(data);

How can I get value only like: 8560182 without: Index: 3 Value: Scaler: 1 Unit: None
Index: 2 Value: 8560182?

By CIDEY , 14 November, 2023

Clone and CopyTo method of GXDLMSObject class does not work C#

Forums
Gurux.DLMS

GXDLMSObject writeData = item.GXDLMSObject;
GXDLMSObject readData;
if (writeData is not null)
{
readData = writeData.Clone();
}
When cloning to readData, the error "System.ArgumentNullException: "Value cannot be null. Arg_ParamName_Name", although writeData is not null.
The same situation when using the CopyTo() method;

By alnardn , 14 November, 2023

GXDLMSProfileGeneric

Forums
Gurux.DLMS

Hello! I am trying to reset buffer of time correction journal by this code:
time_correction_journal = GXDLMSProfileGeneric("0.0.99.98.13.255")
reader.readDataBlock(time_correction_journal.reset(settings.client), GXReplyData())
I connected to the meter with High authentication, my client address is 48. Nevertheless I am getting error: gurux_dlms.GXDLMSException.GXDLMSException: Access Error : Device reports Read-Write denied. How can I solve it?
Thanks for help!

Pagination

  • Previous page
  • 34
  • Next page
Gurux.DLMS
  • 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

  • Service not known error on gprs communication
  • Help Needed: Interfacing Saral 100 Energy Meter with Microcontroller via RS232
  • Connecting Meter to Agent via serial
  • Reading block profile with Compact array
  • DLMS server - serving multiple similar datasets gathered from multiple meters across distinct logical addresses
More

Who's new

  • mhliang
  • Kevinmug
  • mohanadalhweiti
  • dawnso11
  • RussiaTraveler…
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin