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. 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 8 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

  • 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
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin