Skip to main content
Home
for DLMS smart meters
Open source solutions for DLMS smart metering

Main navigation

  • Home
  • Products
  • About us
  • Open Source
  • Community
  • Forum
  • Downloads
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Forums
  3. Decode Date-time From Hex In LoadProfile

Decode date-time from hex in LoadProfile

Forum Rules

Before commenting read Forum rules

Don't comment the topic if you have a new question.

You can create a new topic selecting correct category from Gurux Forum and then create a new topic selecting "New Topic" from the top left.

By Lotusv , 8 October, 2021
Forums
General discussion

I'm reading data from Load Profile (OBIS 0.0.99.1.0.255, Actaris Itron SL7000).
I get bytearray, convert in hex and get:
07E50A08FFFFFFFFFF8000FF

How can i convert this to human readable date/time format?
I didn’t find the functions or examples I needed.
in Python....
Help me, please.

Profile picture for user Kurumi

Kurumi

4 years 8 months ago

Hi,

Hi,

You can convert byte array to date time using changeType -method.
Something like this:
data = GXByteBuffer.hexToBytes("07E50A08FFFFFFFFFF8000FF")
GXDLMSClient.changeType(data, DataType.DATETIME);

BR,
Mikko

Lotusv

4 years 8 months ago

Thanks! It worked!

Thanks! It worked!
Helped
timestamp = GXDLMSClient.changeType (data, DataType.DATETIME)

Basically I already guessed:
For example: 07e50a06ff110936ff8000ff
07e5 - 2021 (year)
0a - 10 (month)
06 - 6 (day)
ff -?
11 - 17 (hour)
09 - 09 (minute)
36 - 54 (second)
ff -?
80 -?
00 -?
ff -?

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Tue, 06/09/2026 - 11:16
    gurux.dlms.java 4.0.95
  • Tue, 06/09/2026 - 10:03
    Gurux.DLMS.Python 1.0.199
  • Mon, 06/08/2026 - 13:39
    gurux.dlms.cpp 9.0.2606.0801
  • Mon, 06/01/2026 - 10:15
    gurux.dlms.cpp 9.0.2606.0101
  • Thu, 05/28/2026 - 16:06
    gurux.dlms.java 4.0.94

New forum topics

  • Error reading L&G Meter
  • Pass a TCP Client to GXNet
  • Australian EDMI Mk10D (Essential Energy area)
  • Strange mix of data notificiation vs get response
  • DLMS Connection
More

Who's new

  • Tuanhgg
  • Adel
  • charnon
  • Paddles
  • Miguel Ángel
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin