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. 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?

Profile picture for user Kurumi

Kurumi

2 months ago

Hi, Could you add a hex…

Hi,

Could you add a hex trace of the connection so I can inspect the raw bytes and verify what is happening, and whether MultipleReferences is supported?

BR,
Mikko

  • 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
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin