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. Read Instant Profile Using Gurux Python Library

Read instant profile using gurux python library

Profile picture for user roydlms
By roydlms, 12 February, 2025
Forums
Known problems

Facing issue while reading L&T meter using gurux python library for instantaneous profile

obis= '1.0.94.91.0.255'
obj=GXDLMSProfileGeneric(obis)
start= datetime.now()
end=start
resultV=reader.readRowsByRange(obj,start,end)
reader.showValue(3, result V)
...
....
Getting an exception
Device reports. read-Write denied

Please help and advise

Regards

Amlan

Profile picture for user Kurumi

Kurumi

4 months 3 weeks ago

Hi Amlan, Reading rows by…

Hi Amlan,

Reading rows by range can be challenging with some meters. Try to set the minutes and seconds to zero. Can you read the IP with the client example?

https://github.com/Gurux/Gurux.DLMS.Python/tree/master/Gurux.DLMS.Clien…

BR,
Mikko

Profile picture for user roydlms

roydlms

4 months 3 weeks ago

Hi I tried by putting…

Hi

I tried by putting minutes and seconds = 0

obis = '1.0.94.91.0.255'
obj = GXDLMSProfileGeneric(obis)
start = datetime(2025,2,13,16,0,0,0)
end = datetime(2025,2,13,16,0,0,0)

resultV = reader.readRowsByRange(obj, start, end)
reader.showValue(3, resultV)

Getting same exception
Device reports. read-Write denied

How to read IP using client example? Please help

Regards

Amlan

Profile picture for user Kurumi

Kurumi

4 months 3 weeks ago

Hi Amlan, You can't use the…

Hi Amlan,

You can't use the same start and end time. There is no data. Read your meter with GXDLMSDirector. Then select your meter and you can see the command line parameters so you can read your meter with the client example.

BR,
Mikko

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

Hire Us!

Latest Releases

  • Wed, 07/09/2025 - 16:41
    Gurux.Serial.Android 2.0.13
  • Wed, 07/09/2025 - 12:07
    gurux.dlms.c 9.0.2507.0901
  • Sat, 07/05/2025 - 15:04
    Gurux.DLMS.Python 1.0.188
  • Tue, 07/01/2025 - 10:09
    Gurux.DLMS.Python 1.0.187
  • Tue, 07/01/2025 - 09:54
    gurux.dlms.c 9.0.2507.0101

New forum topics

  • Regarding the dlms android project
  • Unable to read attribute =3 (1.0.94.91.0.255) IC=7 for Indian Metering, while I'm able to read attribute 3 for other Profile generic class
  • Register Activation class (class_id = 9) attribute index 3 data is not visible
  • Load profile
  • DLMS Decryption Implementation Status and Clarification Needed
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin