By sunil K.P , 15 November, 2023 Forums General discussion 07E70B0FFF0F0000FF014A00, This i have received as the date and time in the DLMS format from the meter, How do i covert in to human readable format (Date and Time) is there any tool ? or python library will do the same ? please help on the same Hi, You can convert date⦠Hi, You can convert date-time to string like this: data = GXByteBuffer("07E70B0FFF0F0000FF014A00") value = GXDLMSClient.changeType(data, DataType.DATETIME) print(value) BR, Mikko
Hi, You can convert date⦠Hi, You can convert date-time to string like this: data = GXByteBuffer("07E70B0FFF0F0000FF014A00") value = GXDLMSClient.changeType(data, DataType.DATETIME) print(value) BR, Mikko
Hi, You can convert dateā¦
Hi,
You can convert date-time to string like this:
data = GXByteBuffer("07E70B0FFF0F0000FF014A00")
value = GXDLMSClient.changeType(data, DataType.DATETIME)
print(value)
BR,
Mikko