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. Change Password Using .NET Library

Change password using .NET library

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.

By DenisMalakhov , 4 February, 2022
Forums
General discussion

Hello.
How can i change password using GXDLMSAssociationLogicalName? I understand that there are 2 options. The first way is to change the Secret property and write a new value, and the second is to use the UpdateSecret(GXDLMSClient client) method. I have a question about the second method. The input argument is GXDLMSClient client. Do I need to use the current instance of the client with the changed Password property as an argument, or a new one? Or can you show me example how to change password if I am wrong?

Profile picture for user Kurumi

Kurumi

4 years 4 months ago

Hi,

Hi,

Write is used when you update Low-level password and Method (action) is used to update High-level password.

UpdateSecret checks this automatically. You need to use the current instance from GXDLMSClient. to update the password.

Update Secret (password) property for the GXDLMSAssociationLogicalName and call UpdateSecret. It will update the password for the current association automatically.

BR,
Mikko

DenisMalakhov

4 years 4 months ago

I used this code:

I used this code:

var assoc = new GXDLMSAssociationLogicalName("0.0.40.0.0.255");
assoc.Secret = Encoding.ASCII.GetBytes("TestPassword");
assoc.AuthenticationMechanismName.MechanismId = Gurux.DLMS.Enums.Authentication.High;
assoc.UpdateSecret(_spodes.Client);

The password has not changed. Maybe I missed something? There were no exceptions either.

Profile picture for user Kurumi

Kurumi

4 years 4 months ago

Hi,

Hi,

UpdateSecret generates only the bytes. You need to send them.

BR,
Mikko

DenisMalakhov

4 years 4 months ago

Yes, forgot about it)

Yes, forgot about it)

Am i understand correctly that UpdateSecret will generate bytes which call method with index 2 in the device?

  • 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