ConnectionError au démarrage du démon

Bonjour,
Je suis avec Jeedom en V4.1.22 sur Freebox Delta avec une Conbee2 et le plugin Zigbee. L’installation n’a que quelques jours. Le plugin Zigbee a fonctionné correctement mais ce matin, je constate qu’aucun équipement ne fonctionne. Le démon est en statut KO. Je tente de le redémarrer et voilà ce que j’ai dans les logs :

[2021-04-18 19:43:43][INFO] : Start zigbeed
[2021-04-18 19:43:43][INFO] : Log level : debug
[2021-04-18 19:43:43][INFO] : PID file : /tmp/jeedom/zigbee/deamon_1.pid
[2021-04-18 19:43:43][INFO] : Device : auto
[2021-04-18 19:43:43][INFO] : Apikey : dm5JPP3gRwBqN32ZZgAR9ZnPR0nXRAur
[2021-04-18 19:43:43][INFO] : Callback : http://127.0.0.1:80/plugins/zigbee/core/php/jeeZigbee.php
[2021-04-18 19:43:43][INFO] : Cycle : 0.3
[2021-04-18 19:43:43][INFO] : Controller : deconz
[2021-04-18 19:43:43][INFO] : Channel : 15
[2021-04-18 19:43:43][INFO] : Data folder : /var/www/html/plugins/zigbee/data/1
[2021-04-18 19:43:43][INFO] : Device folder : /var/www/html/plugins/zigbee/data/device
[2021-04-18 19:43:43][INFO] : Folder OTA : None
[2021-04-18 19:43:43][INFO] : Zigpy advance configuration file : None
[2021-04-18 19:43:43][INFO] : Find device : /dev/ttyACM0
[2021-04-18 19:43:43][INFO] : LOADER------Import de la configuration specifics.danfoss
[2021-04-18 19:43:43][INFO] : LOADER------Import de la configuration specifics.danfoss.details
[2021-04-18 19:43:43][INFO] : LOADER------Import de la configuration specifics.develco
[2021-04-18 19:43:43][INFO] : LOADER------Import de la configuration specifics.develco.details
[2021-04-18 19:43:43][INFO] : LOADER------Import de la configuration specifics.frient
[2021-04-18 19:43:43][INFO] : LOADER------Import de la configuration specifics.frient.details
[2021-04-18 19:43:43][DEBUG] : Writing PID 8722 to /tmp/jeedom/zigbee/deamon_1.pid
[2021-04-18 19:43:43][DEBUG] : Init request module v2.21.0
[2021-04-18 19:43:43][DEBUG] : Starting new HTTP connection (1): 127.0.0.1:80
[2021-04-18 19:43:43][DEBUG] : http://127.0.0.1:80 "GET /plugins/zigbee/core/php/jeeZigbee.php?apikey=dm5JPP3gRwBqN32ZZgAR9ZnPR0nXRAur HTTP/1.1" 301 308
[2021-04-18 19:43:43][DEBUG] : Starting new HTTPS connection (1): freedom.xxxxxx.frplugins:443
[2021-04-18 19:43:43][ERROR] : Fatal error : 'ConnectionError' object has no attribute 'message'
[2021-04-18 19:43:43][DEBUG] : Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 57, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 343, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 841, in _validate_conn
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 301, in connect
conn = self._new_conn()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 168, in _new_conn
self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0xffff86439da0>: Failed to establish a new connection: [Errno -2] Name or service not known
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 449, in send
timeout=timeout
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='freedom.ervb.frplugins', port=443): Max retries exceeded with url: /zigbee/core/php/jeeZigbee.php?apikey=dm5JPP3gRwBqN32ZZgAR9ZnPR0nXRAur (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0xffff86439da0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/zigbee/resources/zigbeed/jeedom/jeedom.py", line 134, in test
response = requests.get(self.url + '?apikey=' + self.apikey, verify=False)
File "/usr/lib/python3/dist-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "/usr/lib/python3/dist-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 668, in send
history = [resp for resp in gen] if allow_redirects else []
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 668, in <listcomp>
history = [resp for resp in gen] if allow_redirects else []
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 247, in resolve_redirects
**adapter_kwargs
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='freedom.ervb.frplugins', port=443): Max retries exceeded with url: /zigbee/core/php/jeeZigbee.php?apikey=dm5JPP3gRwBqN32ZZgAR9ZnPR0nXRAur (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0xffff86439da0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/zigbee/resources/zigbeed/zigbeed.py", line 287, in <module>
if not shared.JEEDOM_COM.test():
File "/var/www/html/plugins/zigbee/resources/zigbeed/jeedom/jeedom.py", line 139, 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'
[2021-04-18 19:43:43][DEBUG] : Shutdown
[2021-04-18 19:43:43][DEBUG] : Using selector: EpollSelector
[2021-04-18 19:43:43][DEBUG] : Removing PID file /tmp/jeedom/zigbee/deamon_1.pid
[2021-04-18 19:43:43][DEBUG] : Exit 0

Le « Starting new HTTPS connection (1): freedom.xxxx.frplugins:443 » m’interpelle car dans ma configuration réseau de Jeedom ce n’est pas le nom d’hôte que j’ai indiqué. Ce nom d’hôte était provisoire mais je l’ai changé depuis. Est-ce que mon pbm peut venir de là ? Où ce nom d’hôte peut-il être stocké ?
Mais plus généralement, comment régler mon pbm ?
Merci pour votre aide !

J’ai résolu mon pbm en supprimant les vhosts qui ne servaient pas et qui polluaient sans doute.