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.
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.
HI
Now I successfully run DLMS Server Simple, and successfully ran DLMS Client Simple to connect to it, but this is no chiphering /Authentication.
Hi,
I received one frame from meter in DLMS WPDU form and i want some code which can decrypt it and bring values from it.
Pasting string below and able to decrypt it from DLMSDirector, but not working with code. So please provide decryption code.
Response String:
Hello,
I trying to understand about gurux dlms server java use for waht? Due to I can use gurux dlms client for read Meter dlms via serial port or TCP port success.
Please you explain me about gurux dlms server.
Thank you.
Hello,
I want to save association view in Database.
In below code snippets, I have to pass filename, but I want to store this data to database instead of File.
GXXmlWriterSettings settings = new GXXmlWriterSettings();
settings.setValues(false);
client.getObjects().save(tempFile, settings);
So, How to save this to a String to save data in database.
Thank You
Hello,
I need to read specific Obis codes and convert their values to an JSON Object.
Server Sends Obis code and Object type like Data, Register or Profile generic.
I am reading like this:
GXDLMSRegister d = new GXDLMSRegister(obStruct.obis_code);
reader.read(d,3);
reader.read(d,2);
GXDLMSProfileGeneric d = new GXDLMSProfileGeneric(obStruct.obis_code);
reader.read(d,3);
reader.read(d,4);
reader.read(d,5);
reader.read(d,6);
reader.read(d,7);
reader.read(d,8);
Good morning Kurumi,
I would like to know if there are plans t add support for CoAP transfer protoocol in the future. It's effectively a protocol which runs ontop of UDP, provides things such as block transfer, header ptins and so forth.
Kamstrup's new e-meter's speak DLMS but only over this CoAP transfer protocol, when you connect over the Internet to them.
Hello,
I am trying to build TCP client Server for Dynamic IP GSM Meters in Java. I got below link to work:
https://www.gurux.fi/Gurux.DLMS.DynamicIP#Java
but it doesn't have actual source code or example, it would be great if we have example for same.
Thank You
Hi Mikko,
I am working with Buyi DLMS Meter and talking to them about how to connect their meters, they said use Wrapper Mode Interface to send AARQ message, but when I take response meter message and parse using client.parseAareResponse(reply.getData()) I have "invalid tag" error:
Good morning Kurumi,
I wanted to know if your DLMS library for Java has the ability to parse PDUs sent in push mode. By this I mean when the meter connects to OUR server and sends a payload at a regular interval.
How would one go about this? I have been able to get a lot of stuff working in the (HES -> Meter) mode but I also require to support (potentially) the mode whereby (Meter -> HES) for push data and I have no idea where to start for such a thing.
Hi Gurux Team,
Please let me know if you any provision to ping an IPv6 from Java Gurux DLMS.
If so please share code snippet for the same.
Since we have customer requirement to get ping response from meter(GPRS) IP using Gurux DLMS instead of standalone(InetAddress) Java code.