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. Meter Rejects Reading Multiple Objects, But It Conformance Says It Supports It.

Meter rejects reading multiple objects, but it conformance says it supports it.

By SMarcin, 17 February, 2026
Forums
Gurux.DLMS

Hello,
I'am trying to read multiple objects with 1 query via tcp/ip using python.

Running this code:

obj1 = GXDLMSRegister()
obj1.shortName = 39656
obj1.attributeIndex = 2

obj2 = GXDLMSRegister()
obj2.shortName = 39800
obj2.attributeIndex = 2

objects = [obj1, obj2]

packets = client.readList(objects)

for p in packets:
reply = send_and_receive(p)
client.getData(reply)

gives me an error:

packets = client.readList(objects)
File "C:\Python313\Lib\site-packages\gurux_dlms\GXDLMSClient.py", line 1255, in readList
raise ValueError(
"Meter doesn't support multiple objects reading with one request."
)

BUT when i connect to the reader using GURUXDLMS Director i get this:

Conformance:
Proposed:
Read, Write, UnconfirmedWrite, MultipleReferences, InformationReport, ParameterizedAccess

Negotiated:
Read, Write, MultipleReferences, ParameterizedAccess

So if i got MultipleReferences in Negotiated conformance i should be able to read multiple objects at once - right?

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

Hire Us!

Latest Releases

  • Thu, 02/19/2026 - 11:51
    gurux.dlms.cpp 9.0.2602.1901
  • Sun, 02/01/2026 - 19:47
    gurux.dlms.cpp 9.0.2602.0101
  • Tue, 01/20/2026 - 10:38
    gurux.dlms.java 4.0.89
  • Wed, 01/14/2026 - 14:29
    Gurux.DLMS.Python 1.0.196
  • Mon, 12/29/2025 - 10:38
    Gurux.Serial.Android 3.0.5

New forum topics

  • Help with connection and read with landis+gyr e650 + CU-E22 using python
  • Preestablished connection
  • RJ11 to RS232 Pin out SECURE Premier 300
  • GENUS sugam 3 PH bidirectional
  • Electricity smart Meter DLMS firmware stack
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin