Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Dima S

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 10
    • Best 0
    • Groups 1

    Dima S

    @Dima S

    Starter

    0
    Reputation
    7
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Dima S Follow
    Starter

    Latest posts made by Dima S

    • RE: [gelöst] Kein Webinterface nach fehlerhaftem update

      @dp20eic
      Falls jemand über ähnlich Problem stolpert.

      Habe nun die Variante e) aus dem nachfolgendem Link ausgeführt .
      https://forum.iobroker.net/topic/22867/how-to-node-js-f%C3%BCr-iobroker-richtig-updaten/2

      Das hat zum Ziel geführt 🙂

      Vielen Dank für die sehr gute und schnelle Unterstützung.

      Werde wohl beim nächsten update etwas mehr Zeit einplanen 🙂

      posted in Error/Bug
      Dima S
      Dima S
    • RE: [gelöst] Kein Webinterface nach fehlerhaftem update

      @dp20eic

      Sieht glaube ich nicht danach aus.

      pi@ioBroker:/opt/iobroker $ sudo netstat -tulpn | grep -i 'liste'
      tcp        0      0 192.168.50.49:12010     0.0.0.0:*               LISTEN      1407/io.hm-rpc.2
      tcp        0      0 192.168.50.49:12001     0.0.0.0:*               LISTEN      1384/io.hm-rpc.1
      tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1430/io.mqtt.0
      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1430/io.mqtt.0
      tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      1332/node-red
      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1219/iobroker.js-co
      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1219/iobroker.js-co
      tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      2521/io.jarvis.0
      tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      476/influxd
      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      513/sshd: /usr/sbin
      tcp        0      0 192.168.50.49:18701     0.0.0.0:*               LISTEN      1358/io.hm-rpc.0
      tcp6       0      0 :::8086                 :::*                    LISTEN      476/influxd
      tcp6       0      0 :::22                   :::*                    LISTEN      513/sshd: /usr/sbin
      tcp6       0      0 :::80                   :::*                    LISTEN      1332/node-red
      
      

      Hab nun etwas weiter recherchiert und hoffe es hilft bei der Diagnose:
      Folgende Files im Pfad: "/opt/iobroker/iobroker-data" werden erstellt:
      672d6025-dfb0-4785-a175-33938b83326f-image.png
      Nach dem Löschen werden diese erneut nach einiger Zeit erstellt.

      Die Ausgabe der Logs sieht dann etwas anderes aus:

      pi@ioBroker:/opt/iobroker $ node node_modules/iobroker.js-controller/controller.js --logs
      2022-12-29 12:11:08.737  - info: host.ioBroker iobroker.js-controller version 4.0.24 js-controller starting
      2022-12-29 12:11:08.751  - info: host.ioBroker Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
      2022-12-29 12:11:08.754  - info: host.ioBroker hostname: ioBroker, node: v16.19.0
      2022-12-29 12:11:08.756  - info: host.ioBroker ip addresses: 192.168.50.49 2001:9e8:a427:5800:4758:fda0:bca9:2fd7 fe80::bdb6:304:422a:5967
      2022-12-29 12:11:09.884  - info: host.ioBroker-Server  Error inMem-objects listening on port 9001: Error: listen EADDRINUSE: address already in use 127.0.0.1:9001
      2022-12-29 12:11:38.785  - error: host.ioBroker No connection to databases possible, restart
      2022-12-29 12:11:38.791  - info: host.ioBroker iobroker _restart
      pi@ioBroker:/opt/iobroker $
      

      Nach ein paar Minuten wird erneut dieser Fehler angezeigt:

      pi@ioBroker:/opt/iobroker $ node node_modules/iobroker.js-controller/controller.js --logs
      2022-12-29 12:12:34.798  - info: host.ioBroker iobroker.js-controller version 4.0.24 js-controller starting
      2022-12-29 12:12:34.812  - info: host.ioBroker Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
      2022-12-29 12:12:34.814  - info: host.ioBroker hostname: ioBroker, node: v16.19.0
      2022-12-29 12:12:34.816  - info: host.ioBroker ip addresses: 192.168.50.49 2001:9e8:a427:5800:4758:fda0:bca9:2fd7 fe80::bdb6:304:422a:5967
      2022-12-29 12:12:36.938  - error: host.ioBroker-Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
      pi@ioBroker:/opt/iobroker $
      
      

      Läuft der JS-Controller mehrfach und beeinflusst sich gegenseitig???

      PS:
      Sobald der iobroker beendet wird laufen keine weiteren Services mehr:

      pi@ioBroker:/opt/iobroker $ sudo netstat -tulpn | grep -i 'liste'
      tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      476/influxd
      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      513/sshd: /usr/sbin
      tcp6       0      0 :::8086                 :::*                    LISTEN      476/influxd
      tcp6       0      0 :::22                   :::*                    LISTEN      513/sshd: /usr/sbin
      
      
      posted in Error/Bug
      Dima S
      Dima S
    • RE: [gelöst] Kein Webinterface nach fehlerhaftem update

      @dp20eic
      Danke für die Anleitung. Wieder etwas dazugelernt. 🙂
      Habe mich nun ein wenig weiter hangeln können und habe bei den Logfiles

      cd /opt/iobroker
      node node_modules/iobroker.js-controller/controller.js --logs
      

      folgendes gefunden

      2022-12-29 11:35:30.974  - error: host.ioBroker-Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
      pi@ioBroker:/opt/iobroker $
      

      Anschließend die aktuelle js-controller version aufgespielt
      nach der Anleitung
      https://forum.iobroker.net/topic/54757/no-connection-to-databases-possible/27t

      cd /opt/iobroker
      sudo -H -u iobroker npm install iobroker.js-controller
      

      und den Fixer ausgeführt
      https://forum.iobroker.net/topic/20211/iobroker-installation-fixer-beta-verf%C3%BCgbar

      @Homoran
      Der Befehl hat funktioniert. Brachte leider auch keinen Erfolg.

      Leider ohne Erfolg.
      Ich hoffe ihr habt noch weitere Ideen. 🙂

      posted in Error/Bug
      Dima S
      Dima S
    • RE: [gelöst] Kein Webinterface nach fehlerhaftem update

      @haselchen
      Hi,
      sobald ich den Befehl ausführe, erhalte ich folgende Rückmeldung:

      pi@ioBroker:~ $ iobroker set admin.0 --ssl false
      Adapter "admin.0" has no setting "ssl".
      No parameters set.
      pi@ioBroker:~ $
      

      Leider hilft es auch nicht weiter. Aber war einen Versuch Wert. 🙂

      posted in Error/Bug
      Dima S
      Dima S
    • RE: [gelöst] Kein Webinterface nach fehlerhaftem update

      @dp20eic
      So, das update von buster auf bullseye hat etwas gedauert.
      Das System ist auf dem aktuellem Stand.

      Anbei ein aktuelles Auszug aus den Logfiles:

      pi@ioBroker:/opt/iobroker $ grep -i 'admin.0' log/iobroker.current.log
      2022-12-28 13:41:14.353  - info: admin.0 (1390) ==> Connected system.user.admin from ::ffff:192.168.50.38
      2022-12-28 13:41:19.388  - info: admin.0 (1390) ==> Connected system.user.admin from ::ffff:192.168.50.38
      2022-12-28 13:41:26.476  - info: admin.0 (1390) ==> Connected system.user.admin from ::ffff:192.168.50.38
      2022-12-28 13:41:49.686  - info: admin.0 (1390) ==> Connected system.user.admin from ::ffff:192.168.50.38
      2022-12-28 13:42:01.013  - info: admin.0 (1390) ==> Connected system.user.admin from ::ffff:192.168.50.38
      2022-12-28 13:42:01.501  - info: admin.0 (1390) ==> Connected system.user.admin from ::ffff:192.168.50.38
      2022-12-28 13:42:02.161  - info: admin.0 (1390) ==> Connected system.user.admin from ::ffff:192.168.50.38
      2022-12-28 13:56:10.353  - info: admin.0 (1390) ==> Connected system.user.admin from ::ffff:192.168.50.38
      2022-12-28 13:56:12.940  - info: admin.0 (1390) ==> Connected system.user.admin from ::ffff:192.168.50.38
      2022-12-28 13:56:41.444  - error: host.ioBroker No adapter name is specified for readBaseSettings command from  system.adapter.admin.0
      2022-12-28 14:39:46.960  - info: admin.0 (1390) ==> Connected system.user.admin from ::ffff:192.168.50.38
      2022-12-28 14:41:59.204  - info: admin.0 (1390) ==> Connected system.user.admin from ::ffff:192.168.50.38
      2022-12-28 15:09:38.204  - info: host.ioBroker iobroker host.ioBroker Adapter "system.adapter.admin.0" is stopped.
      2022-12-28 15:09:38.259  - info: admin.0 (1390) Adapter is disabled => stop
      2022-12-28 15:09:38.262  - info: admin.0 (1390) terminating https server on port 8081
      2022-12-28 15:09:38.364  - info: host.ioBroker "system.adapter.admin.0" disabled
      2022-12-28 15:09:38.366  - info: host.ioBroker stopInstance system.adapter.admin.0 (force=false, process=true)
      2022-12-28 15:09:38.389  - info: admin.0 (1390) Got terminate signal TERMINATE_YOURSELF
      2022-12-28 15:09:38.394  - info: admin.0 (1390) terminating
      2022-12-28 15:09:38.396  - info: admin.0 (1390) Terminated (NO_ERROR): Without reason
      2022-12-28 15:09:38.400  - info: host.ioBroker stopInstance system.adapter.admin.0 send kill signal
      2022-12-28 15:09:39.132  - info: host.ioBroker instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
      2022-12-28 15:21:36.021  - info: host.ioBroker stopInstance system.adapter.admin.0 (force=false, process=false)
      2022-12-28 15:22:34.269  - info: host.ioBroker stopInstance system.adapter.admin.0 (force=false, process=false)
      2022-12-28 15:41:54.639  - info: host.ioBroker "system.adapter.admin.0" enabled
      2022-12-28 15:41:56.635  - info: host.ioBroker instance system.adapter.admin.0 started with pid 30138
      2022-12-28 15:41:58.221  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 15:41:58.221  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 15:42:28.520  - info: host.ioBroker instance system.adapter.admin.0 started with pid 31046
      2022-12-28 15:42:30.754  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 15:42:30.755  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 15:43:01.080  - info: host.ioBroker instance system.adapter.admin.0 started with pid 31971
      2022-12-28 15:43:02.641  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 15:43:02.642  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 15:43:32.882  - info: host.ioBroker instance system.adapter.admin.0 started with pid 415
      2022-12-28 15:43:34.564  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 15:43:34.564  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 15:44:04.797  - info: host.ioBroker instance system.adapter.admin.0 started with pid 1703
      2022-12-28 15:44:06.365  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 15:44:06.366  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 15:44:36.577  - info: host.ioBroker instance system.adapter.admin.0 started with pid 2655
      2022-12-28 15:44:38.165  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 15:44:38.165  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 15:45:08.366  - info: host.ioBroker instance system.adapter.admin.0 started with pid 3570
      2022-12-28 15:45:10.203  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 15:45:10.204  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 15:45:40.538  - info: host.ioBroker instance system.adapter.admin.0 started with pid 4539
      2022-12-28 15:45:42.327  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 15:45:42.327  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 15:46:12.488  - info: host.ioBroker instance system.adapter.admin.0 started with pid 5422
      2022-12-28 15:46:14.163  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 15:46:14.163  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 15:46:44.379  - info: host.ioBroker instance system.adapter.admin.0 started with pid 6355
      2022-12-28 15:46:46.183  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      
      2022-12-28 18:11:42.376  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:12:12.723  - info: host.ioBroker instance system.adapter.admin.0 started with pid 11543
      2022-12-28 18:12:16.209  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:12:16.209  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:12:44.033  - info: host.ioBroker stopInstance system.adapter.admin.0 (force=false, process=false)
      2022-12-28 18:13:56.113  - info: host.ioBroker instance system.adapter.admin.0 started with pid 731
      2022-12-28 18:13:57.989  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:13:57.989  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:14:28.665  - info: host.ioBroker instance system.adapter.admin.0 started with pid 861
      2022-12-28 18:14:30.844  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:14:30.845  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:15:01.324  - info: host.ioBroker instance system.adapter.admin.0 started with pid 1058
      2022-12-28 18:15:04.519  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:15:04.519  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:15:37.531  - info: host.ioBroker instance system.adapter.admin.0 started with pid 1266
      2022-12-28 18:15:39.795  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:15:39.795  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:16:10.186  - info: host.ioBroker instance system.adapter.admin.0 started with pid 2137
      2022-12-28 18:16:12.620  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:16:12.620  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:16:42.882  - info: host.ioBroker instance system.adapter.admin.0 started with pid 3096
      2022-12-28 18:16:44.403  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:16:44.403  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:17:14.686  - info: host.ioBroker instance system.adapter.admin.0 started with pid 4163
      2022-12-28 18:17:16.339  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:17:16.339  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:17:46.516  - info: host.ioBroker instance system.adapter.admin.0 started with pid 5181
      2022-12-28 18:17:48.271  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:17:48.271  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:18:18.466  - info: host.ioBroker instance system.adapter.admin.0 started with pid 6377
      2022-12-28 18:18:20.091  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:18:20.091  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:18:50.386  - info: host.ioBroker instance system.adapter.admin.0 started with pid 7438
      2022-12-28 18:18:55.329  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:18:55.330  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:19:25.550  - info: host.ioBroker instance system.adapter.admin.0 started with pid 8430
      2022-12-28 18:19:27.779  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:19:27.779  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:19:58.049  - info: host.ioBroker instance system.adapter.admin.0 started with pid 9398
      2022-12-28 18:19:59.754  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:19:59.755  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:20:29.980  - info: host.ioBroker instance system.adapter.admin.0 started with pid 10421
      2022-12-28 18:20:31.618  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:20:31.619  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:21:01.890  - info: host.ioBroker instance system.adapter.admin.0 started with pid 11372
      2022-12-28 18:21:03.688  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:21:03.688  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:21:34.122  - info: host.ioBroker instance system.adapter.admin.0 started with pid 12291
      2022-12-28 18:21:35.745  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:21:35.745  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:22:06.209  - info: host.ioBroker instance system.adapter.admin.0 started with pid 13255
      2022-12-28 18:22:07.713  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:22:07.713  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:22:37.934  - info: host.ioBroker instance system.adapter.admin.0 started with pid 14172
      2022-12-28 18:22:40.563  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:22:40.563  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:23:10.726  - info: host.ioBroker instance system.adapter.admin.0 started with pid 15134
      2022-12-28 18:23:12.355  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:23:12.355  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:23:42.610  - info: host.ioBroker instance system.adapter.admin.0 started with pid 16212
      2022-12-28 18:23:44.238  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:23:44.239  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:24:14.415  - info: host.ioBroker instance system.adapter.admin.0 started with pid 17430
      2022-12-28 18:24:18.824  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:24:18.824  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:24:55.759  - info: host.ioBroker instance system.adapter.admin.0 started with pid 18756
      2022-12-28 18:24:58.680  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:24:58.680  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:25:28.925  - info: host.ioBroker instance system.adapter.admin.0 started with pid 19762
      2022-12-28 18:25:30.634  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:25:30.634  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:26:00.815  - info: host.ioBroker instance system.adapter.admin.0 started with pid 20687
      2022-12-28 18:26:02.529  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:26:02.530  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:26:32.732  - info: host.ioBroker instance system.adapter.admin.0 started with pid 21570
      2022-12-28 18:26:34.347  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:26:34.347  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:27:04.580  - info: host.ioBroker instance system.adapter.admin.0 started with pid 22515
      2022-12-28 18:27:06.278  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:27:06.278  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:27:36.500  - info: host.ioBroker instance system.adapter.admin.0 started with pid 23437
      2022-12-28 18:27:38.075  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:27:38.075  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:28:08.287  - info: host.ioBroker instance system.adapter.admin.0 started with pid 24381
      2022-12-28 18:28:10.485  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:28:10.486  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:28:40.649  - info: host.ioBroker instance system.adapter.admin.0 started with pid 25308
      2022-12-28 18:28:42.342  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:28:42.342  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:29:12.515  - info: host.ioBroker instance system.adapter.admin.0 started with pid 26265
      2022-12-28 18:29:14.137  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:29:14.138  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:29:44.362  - info: host.ioBroker instance system.adapter.admin.0 started with pid 27169
      2022-12-28 18:29:47.149  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:29:47.150  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:30:17.386  - info: host.ioBroker instance system.adapter.admin.0 started with pid 28308
      2022-12-28 18:30:18.957  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:30:18.957  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:30:49.186  - info: host.ioBroker instance system.adapter.admin.0 started with pid 29175
      2022-12-28 18:30:50.775  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:30:50.775  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:31:21.008  - info: host.ioBroker instance system.adapter.admin.0 started with pid 30085
      2022-12-28 18:31:22.579  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:31:22.579  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:31:52.747  - info: host.ioBroker instance system.adapter.admin.0 started with pid 30911
      2022-12-28 18:31:54.740  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:31:54.740  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:32:24.924  - info: host.ioBroker instance system.adapter.admin.0 started with pid 31932
      2022-12-28 18:32:26.598  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:32:26.598  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:32:56.969  - info: host.ioBroker instance system.adapter.admin.0 started with pid 418
      2022-12-28 18:32:58.618  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:32:58.618  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:33:28.867  - info: host.ioBroker instance system.adapter.admin.0 started with pid 1637
      2022-12-28 18:33:30.558  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:33:30.558  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:34:00.784  - info: host.ioBroker instance system.adapter.admin.0 started with pid 2595
      2022-12-28 18:34:02.345  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:34:02.345  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:34:32.529  - info: host.ioBroker instance system.adapter.admin.0 started with pid 3486
      2022-12-28 18:34:34.231  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:34:34.232  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:35:04.460  - info: host.ioBroker instance system.adapter.admin.0 started with pid 4440
      2022-12-28 18:35:06.089  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:35:06.089  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:35:36.281  - info: host.ioBroker instance system.adapter.admin.0 started with pid 5358
      2022-12-28 18:35:37.973  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:35:37.973  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:36:08.193  - info: host.ioBroker instance system.adapter.admin.0 started with pid 6293
      2022-12-28 18:36:10.450  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:36:10.450  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:36:40.617  - info: host.ioBroker instance system.adapter.admin.0 started with pid 7215
      2022-12-28 18:36:42.208  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:36:42.208  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:37:12.440  - info: host.ioBroker instance system.adapter.admin.0 started with pid 8171
      2022-12-28 18:37:14.104  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:37:14.104  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:37:44.397  - info: host.ioBroker instance system.adapter.admin.0 started with pid 9076
      2022-12-28 18:37:46.094  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:37:46.094  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:38:16.295  - info: host.ioBroker instance system.adapter.admin.0 started with pid 10030
      2022-12-28 18:38:18.020  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:38:18.020  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:38:48.284  - info: host.ioBroker instance system.adapter.admin.0 started with pid 10946
      2022-12-28 18:38:49.912  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:38:49.913  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:39:20.122  - info: host.ioBroker instance system.adapter.admin.0 started with pid 11884
      2022-12-28 18:39:21.852  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:39:21.852  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:39:52.101  - info: host.ioBroker instance system.adapter.admin.0 started with pid 12798
      2022-12-28 18:39:53.847  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:39:53.847  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:40:24.013  - info: host.ioBroker instance system.adapter.admin.0 started with pid 13739
      2022-12-28 18:40:25.795  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:40:25.795  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:40:56.186  - info: host.ioBroker instance system.adapter.admin.0 started with pid 14694
      2022-12-28 18:40:57.890  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:40:57.890  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:41:28.287  - info: host.ioBroker instance system.adapter.admin.0 started with pid 15627
      2022-12-28 18:41:29.923  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:41:29.923  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:42:00.364  - info: host.ioBroker instance system.adapter.admin.0 started with pid 16584
      2022-12-28 18:42:02.013  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:42:02.014  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:42:32.221  - info: host.ioBroker instance system.adapter.admin.0 started with pid 17478
      2022-12-28 18:42:33.898  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:42:33.898  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:43:04.158  - info: host.ioBroker instance system.adapter.admin.0 started with pid 18434
      2022-12-28 18:43:05.840  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:43:05.840  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:43:36.061  - info: host.ioBroker instance system.adapter.admin.0 started with pid 19347
      2022-12-28 18:43:37.717  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:43:37.717  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:44:07.877  - info: host.ioBroker instance system.adapter.admin.0 started with pid 20302
      2022-12-28 18:44:09.630  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:44:09.631  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:44:40.436  - info: host.ioBroker instance system.adapter.admin.0 started with pid 21225
      2022-12-28 18:44:42.030  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:44:42.031  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:45:12.206  - info: host.ioBroker instance system.adapter.admin.0 started with pid 22181
      2022-12-28 18:45:13.930  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:45:13.930  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:45:44.195  - info: host.ioBroker instance system.adapter.admin.0 started with pid 23085
      2022-12-28 18:45:45.900  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:45:45.901  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:46:16.095  - info: host.ioBroker instance system.adapter.admin.0 started with pid 24037
      2022-12-28 18:46:17.838  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:46:17.838  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:46:48.298  - info: host.ioBroker instance system.adapter.admin.0 started with pid 24954
      2022-12-28 18:46:49.878  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:46:49.883  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:47:20.117  - info: host.ioBroker instance system.adapter.admin.0 started with pid 25891
      2022-12-28 18:47:21.788  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:47:21.789  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:47:52.009  - info: host.ioBroker instance system.adapter.admin.0 started with pid 26801
      2022-12-28 18:47:53.621  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:47:53.621  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:48:23.838  - info: host.ioBroker instance system.adapter.admin.0 started with pid 27726
      2022-12-28 18:48:25.544  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:48:25.544  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:48:55.753  - info: host.ioBroker instance system.adapter.admin.0 started with pid 28835
      2022-12-28 18:48:57.746  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:48:57.746  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:49:27.986  - info: host.ioBroker instance system.adapter.admin.0 started with pid 29893
      2022-12-28 18:49:29.765  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:49:29.765  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:50:00.430  - info: host.ioBroker instance system.adapter.admin.0 started with pid 30934
      2022-12-28 18:50:02.147  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:50:02.148  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:50:39.084  - info: host.ioBroker instance system.adapter.admin.0 started with pid 32099
      2022-12-28 18:50:45.061  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:50:45.061  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:51:15.301  - info: host.ioBroker instance system.adapter.admin.0 started with pid 1150
      2022-12-28 18:51:20.959  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:51:20.959  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:51:51.398  - info: host.ioBroker instance system.adapter.admin.0 started with pid 2224
      2022-12-28 18:51:53.059  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:51:53.059  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:52:23.358  - info: host.ioBroker instance system.adapter.admin.0 started with pid 3197
      2022-12-28 18:52:24.985  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:52:24.985  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:52:59.167  - info: host.ioBroker instance system.adapter.admin.0 started with pid 4378
      2022-12-28 18:53:00.976  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:53:00.976  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:53:31.456  - info: host.ioBroker instance system.adapter.admin.0 started with pid 6076
      2022-12-28 18:53:32.981  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:53:32.981  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:54:18.974  - info: host.ioBroker instance system.adapter.admin.0 started with pid 7556
      2022-12-28 18:54:20.610  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:54:20.610  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:54:50.808  - info: host.ioBroker instance system.adapter.admin.0 started with pid 8483
      2022-12-28 18:55:03.891  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:55:03.891  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:55:34.133  - info: host.ioBroker instance system.adapter.admin.0 started with pid 9707
      2022-12-28 18:55:38.959  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:55:38.960  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:56:20.050  - info: host.ioBroker instance system.adapter.admin.0 started with pid 11112
      2022-12-28 18:56:23.037  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:56:23.037  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:56:53.234  - info: host.ioBroker instance system.adapter.admin.0 started with pid 12121
      2022-12-28 18:56:54.949  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:56:54.949  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:57:47.931  - info: host.ioBroker instance system.adapter.admin.0 started with pid 13774
      2022-12-28 18:57:51.076  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:57:51.076  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:58:21.276  - info: host.ioBroker instance system.adapter.admin.0 started with pid 14787
      2022-12-28 18:58:26.508  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:58:26.508  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:58:56.707  - info: host.ioBroker instance system.adapter.admin.0 started with pid 15796
      2022-12-28 18:59:05.456  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 18:59:05.456  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 18:59:48.951  - info: host.ioBroker instance system.adapter.admin.0 started with pid 17436
      2022-12-28 19:00:05.388  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:00:05.388  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:00:35.598  - info: host.ioBroker instance system.adapter.admin.0 started with pid 18875
      2022-12-28 19:00:37.779  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:00:37.779  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:01:07.942  - info: host.ioBroker instance system.adapter.admin.0 started with pid 19867
      2022-12-28 19:01:10.712  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:01:10.712  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:01:47.063  - info: host.ioBroker instance system.adapter.admin.0 started with pid 21040
      2022-12-28 19:01:55.716  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:01:55.716  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:02:25.894  - info: host.ioBroker instance system.adapter.admin.0 started with pid 22261
      2022-12-28 19:02:51.366  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:02:51.366  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:03:21.640  - info: host.ioBroker instance system.adapter.admin.0 started with pid 23956
      2022-12-28 19:03:23.188  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:03:23.188  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:03:53.432  - info: host.ioBroker instance system.adapter.admin.0 started with pid 24836
      2022-12-28 19:03:57.539  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:03:57.539  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:04:27.735  - info: host.ioBroker instance system.adapter.admin.0 started with pid 25894
      2022-12-28 19:04:33.597  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:04:33.597  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:05:07.730  - info: host.ioBroker instance system.adapter.admin.0 started with pid 27097
      2022-12-28 19:05:09.717  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:05:09.717  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:05:40.833  - info: host.ioBroker instance system.adapter.admin.0 started with pid 28038
      2022-12-28 19:06:03.205  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:06:03.205  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:06:33.576  - info: host.ioBroker instance system.adapter.admin.0 started with pid 29646
      2022-12-28 19:06:36.101  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:06:36.102  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:07:13.779  - info: host.ioBroker instance system.adapter.admin.0 started with pid 30893
      2022-12-28 19:07:21.937  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:07:21.937  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:08:09.064  - info: host.ioBroker instance system.adapter.admin.0 started with pid 32379
      2022-12-28 19:08:37.825  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:08:37.825  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:09:08.261  - info: host.ioBroker instance system.adapter.admin.0 started with pid 2135
      2022-12-28 19:09:11.322  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:09:11.322  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:09:48.878  - info: host.ioBroker instance system.adapter.admin.0 started with pid 3330
      2022-12-28 19:09:51.002  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:09:51.002  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:10:22.990  - info: host.ioBroker instance system.adapter.admin.0 started with pid 4312
      2022-12-28 19:10:27.668  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:10:27.668  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:10:58.553  - info: host.ioBroker instance system.adapter.admin.0 started with pid 5502
      2022-12-28 19:11:29.274  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:11:29.274  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:11:59.523  - info: host.ioBroker instance system.adapter.admin.0 started with pid 7196
      2022-12-28 19:12:09.796  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:12:09.797  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:12:40.550  - info: host.ioBroker instance system.adapter.admin.0 started with pid 8376
      2022-12-28 19:12:50.814  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:12:50.814  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:13:21.161  - info: host.ioBroker instance system.adapter.admin.0 started with pid 9607
      2022-12-28 19:13:23.986  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:13:23.986  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:13:54.269  - info: host.ioBroker instance system.adapter.admin.0 started with pid 10737
      2022-12-28 19:13:58.051  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:13:58.052  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:15:04.219  - info: host.ioBroker instance system.adapter.admin.0 started with pid 12695
      2022-12-28 19:15:14.093  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:15:14.093  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:15:55.187  - info: host.ioBroker instance system.adapter.admin.0 started with pid 14326
      2022-12-28 19:15:56.892  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:15:56.892  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:16:43.064  - info: host.ioBroker instance system.adapter.admin.0 started with pid 15733
      2022-12-28 19:16:46.737  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:16:46.737  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:17:19.888  - info: host.ioBroker instance system.adapter.admin.0 started with pid 16738
      2022-12-28 19:17:36.520  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:17:36.521  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:18:08.304  - info: host.ioBroker instance system.adapter.admin.0 started with pid 18169
      2022-12-28 19:18:29.211  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:18:29.212  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:19:01.880  - info: host.ioBroker instance system.adapter.admin.0 started with pid 19814
      2022-12-28 19:19:15.040  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:19:15.040  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:19:45.232  - info: host.ioBroker instance system.adapter.admin.0 started with pid 21058
      2022-12-28 19:19:46.819  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:19:46.819  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:19:57.091  - info: host.ioBroker stopInstance system.adapter.admin.0 (force=false, process=false)
      2022-12-28 19:21:07.801  - info: host.ioBroker instance system.adapter.admin.0 started with pid 726
      2022-12-28 19:21:11.128  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:21:11.129  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:21:41.509  - info: host.ioBroker instance system.adapter.admin.0 started with pid 889
      2022-12-28 19:21:44.583  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:21:44.584  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:22:14.905  - info: host.ioBroker instance system.adapter.admin.0 started with pid 1113
      2022-12-28 19:22:17.453  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:22:17.453  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:22:47.866  - info: host.ioBroker instance system.adapter.admin.0 started with pid 1310
      2022-12-28 19:22:49.996  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:22:49.996  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:23:20.567  - info: host.ioBroker instance system.adapter.admin.0 started with pid 1897
      2022-12-28 19:23:23.873  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:23:23.873  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:23:54.062  - info: host.ioBroker instance system.adapter.admin.0 started with pid 3001
      2022-12-28 19:23:56.296  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:23:56.297  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:24:26.470  - info: host.ioBroker instance system.adapter.admin.0 started with pid 4093
      2022-12-28 19:24:28.341  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:24:28.342  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:24:58.535  - info: host.ioBroker instance system.adapter.admin.0 started with pid 5079
      2022-12-28 19:25:00.430  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:25:00.430  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:25:30.594  - info: host.ioBroker instance system.adapter.admin.0 started with pid 6089
      2022-12-28 19:25:32.142  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:25:32.142  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:26:02.306  - info: host.ioBroker instance system.adapter.admin.0 started with pid 7026
      2022-12-28 19:26:03.995  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:26:03.995  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:26:34.237  - info: host.ioBroker instance system.adapter.admin.0 started with pid 7992
      2022-12-28 19:26:36.303  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:26:36.303  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:27:06.517  - info: host.ioBroker instance system.adapter.admin.0 started with pid 8977
      2022-12-28 19:27:08.109  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:27:08.110  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:27:38.277  - info: host.ioBroker instance system.adapter.admin.0 started with pid 9930
      2022-12-28 19:27:39.859  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:27:39.859  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:28:10.085  - info: host.ioBroker instance system.adapter.admin.0 started with pid 10901
      2022-12-28 19:28:11.715  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:28:11.715  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:28:41.986  - info: host.ioBroker instance system.adapter.admin.0 started with pid 11853
      2022-12-28 19:28:43.577  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:28:43.577  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:29:13.845  - info: host.ioBroker instance system.adapter.admin.0 started with pid 12829
      2022-12-28 19:29:15.486  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:29:15.486  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:29:45.650  - info: host.ioBroker instance system.adapter.admin.0 started with pid 13768
      2022-12-28 19:29:47.243  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:29:47.243  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:30:17.453  - info: host.ioBroker instance system.adapter.admin.0 started with pid 14743
      2022-12-28 19:30:19.049  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:30:19.049  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:30:49.317  - info: host.ioBroker instance system.adapter.admin.0 started with pid 15668
      2022-12-28 19:30:51.243  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:30:51.243  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:31:21.419  - info: host.ioBroker instance system.adapter.admin.0 started with pid 16636
      2022-12-28 19:31:23.176  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:31:23.176  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:31:53.343  - info: host.ioBroker instance system.adapter.admin.0 started with pid 17575
      2022-12-28 19:31:55.102  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:31:55.102  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:32:25.472  - info: host.ioBroker instance system.adapter.admin.0 started with pid 18550
      2022-12-28 19:32:27.141  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:32:27.142  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:32:57.380  - info: host.ioBroker instance system.adapter.admin.0 started with pid 19479
      2022-12-28 19:32:58.934  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:32:58.934  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:33:29.156  - info: host.ioBroker instance system.adapter.admin.0 started with pid 20450
      2022-12-28 19:33:30.760  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:33:30.760  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:34:00.972  - info: host.ioBroker instance system.adapter.admin.0 started with pid 21379
      2022-12-28 19:34:02.517  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:34:02.517  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:34:32.828  - info: host.ioBroker instance system.adapter.admin.0 started with pid 22365
      2022-12-28 19:34:34.379  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:34:34.379  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:35:04.618  - info: host.ioBroker instance system.adapter.admin.0 started with pid 23338
      2022-12-28 19:35:06.198  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:35:06.199  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:35:36.438  - info: host.ioBroker instance system.adapter.admin.0 started with pid 24291
      2022-12-28 19:35:37.991  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:35:37.991  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:36:08.226  - info: host.ioBroker instance system.adapter.admin.0 started with pid 25272
      2022-12-28 19:36:09.794  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:36:09.794  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:36:39.963  - info: host.ioBroker instance system.adapter.admin.0 started with pid 26363
      2022-12-28 19:36:41.806  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:36:41.806  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:37:12.031  - info: host.ioBroker instance system.adapter.admin.0 started with pid 27356
      2022-12-28 19:37:14.860  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:37:14.860  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:37:45.093  - info: host.ioBroker instance system.adapter.admin.0 started with pid 28312
      2022-12-28 19:37:46.619  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:37:46.619  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:38:16.982  - info: host.ioBroker instance system.adapter.admin.0 started with pid 29290
      2022-12-28 19:38:18.635  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:38:18.635  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:38:48.891  - info: host.ioBroker instance system.adapter.admin.0 started with pid 30289
      2022-12-28 19:39:42.180  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:39:42.180  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:40:47.685  - info: host.ioBroker instance system.adapter.admin.0 started with pid 1954
      2022-12-28 19:40:55.364  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:40:55.364  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:41:38.734  - info: host.ioBroker instance system.adapter.admin.0 started with pid 3508
      2022-12-28 19:41:46.170  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:41:46.170  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:42:21.831  - info: host.ioBroker instance system.adapter.admin.0 started with pid 6028
      2022-12-28 19:42:23.708  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:42:23.708  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:42:54.300  - info: host.ioBroker instance system.adapter.admin.0 started with pid 9514
      2022-12-28 19:42:55.977  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:42:55.977  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:43:26.162  - info: host.ioBroker instance system.adapter.admin.0 started with pid 12286
      2022-12-28 19:43:27.808  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:43:27.808  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:43:58.061  - info: host.ioBroker instance system.adapter.admin.0 started with pid 13290
      2022-12-28 19:43:59.638  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:43:59.638  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:44:29.844  - info: host.ioBroker instance system.adapter.admin.0 started with pid 14308
      2022-12-28 19:44:31.362  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:44:31.362  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:45:01.562  - info: host.ioBroker instance system.adapter.admin.0 started with pid 15261
      2022-12-28 19:45:03.195  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:45:03.195  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:45:33.369  - info: host.ioBroker instance system.adapter.admin.0 started with pid 16261
      2022-12-28 19:45:34.960  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:45:34.960  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:46:05.190  - info: host.ioBroker instance system.adapter.admin.0 started with pid 18454
      2022-12-28 19:46:06.694  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:46:06.694  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:46:40.280  - info: host.ioBroker instance system.adapter.admin.0 started with pid 19453
      2022-12-28 19:46:41.953  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:46:41.954  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:47:12.197  - info: host.ioBroker instance system.adapter.admin.0 started with pid 20460
      2022-12-28 19:47:13.728  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:47:13.728  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:47:43.961  - info: host.ioBroker instance system.adapter.admin.0 started with pid 21526
      2022-12-28 19:47:45.566  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:47:45.566  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:48:15.782  - info: host.ioBroker instance system.adapter.admin.0 started with pid 22547
      2022-12-28 19:48:17.333  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:48:17.333  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:48:47.508  - info: host.ioBroker instance system.adapter.admin.0 started with pid 23567
      2022-12-28 19:48:51.940  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:48:51.940  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:49:22.159  - info: host.ioBroker instance system.adapter.admin.0 started with pid 24591
      2022-12-28 19:49:23.713  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:49:23.713  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:49:53.946  - info: host.ioBroker instance system.adapter.admin.0 started with pid 25573
      2022-12-28 19:49:55.503  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:49:55.503  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:50:25.695  - info: host.ioBroker instance system.adapter.admin.0 started with pid 26645
      2022-12-28 19:50:34.849  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:50:34.849  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:51:05.172  - info: host.ioBroker instance system.adapter.admin.0 started with pid 28048
      2022-12-28 19:51:06.811  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:51:06.811  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:51:37.058  - info: host.ioBroker instance system.adapter.admin.0 started with pid 29138
      2022-12-28 19:51:38.665  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:51:38.665  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:52:08.897  - info: host.ioBroker instance system.adapter.admin.0 started with pid 30150
      2022-12-28 19:52:10.380  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:52:10.381  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:52:40.601  - info: host.ioBroker instance system.adapter.admin.0 started with pid 31115
      2022-12-28 19:52:42.482  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:52:42.482  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:53:12.743  - info: host.ioBroker instance system.adapter.admin.0 started with pid 32121
      2022-12-28 19:53:14.460  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:53:14.460  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:53:44.661  - info: host.ioBroker instance system.adapter.admin.0 started with pid 662
      2022-12-28 19:53:46.331  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:53:46.331  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:54:16.711  - info: host.ioBroker instance system.adapter.admin.0 started with pid 1977
      2022-12-28 19:54:18.477  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:54:18.477  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:54:49.560  - info: host.ioBroker instance system.adapter.admin.0 started with pid 2946
      2022-12-28 19:54:51.552  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:54:51.552  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:55:21.817  - info: host.ioBroker instance system.adapter.admin.0 started with pid 3950
      2022-12-28 19:55:23.380  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:55:23.381  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:55:53.574  - info: host.ioBroker instance system.adapter.admin.0 started with pid 4908
      2022-12-28 19:55:55.127  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:55:55.127  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:56:25.409  - info: host.ioBroker instance system.adapter.admin.0 started with pid 5879
      2022-12-28 19:56:27.021  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:56:27.021  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:56:57.280  - info: host.ioBroker instance system.adapter.admin.0 started with pid 6836
      2022-12-28 19:56:58.812  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:56:58.812  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:57:29.095  - info: host.ioBroker instance system.adapter.admin.0 started with pid 7818
      2022-12-28 19:57:30.718  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:57:30.718  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:58:00.897  - info: host.ioBroker instance system.adapter.admin.0 started with pid 8774
      2022-12-28 19:58:02.529  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:58:02.529  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:58:32.857  - info: host.ioBroker instance system.adapter.admin.0 started with pid 9767
      2022-12-28 19:58:34.405  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:58:34.405  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:59:04.613  - info: host.ioBroker instance system.adapter.admin.0 started with pid 10740
      2022-12-28 19:59:06.344  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:59:06.344  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 19:59:36.530  - info: host.ioBroker instance system.adapter.admin.0 started with pid 11688
      2022-12-28 19:59:38.082  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 19:59:38.082  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:00:08.276  - info: host.ioBroker instance system.adapter.admin.0 started with pid 12673
      2022-12-28 20:00:09.806  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:00:09.806  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:00:40.028  - info: host.ioBroker instance system.adapter.admin.0 started with pid 13626
      2022-12-28 20:00:41.629  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:00:41.629  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:01:11.834  - info: host.ioBroker instance system.adapter.admin.0 started with pid 14613
      2022-12-28 20:01:13.385  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:01:13.385  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:01:43.630  - info: host.ioBroker instance system.adapter.admin.0 started with pid 15550
      2022-12-28 20:01:45.193  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:01:45.193  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:02:15.420  - info: host.ioBroker instance system.adapter.admin.0 started with pid 16545
      2022-12-28 20:02:16.965  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:02:16.965  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:02:47.230  - info: host.ioBroker instance system.adapter.admin.0 started with pid 17492
      2022-12-28 20:02:48.789  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:02:48.789  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:03:19.355  - info: host.ioBroker instance system.adapter.admin.0 started with pid 18475
      2022-12-28 20:03:23.080  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:03:23.080  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:03:53.269  - info: host.ioBroker instance system.adapter.admin.0 started with pid 19440
      2022-12-28 20:03:54.890  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:03:54.890  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:04:25.084  - info: host.ioBroker instance system.adapter.admin.0 started with pid 20419
      2022-12-28 20:04:26.648  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:04:26.648  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:04:56.841  - info: host.ioBroker instance system.adapter.admin.0 started with pid 21382
      2022-12-28 20:04:58.438  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:04:58.438  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:05:28.674  - info: host.ioBroker instance system.adapter.admin.0 started with pid 22358
      2022-12-28 20:05:30.346  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:05:30.346  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:06:00.533  - info: host.ioBroker instance system.adapter.admin.0 started with pid 23310
      2022-12-28 20:06:02.010  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:06:02.011  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:06:32.277  - info: host.ioBroker instance system.adapter.admin.0 started with pid 24292
      2022-12-28 20:06:33.803  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:06:33.804  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:07:03.997  - info: host.ioBroker instance system.adapter.admin.0 started with pid 25277
      2022-12-28 20:07:05.566  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:07:05.567  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:07:35.737  - info: host.ioBroker instance system.adapter.admin.0 started with pid 26232
      2022-12-28 20:07:37.290  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:07:37.291  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:08:07.460  - info: host.ioBroker instance system.adapter.admin.0 started with pid 27234
      2022-12-28 20:08:09.087  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:08:09.087  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:08:39.280  - info: host.ioBroker instance system.adapter.admin.0 started with pid 28196
      2022-12-28 20:08:40.775  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:08:40.775  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:09:10.959  - info: host.ioBroker instance system.adapter.admin.0 started with pid 29181
      2022-12-28 20:09:12.573  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:09:12.573  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:09:42.751  - info: host.ioBroker instance system.adapter.admin.0 started with pid 30136
      2022-12-28 20:09:44.333  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:09:44.334  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:10:14.524  - info: host.ioBroker instance system.adapter.admin.0 started with pid 31118
      2022-12-28 20:10:16.016  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:10:16.016  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:10:46.221  - info: host.ioBroker instance system.adapter.admin.0 started with pid 32295
      2022-12-28 20:10:47.853  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:10:47.854  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:11:18.093  - info: host.ioBroker instance system.adapter.admin.0 started with pid 1120
      2022-12-28 20:11:19.734  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:11:19.734  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:11:49.912  - info: host.ioBroker instance system.adapter.admin.0 started with pid 2440
      2022-12-28 20:11:51.665  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:11:51.665  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:12:21.865  - info: host.ioBroker instance system.adapter.admin.0 started with pid 3443
      2022-12-28 20:12:23.552  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:12:23.552  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:12:53.731  - info: host.ioBroker instance system.adapter.admin.0 started with pid 4440
      2022-12-28 20:12:55.379  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:12:55.379  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:13:25.852  - info: host.ioBroker instance system.adapter.admin.0 started with pid 5497
      2022-12-28 20:13:27.454  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:13:27.454  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:13:57.657  - info: host.ioBroker instance system.adapter.admin.0 started with pid 6491
      2022-12-28 20:13:59.198  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:13:59.198  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:14:29.536  - info: host.ioBroker instance system.adapter.admin.0 started with pid 7507
      2022-12-28 20:14:31.127  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:14:31.127  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:15:01.333  - info: host.ioBroker instance system.adapter.admin.0 started with pid 8454
      2022-12-28 20:15:03.047  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:15:03.047  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:15:33.442  - info: host.ioBroker instance system.adapter.admin.0 started with pid 9414
      2022-12-28 20:15:36.911  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:15:36.911  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:16:07.071  - info: host.ioBroker instance system.adapter.admin.0 started with pid 10501
      2022-12-28 20:16:08.664  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:16:08.664  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:16:38.824  - info: host.ioBroker instance system.adapter.admin.0 started with pid 11465
      2022-12-28 20:16:40.367  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:16:40.367  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:17:10.599  - info: host.ioBroker instance system.adapter.admin.0 started with pid 12458
      2022-12-28 20:17:12.212  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:17:12.212  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:17:42.662  - info: host.ioBroker instance system.adapter.admin.0 started with pid 13422
      2022-12-28 20:17:45.018  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:17:45.018  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      2022-12-28 20:18:15.190  - info: host.ioBroker instance system.adapter.admin.0 started with pid 14422
      2022-12-28 20:18:16.742  - error: host.ioBroker instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-12-28 20:18:16.742  - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
      
      
      posted in Error/Bug
      Dima S
      Dima S
    • RE: [gelöst] Kein Webinterface nach fehlerhaftem update

      @dp20eic

      Aha nun macht das + einen Sinn 🙂
      Der Admin Adapter war auf disabled. Nachdem ich den Befehl

      iobroker start admin
      

      ausgeführt habe, hat er den Status enabled erhalten. Somit bin ich davon ausgegangen, dass er läuft.
      Aber scheinbar hat er probleme beim starten.

      Anbei der aktuelle Stand von

      iobroker list instances
      
      pi@ioBroker:~ $ iobroker start admin
      pi@ioBroker:~ $ iobroker list instances
      + system.adapter.accuweather.0            : accuweather           : ioBroker                                 -  enabled
        system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
        system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
        system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 -  enabled
      + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
      + system.adapter.broadlink2.0             : broadlink2            : ioBroker                                 -  enabled
        system.adapter.chromecast.0             : chromecast            : ioBroker                                 - disabled
      + system.adapter.cloud.0                  : cloud                 : ioBroker                                 -  enabled
        system.adapter.devices.0                : devices               : ioBroker                                 - disabled
      + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
        system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
        system.adapter.flot.0                   : flot                  : ioBroker                                 -  enabled
      + system.adapter.growatt.1                : growatt               : ioBroker                                 -  enabled
      + system.adapter.hm-rega.0                : hm-rega               : ioBroker                                 -  enabled
      + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 18701
      + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 12001
      + system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 12010
      + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
      + system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
      + system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
      + system.adapter.jarvis.0                 : jarvis                : ioBroker                                 -  enabled
      + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
      + system.adapter.linkeddevices.0          : linkeddevices         : ioBroker                                 -  enabled
        system.adapter.lovelace.0               : lovelace              : ioBroker                                 -  enabled, port: 8091, bind: 0.0.0.0, run as: admin
        system.adapter.material.0               : material              : ioBroker                                 -  enabled
      + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.node-red.0               : node-red              : ioBroker                                 -  enabled, port: 1880, bind: 0.0.0.0
      + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
        system.adapter.radar2.0                 : radar2                : ioBroker                                 - disabled
      + system.adapter.rpi2.0                   : rpi2                  : ioBroker                                 -  enabled
        system.adapter.samsung.0                : samsung               : ioBroker                                 - disabled
      + system.adapter.scenes.0                 : scenes                : ioBroker                                 -  enabled
      + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.shuttercontrol.0         : shuttercontrol        : ioBroker                                 -  enabled
      + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
      + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
        system.adapter.telegram.1               : telegram              : ioBroker                                 - disabled, port: 8443, bind: 0.0.0.0
      + system.adapter.text2command.0           : text2command          : ioBroker                                 -  enabled
      + system.adapter.tr-064.0                 : tr-064                : ioBroker                                 -  enabled
        system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 -  enabled
        system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
        system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        system.adapter.yr.0                     : yr                    : ioBroker                                 -  enabled
      
      + instance is alive
      
      

      PS:
      Werde mal das "Bullseye" update durchführen. Schlimmer wird es wohl nicht mehr 😉

      posted in Error/Bug
      Dima S
      Dima S
    • RE: [gelöst] Kein Webinterface nach fehlerhaftem update

      @dp20eic
      Das habe ich heute schon öfters ausgeführt 🙂

      iobroker start admin
      

      In der Zusammenfassung ist auch ersichtlich, dass die Instanz grundsätzlich läuft:

      system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
      

      Es ist zum heulen. Es ist keine Webanwendung aufrufbar.
      Kann ich irgendwelche Logfiles liefern?

      Das ist auf jedenfall eine super Übersicht des Gesamtsystems:

      ======== Start marking the full check here =========
      
      Skript v.2022-12-13
      
      *** BASE SYSTEM ***
      Model           : Raspberry Pi 4 Model B Rev 1.1
      Architecture:   armv7l
      Docker:         false
      Virtualization: none
      Distributor ID: Raspbian
      Description:    Raspbian GNU/Linux 10 (buster)
      Release:        10
      Codename:       buster
      
      PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
      NAME="Raspbian GNU/Linux"
      VERSION_ID="10"
      VERSION="10 (buster)"
      VERSION_CODENAME=buster
      ID=raspbian
      ID_LIKE=debian
      HOME_URL="http://www.raspbian.org/"
      SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
      BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
      
      Systemuptime and Load:
       18:23:15 up 10 min,  1 user,  load average: 1.53, 2.57, 1.70
      CPU threads: 4
      
      *** Time and Time Zones ***
      Wed Dec 28 17:23:15 UTC 2022
      Wed Dec 28 18:23:15 CET 2022
      CET +0100
      Europe/Berlin
      
      *** User and Groups ***
      pi
      /home/pi
      pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
      
      *** X-Server-Setup ***
      X-Server:       false
      Desktop:
      Terminal:       tty
      
      *** MEMORY ***
                    total        used        free      shared  buff/cache   available
      Mem:           3.8G        1.6G        1.7G        8.0M        555M        2.5G
      Swap:           99M          0B         99M
      Total:         3.9G        1.6G        1.8G
      
               3838 M total memory
               1599 M used memory
                255 M active memory
               1786 M inactive memory
               1683 M free memory
                 87 M buffer memory
                467 M swap cache
                 99 M total swap
                  0 M used swap
                 99 M free swap
      
      *** FILESYSTEM ***
      Filesystem     Type      Size  Used Avail Use% Mounted on
      /dev/root      ext4       14G  5.5G  7.9G  41% /
      devtmpfs       devtmpfs  1.8G     0  1.8G   0% /dev
      tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
      tmpfs          tmpfs     1.9G  8.5M  1.9G   1% /run
      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
      tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
      /dev/mmcblk0p1 vfat      253M   49M  204M  20% /boot
      tmpfs          tmpfs     384M     0  384M   0% /run/user/1000
      
      Show mounted filesystems (real ones only):
      TARGET        SOURCE         FSTYPE OPTIONS
      /             /dev/mmcblk0p2 ext4   rw,noatime
      |-/sys/fs/bpf none           bpf    rw,nosuid,nodev,noexec,relatime,mode=700
      `-/boot       /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
      
      Files in neuralgic directories:
      
      /var:
      945M    /var/
      505M    /var/log
      191M    /var/lib
      149M    /var/cache
      143M    /var/cache/apt
      
      /opt/iobroker/backups:
      1.1G    /opt/iobroker/backups/
      
      /opt/iobroker/iobroker-data:
      403M    /opt/iobroker/iobroker-data/
      299M    /opt/iobroker/iobroker-data/files
      72M     /opt/iobroker/iobroker-data/files/telegram.admin
      53M     /opt/iobroker/iobroker-data/backup-objects
      51M     /opt/iobroker/iobroker-data/files/javascript.admin
      
      The five largest files in iobroker-data are:
      33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
      27M     /opt/iobroker/iobroker-data/files/material/static/js/2.73100bd6.chunk.js.map
      22M     /opt/iobroker/iobroker-data/states.jsonl
      18M     /opt/iobroker/iobroker-data/objects.jsonl
      15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
      
      *** NodeJS-Installation ***
      
      /usr/bin/nodejs         v16.18.1
      /usr/bin/node           v16.18.1
      /usr/bin/npm            8.19.2
      
      nodejs:
        Installed: 16.18.1-deb-1nodesource1
        Candidate: 16.19.0-deb-1nodesource1
        Version table:
           16.19.0-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
       *** 16.18.1-deb-1nodesource1 100
              100 /var/lib/dpkg/status
           10.24.0~dfsg-1~deb10u2 500
              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
      
      Temp directories causing npm8 problem: 0
      
      *** ioBroker-Installation ***
      
      ioBroker Status
      iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      
      Core adapters versions
      js-controller:  4.0.23
      admin:          6.3.5
      
      Adapters from github:   0
      
      Enabled adapters with bindings
        system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
      + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 18701
      + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 12001
      + system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 12010
      + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
        system.adapter.lovelace.0               : lovelace              : ioBroker                                 -  enabled, port: 8091, bind: 0.0.0.0, run as: admin
      + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.node-red.0               : node-red              : ioBroker                                 -  enabled, port: 1880, bind: 0.0.0.0
      + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
      + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
        system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      ioBroker-Repositories
      stable        : http://download.iobroker.net/sources-dist.json
      beta          : http://download.iobroker.net/sources-dist-latest.json
      
      Active repo(s): stable
      
      ioBroker-Instances
      Used repository: stable
      Adapter    "accuweather"  : 1.2.1    , installed 1.2.1
      Adapter    "admin"        : 6.3.5    , installed 6.3.5
      Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
      Adapter    "alias-manager": 1.2.4    , installed 1.2.4
      Adapter    "backitup"     : 2.5.9    , installed 2.5.9
      Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
      Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
      Adapter    "cloud"        : 4.3.0    , installed 4.3.0
      Adapter    "devices"      : 1.1.2    , installed 1.1.2
      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
      Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
      Adapter    "flot"         : 1.11.0   , installed 1.11.0
      Adapter    "growatt"      : 2.0.0    , installed 2.0.0
      Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
      Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
      Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
      Adapter    "info"         : 1.9.19   , installed 1.9.19
      Adapter    "iot"          : 1.11.9   , installed 1.11.9
      Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
      Adapter    "javascript"   : 6.1.4    , installed 6.1.4
      Controller "js-controller": 4.0.23   , installed 4.0.23
      Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
      Adapter    "lovelace"     : 3.0.1    , installed 3.0.1
      Adapter    "material"     : 1.1.2    , installed 1.1.2
      Adapter    "mobile"       : 1.0.1    , installed 1.0.1
      Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
      Adapter    "node-red"     : 4.0.0    , installed 4.0.0
      Adapter    "onvif"        : 0.4.4    , installed 0.4.4
      Adapter    "ping"         : 1.5.3    , installed 1.5.3
      Adapter    "radar2"       : 2.0.3    , installed 2.0.3
      Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
      Adapter    "samsung"      : 0.5.11   , installed 0.5.11
      Adapter    "scenes"       : 2.3.9    , installed 2.3.9
      Adapter    "shelly"       : 6.0.0    , installed 6.0.0
      Adapter    "shuttercontrol": 1.4.18  , installed 1.4.18
      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
      Adapter    "socketio"     : 4.2.0    , installed 4.2.0
      Adapter    "synology"     : 2.1.13   , installed 2.1.13
      Adapter    "telegram"     : 1.15.2   , installed 1.15.2
      Adapter    "text2command" : 2.3.0    , installed 2.3.0
      Adapter    "tr-064"       : 4.2.17   , installed 4.2.17
      Adapter    "vis"          : 1.4.15   , installed 1.4.15
      Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
      Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
      Adapter    "web"          : 4.3.0    , installed 4.3.0
      Adapter    "ws"           : 1.3.0    , installed 1.3.0
      Adapter    "yr"           : 5.3.0    , installed 5.3.0
      
      Objects and States
      Please stand by - This may take a while
      Objects:        13316
      States:         10982
      
      *** OS-Repositories and Updates ***
      Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
      Hit:2 http://archive.raspberrypi.org/debian buster InRelease
      Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
      Reading package lists...
      Pending Updates: 10
      
      *** Listening Ports ***
      Active Internet connections (only servers)
      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
      tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       29820      1934/io.jarvis.0
      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15228      627/sshd
      tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      1001       20059      813/node-red
      tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      109        16675      614/influxd
      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       19001      918/io.mqtt.0
      tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       19002      918/io.mqtt.0
      tcp        0      0 192.168.50.49:12001     0.0.0.0:*               LISTEN      1001       17941      888/io.hm-rpc.1
      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       19568      616/iobroker.js-con
      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       19561      616/iobroker.js-con
      tcp        0      0 192.168.50.49:12010     0.0.0.0:*               LISTEN      1001       20013      907/io.hm-rpc.2
      tcp        0      0 192.168.50.49:18701     0.0.0.0:*               LISTEN      1001       20571      851/io.hm-rpc.0
      tcp6       0      0 :::80                   :::*                    LISTEN      1001       18205      813/node-red
      tcp6       0      0 :::8086                 :::*                    LISTEN      109        16752      614/influxd
      tcp6       0      0 :::22                   :::*                    LISTEN      0          15230      627/sshd
      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       20169      969/io.shelly.0
      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14996      613/dhcpcd
      udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       23571      1141/io.broadlink2.
      udp        0      0 0.0.0.0:34974           0.0.0.0:*                           108        16436      362/avahi-daemon: r
      udp        0      0 192.168.50.49:5353      0.0.0.0:*                           1001       21530      1047/io.tr-064.0
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        16434      362/avahi-daemon: r
      udp        0      0 0.0.0.0:41729           0.0.0.0:*                           1001       74549      1141/io.broadlink2.
      udp6       0      0 :::546                  :::*                                0          15007      613/dhcpcd
      udp6       0      0 :::58550                :::*                                108        16437      362/avahi-daemon: r
      udp6       0      0 :::5353                 :::*                                108        16435      362/avahi-daemon: r
      
      

      Den Hinweis mit dem upgrade auf "Bullseye" schaue ich mir an und werde es mal versuchen.
      Hab das System vor genau einem Monat mit den gleichen Symptomen, ebenfalls nach dem update von Adaptern, neu aufgesetzt. 😞 Mit entsprechenden Nachwehen, die ich gerne diesmal vermeiden wollte. 🙂
      Und hoffe weiterhin auf eine tolle Unterstützung. 🙂

      posted in Error/Bug
      Dima S
      Dima S
    • RE: [gelöst] Kein Webinterface nach fehlerhaftem update

      @dp20eic

      Hi,
      danke für den Hinweis mit dem ersten Post. Mich hat leider beim posten immer weider eine Fehlermeldung "Forbidden" geärgert, dadurch sind einige Copy-Paste Fehler passiert. Hab es nun korrigiert.

      Habe auch gerade festgestellt, dass es ein 4GB System ist. 🙂

      Anbei der Auszug top:

      top - 17:45:23 up  1:52,  1 user,  load average: 1,42, 2,48, 2,80
      Tasks: 163 total,   1 running, 162 sleeping,   0 stopped,   0 zombie
      %Cpu(s): 28,1 us,  7,6 sy,  0,0 ni, 60,9 id,  3,2 wa,  0,0 hi,  0,2 si,  0,0 st
      MiB Mem :   3838,7 total,   1359,1 free,   1569,8 used,    909,8 buff/cache
      MiB Swap:    100,0 total,    100,0 free,      0,0 used.   2510,8 avail Mem
      
        PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
      20626 iobroker  20   0  291172 182504  35020 S  47,0   4,6   2:02.52 iobroker.js-con
      20915 iobroker  20   0  194092  80000  30424 S   5,3   2,0   0:22.76 io.shelly.0
      21177 iobroker  20   0  195404  79084  31216 S   3,3   2,0   0:21.04 io.info.0
      20833 iobroker  20   0  181564  62492  30520 S   2,3   1,6   0:07.55 io.ping.0
      22251 iobroker  20   0  196628  89300  35404 S   2,3   2,3   0:17.46 io.jarvis.0
      20644 iobroker  20   0  193552  78416  30628 S   2,0   2,0   0:22.19 io.influxdb.0
      20739 iobroker  20   0  291940 176380  30616 S   1,7   4,5   0:49.09 io.javascript.0
      20944 iobroker  20   0 1241472  80812  31760 S   1,0   2,1   0:14.42 io.synology.0
      20963 iobroker  20   0  194564  76332  30704 S   0,7   1,9   0:09.24 io.tr-064.0
      21085 iobroker  20   0  183532  65716  31152 S   0,7   1,7   0:03.76 io.cloud.0
      22047 iobroker  20   0  195880  86532  34948 S   0,7   2,2   0:08.44 io.linkeddevice
        129 root      20   0   37672  23272  22296 S   0,3   0,6   0:08.05 systemd-journal
        350 root      20   0   25500   2724   2412 S   0,3   0,1   0:01.87 rsyslogd
       8231 influxdb  20   0 1083908 105404  20012 S   0,3   2,7   0:22.56 influxd
      20694 iobroker  20   0  219004 102856  30832 S   0,3   2,6   0:10.05 node-red
      20856 iobroker  20   0  178348  60008  30268 S   0,3   1,5   0:04.47 io.rpi2.0
      21007 iobroker  20   0  184128  72852  35504 S   0,3   1,9   0:05.13 io.accuweather.
      21202 iobroker  20   0  189416  72864  31216 S   0,3   1,9   0:06.07 io.iot.0
      28203 pi        20   0   10320   2864   2464 R   0,3   0,1   0:00.10 top
          1 root      20   0   34740   8216   6452 S   0,0   0,2   0:05.04 systemd
          2 root      20   0       0      0      0 S   0,0   0,0   0:00.02 kthreadd
          3 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_gp
          4 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 rcu_par_gp
          8 root       0 -20       0      0      0 I   0,0   0,0   0:00.00 mm_percpu_wq
          9 root      20   0       0      0      0 S   0,0   0,0   0:00.00 rcu_tasks_rude_
         10 root      20   0       0      0      0 S   0,0   0,0   0:00.00 rcu_tasks_trace
         11 root      20   0       0      0      0 S   0,0   0,0   0:02.41 ksoftirqd/0
         12 root      20   0       0      0      0 I   0,0   0,0   0:06.93 rcu_sched
         13 root      rt   0       0      0      0 S   0,0   0,0   0:00.26 migration/0
         14 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/0
         15 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/1
         16 root      rt   0       0      0      0 S   0,0   0,0   0:00.22 migration/1
         17 root      20   0       0      0      0 S   0,0   0,0   0:00.80 ksoftirqd/1
         20 root      20   0       0      0      0 S   0,0   0,0   0:00.00 cpuhp/2
         21 root      rt   0       0      0      0 S   0,0   0,0   0:00.20 migration/2
         22 root      20   0       0      0      0 S   0,0   0,0   0:00.99 ksoftirqd/2
      
      

      Konnte nun den Admin Adapter über die Konsole updaten nach der Hilfestellung von dem Thread:
      https://forum.iobroker.net/topic/57337/fehler-25-oder-217-bei-adapter-install-update-mit-npm8
      Leider ist das Webinterface weiterhin nicht aufrufbar. 😞

      
      pi@ioBroker:~ $ iobroker list instances
      + system.adapter.accuweather.0            : accuweather           : ioBroker                                 -  enabled
        system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
        system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
        system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 -  enabled
      + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
      + system.adapter.broadlink2.0             : broadlink2            : ioBroker                                 -  enabled
        system.adapter.chromecast.0             : chromecast            : ioBroker                                 - disabled
      + system.adapter.cloud.0                  : cloud                 : ioBroker                                 -  enabled
        system.adapter.devices.0                : devices               : ioBroker                                 - disabled
      + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
        system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
        system.adapter.flot.0                   : flot                  : ioBroker                                 -  enabled
      + system.adapter.growatt.1                : growatt               : ioBroker                                 -  enabled
      + system.adapter.hm-rega.0                : hm-rega               : ioBroker                                 -  enabled
      + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 18701
      + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 12001
      + system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 12010
      + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
      + system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
      + system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
      + system.adapter.jarvis.0                 : jarvis                : ioBroker                                 -  enabled
      + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
      + system.adapter.linkeddevices.0          : linkeddevices         : ioBroker                                 -  enabled
        system.adapter.lovelace.0               : lovelace              : ioBroker                                 -  enabled, port: 8091, bind: 0.0.0.0, run as: admin
        system.adapter.material.0               : material              : ioBroker                                 -  enabled
      + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.node-red.0               : node-red              : ioBroker                                 -  enabled, port: 1880, bind: 0.0.0.0
      + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
        system.adapter.radar2.0                 : radar2                : ioBroker                                 - disabled
      + system.adapter.rpi2.0                   : rpi2                  : ioBroker                                 -  enabled
        system.adapter.samsung.0                : samsung               : ioBroker                                 - disabled
      + system.adapter.scenes.0                 : scenes                : ioBroker                                 -  enabled
      + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.shuttercontrol.0         : shuttercontrol        : ioBroker                                 -  enabled
      + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
      + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
        system.adapter.telegram.1               : telegram              : ioBroker                                 - disabled, port: 8443, bind: 0.0.0.0
      + system.adapter.text2command.0           : text2command          : ioBroker                                 -  enabled
      + system.adapter.tr-064.0                 : tr-064                : ioBroker                                 -  enabled
        system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 -  enabled
        system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
        system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        system.adapter.yr.0                     : yr                    : ioBroker                                 -  enabled
      
      + instance is alive
      
      
      posted in Error/Bug
      Dima S
      Dima S
    • RE: [gelöst] Kein Webinterface nach fehlerhaftem update

      @thomas-braun
      Danke für die Rückmeldung. Klappt leider nicht 🙂
      Sieht aus, las ob der Admin-Adapter ständig startet und sich erneut wieder beendet.

      Anbei ein Auszug aus den Logs:

      Dec 28 16:42:37 ioBroker bash[2548]: ================================== > LOG REDIRECT system.adapter.admin.0 => false [Process stopped]
      Dec 28 16:42:37 ioBroker bash[2548]: ================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adapter.admin.0.logging]
      Dec 28 16:42:39 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:39 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4276ea33-86c6-11ed-8e15-000000000000 32626
      Dec 28 16:42:41 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:41 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4362c5d0-86c6-11ed-8e16-000000000000 11032
      Dec 28 16:42:41 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:41 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4362d4b0-86c6-11ed-8e17-000000000000 25643
      Dec 28 16:42:42 ioBroker bash[2548]: /opt/iobroker/node_modules/express/lib/request.js:66
      Dec 28 16:42:42 ioBroker bash[2548]:   if  !name) {
      Dec 28 16:42:42 ioBroker bash[2548]:       ^
      Dec 28 16:42:42 ioBroker bash[2548]: SyntaxError: Unexpected token '!'
      Dec 28 16:42:42 ioBroker bash[2548]:     at Object.compileFunction (node:vm:360:18)
      Dec 28 16:42:42 ioBroker bash[2548]:     at wrapSafe (node:internal/modules/cjs/loader:1084:15)
      Dec 28 16:42:42 ioBroker bash[2548]:     at Module._compile (node:internal/modules/cjs/loader:1119:27)
      Dec 28 16:42:42 ioBroker bash[2548]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
      Dec 28 16:42:42 ioBroker bash[2548]:     at Module.load (node:internal/modules/cjs/loader:1033:32)
      Dec 28 16:42:42 ioBroker bash[2548]:     at Function.Module._load (node:internal/modules/cjs/loader:868:12)
      Dec 28 16:42:42 ioBroker bash[2548]:     at Module.require (node:internal/modules/cjs/loader:1057:19)
      Dec 28 16:42:42 ioBroker bash[2548]:     at require (node:internal/modules/cjs/helpers:103:18)
      Dec 28 16:42:42 ioBroker bash[2548]:     at Object.<anonymous> (/opt/iobroker/node_modules/express/lib/express.js:21:11)
      Dec 28 16:42:42 ioBroker bash[2548]:     at Module._compile (node:internal/modules/cjs/loader:1155:14)
      Dec 28 16:42:44 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:44 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 45289e10-86c6-11ed-8e18-000000000000 8886
      Dec 28 16:42:44 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:44 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 45abf35b-86c6-11ed-8e19-000000000000 15579
      Dec 28 16:42:47 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:47 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 46f87ae6-86c6-11ed-8e1a-000000000000 10610
      Dec 28 16:42:50 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:50 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 48bf878e-86c6-11ed-8e1b-000000000000 17174
      Dec 28 16:42:53 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:53 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4a85de90-86c6-11ed-8e1c-000000000000 10921
      Dec 28 16:42:54 ioBroker bash[2548]: /opt/iobroker/node_modules/express/lib/request.js:66
      Dec 28 16:42:54 ioBroker bash[2548]:   if  !name) {
      Dec 28 16:42:54 ioBroker bash[2548]:       ^
      Dec 28 16:42:54 ioBroker bash[2548]: SyntaxError: Unexpected token '!'
      Dec 28 16:42:54 ioBroker bash[2548]:     at Object.compileFunction (node:vm:360:18)
      Dec 28 16:42:54 ioBroker bash[2548]:     at wrapSafe (node:internal/modules/cjs/loader:1084:15)
      Dec 28 16:42:54 ioBroker bash[2548]:     at Module._compile (node:internal/modules/cjs/loader:1119:27)
      Dec 28 16:42:54 ioBroker bash[2548]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
      Dec 28 16:42:54 ioBroker bash[2548]:     at Module.load (node:internal/modules/cjs/loader:1033:32)
      Dec 28 16:42:54 ioBroker bash[2548]:     at Function.Module._load (node:internal/modules/cjs/loader:868:12)
      Dec 28 16:42:54 ioBroker bash[2548]:     at Module.require (node:internal/modules/cjs/loader:1057:19)
      Dec 28 16:42:54 ioBroker bash[2548]:     at require (node:internal/modules/cjs/helpers:103:18)
      Dec 28 16:42:54 ioBroker bash[2548]:     at Object.<anonymous> (/opt/iobroker/node_modules/express/lib/express.js:21:11)
      Dec 28 16:42:54 ioBroker bash[2548]:     at Module._compile (node:internal/modules/cjs/loader:1155:14)
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4be747b1-86c6-11ed-8e1e-000000000000 8880
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4be73f1e-86c6-11ed-8e1d-000000000000 25242
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4be832d7-86c6-11ed-8e1f-000000000000 19039
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4be84c30-86c6-11ed-8e20-000000000000 18795
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bea3dfc-86c6-11ed-8e22-000000000000 23257
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bea6d7d-86c6-11ed-8e24-000000000000 22049
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bea6500-86c6-11ed-8e23-000000000000 22259
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bea3329-86c6-11ed-8e21-000000000000 23966
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bec231b-86c6-11ed-8e25-000000000000 26829
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bec2c13-86c6-11ed-8e26-000000000000 27144
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4beeaee6-86c6-11ed-8e28-000000000000 26589
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bef18f4-86c6-11ed-8e2a-000000000000 23972
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4beea4d4-86c6-11ed-8e27-000000000000 27327
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bef0d3d-86c6-11ed-8e29-000000000000 24186
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bf1e136-86c6-11ed-8e2b-000000000000 23777
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bf1eeb8-86c6-11ed-8e2c-000000000000 23935
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bf35b72-86c6-11ed-8e2e-000000000000 30566
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bf43c9f-86c6-11ed-8e30-000000000000 24976
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bf3434d-86c6-11ed-8e2d-000000000000 31184
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bf423aa-86c6-11ed-8e2f-000000000000 25440
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bf64b8b-86c6-11ed-8e31-000000000000 26765
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bf663be-86c6-11ed-8e32-000000000000 43230
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bf6aa15-86c6-11ed-8e33-000000000000 41505
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4bf6cbb4-86c6-11ed-8e34-000000000000 40569
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4c01e49a-86c6-11ed-8e35-000000000000 8953
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4c02038e-86c6-11ed-8e36-000000000000 23878
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4c0b3638-86c6-11ed-8e37-000000000000 16426
      Dec 28 16:42:55 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:55 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4c0b4051-86c6-11ed-8e38-000000000000 31384
      Dec 28 16:42:56 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:56 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4c500b45-86c6-11ed-8e39-000000000000 15898
      Dec 28 16:42:56 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:56 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4c62bdd0-86c6-11ed-8e3a-000000000000 15543
      Dec 28 16:42:56 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:56 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4c62e643-86c6-11ed-8e3b-000000000000 27892
      Dec 28 16:42:59 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:42:59 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4e1db300-86c6-11ed-8e3c-000000000000 15471
      Dec 28 16:43:01 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:43:00 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4f44d481-86c6-11ed-8e3d-000000000000 12174
      Dec 28 16:43:01 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:43:00 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4f45e4d4-86c6-11ed-8e3e-000000000000 21137
      Dec 28 16:43:02 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:43:02 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 4fe41e92-86c6-11ed-8e3f-000000000000 16613
      Dec 28 16:43:05 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:43:05 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 51accccc-86c6-11ed-8e40-000000000000 14674
      Dec 28 16:43:08 ioBroker influxd[598]: [httpd] 127.0.0.1 - - [28/Dec/2022:16:43:08 +0100] "POST /write?u=&p=&database=IOBroker&precision=ms&db=IOBroker HTTP/1.1" 204 0 "-" "-" 537e35e2-86c6-11ed-8e41-000000000000 14961
      Dec 28 16:43:09 ioBroker bash[2548]: /opt/iobroker/node_modules/express/lib/request.js:66
      Dec 28 16:43:09 ioBroker bash[2548]:   if  !name) {
      Dec 28 16:43:09 ioBroker bash[2548]:       ^
      Dec 28 16:43:09 ioBroker bash[2548]: SyntaxError: Unexpected token '!'
      Dec 28 16:43:09 ioBroker bash[2548]:     at Object.compileFunction (node:vm:360:18)
      Dec 28 16:43:09 ioBroker bash[2548]:     at wrapSafe (node:internal/modules/cjs/loader:1084:15)
      Dec 28 16:43:09 ioBroker bash[2548]:     at Module._compile (node:internal/modules/cjs/loader:1119:27)
      Dec 28 16:43:09 ioBroker bash[2548]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
      Dec 28 16:43:09 ioBroker bash[2548]:     at Module.load (node:internal/modules/cjs/loader:1033:32)
      Dec 28 16:43:09 ioBroker bash[2548]:     at Function.Module._load (node:internal/modules/cjs/loader:868:12)
      Dec 28 16:43:09 ioBroker bash[2548]:     at Module.require (node:internal/modules/cjs/loader:1057:19)
      Dec 28 16:43:09 ioBroker bash[2548]:     at require (node:internal/modules/cjs/helpers:103:18)
      Dec 28 16:43:09 ioBroker bash[2548]:     at Object.<anonymous> (/opt/iobroker/node_modules/express/lib/express.js:21:11)
      Dec 28 16:43:09 ioBroker bash[2548]:     at Module._compile (node:internal/modules/cjs/loader:1155:14)
      Dec 28 16:43:09 ioBroker bash[2548]: ================================== > LOG REDIRECT system.adapter.admin.0 => false [Process stopped]
      
      
      posted in Error/Bug
      Dima S
      Dima S
    • [gelöst] Kein Webinterface nach fehlerhaftem update

      Hallo,
      seit dem letzten update des Admin Adapters habe ich leider keinen Zugriff auf das Webinterface.
      Das update lief nicht sauber durch und ich habe nach ca. 30min den Pi über die Konsole neu gestartet.
      Der Admin-Adapter musste auch manuell nach mehreren Versuchen über die Konsole gestartet werden. Seit dem wird er zwar als enable angezeigt, jedoch ohne eine Möglichkeit für einen Zugriff über Webbrowser.
      Vor der Installation des Admin Adapters gab es beim Update von weiteren Adaptern die Fehlermeldung "25".
      Die anderen Webinstanzen wie Flot, Lovelace, ... lassen sich auch nicht aufrufen.
      Weitere Adpater scheinen zu laufen z.B: Telegram

      Meine Linux Kenntnisse sind sehr begrenzt.
      Ich hoffe ihr könnt mir helfen 🙂

      Gruß
      Dimi

      Anbei ein paar Infos:

      Systemdata Bitte Ausfüllen
      Hardwaresystem: Pi4
      Arbeitsspeicher: 4GB
      Festplattenart: SD-Karte
      Betriebssystem: raspbian 10 buster
      Node-Version: v16.18.1
      Nodejs-Version: ---
      NPM-Version: 8.19.2
      Installationsart: Skript
      Image genutzt: Ja
      Ort/Name der Imagedatei: Link
      pi@ioBroker:~ $ iobroker list instances
      + system.adapter.accuweather.0            : accuweather           : ioBroker                                 -  enabled
        system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
        system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
        system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 -  enabled
      + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
      + system.adapter.broadlink2.0             : broadlink2            : ioBroker                                 -  enabled
        system.adapter.chromecast.0             : chromecast            : ioBroker                                 - disabled
      + system.adapter.cloud.0                  : cloud                 : ioBroker                                 -  enabled
        system.adapter.devices.0                : devices               : ioBroker                                 - disabled
      + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
        system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
        system.adapter.flot.0                   : flot                  : ioBroker                                 -  enabled
      + system.adapter.growatt.1                : growatt               : ioBroker                                 -  enabled
      + system.adapter.hm-rega.0                : hm-rega               : ioBroker                                 -  enabled
      + system.adapter.hm-rpc.0                 : hm-rpc                : ioBroker                                 -  enabled, port: 18701
      + system.adapter.hm-rpc.1                 : hm-rpc                : ioBroker                                 -  enabled, port: 12001
      + system.adapter.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 12010
      + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
      + system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
      + system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
      + system.adapter.jarvis.0                 : jarvis                : ioBroker                                 -  enabled
        system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
      + system.adapter.linkeddevices.0          : linkeddevices         : ioBroker                                 -  enabled
        system.adapter.lovelace.0               : lovelace              : ioBroker                                 -  enabled, port: 8091, bind: 0.0.0.0, run as: admin
        system.adapter.material.0               : material              : ioBroker                                 -  enabled
      + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.node-red.0               : node-red              : ioBroker                                 -  enabled, port: 1880, bind: 0.0.0.0
      + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
        system.adapter.radar2.0                 : radar2                : ioBroker                                 - disabled
      + system.adapter.rpi2.0                   : rpi2                  : ioBroker                                 -  enabled
        system.adapter.samsung.0                : samsung               : ioBroker                                 - disabled
      + system.adapter.scenes.0                 : scenes                : ioBroker                                 -  enabled
      + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.shuttercontrol.0         : shuttercontrol        : ioBroker                                 -  enabled
      + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5001
      + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
        system.adapter.telegram.1               : telegram              : ioBroker                                 - disabled, port: 8443, bind: 0.0.0.0
      + system.adapter.text2command.0           : text2command          : ioBroker                                 -  enabled
      + system.adapter.tr-064.0                 : tr-064                : ioBroker                                 -  enabled
        system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 -  enabled
        system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
        system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        system.adapter.yr.0                     : yr                    : ioBroker                                 -  enabled
      
      + instance is alive
      
      posted in Error/Bug
      Dima S
      Dima S
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo