Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 175, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "/usr/local/lib/python3.7/dist-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/usr/local/lib/python3.7/dist-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 398, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.7/http/client.py", line 1260, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1306, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1255, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1030, in _send_output self.send(msg) File "/usr/lib/python3.7/http/client.py", line 970, in send self.connect() File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 187, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/requests/adapters.py", line 450, in send timeout=timeout File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 786, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.7/dist-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=9080): Max retries exceeded with url: /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=cRlJqQNVFAHfBIa5LNy2X9Q6W4k480Yfpv1jgWutGK6RsgPnGFvrjlerdKMROWHT (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/www/html/plugins/teleinfo/ressources/jeedom/jeedom.py", line 134, in test response = requests.get(self.url + '?apikey=' + self.apikey, verify=False) File "/usr/local/lib/python3.7/dist-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.7/dist-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.7/dist-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9080): Max retries exceeded with url: /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=cRlJqQNVFAHfBIa5LNy2X9Q6W4k480Yfpv1jgWutGK6RsgPnGFvrjlerdKMROWHT (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 809, in if not globals.JEEDOM_COM.test(): File "/var/www/html/plugins/teleinfo/ressources/jeedom/jeedom.py", line 140, in test logging.error('Callback result as a unknown error: %s. Please check your network configuration page'% (e.message,)) AttributeError: 'ConnectionError' object has no attribute 'message' [2022-05-03 16:51:45][DEBUG] : Signal 15 caught, exiting... [2022-05-03 16:51:45][INFO] : GLOBAL------Shutdown [2022-05-03 16:51:45][INFO] : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid [2022-05-03 16:51:45][DEBUG] : Exit 0 [2022-05-03 16:52:36][INFO] : GLOBAL------Start teleinfod [2022-05-03 16:52:36][INFO] : GLOBAL------Cycle Sommeil : 0.5 [2022-05-03 16:52:36][INFO] : GLOBAL------Socket port : 55062 [2022-05-03 16:52:36][INFO] : GLOBAL------Socket host : 127.0.0.1 [2022-05-03 16:52:36][INFO] : GLOBAL------Log level : debug [2022-05-03 16:52:36][INFO] : GLOBAL------Callback : http://127.0.0.1:9080/plugins/teleinfo/core/php/jeeTeleinfo.php [2022-05-03 16:52:36][INFO] : GLOBAL------Vitesse : 1200 [2022-05-03 16:52:36][INFO] : GLOBAL------Apikey : cRlJqQNVFAHfBIa5LNy2X9Q6W4k480Yfpv1jgWutGK6RsgPnGFvrjlerdKMROWHT [2022-05-03 16:52:36][INFO] : GLOBAL------Cycle : 0.3 [2022-05-03 16:52:36][INFO] : GLOBAL------Port : /dev/ttyUSB0 [2022-05-03 16:52:36][INFO] : GLOBAL------Type : conso [2022-05-03 16:52:36][INFO] : GLOBAL------Mode : historique [2022-05-03 16:52:36][DEBUG] : Writing PID 24620 to /tmp/jeedom/teleinfo/teleinfo_conso.pid [2022-05-03 16:52:36][DEBUG] : Init request module v2.27.1 [2022-05-03 16:52:36][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:9080 Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 175, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "/usr/local/lib/python3.7/dist-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/usr/local/lib/python3.7/dist-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 398, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.7/http/client.py", line 1260, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1306, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1255, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1030, in _send_output self.send(msg) File "/usr/lib/python3.7/http/client.py", line 970, in send self.connect() File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 187, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/requests/adapters.py", line 450, in send timeout=timeout File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 786, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.7/dist-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=9080): Max retries exceeded with url: /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=cRlJqQNVFAHfBIa5LNy2X9Q6W4k480Yfpv1jgWutGK6RsgPnGFvrjlerdKMROWHT (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/www/html/plugins/teleinfo/ressources/jeedom/jeedom.py", line 134, in test response = requests.get(self.url + '?apikey=' + self.apikey, verify=False) File "/usr/local/lib/python3.7/dist-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.7/dist-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.7/dist-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9080): Max retries exceeded with url: /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=cRlJqQNVFAHfBIa5LNy2X9Q6W4k480Yfpv1jgWutGK6RsgPnGFvrjlerdKMROWHT (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 809, in if not globals.JEEDOM_COM.test(): File "/var/www/html/plugins/teleinfo/ressources/jeedom/jeedom.py", line 140, in test logging.error('Callback result as a unknown error: %s. Please check your network configuration page'% (e.message,)) AttributeError: 'ConnectionError' object has no attribute 'message' [2022-05-03 16:55:01][DEBUG] : Signal 15 caught, exiting... [2022-05-03 16:55:01][INFO] : GLOBAL------Shutdown [2022-05-03 16:55:01][INFO] : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid [2022-05-03 16:55:01][DEBUG] : Exit 0 [2022-05-03 16:55:35][INFO] : GLOBAL------Start teleinfod [2022-05-03 16:55:35][INFO] : GLOBAL------Cycle Sommeil : 0.5 [2022-05-03 16:55:35][INFO] : GLOBAL------Socket port : 55062 [2022-05-03 16:55:35][INFO] : GLOBAL------Socket host : 127.0.0.1 [2022-05-03 16:55:35][INFO] : GLOBAL------Log level : debug [2022-05-03 16:55:35][INFO] : GLOBAL------Callback : http://127.0.0.1:9080/plugins/teleinfo/core/php/jeeTeleinfo.php [2022-05-03 16:55:35][INFO] : GLOBAL------Vitesse : 1200 [2022-05-03 16:55:35][INFO] : GLOBAL------Apikey : cRlJqQNVFAHfBIa5LNy2X9Q6W4k480Yfpv1jgWutGK6RsgPnGFvrjlerdKMROWHT [2022-05-03 16:55:35][INFO] : GLOBAL------Cycle : 0.3 [2022-05-03 16:55:35][INFO] : GLOBAL------Port : /dev/ttyUSB0 [2022-05-03 16:55:35][INFO] : GLOBAL------Type : conso [2022-05-03 16:55:35][INFO] : GLOBAL------Mode : historique [2022-05-03 16:55:35][DEBUG] : Writing PID 26512 to /tmp/jeedom/teleinfo/teleinfo_conso.pid [2022-05-03 16:55:35][DEBUG] : Init request module v2.27.1 [2022-05-03 16:55:35][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:9080 Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 175, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "/usr/local/lib/python3.7/dist-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/usr/local/lib/python3.7/dist-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 710, in urlopen chunked=chunked, File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 398, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.7/http/client.py", line 1260, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1306, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1255, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.7/http/client.py", line 1030, in _send_output self.send(msg) File "/usr/lib/python3.7/http/client.py", line 970, in send self.connect() File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 187, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/requests/adapters.py", line 450, in send timeout=timeout File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 786, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.7/dist-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=9080): Max retries exceeded with url: /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=cRlJqQNVFAHfBIa5LNy2X9Q6W4k480Yfpv1jgWutGK6RsgPnGFvrjlerdKMROWHT (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/www/html/plugins/teleinfo/ressources/jeedom/jeedom.py", line 134, in test response = requests.get(self.url + '?apikey=' + self.apikey, verify=False) File "/usr/local/lib/python3.7/dist-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.7/dist-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.7/dist-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9080): Max retries exceeded with url: /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=cRlJqQNVFAHfBIa5LNy2X9Q6W4k480Yfpv1jgWutGK6RsgPnGFvrjlerdKMROWHT (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 809, in if not globals.JEEDOM_COM.test(): File "/var/www/html/plugins/teleinfo/ressources/jeedom/jeedom.py", line 140, in test logging.error('Callback result as a unknown error: %s. Please check your network configuration page'% (e.message,)) AttributeError: 'ConnectionError' object has no attribute 'message' [2022-05-05 16:14:13][DEBUG] : Signal 15 caught, exiting... [2022-05-05 16:14:15][INFO] : GLOBAL------Shutdown [2022-05-05 16:14:15][INFO] : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid [2022-05-05 16:14:15][DEBUG] : Exit 0 [2022-05-05 16:15:06][INFO] : GLOBAL------Start teleinfod [2022-05-05 16:15:06][INFO] : GLOBAL------Cycle Sommeil : 0.5 [2022-05-05 16:15:06][INFO] : GLOBAL------Socket port : 55062 [2022-05-05 16:15:06][INFO] : GLOBAL------Socket host : 127.0.0.1 [2022-05-05 16:15:06][INFO] : GLOBAL------Log level : debug [2022-05-05 16:15:06][INFO] : GLOBAL------Callback : http://127.0.0.1:9080/plugins/teleinfo/core/php/jeeTeleinfo.php [2022-05-05 16:15:06][INFO] : GLOBAL------Vitesse : 1200 [2022-05-05 16:15:06][INFO] : GLOBAL------Apikey : cRlJqQNVFAHfBIa5LNy2X9Q6W4k480Yfpv1jgWutGK6RsgPnGFvrjlerdKMROWHT [2022-05-05 16:15:06][INFO] : GLOBAL------Cycle : 0.3 [2022-05-05 16:15:06][INFO] : GLOBAL------Port : /dev/ttyUSB0 [2022-05-05 16:15:06][INFO] : GLOBAL------Type : conso [2022-05-05 16:15:06][INFO] : GLOBAL------Mode : historique [2022-05-05 16:15:06][DEBUG] : Writing PID 25494 to /tmp/jeedom/teleinfo/teleinfo_conso.pid [2022-05-05 16:15:06][DEBUG] : Init request module v2.27.1 [2022-05-05 16:15:06][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:9080