Unable to read attribute =3 (1.0.94.91.0.255) IC=7 for Indian Metering, while I'm able to read attribute 3 for other Profile generic class
I'm using python lib.
Code:
inst_obj = GXDLMSProfileGeneric("1.0.94.91.0.255")
read_inst_profile = b''.join(secure_client.read(inst_obj, 3))
print("\n→ Read inst buffer:", read_inst_profile.hex())
ser.write(read_inst_profile)