I need to store historical data in my meter with profile generics. I can read for now current values in profiles but, once read, the data is not stored so it can be read later again. The problem is that my micro does not support files and I don't have an EEPROM. I am using a STM32 microcontroller.
How can I do this without files or EEPROM?
Is there any examples for ANSI C that implement this alternative way?
I have a doubt about this dlms library.If I install this library using pip install gurux-dlms how I fetch the values. Now I am downloaded from github and directly running the main.py in the example folder.And also what is the usage of push ,client example in this library.I never saw any documentation about this library.I am creating an application and want to integrate this library like normal library.How will I do that?
Hope this question finds you well, I am a software engineer and I am currently working on a headend project. I am having trouble understanding the purpose of the GXSynchronousMediaBase class in the media classes like GXSerial, GXNet, and GXMqtt. I saw the javadoc but the information it provides is not enough.
For remote disconnect/reconnect how will we pass the obis code with attribute index when I pass 1&2 as attribute index it is returning logical name and output state. Any one have idea about that and I am using python library.
I am able to get all the values of my smart-meter using the C++ client and development from github when I execute with general parameters.
But when I am executing with parameter -g with Attribute index value 2
Note: This index value contains DataType of "object" with data for "Block load profile".
i.e., -g (blockloadProfileAddress):(indexValue)
FYI: -g (blockloadProfileAddress):Attribute Index works well if type is not object.
I am trying to access a Kaifa MA309M meter and with no communication interface provided, I am getting TimeoutException: Failed to receive reply from the device in given time.
But when I am setting the Communication interface as WRAPPER, I am getting some values that I am unable to decode can you help, the options that I am trying are
I am trying to access Kaifa MA309M Meter, via Gurux DLMS code for python, however I am getting TimeoutException: Failed to receive reply from the device in given time. error.
How to get Meter IP address to connect with gurux dlms python. I Inserted sim in smart meter how to establish connectivity to gurux dlms python libary.Any Idea??