@crunchip sagte in iobroker host.smarthome Fehler Meldung:
iob diag
Es gibt 2 Geräte (PI und NUC) mit iobroker eingerichtet; von der Pi ziehe ich um auf den NUC.
Beide Geräte haben eigene IP-Adressen - mit VIS
Auf der PI lief der iobroker mit VIS und ich konnte darauf zugreifen. Gerade eben aber keine Zugriff seit 2 Tagen.
Auf dem NUC läuft der iobroker mit VIS (Uodate gemacht) und kann gerade das VIS nicht öffnen.
Dass so weit für die nicht verstehe, warum ich immer 2 Geräte schreibe (siehe #1)
Meine Frage ist bzw. Suche zur Ursache, weshalb es zu diesem Ausfall kommt.
Auswertung über iob diag Pi
Copy text starting here:
======================= SUMMARY =======================
v.2023-04-16
Operatingsystem: Raspbian GNU/Linux 11 (bullseye)
Kernel: 6.1.21-v8+
Installation: Native
Timezone: Europe/Berlin (CEST, +0200)
User-ID: 1000
X-Server: true
Boot Target: graphical.target
Pending OS-Updates: 21
Pending iob updates: 4
Nodejs-Installation: /usr/bin/nodejs v18.17.0
/usr/bin/node v18.17.0
/usr/bin/npm 9.6.7
/usr/bin/npx 9.6.7
Recommended versions are nodejs 18.x.y and npm 9.x.y
Your nodejs installation is correct
MEMORY:
total used free shared buff/cache available
Mem: 3.8G 959M 875M 33M 2.0G 2.8G
Swap: 2.0G 0B 2.0G
Total: 5.8G 959M 2.9G
Active iob-Instances: 6
Active repo(s): stable
ioBroker Core: js-controller 4.0.24
admin 6.8.0
ioBroker Status: iobroker is running on this host.
Objects type: jsonl
States type: jsonl
Status admin and web instance:
+ system.adapter.admin.0 : admin : solaranzeige - enabled, port: 8081, bind: 0.0.0.0, run as: admin
+ system.adapter.web.0 : web : solaranzeige - enabled, port: 8082, bind: 0.0.0.0, run as: admin
Objects: 2300
States: 2004
Size of iob-Database:
17M /opt/iobroker/iobroker-data/objects.jsonl
3.2M /opt/iobroker/iobroker-data/states.jsonl
=================== END OF SUMMARY ====================
2023-09-04 09:55:05.825 - info: host.solaranzeige "system.adapter.cloud.0" enabled
2023-09-04 09:55:05.899 - info: host.solaranzeige instance system.adapter.cloud.0 started with pid 31185
2023-09-04 09:55:08.380 - info: cloud.0 (31185) starting. Version 4.4.1 in /opt/iobroker/node_modules/iobroker.cloud, node: v18.17.0, js-controller: 4.0.24
2023-09-04 09:55:08.889 - info: cloud.0 (31185) Connecting with https://iobroker.net:10555 with "haus@sohland.net_f2dc1cb0-316a-11ee-9f4c-bbd2491b06f5"
2023-09-04 09:55:09.076 - info: cloud.0 (31185) Trying to connect as system.user.admin to cloud
2023-09-04 09:55:09.259 - info: cloud.0 (31185) Adapter redirected temporally to "https://iobroker.net:10556" in one minute. Reason: command from server
2023-09-04 09:55:09.263 - info: cloud.0 (31185) Connection changed: disconnect
2023-09-04 09:56:09.287 - info: cloud.0 (31185) Trying to connect as system.user.admin to cloud
2023-09-04 09:56:09.484 - info: cloud.0 (31185) Connection changed: connect
2023-09-04 09:57:50.328 - info: host.solaranzeige Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
2023-09-04 10:48:32.615 - info: host.solaranzeige stopInstance system.adapter.socketio.0 (force=false, process=true)
2023-09-04 10:48:32.628 - info: socketio.0 (31115) Got terminate signal TERMINATE_YOURSELF
2023-09-04 10:48:32.634 - info: socketio.0 (31115) terminating https server on port 8084
2023-09-04 10:48:32.642 - info: socketio.0 (31115) terminating
2023-09-04 10:48:32.646 - info: socketio.0 (31115) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2023-09-04 10:48:32.693 - info: host.solaranzeige stopInstance system.adapter.socketio.0 send kill signal
2023-09-04 10:48:33.195 - info: host.solaranzeige instance system.adapter.socketio.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
2023-09-04 10:48:40.295 - info: host.solaranzeige instance system.adapter.socketio.0 started with pid 2223
2023-09-04 10:48:42.550 - info: socketio.0 (2223) starting. Version 4.2.0 in /opt/iobroker/node_modules/iobroker.socketio, node: v18.17.0, js-controller: 4.0.24
2023-09-04 10:48:42.738 - info: socketio.0 (2223) socket.io server listening on port 8084
2023-09-04 10:48:59.749 - info: web.0 (2330) ==> Connected system.user.admin from ::ffff:192.168.0.156
2023-09-04 10:49:05.550 - info: web.0 (2330) <== Disconnect system.user.admin from ::ffff:192.168.0.156 vis.0
2023-09-04 10:49:06.222 - info: web.0 (2330) ==> Connected system.user.admin from ::ffff:192.168.0.156
2023-09-04 10:50:49.520 - info: web.0 (2330) <== Disconnect system.user.admin from ::ffff:192.168.0.156 vis.0
2023-09-04 10:50:50.556 - info: web.0 (2330) ==> Connected system.user.admin from ::ffff:192.168.0.156
Und hier die Log-Ausgabe
Grüße onel