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. Node
  3. Convert Read Data To String or JSON Format

Convert read data to String or JSON format

By mightyChamp , 19 September, 2023
Forums
Gurux DLMS for Java

Hello,

I need to read specific Obis codes and convert their values to an JSON Object.
Server Sends Obis code and Object type like Data, Register or Profile generic.

I am reading like this:
GXDLMSRegister d = new GXDLMSRegister(obStruct.obis_code);
reader.read(d,3);
reader.read(d,2);

GXDLMSProfileGeneric d = new GXDLMSProfileGeneric(obStruct.obis_code);
reader.read(d,3);
reader.read(d,4);
reader.read(d,5);
reader.read(d,6);
reader.read(d,7);
reader.read(d,8);

Then Now Convert Obtain value to String or JSON.

Please suggest best way to convert those values to JSON or String.

Thank You

Profile picture for user Kurumi

Kurumi

2 years 11 months ago

Hi, You can save values in…

Hi,

You can save values in XML using the save method of GXDLMSObjectCollection. If you want to convert them to string, you need to check printValue and printData. I believe those methods will help you.

https://github.com/Gurux/gurux.dlms.java/blob/95e18ad954b68ad8be058c9f6…

BR,
Mikko

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Wed, 08/26/2026 - 09:04
    Gurux.DLMS.Python 1.0.203
  • Mon, 08/17/2026 - 11:28
    Gurux.DLMS.Python 1.0.202
  • Mon, 08/17/2026 - 09:47
    gurux.dlms.cpp 9.0.2608.1701
  • Mon, 08/17/2026 - 09:25
    gurux.dlms.c 9.0.2608.1701
  • Mon, 07/27/2026 - 12:37
    gurux.dlms.cpp 9.0.2607.2701

New forum topics

  • Security vulnerability report — request for a private contact (GuruxDLMS.c / ANSI C)
  • Topic: Insufficient Memory Error When Reading Class 7 Profile Generic Objects
  • SN ReadResponse returns all-null values when response spans multiple HDLC frames
  • Gurux.Serial.Android 3.0.6 – CH340 (HL-340) USB-Serial Adapter Not Working,
  • Trying to talk to a L&G E360 meter (Using Python Gurux)
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin