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 9 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

  • Thu, 07/23/2026 - 16:19
    gurux.dlms.java 4.0.96
  • Thu, 07/09/2026 - 14:34
    Gurux.DLMS.Python 1.0.201
  • Fri, 06/26/2026 - 16:32
    Gurux.Service 3.0.2606.2601
  • Wed, 06/24/2026 - 08:36
    Gurux.DLMS.Python 1.0.200
  • Mon, 06/15/2026 - 08:52
    gurux.dlms.c 9.0.2606.1501

New forum topics

  • Service not known error on gprs communication
  • Service not known error on gprs communication
  • Help Needed: Interfacing Saral 100 Energy Meter with Microcontroller via RS232
  • Connecting Meter to Agent via serial
  • Reading block profile with Compact array
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin