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 4 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

  • 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