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. In C How To Read The Profile Generic.

In C how to read the profile Generic.

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 rakeshpatil1983 , 15 December, 2021
Forums
Gurux.DLMS

Hi,

I'm currently reading the profile generic
cosem_init(BASE(pg), DLMS_OBJECT_TYPE_PROFILE_GENERIC, obis);
com_read(BASE(pg), 3);
com_read(BASE(pg), 2);
com_readRowsByEntry(&pg, 1, 6);
obj_toString(BASE(pg), &data);
GXTRACE(PSTR("Load profile"), data);

which is giving me the data in Hex format
Index 2: 07 E4 0C 01 FF 00 00 FF FF 01 4A 00 | 0 | 5 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 7 | 7 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0 | 00 00 00 00 FF 00 00 FF FF 01 4A 00 | 0

in the Index 3, I'm able to get OBIS codes and the data types like register extended register, etc.

The issue is I'm not able to decode this Index 2 in a readable format. Is there a method to decode this hex data buffer in terms of voltage, current, kwh, date, etc?

Profile picture for user Kurumi

Kurumi

4 years 5 months ago

Hi,

Hi,

After you have read Capture objects you will know what kind of data is saved.
https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSProfileGeneric

The first column looks like the date-time value. It is converted automatically if a target is a clock object and the logical name is 0.0.1.0.0.255. What logical name your meter is using?

For other columns, you need to know the data type and then you can convert it to the wanted format using cl_changeType method.

If you check how this is done from cosem_setProfileGeneric.
https://github.com/Gurux/GuruxDLMS.c/blob/f39c6b11763ad9a434f7b0c0f80a7…

BR,
Mikko

  • 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