The Android binding library (C#) version of Gurux.Common.ReceiveParameters is not generic, so I cannot directly create an instance of this class, as is possible for .NET, e.g. 'ReceiveParameters<byte[]> p = new ReceiveParameters<byte[]>()'. I need help to convert the class as generic or find a workaround.
Hi sir,
We are using android library. How we can communicate meter using single OBIS command?. Is there any code or reference? Please help.
Ex: logical name: 0.0.1.0.0.255
output data: 13/07/2021 16:24:10
Hi there
I'm new to this protocol and i want to add our Meter feature to this package and read the data.How can i do that .Please kindly help me
Thank you
Hi sir,
We need to parse profile generic hex data manually by reading xml data. Please guide us how to do that. Thank you
Example: logical name: 1.0.99.2.0.255 (0100630200FF)
Data given below
I am trying to update the image firmware over the ZIV meter, the first step when we checked if the image transfer is enabled the result was false. now we are trying to enable the image transfer by changing the value to true and getting this message"UndefinedObject"
below are my code and trace values.
We are using latest DLMS android application to read the energy meter data. We can read data using RS- 232 port successfully. Need to read data using optical probe. But not able to receive data using optical probe getting message "Failed to receive reply from the device in given time". How we can resolve it? Is there any way of code customisation required to do?. Please give information.
i am trying to update KAIFA meter image firmware using optical probe(Android), I am following same Gurux hint to do that, error raised on step5(The Image is verified) , error descriptions is "Device reports a temporary failure." appreciate your support
I'm trying to use your library to read meters. I want to use a concrete OBIS code and receive the object to use it in my app.
I am reading the code in Git and I think that it works with a short list of preset OBIS codes. I wanna send to the meter any OBIS code to use the information that it have. How can I do it?