By kevin jose minj, 14 March, 2023 Forums Gurux.Net File "./GXClient.py", line 58, in main │ │ ││ dlms > settings.media.open() │ │ ││ dlms > File "/home/developer/dlms/dlmsintegrator/venv/lib/python3.9/site-packages/gurux_net/GXNet.py", line 278, │ │ ││ dlms > raise e │ │ ││ dlms > File "/home/developer/dlms/dlmsintegrator/venv/lib/python3.9/site-packages/gurux_net/GXNet.py", line 268, │ │ ││ dlms > self.__socket.connect((self.__host_name, self.__port)) │ │ ││ dlms > TimeoutError: [Errno 110] Connection timed out This is error I am getting from when I try to connect a meter through sim args = ["-h", meterIP, "-p", "4059", "-s", "16640", "-c", "48", "-a", "High", "-P", "password", "-C", "AuthenticationEncryption", "-T", "49534B3030303031", "-A", "000102030405060708090A0B0C0D0E0F", "-B", "000102030405060708090A0B0C0D0E0F", "-d", "India", "-w", "1", "-f", "128", "-t", "Verbose", "-o", "device.xml"] and this is arguments i used. Can you please help me what's wrong with this? I am using static ipv6 sim and static ipv6 server. Log in or register to post comments