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. Connect To ISKRA Meter

Connect to ISKRA meter

By daniel.hinterlechner , 6 August, 2025
Forums
Gurux.Net

Hello,

I was able to connect to an ISKRA MT880 meter via GXDLMSDirector with parameters: -h 172.18.54.201 -p 4002 -c 1 -s 164 -a Low -P 12345678 -d Italy -w 1 -f 154 -t Verbose

If I try with C# code I am not able to connect. What am I missing?
Thanks
// Konfiguration für MT880 Zähler
string meterIpAddress = "172.18.54.201"; // Config 2 IP
int port = 4002;
int clientAddress = 1;
int serverAddress = 36;
string password = "12345678"; // Config 2 Passwort

// Netzwerk-Media
GXNet media = new GXNet()
{
Protocol = NetworkType.Tcp,
HostName = meterIpAddress,
Port = port,
WaitTime = 30000
// SendTimeout = 10000
};

// DLMS Client für MT880 (Config 2)
GXDLMSSecureClient client = new GXDLMSSecureClient(
useLogicalNameReferencing: true,
clientAddress: clientAddress,
serverAddress: serverAddress,

authentication: Authentication.Low, // DLMSAuthMethod=1
password: password,
interfaceType: InterfaceType.HDLC
);
client.HdlcSettings.MaxInfoRX = 154;
client.HdlcSettings.MaxInfoTX = 154;
client.Standard = Standard.Italy;
client.UseUtc2NormalTime=true; // UTC Zeit verwenden

daniel.hinterlechner

10 months 1 week ago

CLOESD

CLOSED

  • 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
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin