Do you have more information from this meter? Is there a DLMS label on the cover of the meter?
If there is you can read the meter. Just set the correct IP address and TCP/IP port. You should be able to get this information from the meter documentation.
Can you help me on below issues;
C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python>python main.py -h 183.171.144.38 -p 5001 -a Low -P 33333333 -t Verbose
gurux_dlms version: 1.0.95
gurux_net version: 1.0.17
gurux_serial version: 1.0.15
Authentication: Authentication.LOW
ClientAddress: 0x10
ServerAddress: 0x1
Standard: Standard.DLMS
TX: 22:04:34 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: 22:04:49
DisconnectRequest
Traceback (most recent call last):
File "main.py", line 105, in main
reader.readAll(settings.outputFile)
File "C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 508, in readAll
self.initializeConnection()
File "C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 305, in initializeConnection
self.readDLMSPacket(data, reply)
File "C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 117, in readDLMSPacket
self.readDLMSPacket2(data, reply)
File "C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 167, in readDLMSPacket2
raise e
File "C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 160, in readDLMSPacket2
raise TimeoutException("Failed to receive reply from the device in given time.")
gurux_common.TimeoutException.TimeoutException: Failed to receive reply from the device in given time.
Ended. Press any key to continue.
Hi,
Hi,
Do you have more information from this meter? Is there a DLMS label on the cover of the meter?
If there is you can read the meter. Just set the correct IP address and TCP/IP port. You should be able to get this information from the meter documentation.
BR,
Mikko
Hi Mikko,
Hi Mikko,
Thank you for your reply.
Can you help me on below issues;
C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python>python main.py -h 183.171.144.38 -p 5001 -a Low -P 33333333 -t Verbose
gurux_dlms version: 1.0.95
gurux_net version: 1.0.17
gurux_serial version: 1.0.15
Authentication: Authentication.LOW
ClientAddress: 0x10
ServerAddress: 0x1
Standard: Standard.DLMS
TX: 22:04:34 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: 22:04:49
DisconnectRequest
Traceback (most recent call last):
File "main.py", line 105, in main
reader.readAll(settings.outputFile)
File "C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 508, in readAll
self.initializeConnection()
File "C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 305, in initializeConnection
self.readDLMSPacket(data, reply)
File "C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 117, in readDLMSPacket
self.readDLMSPacket2(data, reply)
File "C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 167, in readDLMSPacket2
raise e
File "C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python\GXDLMSReader.py", line 160, in readDLMSPacket2
raise TimeoutException("Failed to receive reply from the device in given time.")
gurux_common.TimeoutException.TimeoutException: Failed to receive reply from the device in given time.
Ended. Press any key to continue.
Hi,
Hi,
I don't know if your meter is supporting DLMS. Is there a DLMS label on the cover of the meter?
You can try to connect using WRAPPER. Try with this:
python main.py -h 183.171.144.38 -p 5001 -a Low -P 33333333 -t Verbose -i -c 1 -s 1
BR,
Mikko
Hi,
Hi,
Thank you for your response. I have attached the meter picture that it supports DLMS.
I have also run the command as per advised but similar issue comes out, i.e. timeout.
Anything else that I need to look at?
Hi,
Hi,
Thank you for your response. I have attached the meter picture that it supports DLMS.
I have also run the command as per advised but similar issue comes out, i.e. timeout.
Anything else that I need to look at?
Additional info that might
Additional info that might help us. Below is my update command;
python main.py -h 183.171.144.38 -p 5001 -a Low -P 33333333 -t Verbose -i -c 13 -s 40
Hi,
Hi,
Can you get the trace from the send and received bytes in another application? If you can, I can check the correct settings for you.
BR,
Mikko
My SRNM frame is this, 7E A0
My SRNM frame is this, 7E A0 08 02 FF 29 93 D1 80 7E. Can you confirm that below is correct?
C:\Gurux.DLMS.Python\Gurux.DLMS.Client.Example.python>python main.py -h 183.171.144.38 -p 5001 -a Low -P 33333333 -t Verbose -i -c 1 -s 1
And the reply would be below,
7E A0 21 29 02 FF 73 CC 61 81 80 14 05 02 01 20 06 02 01 20 07 04 00 00 00 01 08 04 00 00 00
01 0B C9 7E
Thank you in advance.
Hi,
Hi,
Try with this:
python main.py -h 183.171.144.38 -p 5001 -a Low -P 33333333 -t Verbose -i -c 20 -s 255
BR,
Mikko