Actually I want to configure meter details according to our project requirement,like I have meter having Authentication functionality of the meter which will be using HLS-5 GMAC etc..
I want to customize meter template. how can I do that?
Hello,
I want to implement DLMS in iOS. I have already installed guruX directory and configured the dot net core project. Also, I am able to connect the simulator. Now I want to connect the simulator from iOS code. Please help regarding this.
Just want to confirm that application or Android SDK will work without internet or not.
For Example:- we have internet when logged in but later on there is not internet connectivity in mobile phone then can we get the data from meter like meter reading.
Please let me know regarding the offline support. if there is any document regarding this please share.
Hi people, I've added the dependency you point out in other topics (implementation 'com.github.gurux:gurux.dlms.android:-SNAPSHOT') into build.gradle file on a new Empty Activity Project like this:
I am using the latest version of Android DLMS example app. I have updated the source code so that I am setting the appropriate values for the keys in ciphering options. However, when I try to read the meter, it fails during application association process. The error message is "parseApplicationAssociationResponse failed. Server to Client do no match."
Even after lot of debugging, I could not make it work on Android.
I am trying to create application that read meter reading , I have the Gurux Android Application and meter is connected with optical probe.
I am getting some data and traces as attached screenshots .
But I don't know how to proceed further , i have 2 questions for now
* How to get the meter reading after connecting?
* Is there any step wise document for Android application?
I am new for this kind of application , Please help or suggest how can to proceed.
Hi!, I'am trying to communicate an Gurux arduino server with the Gurux Android mobile application, I have verified the OTG port connecting it with a terminal application with the debug port and the communication works. But when trying to communicate with the arduino server don't get any response. Is such communication possible between the arduino server and the mobile application?
On the other hand, the arduino server works well with Gurux python and c clients running on linux.
Hi, I am new here and trying to use LandisGyr optical probe (PLG-1B) to read a data from LandisGyr E350 meter. When I connect my probe, I get dialog asking me about permisson to FT232R USB UART device. When I agree it looks like the probe is connected but when I press OPEN button in the READ option screen I receive some data shown in the trace window 4 times and then an error dialog with information "Failed to receive reply from the device in given time.". Has anyone have an idea what I am doing wrong?
We are trying to read the load profile using Gurux android, it is read successfully, but it returns a huge amount of data, we tried to add filter range without success, appreciate your help in how to read specific period using the android version.
here is below the code we are using.
GXDLMSProfileGeneric obj = new GXDLMSProfileGeneric("1.0.99.1.0.255");