Dear all,
I want to translate PDU to XML like in browser translater by gurux to show time start and end of generic data, and I need that in android I am using GXDLMSTranslator.pdutoxml but it doesnt work like browser app.
It shows OctetString="07E40205030B391200000002", do you know to to convert it to time and date? or making it possible to use pdutoxml?
I’m a student at a University and I was picked by this electricity company to find a way for them to communicate with the landis gyr cu-l52 lte module remotely via sim card data, it’s my first time working with this hardware and software, if anyone can, please kindly assist me
Good morning everyone,
i'm trying to make a static counter (CX2000-4) to Smart Meter from a Sagem CX 2000-4
is there any solution to read values ?
Connection type is DIN.
I'm trying to use your libraries in a small tool. My aim is open valve with GXDLMSActionSchedule but I don't understand how to use this class.
I need to use obis 0.0.15.0.1.255, attribute 2 "ExecutedScript", with this structure
<Structure>
<OctetString>
<SpecifiedLength>6</SpecifiedLength>
<Contents>00000A006AFF</Contents>
</OctetString>
<LongUnsigned>0</LongUnsigned>
</Structure>
I've tried to use DLMS director to get data from my meeter. it's alsways requested to add host name.
But i don't know the IP of my meeter. I have MAC addess- it's printed on the meeter.
So, is there simple way to find host name or IP address of my meeter?
We have DLMS meters, we are planing to read data of meters by one Node. Node contains one microcontroller and lora transmitter, which collect data from meter and then it will send the data to Web server via Lora transmitter and Lora Gateway.
system block diagram is here
We should decode meter data at Web server. For to perform this task,
which library we need for microcontroller and for Web server.
Hi,
I am working on gurux.dlms.c for server implementation.
I took GuruxDLMSServerExample and connected with GXDLMSDirector using TCP, in which I configured(GXDLMSDirector Tools->Write) listening server IP, port and communicationwindow for a few minutes in PushSetup by clicking Push button in PushSetup.
Even though span of the communication window passed, I am still receiving push message on listening server( GXDLMSDirector Notifications->Start).
Do I need to implement the check for communication window in server code before sending notification ?