Skip to main content
Home
for DLMS smart meters

Main navigation

  • Home
  • Products
  • About us
  • Open Source
  • Community
  • Forum
  • Downloads
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Read The Push Object List

Read the push object list

By Yamini, 28 June, 2025
Forums
Gurux.Net

Hi

I want to read push object list by using this code

GXDLMSPushSetup push = new GXDLMSPushSetup("0.0.25.9.0.255",3);

GXDLMSPushSetup clone = (GXDLMSPushSetup)push;

clone.GetPushValues(client, (List<object>)notify.Value);

foreach (KeyValueP<GXDLMSObject, GXDLMSCaptureObject> it in clone.PushObjectList)
{
int index = it.Value.AttributeIndex - 1;
Console.WriteLine(((IGXDLMSBase)it.Key).GetNames()[index] + ": " + it.Key.GetValues()[index]);
}

but it is giving error "Size of the push object list is different than values". could please help me in this.

Thanks

Yamini

Profile picture for user Kurumi

Kurumi

6 months 2 weeks ago

Hi Yamini, The number of…

Hi Yamini,

The number of push objects in the received data is different than the Push object list.

Have you read the Push object list or added the object to the list?

https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSPushSetup

BR,
Mikko

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Mon, 12/29/2025 - 10:38
    Gurux.Serial.Android 3.0.5
  • Mon, 12/15/2025 - 08:11
    Gurux.DLMS.Net 4.0.87
  • Fri, 12/12/2025 - 08:38
    Gurux.DLMS.Python 1.0.195
  • Thu, 12/11/2025 - 13:22
    Gurux.DLMS.Python 1.0.194
  • Thu, 12/11/2025 - 11:01
    gurux.dlms.java 4.0.88

New forum topics

  • Gurux DLMS Android App
  • AMR support for bidirectional meters.
  • addition of new object in object list, meter not working
  • old meter take to much time(l&t)
  • Unable to connect L&T ER300P Meter
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin