when am trying to read data from my meter i get this error
this is the log
py main.py -S COM5:9600:7Even1 -c 16 -s 1 -r sn -a Low -P 0x00000000 -t Verbose
Wake-up response: b'/ACE6\\2ACE6K_MK2_R2\r\n'
gurux_dlms version: 1.0.191
gurux_net version: 1.0.23
gurux_serial version: 1.0.21
get parametre 0
Authentication: 1
ClientAddress: 0x10
ServerAddress: 0x1
Standard: 0
TX: 10:57:28 7E A0 07 03 21 93 0F 01 7E
Data send failed. Try to resend 1/3
Data send failed. Try to resend 2/3
RX: 10:57:43
DisconnectRequest
Traceback (most recent call last):
File "C:\Users\HP\Downloads\Gurux.DLMS.Python-master\Gurux.DLMS.Python-master\Gurux.DLMS.Client.Example.python\main.py", line 160, in main
reader.readAll(settings.outputFile)
File "C:\Users\HP\Downloads\Gurux.DLMS.Python-master\Gurux.DLMS.Python-master\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 904, in readAll
self.initializeConnection()
File "C:\Users\HP\Downloads\Gurux.DLMS.Python-master\Gurux.DLMS.Python-master\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 386, in initializeConnection
self.readDLMSPacket(data, reply)
File "C:\Users\HP\Downloads\Gurux.DLMS.Python-master\Gurux.DLMS.Python-master\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 164, in readDLMSPacket
self.readDLMSPacket2(data, reply)
File "C:\Users\HP\Downloads\Gurux.DLMS.Python-master\Gurux.DLMS.Python-master\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 222, in readDLMSPacket2
raise e
File "C:\Users\HP\Downloads\Gurux.DLMS.Python-master\Gurux.DLMS.Python-master\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 213, in readDLMSPacket2
raise TimeoutException(
gurux_common.TimeoutException.TimeoutException: Failed to receive reply from the device in given time.
Ended. Press any key to continue.
PS C:\Users\HP\Downloads\Gurux.DLMS.Python-master\Gurux.DLMS.Python-master\Gurux.DLMS.Client.Example.python>
Hi, Your settings are not…
Hi,
Your settings are not correct. Try to connect with GXDLMSDirector. After you establish the connection to the meter, you can view the proper command line arguments and use them as needed.
BR,
Mikko
Hi Kurumi, Thanks for your…
Hi Kurumi,
Thanks for your response.
I already tried to establish a connection using GXDLMSDirector, but I’m getting the same issue — the connection times out and no reply is received from the meter
Do you have any suggestions for what settings I should try next
am using the itron ACE6000 , plugged in using an optical port electric meter , thank you
Hi, It has been a while…
Hi,
It has been a while since anyone has tried to read ACE6000. Its older meter and DLMS protocol have changed a lot after that.
Select Actaris Electricity as a meter manufacturer. Let the authentication level be None and change the Interface from HDLC to HdlcWithModeE.
Then try to connect to your meter.
If you are not receiving any reply, change the Interface to HDLC and try with different baud rates.
BR,
Mikko
Hi, Thanks for the…
Hi,
Thanks for the suggestions. I have tried the configuration you recommended for the ACE6000 meter
Unfortunately, I am still not receiving any reply from the meter.
I also attempted to connect with a different meter, a CLOU ELECTRONICS CL730D22L, using the same methods. I am experiencing the exact same problem—no communication is established.
Please let me know if you have any other suggestions. I'm ready to try further troubleshooting.
Thank you,
Hi, Your serial port…
Hi,
Your serial port settings are at least wrong. I don't know what baud rate your meter is using, but it should be like:
COM5:9600:8None1
For Clou you need to select "Shen Zhen Clou Electronics Co Ltd" as a meter manufacturer.
BR,
Mikko
Hi, Thank you for your reply…
Hi,
Thank you for your reply. I just want to clarify that my serial port settings are already set to COM5:9600:8None1, and for the manufacturer, I have selected Shen Zhen Clou Electronics Co Ltd.
Unfortunately, I am still experiencing the same problem. Could you please advise what else I should check?
this is the command i get from the GXDLMSDIRECTOR
-S COM5:9600:8NoneOne -r sn -s 3 -a Low -P 00000000 -w 1 -f 128 -t Verbose
Best regards,
Hi, Are you connecting with…
Hi,
Are you connecting with an optical probe or using RS-232?
BR,
Mikko
yes I am connecting with the…
yes I am connecting with the optical probe
Hi, If you are connecting…
Hi,
If you are connecting with an optical probe, change the interface from HDLC to HdlcWithModeE and try again.
BR,
Mikko
thanks for the info , i…
thanks for the info , i appreciate it , it finally worked using the HdlcwithModeE .