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 technoshell , 6 September, 2020

Arduino Extract Values

Forums
Gurux.DLMS

Respected Sir

For the Arduino how can we get integer or float values of Voltage , Current etc.
The data is returned in the example as a structure

Secondly My code is
gxRegister reg1;
cosem_init(BASE(reg1), DLMS_OBJECT_TYPE_REGISTER, "1.0.12.7.0.255");
com_read(BASE(reg1), 3);
com_read(BASE(reg1), 2);
obj_toString(BASE(reg1), &data);
GXTRACE(PSTR("Voltage"), data);
obj_clear(BASE(reg1));
free(data)

By bm1209 , 4 September, 2020

Problem with reading data from Landis E550

Forums
Gurux.DLMS

Hello,
This is my first post here, you're doing a great job with this project, I found many useful information here :)

Anyway I'd like to ask you about a problem with reading the data from Landis E550. I've managed to set the communication with the meter but I got stuck when I try to force a read command. Here is what I get:

-> /?!
<- /LGZ5\2ZMG410000b.P07 //(device responds correctly)
-> <ACK>001 //(I've decided to stay with 300bps)
<- P0.(BE00B600) //(device responds correctly)

By rndsmi , 3 September, 2020

Error Compile in Arduino Sketch

Forums
Gurux.DLMS

Dear DLMS Experts,

I try to compile DLMS source code with Arduino Mega 2560. I already copy the src and include folder from development folder into the Arduino_IDE server folder. I click the compile button then Arduino IDE displays an error. Please see my attachments.
Is there any file to edit ? Hope my attachment could help you to find the problem. Thank you.

By José Torres , 3 September, 2020

HardFault when calling cl_updateValue in GuruxDLMS.c

Forums
Gurux.DLMS

Hi,
I am using GuruxDLMS.c to try reading object logical name 0.0.0.2.1.255, attribute 2, HLS using GMAC, connects ok.

Following the http://gurux.fi/Gurux.DLMS.Client readObject example.

The call to cl_updateValue causes a hard fault due to an impossible pointer value.
I could track it to file variant.c, line 373, data->Arr is not NULL but data->Arr->data has a value that is not reachable.
See the picture below.

By youserj , 2 September, 2020

Python: TimeZone class

Forums
Gurux.DLMS

I want to suggest rewriting the (because i can't make deepcopy GXDateTime: missing Offset)
class GXTimeZone:
def __new__(cls, offset):
local_time_delta = datetime.timedelta(minutes=offset)
if offset == 0:
name = "Z"
else:
if offset > 0:
name = "+"
else:
name = "-"
name += str(int(offset / 60)).zfill(2)
name += ":"

By hhkx , 1 September, 2020

Checking DLMS Standards in Gurux

Forums
Gurux.DLMS

Hi,

I have been using Gurux for DLMS test developments. One of my customer wants to check if my app is compatible with DLMS standards.

Is there a tool in Gurux that accredits data exchange standards in DLMS reading to check compliance? Or if there is a solution that we can use as a third party for this process, can you share it?

Thank you,

Hasan

By youserj , 1 September, 2020

Python: GXDateTime type

Forums
Gurux.DLMS

Hi Mikko. I want set GXDateTime type in default: FF:FF....(for activate_passive_
calendar_time in id20 ActivityCalendar). How can do it?
ps: and in director too

By HERO , 1 September, 2020

Gurux.DLMS.c (Arduino code issue)

Forums
Gurux.DLMS

Hi,

i am working on electric meter. I upload Gurux.DLMS.c arduino code to NodeMCU(ESP8266) to read the meter throught Optical Port. The uploading is successfully done, but it cannot access the meter.

The output (also it is shown on the image attached):
---------------------------------
Start reading:
SnrmRequest
data length : 10
7EA0822121935D17E

By Bhaumik , 31 August, 2020

AARE validation failed

Forums
Gurux.DLMS

Hi Mikko,

I am testing IS15959-2 meter.

Following is the AARQ and AARE payloads.

AARQ:
7ea0600341100c1ce6e6006052a109060760857405080103a60a04085a454e30303039338a0207808b0760857405080201ac07800568656c6c6fbe230421211f3000000099cdf77460be650708c7c49b63e11617e7aa955426ab0c9a1918e617437e

AARE:
7EA02D4103302E66E6E700611FA109060760857405080101A203020101A305A103020102BE0604040E01000439E47E

In AARE validation got "ServiceError Initiate Error exception. ApplicationReference ApplicationContextUnsupported" Error Message.

By technoshell , 28 August, 2020

Arduino Compile Error

Forums
Gurux.DLMS

Respected Sir,

I am compiling for ESP32 Arduino Client and I get following error. I have uncommented
#define DLMS_IGNORE_SERVER from gxignore.h. Arduino IDE Version 1.8.12

Arduino: 1.8.12 (Windows 10), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None"

sketch\src\notify.c: In function 'notify_parsePush':

sketch\src\notify.c:364:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Pagination

  • Previous page
  • 90
  • 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

  • Version mismatch between Gurux.DLMS 9.x and Gurux.Common/Gurux.Serial 8.x
  • 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
More

Who's new

  • Arturolooth
  • PedarIgnow
  • mrnabdulai
  • jYpAOiZIuAAkFD…
  • EdwinObjef
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin