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

  • Thu, 07/23/2026 - 16:19
    gurux.dlms.java 4.0.96
  • Thu, 07/09/2026 - 14:34
    Gurux.DLMS.Python 1.0.201
  • Fri, 06/26/2026 - 16:32
    Gurux.Service 3.0.2606.2601
  • Wed, 06/24/2026 - 08:36
    Gurux.DLMS.Python 1.0.200
  • Mon, 06/15/2026 - 08:52
    gurux.dlms.c 9.0.2606.1501

New forum topics

  • Service not known error on gprs communication
  • Service not known error on gprs communication
  • Help Needed: Interfacing Saral 100 Energy Meter with Microcontroller via RS232
  • Connecting Meter to Agent via serial
  • Reading block profile with Compact array
More

Who's new

  • Jerrylam
  • qvlLdJweKzGUYaSOVS
  • LindanEt
  • annoyingconsultants
  • paulqa1
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin