2024-01-20 14:20:03 root INFO using plugin log file /opt/loxberry/log/plugins/netatmo-weather/netatmo-weather.log
2024-01-20 14:20:03 root INFO using system configuration file /opt/loxberry/config/system/general.json
2024-01-20 14:20:03 root INFO Miniserver ip address: 192.168.10.50
2024-01-20 14:20:03 urllib3.connectionpool DEBUG Starting new HTTPS connection (1): auth.netatmo.com:443
2024-01-20 14:20:23 root CRITICAL HTTPSConnectionPool(host='auth.netatmo.com', port=443): Max retries exceeded with url: /en-us/access/login (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 170, 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 73, 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 -3] Temporary failure in name resolution
Es scheint der Loxberry kann die Hosts nicht richtig auflösen. Hat das schon jemand ähnliches gehabt?

Seht ihr eine Chance, dass das irgendwie integrierbar ist? Und aus Interesse: wo liegt hier grob der Hund begraben, dass dieses Modul mit dem Plugin nicht abgreifbar ist? Ist die Netatmo-API nicht über alle Produkte gleich?
Kommentar