Hi Mikko,
I have successfully read the value from the meter using your library. I retrieved the clock object and its Time attribute value, then converted the response into an Epoch value.
Now, I need to convert the Epoch value to the actual time using the client.updateValue function.
Can you guide me on how to correctly set this value into the DLMS object?
Hi, Do you want to write a…
Hi,
Do you want to write a new time for the meter, or do you want to show the time in UI? What programming language are you using?
BR,
Mikko
Hi Mikko, I do not want to…
Hi Mikko,
I do not want to write into the meter.
I want to show time in UI.
I am using C# programming language.
Hi, You can skip the Epoch…
Hi,
You can skip the Epoch and use ToString() to show the date and time.
BR,
Mikko