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,
I'm new to using Gurux and I'm trying to understand how to properly use the parameters . Specifically, I'm wondering what values I need to add for the parameters and how to ensure that the values I'm using are valid.
For example, how would I interpret the value of -t INFO or -S Com1 or -R ln? I'm not sure what each one represents and how to properly use them.
Thanks in advance
Not sure if you are aware but Clou meters have two Wrapper commands they implement that the Gurux parsePdu decoder for InterfaceType.WRAPPER currently doesn't support.
These are `LOGIN` and `HEARTBEAT`, will support be added for these?
So I have been writing code that both will dump all the objects to an XML dump and then later read them back in. So far, it seems like the dumping code runs just fine. In fact, here is the code used for dumping: https://paste.debian.net/1275379/
---
Now, I will provide a link to the generated XML file: (It is too big for pastebin, may I email it to you?)
---
Problem 1:
Hi,
I have a question about write method.
How parse the response sent by meter when I want write some object ?
For example, below are two write command sent to meter and these response. Both command response are similar but I don't know what to do with its.
Disconnect charge command:
Code:
GXDLMSDisconnectControl control = new GXDLMSDisconnectControl();
readDataBlock(control.remoteDisconnect(client), replyData);
System.out.println(GXCommon.bytesToHex(replyData.getData().getData()));
Hi Gurux team,
I wonder if the Gurux Library supports optical port directly.
(Especially server side support to connection)
Thanks a lot.
I have just gotten my one kamstrup meter working on GuruDirector, after a long time I realised it was the address to the Invocation counter Id that was giving me an error about "Service exception".
However, I am not sure how to set this in the GuruX java code, my current error is:
---
gurux.dlms.GXDLMSException: Connection is permanently rejected
Authentication failure.
---
Would such an error be solely related to authentication or could it be related to the invocation counter being incorrect/or not found?
How to create an instance of GXDLMSProfileGeneric of CompactArray type to return a valid PDU.
Does the GXNet support the WRAPPER mode or must one manually wrap data to be sent over it in the correct WPDU format and then unwrap it before it arrives to GXNet somehow?
Because form looking at the code I don't see a lot of WPDU handling besides a call to setEop() in GXDLMSReader, is that all that is needed? Is the WPDU only 8 bytes?
I've been doing some digging and I am confusd as to what guruX's GXNet leaves to the user to do for WRAPPER mode and what it already (automatically?) does for us.
Hi Gurux team,
I'd like to encrypt/decrypt AARE/AARQ message with signed ECDSA certificate.
But I can't find related this.
Would you please let me know how to it works.
Thanks and regards.
(Related to https://gurux.fi/forum/20511)
This is my current process, the code is here (https://paste.debian.net/1270708/) if needed: