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. Push Is Not Working

Push is not Working

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 sethi.nitin9@g… , 12 January, 2023
Forums
Gurux DLMS for Java

Hi,

I have used the sample code for push notifications from github of gurux, But I'm not able to get the output.

GXDLMSPushSetup p = new GXDLMSPushSetup();
.
p.getPushObjectList().add(new GXSimpleEntry<GXDLMSObject, GXDLMSCaptureObject>(p,
new GXDLMSCaptureObject(2, 0)));

GXDLMSClock clock = new GXDLMSClock();
p.getPushObjectList().add(new GXSimpleEntry<GXDLMSObject, GXDLMSCaptureObject>(clock, new GXDLMSCaptureObject(2, 0)));

p.getPushObjectList().add(new GXSimpleEntry<GXDLMSObject, GXDLMSCaptureObject>(
new GXDLMSData("0.0.94.91.18.255"), new GXDLMSCaptureObject(2, 0)));/

Using above code I'm getting clock data when putting magnet on meter but not the other data, as in below code throwing null pointer:
clone.getPushValues(client, (List<?>) notify.getValue());

receiving null in notify.getValue()

Below given code has one object which is of clock only not the other registered in pushObjectList:
for (Entry<GXDLMSObject, GXDLMSCaptureObject> it : clone.getPushObjectList())

Can you please share code or tell me the path to read magnet tamper using push notifications.

Profile picture for user Kurumi

Kurumi

3 years 8 months ago

Hi, You need to add value to…

Hi,

You need to add value to the data object. Something like this:

GXDLMSPushSetup p = new GXDLMSPushSetup();
p.getPushObjectList().add(new GXSimpleEntry<GXDLMSObject, GXDLMSCaptureObject>(p,
new GXDLMSCaptureObject(2, 0)));

GXDLMSClock clock = new GXDLMSClock();
p.getPushObjectList().add(new GXSimpleEntry<GXDLMSObject, GXDLMSCaptureObject>(clock, new GXDLMSCaptureObject(2, 0)));

GXDLMSData d = new GXDLMSData("0.0.94.91.18.255")
d.setValue(16);
p.getPushObjectList().add(new GXSimpleEntry<GXDLMSObject, GXDLMSCaptureObject>(
d, new GXDLMSCaptureObject(2, 0)));

BR,
Mikko

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Wed, 08/26/2026 - 09:04
    Gurux.DLMS.Python 1.0.203
  • Mon, 08/17/2026 - 11:28
    Gurux.DLMS.Python 1.0.202
  • Mon, 08/17/2026 - 09:47
    gurux.dlms.cpp 9.0.2608.1701
  • Mon, 08/17/2026 - 09:25
    gurux.dlms.c 9.0.2608.1701
  • Mon, 07/27/2026 - 12:37
    gurux.dlms.cpp 9.0.2607.2701

New forum topics

  • Security vulnerability report — request for a private contact (GuruxDLMS.c / ANSI C)
  • Topic: Insufficient Memory Error When Reading Class 7 Profile Generic Objects
  • SN ReadResponse returns all-null values when response spans multiple HDLC frames
  • Gurux.Serial.Android 3.0.6 – CH340 (HL-340) USB-Serial Adapter Not Working,
  • Trying to talk to a L&G E360 meter (Using Python Gurux)
More

Who's new

  • cyby
  • Metin Onan
  • ssv007
  • 3nzol3dur
  • dw772
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin