Hello.
How can i change password using GXDLMSAssociationLogicalName? I understand that there are 2 options. The first way is to change the Secret property and write a new value, and the second is to use the UpdateSecret(GXDLMSClient client) method. I have a question about the second method. The input argument is GXDLMSClient client. Do I need to use the current instance of the client with the changed Password property as an argument, or a new one? Or can you show me example how to change password if I am wrong?
Dear Sir.
Thank you for your great projects for DLMS c++ library. I want to read the data of the wattmeter operated by dlms protocol. So I built the development to make the "libgurux_dlms_cpp.a"
During compiling steps, I revised the original source in some places like these.
1) Ignoring the IP6 setup
2) switching the function "fopen_s /fopen", "sscanf_s / sscanf" because of not-finding function error
3) adding "#define ERROR_INVALID_FUNCTION 1, #define ERROR_IO_PENDING 976" in communication.h
i am new to this and my goal is to read the E450 Prime via optical head into a Raspberry pi that i can send over to Home Assistant. (home-assistant.io)
How to read the meter with Gurux.DLMS.Python/Gurux.DLMS.Client.Example.python?
I'm using DLMS.c and I loaded the clock object from the meter. In this object, the time attribute has the local time of the meter but I want to get the UTC Unix time value.
The time zone and daylight saving deviation are present in the clock object but they are not loaded into the time object.
When we configuring an external test, can it be set in .xml file to expect a response e.g. octetString of 8 bytes (octetString [8]), or octetString of 6 (octetString [6]), or Gurux can only expect octetString no matter what length is the value? In other words, can I add some range of bytes for octetString as expected response?