I am using the gurux client Sample from the github repo in the following link https://github.com/Gurux/gurux.dlms.java/tree/master/gurux.dlms.client…
I run it with provided argument I got the available meter that I have access to in XML file, but I don't how the get data received from meters and which function to use to return the data so I can store it in a json file and push it my pipelines.
anyone have an idea about that I will appreciate any help.
thanks in advance
Hi, You need first to…
Hi,
You need first to establish the connection to the meter. After you have made the connection, you can read data from the meter.
https://gurux.fi/Gurux.DLMS.Client
I propose that you start with GXDLMSDirector to get an idea from DLMS meters.
BR,
Mikko
Hi Mikko Thanks for the…
Hi Mikko
Thanks for the infos the thing here is that I am following the code in the repo and the connection is working but when I want to get the data I don't know which function is responsible for that I tried the function in link but didn't have much infos.
the thing here is I am not that strong in Java and if got the process to add step to got the actual values that will be big jump.
Thank you
Zakaria