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. Forums
  3. Python - Profile Generic - ReadRowsByEntry or ReadRowsByRange

Python - Profile Generic - readRowsByEntry or readRowsByRange

Forum Rules

Before commenting read Forum rules

Don't comment the topic if you have a new question.

You can create a new topic selecting correct category from Gurux Forum and then create a new topic selecting "New Topic" from the top left.

By nhzq , 1 September, 2021
Forums
Gurux.DLMS

Hi,

I have a question about readRowsByEntry and readRowsByRange.

Codes:

pg = GXDLMSProfileGeneric("1.0.99.1.0.255")
self.read(pg, 3) #captureObjects
self.read(pg, 4) #capturePeriod
self.read(pg, 5) #sortMethod
self.read(pg, 6) #sortObject
self.read(pg, 7) #entriesInUse
self.read(pg, 8) #entries

rowsByEntry = self.readRowsByEntry(pg, 1, 1)
print(rowsByEntry)
print(rowsByEntry[0][0])

start = datetime.datetime.strptime('08/28/2021 00:10:00', '%m/%d/%Y %H:%M:%S')
end = datetime.datetime.strptime('08/28/2021 00:15:00', '%m/%d/%Y %H:%M:%S')
rowsByRange = self.readRowsByRange(pg, start, end)
print(rowsByRange)
print(rowsByRange[0][0])

============

The datetime I got from readRowsByEntry is not the same as readRowsByRange.

readRowsByEntry:
- [[<gurux_dlms.GXDateTime.GXDateTime object at 0x000001C93DD3C550>, 45302, 1697, 36243, 352, 0, 0, 0, 1000, 0, 0, 23846, 0, 0, 0, 159]]
- 08/28/21 07:10:00

readRowsByRange:
- [[<gurux_dlms.GXDateTime.GXDateTime object at 0x000001C93DD3CAC0>, 45302, 1697, 36243, 352, 0, 0, 0, 1000, 0, 0, 24252, 0, 0, 0, 158]]
- 08/28/21 16:10:00

Profile picture for user Kurumi

Kurumi

4 years 9 months ago

Hi,

Hi,

I believe that your meter is using UTC time and not deviation as defined in DLMS standard. Try to set self.client.useUtc2NormalTime = True
https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSClock

BR,
Mikko

nhzq

4 years 9 months ago

Noted. Thank you very much

Noted. Thank you very much

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Tue, 06/09/2026 - 11:16
    gurux.dlms.java 4.0.95
  • Tue, 06/09/2026 - 10:03
    Gurux.DLMS.Python 1.0.199
  • Mon, 06/08/2026 - 13:39
    gurux.dlms.cpp 9.0.2606.0801
  • Mon, 06/01/2026 - 10:15
    gurux.dlms.cpp 9.0.2606.0101
  • Thu, 05/28/2026 - 16:06
    gurux.dlms.java 4.0.94

New forum topics

  • Error reading L&G Meter
  • Pass a TCP Client to GXNet
  • Australian EDMI Mk10D (Essential Energy area)
  • Strange mix of data notificiation vs get response
  • DLMS Connection
More

Who's new

  • Tuanhgg
  • Adel
  • charnon
  • Paddles
  • Miguel Ángel
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin