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 11 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 11 months ago

Noted. Thank you very much

Noted. Thank you very much

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Mon, 07/27/2026 - 12:37
    gurux.dlms.cpp 9.0.2607.2701
  • Thu, 07/23/2026 - 16:19
    gurux.dlms.java 4.0.96
  • Thu, 07/09/2026 - 14:34
    Gurux.DLMS.Python 1.0.201
  • Fri, 06/26/2026 - 16:32
    Gurux.Service 3.0.2606.2601
  • Wed, 06/24/2026 - 08:36
    Gurux.DLMS.Python 1.0.200

New forum topics

  • Service not known error on gprs communication
  • Help Needed: Interfacing Saral 100 Energy Meter with Microcontroller via RS232
  • Connecting Meter to Agent via serial
  • Reading block profile with Compact array
  • DLMS server - serving multiple similar datasets gathered from multiple meters across distinct logical addresses
More

Who's new

  • UrukTroge
  • Quarryboss
  • CorwXGlcWwyuiJawypxb
  • Vegazone-Casin…
  • VegaZone-lBit
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin