I have succeeded to read clock from meter using gxClock and logical name 0.0.1.0.0.255. My question, is it possible to set/calibrate the meter's clock? Is there any method to do this using Arduino client? I am using EDMI MK7MI with HLS security.
If you are using HLS you can write a new clock time. You can use Write -method for that.
Note! Some meters expect that a special time zone is used. Some meters also can't handle milliseconds and you must set them to zero. Try to read value first and then write the same value back. It's the easiest way to check it.
Hi Elvandry,
Hi Elvandry,
If you are using HLS you can write a new clock time. You can use Write -method for that.
Note! Some meters expect that a special time zone is used. Some meters also can't handle milliseconds and you must set them to zero. Try to read value first and then write the same value back. It's the easiest way to check it.
https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSClock
BR,
Mikko