I sent notification through sendPush() method on server example.
It works perfectly, but it seems to be weird when Profilegeneric object included.
It couldn't be translated with Gurux DLMS Translator on GXDLMSDirector.
I added two lines at addPushSetup() method in server example like this :
GXDLMSProfileGeneric pg = (GXDLMSProfileGeneric) getItems().findByLN(ObjectType.PROFILE_GENERIC, "1.0.99.1.0.255");
push.getPushObjectList().add(new GXSimpleEntry<GXDLMSObject, GXDLMSCaptureObject>(pg, new GXDLMSCaptureObject(2, 0)));
Then I called sendPush() method on main() method like this :
GXDLMSProfileGeneric pg = (GXDLMSProfileGeneric) LNServer.getItems().findByLN(ObjectType.PROFILE_GENERIC, "1.0.99.1.0.255");
LNServer.getProfileGenericDataByEntry(pg, 1, 1); // get a row for test
Hi,
Hi,
It might be that I found something. I'll get back to this after I have verified this.
BR,
Mikko
Hi,
Hi,
I create an issue from this and it's now fixed.
http://www.gurux.fi/node/19929
Get the latest version.
BR,
Mikko
Thank you for the information
Thank you for the information.
It works perfectly.