Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Updates funktionieren nicht mehr

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    344

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.8k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Updates funktionieren nicht mehr

Geplant Angeheftet Gesperrt Verschoben Error/Bug
84 Beiträge 5 Kommentatoren 7.1k Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • HomoranH Homoran

    @mfroeschl sagte in Updates funktionieren nicht mehr:

    ch poste hier dann die Meldungen und Screenshots..

    und dann bekommen wir das schon ans laufen!

    Welcher Controller läuft auf dem Backup?
    Schon mit jsonl oder noch mit file/redis

    M Offline
    M Offline
    mfroeschl
    schrieb am zuletzt editiert von
    #38

    @homoran said in Updates funktionieren nicht mehr:

    Schon mit jsonl oder noch mit file/redis

    Wie finde ich das heraus, das sagt mir nix, sorry
    Schon mit jsonl oder noch mit file/redis

    HomoranH 1 Antwort Letzte Antwort
    0
    • M mfroeschl

      @homoran said in Updates funktionieren nicht mehr:

      Schon mit jsonl oder noch mit file/redis

      Wie finde ich das heraus, das sagt mir nix, sorry
      Schon mit jsonl oder noch mit file/redis

      HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von Homoran
      #39

      @mfroeschl sagte in Updates funktionieren nicht mehr:

      das sagt mir nix,

      die interne Datenbank für die States/objects wurde mit dem neuen Controller auf jsonl umgestellt. Davor wurden sie ind einfache JSON Dateien (File) geschriebn
      Wenn du im Backup noch einen älteren Controller (v3x) laufen hast musst du nach der Neuinstallaton diesen erst downgraden.

      ggf. war das dein Problem

      kein Support per PN! - Fragen im Forum stellen -
      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      M 1 Antwort Letzte Antwort
      0
      • HomoranH Homoran

        @mfroeschl sagte in Updates funktionieren nicht mehr:

        das sagt mir nix,

        die interne Datenbank für die States/objects wurde mit dem neuen Controller auf jsonl umgestellt. Davor wurden sie ind einfache JSON Dateien (File) geschriebn
        Wenn du im Backup noch einen älteren Controller (v3x) laufen hast musst du nach der Neuinstallaton diesen erst downgraden.

        ggf. war das dein Problem

        M Offline
        M Offline
        mfroeschl
        schrieb am zuletzt editiert von
        #40

        @homoran

        Ich hatte die js-controller immer up-to-date gehalten. Da müsste der 4.0.21 drauf gewesen sein

        Hab jetzt eine neues Image von bulleyes auf eine neue SD Karte gespielt und den iobroker installiert.

         curl -sL https://iobroker.net/install.sh | bash -
        library: loaded
        Library version=2022-02-10
        
        ==========================================================================
        
            Welcome to the ioBroker installer!
            Installer version: 2022-02-13
        
            You might need to enter your password a couple of times.
        
        ==========================================================================
        
        
        ==========================================================================
            Installing prerequisites (1/4)
        ==========================================================================
        
        OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
        Holen:2 http://archive.raspberrypi.org/debian bullseye InRelease [23,7 kB]
        OK:3 https://deb.nodesource.com/node_14.x bullseye InRelease
        Holen:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [282 kB]
        Es wurden 306 kB in 2 s geholt (198 kB/s).
        Paketlisten werden gelesen… Fertig
        Changing npm registry to https://registry.npmjs.org
        Installed gcc-c++
        Installed python-dev
        
        ==========================================================================
            Creating ioBroker user and directory (2/4)
        ==========================================================================
        
        Created /etc/sudoers.d/iobroker
        Directory /opt/iobroker created
        
        ==========================================================================
            Installing ioBroker (3/4)
        ==========================================================================
        
        
        ==========================================================================
            Finalizing installation (4/4)
        ==========================================================================
        
        Enabling autostart...
        Autostart enabled!
        Fixing directory permissions...
        
        ==========================================================================
        
            ioBroker was installed successfully
            Open http://192.168.0.73:8081 in a browser and start configuring!
        
        ==========================================================================
        
        
        You need to re-login before doing anything else on the console!
        
        pi@raspberrypi:~ $
        
        
        M 1 Antwort Letzte Antwort
        0
        • M mfroeschl

          @homoran

          Ich hatte die js-controller immer up-to-date gehalten. Da müsste der 4.0.21 drauf gewesen sein

          Hab jetzt eine neues Image von bulleyes auf eine neue SD Karte gespielt und den iobroker installiert.

           curl -sL https://iobroker.net/install.sh | bash -
          library: loaded
          Library version=2022-02-10
          
          ==========================================================================
          
              Welcome to the ioBroker installer!
              Installer version: 2022-02-13
          
              You might need to enter your password a couple of times.
          
          ==========================================================================
          
          
          ==========================================================================
              Installing prerequisites (1/4)
          ==========================================================================
          
          OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
          Holen:2 http://archive.raspberrypi.org/debian bullseye InRelease [23,7 kB]
          OK:3 https://deb.nodesource.com/node_14.x bullseye InRelease
          Holen:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [282 kB]
          Es wurden 306 kB in 2 s geholt (198 kB/s).
          Paketlisten werden gelesen… Fertig
          Changing npm registry to https://registry.npmjs.org
          Installed gcc-c++
          Installed python-dev
          
          ==========================================================================
              Creating ioBroker user and directory (2/4)
          ==========================================================================
          
          Created /etc/sudoers.d/iobroker
          Directory /opt/iobroker created
          
          ==========================================================================
              Installing ioBroker (3/4)
          ==========================================================================
          
          
          ==========================================================================
              Finalizing installation (4/4)
          ==========================================================================
          
          Enabling autostart...
          Autostart enabled!
          Fixing directory permissions...
          
          ==========================================================================
          
              ioBroker was installed successfully
              Open http://192.168.0.73:8081 in a browser and start configuring!
          
          ==========================================================================
          
          
          You need to re-login before doing anything else on the console!
          
          pi@raspberrypi:~ $
          
          
          M Offline
          M Offline
          mfroeschl
          schrieb am zuletzt editiert von
          #41

          @mfroeschl

          Jetzt ruf ich den Admin Adapter mit 192.168.0.73.8181 auf. Sind diese Fehlermeldungen normal?

          8d041a6a-78cf-4b7b-826d-cc9e886e717b-grafik.png

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • M mfroeschl

            @mfroeschl

            Jetzt ruf ich den Admin Adapter mit 192.168.0.73.8181 auf. Sind diese Fehlermeldungen normal?

            8d041a6a-78cf-4b7b-826d-cc9e886e717b-grafik.png

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #42

            @mfroeschl

            Die Zeitzone scheint schonmal falsch zu sein.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            M 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @mfroeschl

              Die Zeitzone scheint schonmal falsch zu sein.

              M Offline
              M Offline
              mfroeschl
              schrieb am zuletzt editiert von
              #43

              @thomas-braun

              Die Zeitzone passt jetzt schonmal

              ed441efe-14cb-486c-b676-5615e32dfa6c-grafik.png

              Soll ich jetzt das Restore über den backitup-Adapter machen oder manuell, also die Backup-Datei nach /opt/iobroker/backups kopieren und dann mit

              iobroker restore 0
              

              starten?

              Thomas BraunT HomoranH 2 Antworten Letzte Antwort
              0
              • M mfroeschl

                @thomas-braun

                Die Zeitzone passt jetzt schonmal

                ed441efe-14cb-486c-b676-5615e32dfa6c-grafik.png

                Soll ich jetzt das Restore über den backitup-Adapter machen oder manuell, also die Backup-Datei nach /opt/iobroker/backups kopieren und dann mit

                iobroker restore 0
                

                starten?

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #44

                @mfroeschl

                Ich mache meine Backups immer über den Adapter.
                Bitte keine Screenshots des Logs, bitte über

                iobroker logs --watch
                

                aus der Konsole kopieren und in CodeTags eingebettet hier rein.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                1 Antwort Letzte Antwort
                0
                • M mfroeschl

                  @thomas-braun

                  Die Zeitzone passt jetzt schonmal

                  ed441efe-14cb-486c-b676-5615e32dfa6c-grafik.png

                  Soll ich jetzt das Restore über den backitup-Adapter machen oder manuell, also die Backup-Datei nach /opt/iobroker/backups kopieren und dann mit

                  iobroker restore 0
                  

                  starten?

                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von
                  #45

                  @mfroeschl am besten über Backitup, das genauso konfiguriert wird wie bisher, das letzte Backup vom Original Speicherort wiederherstellen.

                  Wenn manuell dann mit den Dateinamen aufrufen

                  kein Support per PN! - Fragen im Forum stellen -
                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  M 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @mfroeschl am besten über Backitup, das genauso konfiguriert wird wie bisher, das letzte Backup vom Original Speicherort wiederherstellen.

                    Wenn manuell dann mit den Dateinamen aufrufen

                    M Offline
                    M Offline
                    mfroeschl
                    schrieb am zuletzt editiert von
                    #46

                    @homoran @Thomas-Braun

                    Hab das Backup jetzt über den Adapter gestartet.

                    pi@raspberrypi:~ $ iobroker logs --watch
                    2022-04-27 21:13:40.309  - info: backitup.0 (923) cleaned everything up...
                    2022-04-27 21:13:40.301  - info: host.raspberrypi received SIGTERM
                    2022-04-27 21:13:40.304  - info: admin.0 (624) terminating http server on port 8081
                    2022-04-27 21:13:40.319  - info: host.raspberrypi stopInstance system.adapter.admin.0 (force=false, proc                              ess=true)
                    2022-04-27 21:13:40.320  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false,                               process=true)
                    2022-04-27 21:13:40.322  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, p                              rocess=true)
                    2022-04-27 21:13:40.357  - info: admin.0 (624) Got terminate signal TERMINATE_YOURSELF
                    2022-04-27 21:13:40.359  - info: discovery.0 (706) Got terminate signal TERMINATE_YOURSELF
                    2022-04-27 21:13:40.365  - info: backitup.0 (923) Got terminate signal TERMINATE_YOURSELF
                    2022-04-27 21:13:40.370  - info: admin.0 (624) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                    2022-04-27 21:13:40.371  - info: backitup.0 (923) Terminated (START_IMMEDIATELY_AFTER_STOP): Without rea                              son
                    2022-04-27 21:13:40.373  - info: host.raspberrypi stopInstance system.adapter.admin.0 send kill signal
                    2022-04-27 21:13:40.378  - info: discovery.0 (706) Terminated (START_IMMEDIATELY_AFTER_STOP): Without re                              ason
                    2022-04-27 21:13:40.381  - info: host.raspberrypi stopInstance system.adapter.discovery.0 send kill sign                              al
                    2022-04-27 21:13:40.383  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signa                              l
                    2022-04-27 21:13:40.309  - info: backitup.0 (923) cleaned everything up...
                    2022-04-27 21:13:40.301  - info: host.raspberrypi received SIGTERM
                    2022-04-27 21:13:40.304  - info: admin.0 (624) terminating http server on port 8081
                    2022-04-27 21:13:40.319  - info: host.raspberrypi stopInstance system.adapter.admin.0 (force=false, proc                              ess=true)
                    2022-04-27 21:13:40.320  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false,                               process=true)
                    2022-04-27 21:13:40.322  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, p                              rocess=true)
                    2022-04-27 21:13:40.357  - info: admin.0 (624) Got terminate signal TERMINATE_YOURSELF
                    2022-04-27 21:13:40.359  - info: discovery.0 (706) Got terminate signal TERMINATE_YOURSELF
                    2022-04-27 21:13:40.365  - info: backitup.0 (923) Got terminate signal TERMINATE_YOURSELF
                    2022-04-27 21:13:40.370  - info: admin.0 (624) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                    2022-04-27 21:13:40.371  - info: backitup.0 (923) Terminated (START_IMMEDIATELY_AFTER_STOP): Without rea                              son
                    2022-04-27 21:13:40.373  - info: host.raspberrypi stopInstance system.adapter.admin.0 send kill signal
                    2022-04-27 21:13:40.378  - info: discovery.0 (706) Terminated (START_IMMEDIATELY_AFTER_STOP): Without re                              ason
                    2022-04-27 21:13:40.381  - info: host.raspberrypi stopInstance system.adapter.discovery.0 send kill sign                              al
                    2022-04-27 21:13:40.383  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signa                              l
                    2022-04-27 21:13:41.083  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 1                              56 (START_IMMEDIATELY_AFTER_STOP)
                    2022-04-27 21:13:41.087  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with cod                              e 156 (START_IMMEDIATELY_AFTER_STOP)
                    2022-04-27 21:13:41.089  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with co                              de 156 (START_IMMEDIATELY_AFTER_STOP)
                    2022-04-27 21:13:41.091  - info: host.raspberrypi All instances are stopped.
                    2022-04-27 21:13:41.168  - info: host.raspberrypi terminated
                    2022-04-27 21:13:41.083  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 1                              56 (START_IMMEDIATELY_AFTER_STOP)
                    2022-04-27 21:13:41.087  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with cod                              e 156 (START_IMMEDIATELY_AFTER_STOP)
                    2022-04-27 21:13:41.089  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with co                              de 156 (START_IMMEDIATELY_AFTER_STOP)
                    2022-04-27 21:13:41.091  - info: host.raspberrypi All instances are stopped.
                    2022-04-27 21:13:41.168  - info: host.raspberrypi terminated
                    2022-04-27 21:17:44.858  - info: host.raspberrypi iobroker.js-controller version 4.0.21 js-controller starting
                    2022-04-27 21:17:44.870  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                    2022-04-27 21:17:44.872  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1
                    2022-04-27 21:17:44.873  - info: host.raspberrypi ip addresses: 192.168.0.73 2003:da:5f00:ce00:9eb2:f889:33e1:b860 fe80::ec9c:b21:4613:e89a
                    2022-04-27 21:17:44.858  - info: host.raspberrypi iobroker.js-controller version 4.0.21 js-controller starting
                    2022-04-27 21:17:44.870  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                    2022-04-27 21:17:44.872  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1
                    2022-04-27 21:17:44.873  - info: host.raspberrypi ip addresses: 192.168.0.73 2003:da:5f00:ce00:9eb2:f889:33e1:b860 fe80::ec9c:b21:4613:e89a
                    2022-04-27 21:18:14.908  - error: host.raspberrypi No connection to databases possible, restart
                    2022-04-27 21:18:14.929  - info: host.raspberrypi iobroker _restart
                    2022-04-27 21:18:14.908  - error: host.raspberrypi No connection to databases possible, restart
                    2022-04-27 21:18:14.929  - info: host.raspberrypi iobroker _restart
                    2022-04-27 21:18:21.502  - info: host.raspberrypi iobroker.js-controller version 4.0.21 js-controller starting
                    2022-04-27 21:18:21.514  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                    2022-04-27 21:18:21.516  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1
                    2022-04-27 21:18:21.517  - info: host.raspberrypi ip addresses: 192.168.0.73 2003:da:5f00:ce00:9eb2:f889:33e1:b860 fe80::ec9c:b21:4613:e89a
                    2022-04-27 21:18:21.502  - info: host.raspberrypi iobroker.js-controller version 4.0.21 js-controller starting
                    2022-04-27 21:18:21.514  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                    2022-04-27 21:18:21.516  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1
                    2022-04-27 21:18:21.517  - info: host.raspberrypi ip addresses: 192.168.0.73 2003:da:5f00:ce00:9eb2:f889:33e1:b860 fe80::ec9c:b21:4613:e89a
                    2022-04-27 21:18:51.552  - error: host.raspberrypi No connection to databases possible, restart
                    2022-04-27 21:18:51.572  - info: host.raspberrypi iobroker _restart
                    2022-04-27 21:18:51.552  - error: host.raspberrypi No connection to databases possible, restart
                    2022-04-27 21:18:51.572  - info: host.raspberrypi iobroker _restart
                    2022-04-27 21:18:57.999  - info: host.raspberrypi iobroker.js-controller version 4.0.21 js-controller starting
                    2022-04-27 21:18:58.011  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                    2022-04-27 21:18:58.013  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1
                    2022-04-27 21:18:58.014  - info: host.raspberrypi ip addresses: 192.168.0.73 2003:da:5f00:ce00:9eb2:f889:33e1:b860 fe80::ec9c:b21:4613:e89a
                    2022-04-27 21:18:57.999  - info: host.raspberrypi iobroker.js-controller version 4.0.21 js-controller starting
                    2022-04-27 21:18:58.011  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                    2022-04-27 21:18:58.013  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1
                    2022-04-27 21:18:58.014  - info: host.raspberrypi ip addresses: 192.168.0.73 2003:da:5f00:ce00:9eb2:f889:33e1:b860 fe80::ec9c:b21:4613:e89a
                    

                    Ich poste jetzt ein letztes mal noch einen Screenshot von der Ausgabe des Restore-Prozesses über den Adapter weil nich alle Meldungen im iobroker-log zu sehen sind:

                    9378ba9c-ea35-4634-aeeb-99eab19c453c-grafik.png

                    Im Endergebnis bin ich jetzt soweit wie die letzen 4 mal auch schon, der Admin-Adapter lässt sich nicht mehr aufrufen.

                    HomoranH 1 Antwort Letzte Antwort
                    0
                    • M mfroeschl

                      @homoran @Thomas-Braun

                      Hab das Backup jetzt über den Adapter gestartet.

                      pi@raspberrypi:~ $ iobroker logs --watch
                      2022-04-27 21:13:40.309  - info: backitup.0 (923) cleaned everything up...
                      2022-04-27 21:13:40.301  - info: host.raspberrypi received SIGTERM
                      2022-04-27 21:13:40.304  - info: admin.0 (624) terminating http server on port 8081
                      2022-04-27 21:13:40.319  - info: host.raspberrypi stopInstance system.adapter.admin.0 (force=false, proc                              ess=true)
                      2022-04-27 21:13:40.320  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false,                               process=true)
                      2022-04-27 21:13:40.322  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, p                              rocess=true)
                      2022-04-27 21:13:40.357  - info: admin.0 (624) Got terminate signal TERMINATE_YOURSELF
                      2022-04-27 21:13:40.359  - info: discovery.0 (706) Got terminate signal TERMINATE_YOURSELF
                      2022-04-27 21:13:40.365  - info: backitup.0 (923) Got terminate signal TERMINATE_YOURSELF
                      2022-04-27 21:13:40.370  - info: admin.0 (624) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2022-04-27 21:13:40.371  - info: backitup.0 (923) Terminated (START_IMMEDIATELY_AFTER_STOP): Without rea                              son
                      2022-04-27 21:13:40.373  - info: host.raspberrypi stopInstance system.adapter.admin.0 send kill signal
                      2022-04-27 21:13:40.378  - info: discovery.0 (706) Terminated (START_IMMEDIATELY_AFTER_STOP): Without re                              ason
                      2022-04-27 21:13:40.381  - info: host.raspberrypi stopInstance system.adapter.discovery.0 send kill sign                              al
                      2022-04-27 21:13:40.383  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signa                              l
                      2022-04-27 21:13:40.309  - info: backitup.0 (923) cleaned everything up...
                      2022-04-27 21:13:40.301  - info: host.raspberrypi received SIGTERM
                      2022-04-27 21:13:40.304  - info: admin.0 (624) terminating http server on port 8081
                      2022-04-27 21:13:40.319  - info: host.raspberrypi stopInstance system.adapter.admin.0 (force=false, proc                              ess=true)
                      2022-04-27 21:13:40.320  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false,                               process=true)
                      2022-04-27 21:13:40.322  - info: host.raspberrypi stopInstance system.adapter.backitup.0 (force=false, p                              rocess=true)
                      2022-04-27 21:13:40.357  - info: admin.0 (624) Got terminate signal TERMINATE_YOURSELF
                      2022-04-27 21:13:40.359  - info: discovery.0 (706) Got terminate signal TERMINATE_YOURSELF
                      2022-04-27 21:13:40.365  - info: backitup.0 (923) Got terminate signal TERMINATE_YOURSELF
                      2022-04-27 21:13:40.370  - info: admin.0 (624) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                      2022-04-27 21:13:40.371  - info: backitup.0 (923) Terminated (START_IMMEDIATELY_AFTER_STOP): Without rea                              son
                      2022-04-27 21:13:40.373  - info: host.raspberrypi stopInstance system.adapter.admin.0 send kill signal
                      2022-04-27 21:13:40.378  - info: discovery.0 (706) Terminated (START_IMMEDIATELY_AFTER_STOP): Without re                              ason
                      2022-04-27 21:13:40.381  - info: host.raspberrypi stopInstance system.adapter.discovery.0 send kill sign                              al
                      2022-04-27 21:13:40.383  - info: host.raspberrypi stopInstance system.adapter.backitup.0 send kill signa                              l
                      2022-04-27 21:13:41.083  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 1                              56 (START_IMMEDIATELY_AFTER_STOP)
                      2022-04-27 21:13:41.087  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with cod                              e 156 (START_IMMEDIATELY_AFTER_STOP)
                      2022-04-27 21:13:41.089  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with co                              de 156 (START_IMMEDIATELY_AFTER_STOP)
                      2022-04-27 21:13:41.091  - info: host.raspberrypi All instances are stopped.
                      2022-04-27 21:13:41.168  - info: host.raspberrypi terminated
                      2022-04-27 21:13:41.083  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 1                              56 (START_IMMEDIATELY_AFTER_STOP)
                      2022-04-27 21:13:41.087  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with cod                              e 156 (START_IMMEDIATELY_AFTER_STOP)
                      2022-04-27 21:13:41.089  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with co                              de 156 (START_IMMEDIATELY_AFTER_STOP)
                      2022-04-27 21:13:41.091  - info: host.raspberrypi All instances are stopped.
                      2022-04-27 21:13:41.168  - info: host.raspberrypi terminated
                      2022-04-27 21:17:44.858  - info: host.raspberrypi iobroker.js-controller version 4.0.21 js-controller starting
                      2022-04-27 21:17:44.870  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                      2022-04-27 21:17:44.872  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1
                      2022-04-27 21:17:44.873  - info: host.raspberrypi ip addresses: 192.168.0.73 2003:da:5f00:ce00:9eb2:f889:33e1:b860 fe80::ec9c:b21:4613:e89a
                      2022-04-27 21:17:44.858  - info: host.raspberrypi iobroker.js-controller version 4.0.21 js-controller starting
                      2022-04-27 21:17:44.870  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                      2022-04-27 21:17:44.872  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1
                      2022-04-27 21:17:44.873  - info: host.raspberrypi ip addresses: 192.168.0.73 2003:da:5f00:ce00:9eb2:f889:33e1:b860 fe80::ec9c:b21:4613:e89a
                      2022-04-27 21:18:14.908  - error: host.raspberrypi No connection to databases possible, restart
                      2022-04-27 21:18:14.929  - info: host.raspberrypi iobroker _restart
                      2022-04-27 21:18:14.908  - error: host.raspberrypi No connection to databases possible, restart
                      2022-04-27 21:18:14.929  - info: host.raspberrypi iobroker _restart
                      2022-04-27 21:18:21.502  - info: host.raspberrypi iobroker.js-controller version 4.0.21 js-controller starting
                      2022-04-27 21:18:21.514  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                      2022-04-27 21:18:21.516  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1
                      2022-04-27 21:18:21.517  - info: host.raspberrypi ip addresses: 192.168.0.73 2003:da:5f00:ce00:9eb2:f889:33e1:b860 fe80::ec9c:b21:4613:e89a
                      2022-04-27 21:18:21.502  - info: host.raspberrypi iobroker.js-controller version 4.0.21 js-controller starting
                      2022-04-27 21:18:21.514  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                      2022-04-27 21:18:21.516  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1
                      2022-04-27 21:18:21.517  - info: host.raspberrypi ip addresses: 192.168.0.73 2003:da:5f00:ce00:9eb2:f889:33e1:b860 fe80::ec9c:b21:4613:e89a
                      2022-04-27 21:18:51.552  - error: host.raspberrypi No connection to databases possible, restart
                      2022-04-27 21:18:51.572  - info: host.raspberrypi iobroker _restart
                      2022-04-27 21:18:51.552  - error: host.raspberrypi No connection to databases possible, restart
                      2022-04-27 21:18:51.572  - info: host.raspberrypi iobroker _restart
                      2022-04-27 21:18:57.999  - info: host.raspberrypi iobroker.js-controller version 4.0.21 js-controller starting
                      2022-04-27 21:18:58.011  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                      2022-04-27 21:18:58.013  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1
                      2022-04-27 21:18:58.014  - info: host.raspberrypi ip addresses: 192.168.0.73 2003:da:5f00:ce00:9eb2:f889:33e1:b860 fe80::ec9c:b21:4613:e89a
                      2022-04-27 21:18:57.999  - info: host.raspberrypi iobroker.js-controller version 4.0.21 js-controller starting
                      2022-04-27 21:18:58.011  - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
                      2022-04-27 21:18:58.013  - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1
                      2022-04-27 21:18:58.014  - info: host.raspberrypi ip addresses: 192.168.0.73 2003:da:5f00:ce00:9eb2:f889:33e1:b860 fe80::ec9c:b21:4613:e89a
                      

                      Ich poste jetzt ein letztes mal noch einen Screenshot von der Ausgabe des Restore-Prozesses über den Adapter weil nich alle Meldungen im iobroker-log zu sehen sind:

                      9378ba9c-ea35-4634-aeeb-99eab19c453c-grafik.png

                      Im Endergebnis bin ich jetzt soweit wie die letzen 4 mal auch schon, der Admin-Adapter lässt sich nicht mehr aufrufen.

                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #47

                      @mfroeschl was kommt bei

                      iobroker status und iobroker list instances ?

                      kein Support per PN! - Fragen im Forum stellen -
                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      M 1 Antwort Letzte Antwort
                      0
                      • HomoranH Homoran

                        @mfroeschl was kommt bei

                        iobroker status und iobroker list instances ?

                        M Offline
                        M Offline
                        mfroeschl
                        schrieb am zuletzt editiert von
                        #48

                        @homoran

                        Kann es sein, dass durch den Fehler der Node/NPM Installation auf dem Backup-System die Backup-Datei einen Schaden hat?

                        pi@raspberrypi:~ $ iobroker status
                        No connection to databases possible ...
                        pi@raspberrypi:~ $ iobroker list instances
                        No connection to databases possible ...
                        pi@raspberrypi:~ $
                        
                        HomoranH 1 Antwort Letzte Antwort
                        0
                        • M mfroeschl

                          @homoran

                          Kann es sein, dass durch den Fehler der Node/NPM Installation auf dem Backup-System die Backup-Datei einen Schaden hat?

                          pi@raspberrypi:~ $ iobroker status
                          No connection to databases possible ...
                          pi@raspberrypi:~ $ iobroker list instances
                          No connection to databases possible ...
                          pi@raspberrypi:~ $
                          
                          HomoranH Nicht stören
                          HomoranH Nicht stören
                          Homoran
                          Global Moderator Administrators
                          schrieb am zuletzt editiert von Homoran
                          #49

                          @mfroeschl sagte in Updates funktionieren nicht mehr:

                          @homoran

                          Kann es sein, dass durch den Fehler der Node/NPM Installation auf dem Backup-System die Backup-Datei einen Schaden hat?

                          ich weiß nicht was du damit genau meinst.
                          kann aber auch das angesprochene mögliche Problem mit der internen Datenbank sein

                          kein Support per PN! - Fragen im Forum stellen -
                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                          M 1 Antwort Letzte Antwort
                          0
                          • HomoranH Homoran

                            @mfroeschl sagte in Updates funktionieren nicht mehr:

                            @homoran

                            Kann es sein, dass durch den Fehler der Node/NPM Installation auf dem Backup-System die Backup-Datei einen Schaden hat?

                            ich weiß nicht was du damit genau meinst.
                            kann aber auch das angesprochene mögliche Problem mit der internen Datenbank sein

                            M Offline
                            M Offline
                            mfroeschl
                            schrieb am zuletzt editiert von
                            #50

                            @homoran

                            Das Restore funktio

                            @homoran said in Updates funktionieren nicht mehr:

                            ich weiß nicht was du damit genau meinst.

                            Das Restore funktioniert ja offenschtlich nicht. Da das Restore auf einem komplett neu aufgesetzen System stattfindet kann doch eigentlich nur noch die Backup-Datei das Problem sein.

                            Ist halt alles saublöd. Hab täglich ein Backup gemacht und trotzdem alles seit Januar futsch :-(

                            crunchipC HomoranH 2 Antworten Letzte Antwort
                            0
                            • M mfroeschl

                              @homoran

                              Das Restore funktio

                              @homoran said in Updates funktionieren nicht mehr:

                              ich weiß nicht was du damit genau meinst.

                              Das Restore funktioniert ja offenschtlich nicht. Da das Restore auf einem komplett neu aufgesetzen System stattfindet kann doch eigentlich nur noch die Backup-Datei das Problem sein.

                              Ist halt alles saublöd. Hab täglich ein Backup gemacht und trotzdem alles seit Januar futsch :-(

                              crunchipC Abwesend
                              crunchipC Abwesend
                              crunchip
                              Forum Testing Most Active
                              schrieb am zuletzt editiert von
                              #51

                              @mfroeschl probier mal

                              Editiere /opt/iobroker/iobroker-data/iobroker.json
                              Unter objects und states gibt es jeweils ein ' "connectTimeout": 2000,`
                              Zahl ändern auf 5000
                              

                              umgestiegen von Proxmox auf Unraid

                              M 1 Antwort Letzte Antwort
                              0
                              • crunchipC crunchip

                                @mfroeschl probier mal

                                Editiere /opt/iobroker/iobroker-data/iobroker.json
                                Unter objects und states gibt es jeweils ein ' "connectTimeout": 2000,`
                                Zahl ändern auf 5000
                                
                                M Offline
                                M Offline
                                mfroeschl
                                schrieb am zuletzt editiert von mfroeschl
                                #52

                                @crunchip said in Updates funktionieren nicht mehr:

                                /opt/iobroker/iobroker-data/iobroker.json

                                Hab in der oben erwähnten Datei gerade gesehen, dass hier die IP-Adresse des Systems das die Backup-Datei erzeugt hat drinnen steht:

                                objects": {
                                    "type": "jsonl",
                                    "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
                                    "host": "192.168.25.10",
                                    "port": 9001,
                                    "noFileCache": false,
                                    "maxQueue": 1000,
                                    "connectTimeout": 2000,
                                    "writeFileInterval": 5000,
                                
                                

                                Also das produktive System welches täglich die Backup-Dateien erzeugt hat hatte eine feste IP-Adresse, nämlich die 192.168.25.10.
                                Der neue Host, auf dem das Restore jetzt durchgeführt wurde hat aber natürlich eine andere IP, nämlich die 192.168.0.73.

                                Wird denn versucht durch das Restore die IP-Adresse vom alten Host auf den neuen übertragen?

                                HomoranH 1 Antwort Letzte Antwort
                                0
                                • M mfroeschl

                                  @crunchip said in Updates funktionieren nicht mehr:

                                  /opt/iobroker/iobroker-data/iobroker.json

                                  Hab in der oben erwähnten Datei gerade gesehen, dass hier die IP-Adresse des Systems das die Backup-Datei erzeugt hat drinnen steht:

                                  objects": {
                                      "type": "jsonl",
                                      "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
                                      "host": "192.168.25.10",
                                      "port": 9001,
                                      "noFileCache": false,
                                      "maxQueue": 1000,
                                      "connectTimeout": 2000,
                                      "writeFileInterval": 5000,
                                  
                                  

                                  Also das produktive System welches täglich die Backup-Dateien erzeugt hat hatte eine feste IP-Adresse, nämlich die 192.168.25.10.
                                  Der neue Host, auf dem das Restore jetzt durchgeführt wurde hat aber natürlich eine andere IP, nämlich die 192.168.0.73.

                                  Wird denn versucht durch das Restore die IP-Adresse vom alten Host auf den neuen übertragen?

                                  HomoranH Nicht stören
                                  HomoranH Nicht stören
                                  Homoran
                                  Global Moderator Administrators
                                  schrieb am zuletzt editiert von Homoran
                                  #53

                                  @mfroeschl sagte in Updates funktionieren nicht mehr:

                                  Wird denn durch das Restore die IP-Adresse vom alten Host auf den neuen übertragen?

                                  ja!

                                  eigentlich sollte vor dem anschließenden start von iobroker der Befehl iobroker host this zumindest den Hostnamen anpassen.
                                  Wenn du jedoch fälschlicherweise im admin nicht 0.0.0.0 sondern eine IP eingegeben hattest, kommst du nicht mehr drauf.
                                  das hätte aber iobroker list instances gezeigt.

                                  ich tippe immer noch, dass dein Backup keine jsonl Datenbank hatte

                                  kein Support per PN! - Fragen im Forum stellen -
                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  M 1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Homoran

                                    @mfroeschl sagte in Updates funktionieren nicht mehr:

                                    Wird denn durch das Restore die IP-Adresse vom alten Host auf den neuen übertragen?

                                    ja!

                                    eigentlich sollte vor dem anschließenden start von iobroker der Befehl iobroker host this zumindest den Hostnamen anpassen.
                                    Wenn du jedoch fälschlicherweise im admin nicht 0.0.0.0 sondern eine IP eingegeben hattest, kommst du nicht mehr drauf.
                                    das hätte aber iobroker list instances gezeigt.

                                    ich tippe immer noch, dass dein Backup keine jsonl Datenbank hatte

                                    M Offline
                                    M Offline
                                    mfroeschl
                                    schrieb am zuletzt editiert von mfroeschl
                                    #54

                                    @homoran

                                    @homoran said in Updates funktionieren nicht mehr:

                                    Wenn du jedoch fälschlicherweise im admin nicht 0.0.0.0 sondern eine IP eingegeben hattest,

                                    Da stand definiv 0.0.0.0 drinnen. Die fest IP wurde im Raspberry vergeben, nicht im iobroker

                                    Das ändern der IP in der Datei bringt auch nix, Admin ist trotzdem nicht erreichtbar

                                    1 Antwort Letzte Antwort
                                    0
                                    • M mfroeschl

                                      @homoran

                                      Das Restore funktio

                                      @homoran said in Updates funktionieren nicht mehr:

                                      ich weiß nicht was du damit genau meinst.

                                      Das Restore funktioniert ja offenschtlich nicht. Da das Restore auf einem komplett neu aufgesetzen System stattfindet kann doch eigentlich nur noch die Backup-Datei das Problem sein.

                                      Ist halt alles saublöd. Hab täglich ein Backup gemacht und trotzdem alles seit Januar futsch :-(

                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von
                                      #55

                                      @mfroeschl sagte in Updates funktionieren nicht mehr:

                                      kann doch eigentlich nur noch die Backup-Datei das Problem sein.

                                      dann entpack die mal und sieh dir an was da drin steht.

                                      kein Support per PN! - Fragen im Forum stellen -
                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      M 1 Antwort Letzte Antwort
                                      0
                                      • HomoranH Homoran

                                        @mfroeschl sagte in Updates funktionieren nicht mehr:

                                        kann doch eigentlich nur noch die Backup-Datei das Problem sein.

                                        dann entpack die mal und sieh dir an was da drin steht.

                                        M Offline
                                        M Offline
                                        mfroeschl
                                        schrieb am zuletzt editiert von mfroeschl
                                        #56

                                        @homoran

                                        Eine kleine Erfolgsmeldung, nachdem ich das Timeout auf 5000 hochgestellt habe und die IP-Adresse unter objects und unter states umgestellt habe funktionert der Befehl iobroker list instances :-)
                                        Ich vermute allerdings, dass der wesentlich Punkt das umstellen der IP Adresse unter Objects UND unter states den Unterschied macht.

                                        pi@raspberrypi:~ $ iob list instances
                                        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                          system.adapter.backitup.1               : backitup              : raspberrypi                              -  enabled
                                          system.adapter.bmw.0                    : bmw                   : raspberrypi                              - disabled
                                          system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                          system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                                          system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              - disabled
                                          system.adapter.habpanel.0               : habpanel              : raspberrypi                              - disabled
                                          system.adapter.ical.0                   : ical                  : raspberrypi                              - disabled
                                          system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: raspberrypi                              - disabled
                                          system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
                                          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
                                          system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: raspberrypi                              - disabled
                                          system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspberrypi                              - disabled
                                          system.adapter.influxdb.0               : influxdb              : raspberrypi                              - disabled, port: 8086
                                          system.adapter.info.0                   : info                  : raspberrypi                              - disabled
                                          system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
                                          system.adapter.javascript.0             : javascript            : raspberrypi                              - disabled
                                          system.adapter.javascript.1             : javascript            : raspberrypi                              - disabled
                                          system.adapter.kecontact.0              : kecontact             : raspberrypi                              - disabled
                                          system.adapter.modbus.0                 : modbus                : raspberrypi                              - disabled
                                          system.adapter.node-red.2               : node-red              : raspberrypi                              - disabled, port: 1880, bind: 0.0.0.0
                                          system.adapter.pushover.0               : pushover              : raspberrypi                              - disabled
                                          system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, port: 1883, bind: 0.0.0.0
                                          system.adapter.smartmeter.0             : smartmeter            : raspberrypi-volkszaehler                 - disabled
                                          system.adapter.solarlog.0               : solarlog              : raspberrypi                              - disabled, port: 80
                                          system.adapter.sonoff.0                 : sonoff                : raspberrypi                              - disabled, port: 1883, bind: 0.0.0.0
                                          system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              - disabled
                                          system.adapter.sql.0                    : sql                   : raspberrypi                              - disabled, port: 3306
                                          system.adapter.statistics.0             : statistics            : raspberrypi                              - disabled
                                          system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              - disabled
                                          system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              - disabled
                                          system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                                          system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
                                          system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              - disabled
                                          system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              - disabled
                                          system.adapter.vis.0                    : vis                   : raspberrypi                              - disabled
                                          system.adapter.web.0                    : web                   : raspberrypi                              - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          system.adapter.zigbee.0                 : zigbee                : raspberrypi                              - disabled, port: /dev/ttyUSB0
                                          system.adapter.zigbee.1                 : zigbee                : raspberrypi-volkszaehler                 - disabled, port: /dev/ttyUSB1
                                        
                                        + instance is alive
                                        
                                        

                                        Und das coolste: der Admin-Adampter ist jetzt auch erreichbar :-)

                                        Wie geht es jetzt weiter, werden die Adapter jetzt automatisch nachgeladen oder muss ich noch was machen?

                                        HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                                        0
                                        • M mfroeschl

                                          @homoran

                                          Eine kleine Erfolgsmeldung, nachdem ich das Timeout auf 5000 hochgestellt habe und die IP-Adresse unter objects und unter states umgestellt habe funktionert der Befehl iobroker list instances :-)
                                          Ich vermute allerdings, dass der wesentlich Punkt das umstellen der IP Adresse unter Objects UND unter states den Unterschied macht.

                                          pi@raspberrypi:~ $ iob list instances
                                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                            system.adapter.backitup.1               : backitup              : raspberrypi                              -  enabled
                                            system.adapter.bmw.0                    : bmw                   : raspberrypi                              - disabled
                                            system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                            system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                                            system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              - disabled
                                            system.adapter.habpanel.0               : habpanel              : raspberrypi                              - disabled
                                            system.adapter.ical.0                   : ical                  : raspberrypi                              - disabled
                                            system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: raspberrypi                              - disabled
                                            system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
                                            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
                                            system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: raspberrypi                              - disabled
                                            system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspberrypi                              - disabled
                                            system.adapter.influxdb.0               : influxdb              : raspberrypi                              - disabled, port: 8086
                                            system.adapter.info.0                   : info                  : raspberrypi                              - disabled
                                            system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
                                            system.adapter.javascript.0             : javascript            : raspberrypi                              - disabled
                                            system.adapter.javascript.1             : javascript            : raspberrypi                              - disabled
                                            system.adapter.kecontact.0              : kecontact             : raspberrypi                              - disabled
                                            system.adapter.modbus.0                 : modbus                : raspberrypi                              - disabled
                                            system.adapter.node-red.2               : node-red              : raspberrypi                              - disabled, port: 1880, bind: 0.0.0.0
                                            system.adapter.pushover.0               : pushover              : raspberrypi                              - disabled
                                            system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, port: 1883, bind: 0.0.0.0
                                            system.adapter.smartmeter.0             : smartmeter            : raspberrypi-volkszaehler                 - disabled
                                            system.adapter.solarlog.0               : solarlog              : raspberrypi                              - disabled, port: 80
                                            system.adapter.sonoff.0                 : sonoff                : raspberrypi                              - disabled, port: 1883, bind: 0.0.0.0
                                            system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              - disabled
                                            system.adapter.sql.0                    : sql                   : raspberrypi                              - disabled, port: 3306
                                            system.adapter.statistics.0             : statistics            : raspberrypi                              - disabled
                                            system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              - disabled
                                            system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              - disabled
                                            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                                            system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
                                            system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              - disabled
                                            system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              - disabled
                                            system.adapter.vis.0                    : vis                   : raspberrypi                              - disabled
                                            system.adapter.web.0                    : web                   : raspberrypi                              - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            system.adapter.zigbee.0                 : zigbee                : raspberrypi                              - disabled, port: /dev/ttyUSB0
                                            system.adapter.zigbee.1                 : zigbee                : raspberrypi-volkszaehler                 - disabled, port: /dev/ttyUSB1
                                          
                                          + instance is alive
                                          
                                          

                                          Und das coolste: der Admin-Adampter ist jetzt auch erreichbar :-)

                                          Wie geht es jetzt weiter, werden die Adapter jetzt automatisch nachgeladen oder muss ich noch was machen?

                                          HomoranH Nicht stören
                                          HomoranH Nicht stören
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von Homoran
                                          #57

                                          @mfroeschl sagte in Updates funktionieren nicht mehr:

                                          werden die Adapter jetzt automatisch nachgeladen

                                          @homoran sagte in Updates funktionieren nicht mehr:

                                          wie lange hast du dann gewartet um den admin aufzurufen?
                                          Danach werden erst alle Adapter neu gebaut. Das dauert schon mal gerne 1h+

                                          Voraussetzung ist natürlich, dass du diesen Vorgang nicht unterbrochen hast

                                          kein Support per PN! - Fragen im Forum stellen -
                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          M 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          628

                                          Online

                                          32.7k

                                          Benutzer

                                          82.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe