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

3 months 2 weeks 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

  • 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
  • Mon, 06/15/2026 - 08:52
    gurux.dlms.c 9.0.2606.1501

New forum topics

  • Service not known error on gprs communication
  • 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
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin