Skip to main content
Home
for DLMS smart meters

Main navigation

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

Breadcrumb

  1. Home
  2. Meter Reading Problem In Erp300

Meter reading problem in erp300

By Darvin Varghese, 20 April, 2024
Forums
DLMSDirector

hi, I have connected erp300 L&T dlms meter via serial com....But I got only manufacture's data and clock data only....I didn't got any data about voltage, current, kwh reading.etc.....i hope you will reply soon..screenshot is attached below...

Image
Profile picture for user Kurumi

Kurumi

1 year ago

Hi, You have connected…

Hi,
You have connected without the authentication (public client) and you can see only those values. Change the authentication level, set the password, and select "File" and "Refresh". Now you can see more objects.

BR,
Mikko

Darvin Varghese

1 year ago

Hi, The authentication…

Hi,
The authentication is set at Low and password is set but no response....can you explain how to set authentication level and password to access meter data

Profile picture for user Kurumi

Kurumi

1 year ago

Hi, Make sure that your…

Hi,

Make sure that your client address is 0x20.

BR,
Mikko

Darvin Varghese

1 year ago

Hi, Thank you sir it's…

Hi,
Thank you sir it's working fine..I got reading data......How to get these data through Arduino?is there any libraries?

Profile picture for user Kurumi

Kurumi

1 year ago

Hi, You can use the client…

Hi,

You can use the client library:

https://github.com/Gurux/GuruxDLMS.c/tree/master/Arduino_IDE

Remember that the amount of the memory is limited and you can't read all rows of the historical data at once.

BR,
Mikko

Darvin Varghese

1 year ago

Hi, I just want to read…

Hi,

I just want to read only kwh value to Arduino from the meter.......what are the steps to do that....l have seen client library but there is lot of things.....

Profile picture for user Kurumi

Kurumi

1 year ago

Hi, Before you can read…

Hi,

Before you can read anything, you need to establish the connection to the meter.

Check first that you can establish the connection for the meter. You need to change the client address, the authentication level and set the correct password.
Then read your register in com_readAllObjects. Something like this:

char* data = NULL;
gxRegister r;
cosem_init(BASE(r), DLMS_OBJECT_TYPE_REGISTER, "YOUR_OBIS_CODE");
com_read(BASE(r), 2);
obj_toString(BASE(r), &data);
GXTRACE(GET_STR_FROM_EEPROM("Register value"), data);
obj_clear(BASE(r));
free(data);

BR,
Mikko

  • Log in or register to post comments
  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Thu, 05/15/2025 - 16:26
    gurux.dlms.c 9.0.2505.1501
  • Wed, 05/14/2025 - 08:30
    gurux.dlms.c 9.0.2505.1401
  • Tue, 05/13/2025 - 10:00
    Gurux.DLMS.Android 2.0.15
  • Fri, 05/09/2025 - 13:03
    Gurux.DLMS.Python 1.0.181
  • Wed, 05/07/2025 - 16:09
    Gurux.DLMS.Android 2.0.14

New forum topics

  • Long reading ends with "Invalid frame ..." error.
  • Push listener example how it works + tcp stream issue
  • Problem with reading energymeter Star DTS27 via GXDLMSDirector
  • Receiver Ready Test Failed
  • Combining several meters' profile generic data into one
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin