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

5 months 1 week 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

  • Tue, 12/02/2025 - 10:21
    gurux.dlms.c 9.0.2512.0201
  • Mon, 12/01/2025 - 13:55
    Gurux.DLMS.Python 1.0.193
  • Thu, 11/13/2025 - 15:23
    Gurux.DLMS.Python 1.0.192
  • Thu, 11/13/2025 - 14:55
    gurux.dlms.java 4.0.84
  • Wed, 10/29/2025 - 08:51
    gurux.dlms.c 9.0.2510.2901

New forum topics

  • Incomplete Firmware Upgrade Process
  • SNRM byte mening
  • P384 Client Certificate incorrect issuer CN
  • Confirmed push service support
  • DLMS Stack hang during Firmware Upgrade
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin