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.Net

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 Network Media Component.

Image
By lah , 19 September, 2024

Reading of short name objects fails with "Invalid Value"

Forums
Gurux.Net

Hi,

Recently I opened this topic of which the issue is fixed https://gurux.fi/comment/28656#comment-28656

Now there is a new issue when I try to read meter with short name referencing when using method Client.GetObjectsRequest and than parsing the response with Client.ParseObjects method.

By sushil@2793 , 18 September, 2024

where i put meter ipv6 and port and destination address pls help or share file name

Forums
Gurux.Net

using System;
using Gurux.Common;
using Gurux.DLMS;
using Gurux.DLMS.Enums;
using Gurux.Net;
using System.Text;

class Program
{
static void Main(string[] args)
{
GXNet connection = null;

By lah , 9 September, 2024

Cannot read meter via HDLC with multi reference

Forums
Gurux.Net

Hi,

I have an issue with reading Landis E650 meter, when I try to read it with multi ref (Client.ReadList method) it does not work but if I read the same thing with single ref (Client.Read) it works as expected. Meter is connected via hdlc.

By Rahuls , 29 August, 2024

Disconnect Mode Error while using HDLC to read

Forums
Gurux.Net

Hey kurumi, getting this error message when trying to read from using hdlc cable

Gurux.DLMS.GXDLMSException: Disconnect mode.\r\n at MeterBaseSystem.DLMSHelper.ReadDLMSPacket(Byte[] data, GXReplyData reply)

works correclty with tcp mode, but getting error in HDLC mode

serial.PortName = GXSerial.GetPortNames()[0];
serial.BaudRate = 9600;
serial.DataBits = 8;
serial.Parity = System.IO.Ports.Parity.None;
serial.StopBits = System.IO.Ports.StopBits.One;

thanks in advance

By jayaram , 23 August, 2024

Unable to connect electric smart meter.(aarq request failed)

Forums
Gurux.Net

GXDLMSSecureClient sclient = new GXDLMSSecureClient();
GXNet gXNet = new GXNet(NetworkType.Tcp, "ip address", 4059);
sclient.UseLogicalNameReferencing = true;

By girija , 22 August, 2024

NIDD on DLMS

Forums
Gurux.Net

Hello Sir,

In our current Gas Meter, we are using NB-IoT with NIDD to communicate with main server. Can we go for DLMS with non-IP based data transfer from Meter to HES and visa-versa ?
If Yes, then which protocol from the DLMS GuruX library should I proceed with for non-IP based communication?

Regards,
Girija

By rajeshvarma680 , 17 August, 2024

command line issue

Forums
Gurux.Net

Dear Sir,

I am using .net project of gurux and try to use

Gurux.DLMS.Client.Example.Net.exe -S COM16 -c 32 -s 1 -a Low -P xxxxxxxxxxxxxxxx -C None -V Suite0 -d India

Able to download other data but for below obis code no response

By Rajshri , 16 July, 2024

Uses of Gurux.DLMS.UI.Net

Forums
Gurux.Net

Hi,

I am trying to use Gurux DLMS UI .Net but facing the issue with the below Gurux code. It's giving the error like property does not exist.

By Mahaveer , 2 July, 2024

Set/Write OctetString type objects

Forums
Gurux.Net

Hi Team,

I am writing value to Last Token Recharge Time: 0.0.94.96.22.255 in meter with data (02/07/2024 10:30:40 AM) which is with data type OctetString, but I am getting an error as
Access Error : Device reports a inconsistent Class or object.

I am using below code for write value.

GXReplyData reply = new GXReplyData();
GXDLMSObject obj = Client.Objects.FindByLN(ObjectType.Data, "0.0.94.96.22.255");
((GXDLMSData)obj).Value = "02/07/2024 10:30:40 AM";
ReadDataBlock(Client.Write(obj, 2), reply);

By Mahaveer , 28 June, 2024

Transport endpoint is not connected

Forums
Gurux.Net

Hi Team,

I have used gurux libararies for read meter data and everything is working fine in my local machine (Windows OS). The same code I have deployed on server where we are using docker container on linux os. On linux meter is not connecting and getting error as below.

Transport endpoint is not connected
SocketException: at Gurux.Net.GXNet.ClientConnect(EndPoint ep)
at Gurux.Net.GXNet.Open()
at CorrelationEngineMS.GuruxDlms.GuruxDLMS.InitDlms(MeterRequest meterRequest)

Pagination

  • Previous page
  • 4
  • Next page
Gurux.Net
  • 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