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

8 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

8 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

8 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

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Wed, 10/29/2025 - 08:51
    gurux.dlms.c 9.0.2510.2901
  • Thu, 10/16/2025 - 09:59
    gurux.dlms.java 4.0.83
  • Wed, 10/08/2025 - 10:21
    gurux.dlms.c 9.0.2510.0801
  • Fri, 09/26/2025 - 10:02
    gurux.dlms.cpp 9.0.2509.2601
  • Fri, 09/26/2025 - 09:45
    gurux.dlms.c 9.0.2509.2601

New forum topics

  • How to get/convert user readable format data from readRowsByRange
  • Insufficient memory to continue the execution of the program.
  • The client instance code failed to connect to the electricity meter for authentication
  • Unable to Release Request when closing connection with meter.
  • Failed to receive reply from the device in given time.
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin