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

1 year 2 months 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

1 year 2 months 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

1 year 2 months 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

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Tue, 04/14/2026 - 11:47
    gurux.dlms.java 4.0.93
  • Mon, 04/13/2026 - 16:12
    gurux.dlms.java 4.0.92
  • Mon, 04/13/2026 - 11:39
    Gurux.DLMS.Net 9.0.2604.1301
  • Tue, 04/07/2026 - 17:17
    Gurux.DLMS.Python 1.0.197
  • Tue, 04/07/2026 - 15:03
    gurux.dlms.c 9.0.2604.0701

New forum topics

  • Connecting To iskrameco ME382- Single Phase Meter with Optical Probe
  • Create custom AARQ Request for encrypted communication
  • Issue when reading Itron Type620 meter
  • Handling Unexpected Disconnects
  • DLMS Communication Issue – No Response (L&T Meter via USB Probe)
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin