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 satishjyoti1998 , 14 July, 2024

We can't set Authentication key, Block cipher Key without using getparameters function.

Forums
Gurux.DLMS

Hi Mikko,

Is there any way of without using getparameters function we can set all following client settiings in python client example in following way.

settings.client.ciphering.Security = Security.ENCRYPTION
settings.client.SystemTitle = bytes("xxxxxxxx".encode('utf-8'))
settings.client.ciphering.authenticationKey =bytes("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx".encode('utf-8'))
settings.client.ciphering.blockCipherKey = bytes("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx".encode('utf-8'))

By Sparsh-ht2 , 12 July, 2024

Failed to fetch the AARQ response

Forums
Gurux.DLMS

I am not able to get the AARQ response. it is getting failed everytim, even i am using the connection which i used to connect to the DLMS Director.

By satishjyoti1998 , 12 July, 2024

Error is coming when reading in MR mode

Forums
Gurux.DLMS

Hi Mikko,

Please help for below error while reading in MR Mode.

cl = GXDLMSSecureClient()

cl.useLogicalNameReferencing = True
cl.InterfaceType = InterfaceType.HDLC
cl.authentication = Authentication.LOW
cl.clientAddress = 32
cl.serverAddress =1

By satishjyoti1998 , 11 July, 2024

Error coming in Reading single obiscode through command line parameter

Forums
Gurux.DLMS

Hi Mikko,

Please help for below error

python main.py -S COM10 -c 32 -a Low -P ISK_SEC1 -C Encryption -T 49534B3030303031 -A 000102030405060708090A0B0C0D0E0F -B 000102030405060708090A0B0C0D0E0F -v 0.0.43.1.2.255 -t Verbose -g "0.0.1.0.0.255:1;0.0.1.0.0.255:2"

File "C:\Users\s_paliwal\PycharmProjects\Gurux\main.py", line 108, in main
raise Exception("Unknown logical name:" + k)
Exception: Unknown logical name:0.0.1.0.0.

By aashishkul , 9 July, 2024

Maximum PDU size of a notification frame

Forums
Gurux.DLMS

Dear Kurumi,
We are trying to create a notification using Gurux.DLMS.C. What I observe is that after certain number of length, code generates 2 packets: e.g.
7E A8 86 03 41 13 A7 8B E6 E6 00 DB 08 47 4F 45 30 30 30 30 30 72 30 00 00 00 10 00 9D 56 1E 4D D5 0E 99 27 8E 29 E7 26 0D 60 E4 B2 09 18 AB 5A 5D 06 FF 06 18 34 5B 83 6B 2E 60 35 53 E6 BA F4 86 0C 92 8A 85 56 1D DC 9E 50 84 45 30 6C 8A DD 18 02 94 6E 8A F7 78 E5 88 10 2F 9F 50 6A 16 E0 6A 63 45 1C 90 7B 85 F7 20 CA 20 E7 12 3C B4 48 AF 43 F1 0B C7 9B 4D 2C 7B 9D FA 17 94 7E 5A D7 8D 64 E7 52 80 FA 7B 7E

By labasvakaras , 9 July, 2024

Reconnect in between reading association view

Forums
Gurux.DLMS

Hello, wanted to ask is it possible to do a reconnect in between of reading association view?

Currently i am geting error:

TX: 7E A0 13 03 05 32 92 40 E6 E6 00 C0 02 C1 00 00 00 01 51 BE 7E
RX: 7E A0 16 05 03 52 CA CF E6 E7 00 C4 02 C1 01 00 00 00 01 01 13 34 68 7E
Failed to send_and_read_dlms_packet: Access Error : Data Block Number Invalid.

my senderFrame is recalculated after reconnection. Is it possible, to not change senderFrame?

By satishjyoti1998 , 9 July, 2024

IN GXDLMSClient we are not able to set interface type giving error as InterfaceType is not defined.

Forums
Gurux.DLMS

client = GXDLMSClient()

client.interfaceType = InterfaceType.HDLC

NameError: name InterfaceType is not defined.

By jayaram , 8 July, 2024

How to get code to convert response raw data to string using dlms c# library

Forums
Gurux.DLMS

i am trying to connect to smart meter through Medial type serial and i got the response properly

here is my code

public class Test
{
static GXDLMSClient client = new GXDLMSClient();
public static IGXMedia Media = null;
public static TraceLevel Trace = TraceLevel.Info;

public static void Main()
{
GXSerial serial = new GXSerial();
serial.PortName = "COM3";
serial.BaudRate = 9600;
serial.Parity = Parity.None;
serial.StopBits = StopBits.One;

By satishjyoti1998 , 5 July, 2024

Gurux Library documnet

Forums
Gurux.DLMS

Please share API document to use Gurux library.

By alexcd , 3 July, 2024

GXDLMSTranslator does not display the physical address in response. Python

Forums
Gurux.DLMS

Hello when i use Gurux Dlms Director i can see Logical and Physical adress in my response <!-- Logical address:1, Physical address:18 -->, but if i use GXDLMSTranslator in python library i can`t see this. Can you fix this option?

It'll be cool.

Pagination

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

  • oLtbbWaRQMvErs…
  • Rolling Slots
  • Vegazone-Australia
  • Mathewgon
  • MichaelCab
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin