I am a home automation enthusiast from India. My installation is Grid+Solar and I use a Secure Meter Sprint 350.
Using an optical probe and your excellent software, I was able to connect to my meter and get 'some' data - thank you for your development efforts.
Attached is a screen grab.
Q1. Where can I find the necessary data like Voltage, Export, Import. I am assuming it is within 1.0.96.160.0.255 but I am unable to make any human readable sense out of it. Please guide.
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.