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

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Adapterinstallation bricht ab

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

Adapterinstallation bricht ab

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
34 Beiträge 4 Kommentatoren 2.5k 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.
  • fabe1999F fabe1999
    Systemdata
    Hardwaresystem: Raspberry Pi 4
    Arbeitsspeicher: 2GB
    Festplattenart: SD-Karte
    Betriebssystem: Linux
    Node-Version: 10.22.0
    Nodejs-Version: 16.14.2
    NPM-Version: 8.5.0
    Image genutzt: Ja

    Hallo zusammen,
    Ich habe letzte Woche versucht alle meine Adapter zu aktualisieren.
    Nachdem die hälfte ohne Probleme funktionierte bin ich plötzlich auf einen Fehler gestoßen und konnte bisher keine Lösung finden.
    Folgende Adapter laufen bei mir in das selbe Problem:

    • Admin: 5.3.1 -> 5.3.8
    • Discovery devices 2.8.0 -> 3.0.3
    • Simple RESTful API 2.6.2 -> 2.6.4
    • socket.io 4.1.4 -> 4.2.0
    • Sonoff 2.4.7 -> 2.5.0
    • WEB server 4.2.0 -> 4.2.3

    Um das ganze Übersichtlich zu halten werde ich es hier am Beispiel von iobroker.discovery erklären.

    Wenn ich einen Adapter über die Weboberfläche aktualisiere erhalte ich immer folgende Fehlermeldung:

    $ iobroker upgrade discovery@3.0.3
    Update discovery from @2.8.0 to @3.0.3
    NPM version: 8.5.0
    Installing iobroker.discovery@3.0.3... (System call)
    host.ioBrokerPI Cannot install iobroker.discovery@3.0.3: 217
    ERROR: Process exited with code 25
    

    Leider finde ich zu diesem Errorcode keine Hilfreichen ergebnisse im Internet.
    Ich habe auch versucht die Adapter per CLI zu aktualisieren, hier erhalte ich folgende Informationen:

    pi@ioBrokerPI:~ $ iobroker upgrade discovery
    
    This upgrade of "discovery" will introduce the following changes:
    ==========================================================================
    -> 3.0.3:
    Fix crash cases reported by Sentry
    
    -> 3.0.2:
    Updated serialport package
    
    -> 3.0.1:
    Updated serialport package
    
    -> 3.0.0:
    Updated serialport package
    ==========================================================================
    
    BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
    Would you like to upgrade discovery from @2.8.0 to @3.0.3 now? [(y)es, (n)o]: y
    Update discovery from @2.8.0 to @3.0.3
    NPM version: 8.5.0
    Installing iobroker.discovery@3.0.3... (System call)
    host.ioBrokerPI Cannot install iobroker.discovery@3.0.3: 217
    

    auch hierzu habe ich Online nichts gefunden.
    Ich habe gelesen das wohl dieser Befehl helfen könnte

    pi@ioBrokerPI:~ $ cd /opt/iobroker
    pi@ioBrokerPI:/opt/iobroker $ npm cache clean --force
    npm WARN using --force Recommended protections disabled.
    

    Allerdings erhalte ich immer noch die selben fehler bei allen oben genannten Adaptern.
    einen fix habe ich bereits durchgeführt doch das ergebnis bleibt das selbe.

    Ein Update auf eine andere Version (z.b. von 2.8.0 zu 3.0.0) funktioniert ebenfalls nicht.

    Leider habe ich bin ich mit meinem Wissen wie ich die Updates zum laufen bekommen könnte am ende.
    Würde mich freuen wenn jemand hierfür noch eine Idee hat.

    Danke schon mal für die Hilfe.

    Mit freundlichen Grüßen
    Fabe1999

    mickymM Online
    mickymM Online
    mickym
    Most Active
    schrieb am zuletzt editiert von
    #2

    @fabe1999 es gibt inzwischen einige Threads dazu. Geh auf nodejs 14.x mit npm 6.x zurück.

    Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

    1 Antwort Letzte Antwort
    0
    • fabe1999F fabe1999
      Systemdata
      Hardwaresystem: Raspberry Pi 4
      Arbeitsspeicher: 2GB
      Festplattenart: SD-Karte
      Betriebssystem: Linux
      Node-Version: 10.22.0
      Nodejs-Version: 16.14.2
      NPM-Version: 8.5.0
      Image genutzt: Ja

      Hallo zusammen,
      Ich habe letzte Woche versucht alle meine Adapter zu aktualisieren.
      Nachdem die hälfte ohne Probleme funktionierte bin ich plötzlich auf einen Fehler gestoßen und konnte bisher keine Lösung finden.
      Folgende Adapter laufen bei mir in das selbe Problem:

      • Admin: 5.3.1 -> 5.3.8
      • Discovery devices 2.8.0 -> 3.0.3
      • Simple RESTful API 2.6.2 -> 2.6.4
      • socket.io 4.1.4 -> 4.2.0
      • Sonoff 2.4.7 -> 2.5.0
      • WEB server 4.2.0 -> 4.2.3

      Um das ganze Übersichtlich zu halten werde ich es hier am Beispiel von iobroker.discovery erklären.

      Wenn ich einen Adapter über die Weboberfläche aktualisiere erhalte ich immer folgende Fehlermeldung:

      $ iobroker upgrade discovery@3.0.3
      Update discovery from @2.8.0 to @3.0.3
      NPM version: 8.5.0
      Installing iobroker.discovery@3.0.3... (System call)
      host.ioBrokerPI Cannot install iobroker.discovery@3.0.3: 217
      ERROR: Process exited with code 25
      

      Leider finde ich zu diesem Errorcode keine Hilfreichen ergebnisse im Internet.
      Ich habe auch versucht die Adapter per CLI zu aktualisieren, hier erhalte ich folgende Informationen:

      pi@ioBrokerPI:~ $ iobroker upgrade discovery
      
      This upgrade of "discovery" will introduce the following changes:
      ==========================================================================
      -> 3.0.3:
      Fix crash cases reported by Sentry
      
      -> 3.0.2:
      Updated serialport package
      
      -> 3.0.1:
      Updated serialport package
      
      -> 3.0.0:
      Updated serialport package
      ==========================================================================
      
      BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
      Would you like to upgrade discovery from @2.8.0 to @3.0.3 now? [(y)es, (n)o]: y
      Update discovery from @2.8.0 to @3.0.3
      NPM version: 8.5.0
      Installing iobroker.discovery@3.0.3... (System call)
      host.ioBrokerPI Cannot install iobroker.discovery@3.0.3: 217
      

      auch hierzu habe ich Online nichts gefunden.
      Ich habe gelesen das wohl dieser Befehl helfen könnte

      pi@ioBrokerPI:~ $ cd /opt/iobroker
      pi@ioBrokerPI:/opt/iobroker $ npm cache clean --force
      npm WARN using --force Recommended protections disabled.
      

      Allerdings erhalte ich immer noch die selben fehler bei allen oben genannten Adaptern.
      einen fix habe ich bereits durchgeführt doch das ergebnis bleibt das selbe.

      Ein Update auf eine andere Version (z.b. von 2.8.0 zu 3.0.0) funktioniert ebenfalls nicht.

      Leider habe ich bin ich mit meinem Wissen wie ich die Updates zum laufen bekommen könnte am ende.
      Würde mich freuen wenn jemand hierfür noch eine Idee hat.

      Danke schon mal für die Hilfe.

      Mit freundlichen Grüßen
      Fabe1999

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

      @fabe1999

      Du kannst auch mal schauen, was anderweitig in der Konsole passiert:

      cd /opt/iobroker 
      npm ls
      
      iobroker update
      iobroker upgrade
      

      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
      • fabe1999F fabe1999
        Systemdata
        Hardwaresystem: Raspberry Pi 4
        Arbeitsspeicher: 2GB
        Festplattenart: SD-Karte
        Betriebssystem: Linux
        Node-Version: 10.22.0
        Nodejs-Version: 16.14.2
        NPM-Version: 8.5.0
        Image genutzt: Ja

        Hallo zusammen,
        Ich habe letzte Woche versucht alle meine Adapter zu aktualisieren.
        Nachdem die hälfte ohne Probleme funktionierte bin ich plötzlich auf einen Fehler gestoßen und konnte bisher keine Lösung finden.
        Folgende Adapter laufen bei mir in das selbe Problem:

        • Admin: 5.3.1 -> 5.3.8
        • Discovery devices 2.8.0 -> 3.0.3
        • Simple RESTful API 2.6.2 -> 2.6.4
        • socket.io 4.1.4 -> 4.2.0
        • Sonoff 2.4.7 -> 2.5.0
        • WEB server 4.2.0 -> 4.2.3

        Um das ganze Übersichtlich zu halten werde ich es hier am Beispiel von iobroker.discovery erklären.

        Wenn ich einen Adapter über die Weboberfläche aktualisiere erhalte ich immer folgende Fehlermeldung:

        $ iobroker upgrade discovery@3.0.3
        Update discovery from @2.8.0 to @3.0.3
        NPM version: 8.5.0
        Installing iobroker.discovery@3.0.3... (System call)
        host.ioBrokerPI Cannot install iobroker.discovery@3.0.3: 217
        ERROR: Process exited with code 25
        

        Leider finde ich zu diesem Errorcode keine Hilfreichen ergebnisse im Internet.
        Ich habe auch versucht die Adapter per CLI zu aktualisieren, hier erhalte ich folgende Informationen:

        pi@ioBrokerPI:~ $ iobroker upgrade discovery
        
        This upgrade of "discovery" will introduce the following changes:
        ==========================================================================
        -> 3.0.3:
        Fix crash cases reported by Sentry
        
        -> 3.0.2:
        Updated serialport package
        
        -> 3.0.1:
        Updated serialport package
        
        -> 3.0.0:
        Updated serialport package
        ==========================================================================
        
        BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
        Would you like to upgrade discovery from @2.8.0 to @3.0.3 now? [(y)es, (n)o]: y
        Update discovery from @2.8.0 to @3.0.3
        NPM version: 8.5.0
        Installing iobroker.discovery@3.0.3... (System call)
        host.ioBrokerPI Cannot install iobroker.discovery@3.0.3: 217
        

        auch hierzu habe ich Online nichts gefunden.
        Ich habe gelesen das wohl dieser Befehl helfen könnte

        pi@ioBrokerPI:~ $ cd /opt/iobroker
        pi@ioBrokerPI:/opt/iobroker $ npm cache clean --force
        npm WARN using --force Recommended protections disabled.
        

        Allerdings erhalte ich immer noch die selben fehler bei allen oben genannten Adaptern.
        einen fix habe ich bereits durchgeführt doch das ergebnis bleibt das selbe.

        Ein Update auf eine andere Version (z.b. von 2.8.0 zu 3.0.0) funktioniert ebenfalls nicht.

        Leider habe ich bin ich mit meinem Wissen wie ich die Updates zum laufen bekommen könnte am ende.
        Würde mich freuen wenn jemand hierfür noch eine Idee hat.

        Danke schon mal für die Hilfe.

        Mit freundlichen Grüßen
        Fabe1999

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

        @fabe1999

        Und wie ist das ganze Spiel installiert?

        Prüfen per:

        sudo ln -s /usr/bin/node /usr/bin/nodejs
        which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
        

        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
        • fabe1999F Offline
          fabe1999F Offline
          fabe1999
          schrieb am zuletzt editiert von
          #5

          Danke für die schnellen Rückmeldungen.
          Also ich habe versucht auf die alte Version zu kommen aber irgendwie alle Anleitungen funktionieren nicht so wie beschrieben
          Also habe ich versucht das ganze nodejs neu zu installieren aber die Deinstallation funktioniert bereits nicht, habe immer noch die v16.14.2 installiert.

          Die Update und Upgrade befehle laufen ohne Probleme durch bis dann die Aktualisierung der adapter kommt und es wieder abbricht:

          pi@ioBrokerPI:/opt/iobroker $ iobroker update
          Used repository: stable
          Adapter    "admin"        : 5.3.8    , installed 5.3.1  [Updatable]
          Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
          Adapter    "backitup"     : 2.4.6    , installed 2.4.6
          Adapter    "discovery"    : 3.0.3    , installed 2.8.0  [Updatable]
          Adapter    "history"      : 1.11.1   , installed 1.11.1
          Adapter    "info"         : 1.9.18   , installed 1.9.18
          Controller "js-controller": 4.0.21   , installed 4.0.21
          Adapter    "mihome-vacuum": 3.3.1    , installed 3.3.1
          Adapter    "mqtt"         : 2.7.4    , installed 2.7.4
          Adapter    "node-red"     : 3.2.0    , installed 3.2.0
          Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
          Adapter    "paw"          : 0.3.2    , installed 0.3.2
          Adapter    "ping"         : 1.5.3    , installed 1.5.3
          Adapter    "simple-api"   : 2.6.4    , installed 2.6.2  [Updatable]
          Adapter    "socketio"     : 4.2.0    , installed 4.1.4  [Updatable]
          Adapter    "sonoff"       : 2.5.0    , installed 2.4.7  [Updatable]
          Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
          Adapter    "vis"          : 1.4.5    , installed 1.4.5
          Adapter    "vis-canvas-gauges": 0.1.5, installed 0.1.5
          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
          Adapter    "vis-hqwidgets": 1.1.9    , installed 1.1.9
          Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
          Adapter    "web"          : 4.2.3    , installed 4.2.0  [Updatable]
          Adapter    "ws"           : 1.2.0    , installed 1.2.0
          pi@ioBrokerPI:/opt/iobroker $ iobroker upgrade
          
          This upgrade of "sonoff" will introduce the following changes:
          ==========================================================================
          -> 2.5.0:
          Implement writing of NSPanel Widget changes
          Fix crash case reported by Sentry
          ==========================================================================
          
          Would you like to upgrade sonoff from @2.4.7 to @2.5.0 now? [(y)es, (n)o]: y
          Update sonoff from @2.4.7 to @2.5.0
          NPM version: 8.5.0
          Installing iobroker.sonoff@2.5.0... (System call)
          host.ioBrokerPI Cannot install iobroker.sonoff@2.5.0: 217
          
          

          Der andere Befehl gibt mir das zurück:

          i@ioBrokerPI:/opt/iobroker $ npm ls
          iobroker.inst@2.0.3 /opt/iobroker
          ├── colors@1.4.0
          ├── fs-extra@7.0.1
          ├── iobroker.admin@5.3.1
          ├── iobroker.alexa2@3.11.2
          ├── iobroker.backitup@2.4.6
          ├── iobroker.discovery@2.8.0
          ├── iobroker.history@1.11.1
          ├── iobroker.info@1.9.18
          ├── iobroker.js-controller@4.0.21
          ├── iobroker.mihome-vacuum@3.3.1
          ├── iobroker.mqtt@2.7.4
          ├── iobroker.node-red@3.2.0 invalid: "^2.4.2" from the root project
          ├── iobroker.onkyo@2.1.2
          ├── iobroker.paw@0.3.2
          ├── iobroker.ping@1.5.3
          ├── iobroker.simple-api@2.6.2
          ├── iobroker.socketio@4.1.4
          ├── iobroker.sonoff@2.4.7
          ├── iobroker.tr-064@4.2.16
          ├── iobroker.vis-canvas-gauges@0.1.5
          ├── iobroker.vis-fancyswitch@1.1.0
          ├── iobroker.vis-hqwidgets@1.1.9
          ├── iobroker.vis-materialdesign@0.3.19
          ├── iobroker.vis-timeandweather@1.1.7
          ├── iobroker.vis@1.4.5
          ├── iobroker.web@4.2.0
          ├── iobroker@2.0.3
          ├── semver@5.7.1
          └── yargs@7.1.1
          
          npm ERR! code ELSPROBLEMS
          npm ERR! invalid: iobroker.node-red@3.2.0 /opt/iobroker/node_modules/iobroker.node-red
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2022-04-23T12_23_47_141Z-debug-0.log
          

          (Das gesamte Log sagt mir auch nicht mehr, wird das benötigt?)

          und ob es richtig installiert ist weiß ich nicht, ich erhalte das als Antwort:

          pi@ioBrokerPI:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
          ln: failed to create symbolic link '/usr/bin/nodejs': File exists
          pi@ioBrokerPI:/opt/iobroker $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          /usr/local/bin/node
          /usr/local/bin/npm
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • fabe1999F fabe1999

            Danke für die schnellen Rückmeldungen.
            Also ich habe versucht auf die alte Version zu kommen aber irgendwie alle Anleitungen funktionieren nicht so wie beschrieben
            Also habe ich versucht das ganze nodejs neu zu installieren aber die Deinstallation funktioniert bereits nicht, habe immer noch die v16.14.2 installiert.

            Die Update und Upgrade befehle laufen ohne Probleme durch bis dann die Aktualisierung der adapter kommt und es wieder abbricht:

            pi@ioBrokerPI:/opt/iobroker $ iobroker update
            Used repository: stable
            Adapter    "admin"        : 5.3.8    , installed 5.3.1  [Updatable]
            Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
            Adapter    "backitup"     : 2.4.6    , installed 2.4.6
            Adapter    "discovery"    : 3.0.3    , installed 2.8.0  [Updatable]
            Adapter    "history"      : 1.11.1   , installed 1.11.1
            Adapter    "info"         : 1.9.18   , installed 1.9.18
            Controller "js-controller": 4.0.21   , installed 4.0.21
            Adapter    "mihome-vacuum": 3.3.1    , installed 3.3.1
            Adapter    "mqtt"         : 2.7.4    , installed 2.7.4
            Adapter    "node-red"     : 3.2.0    , installed 3.2.0
            Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
            Adapter    "paw"          : 0.3.2    , installed 0.3.2
            Adapter    "ping"         : 1.5.3    , installed 1.5.3
            Adapter    "simple-api"   : 2.6.4    , installed 2.6.2  [Updatable]
            Adapter    "socketio"     : 4.2.0    , installed 4.1.4  [Updatable]
            Adapter    "sonoff"       : 2.5.0    , installed 2.4.7  [Updatable]
            Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
            Adapter    "vis"          : 1.4.5    , installed 1.4.5
            Adapter    "vis-canvas-gauges": 0.1.5, installed 0.1.5
            Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
            Adapter    "vis-hqwidgets": 1.1.9    , installed 1.1.9
            Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
            Adapter    "web"          : 4.2.3    , installed 4.2.0  [Updatable]
            Adapter    "ws"           : 1.2.0    , installed 1.2.0
            pi@ioBrokerPI:/opt/iobroker $ iobroker upgrade
            
            This upgrade of "sonoff" will introduce the following changes:
            ==========================================================================
            -> 2.5.0:
            Implement writing of NSPanel Widget changes
            Fix crash case reported by Sentry
            ==========================================================================
            
            Would you like to upgrade sonoff from @2.4.7 to @2.5.0 now? [(y)es, (n)o]: y
            Update sonoff from @2.4.7 to @2.5.0
            NPM version: 8.5.0
            Installing iobroker.sonoff@2.5.0... (System call)
            host.ioBrokerPI Cannot install iobroker.sonoff@2.5.0: 217
            
            

            Der andere Befehl gibt mir das zurück:

            i@ioBrokerPI:/opt/iobroker $ npm ls
            iobroker.inst@2.0.3 /opt/iobroker
            ├── colors@1.4.0
            ├── fs-extra@7.0.1
            ├── iobroker.admin@5.3.1
            ├── iobroker.alexa2@3.11.2
            ├── iobroker.backitup@2.4.6
            ├── iobroker.discovery@2.8.0
            ├── iobroker.history@1.11.1
            ├── iobroker.info@1.9.18
            ├── iobroker.js-controller@4.0.21
            ├── iobroker.mihome-vacuum@3.3.1
            ├── iobroker.mqtt@2.7.4
            ├── iobroker.node-red@3.2.0 invalid: "^2.4.2" from the root project
            ├── iobroker.onkyo@2.1.2
            ├── iobroker.paw@0.3.2
            ├── iobroker.ping@1.5.3
            ├── iobroker.simple-api@2.6.2
            ├── iobroker.socketio@4.1.4
            ├── iobroker.sonoff@2.4.7
            ├── iobroker.tr-064@4.2.16
            ├── iobroker.vis-canvas-gauges@0.1.5
            ├── iobroker.vis-fancyswitch@1.1.0
            ├── iobroker.vis-hqwidgets@1.1.9
            ├── iobroker.vis-materialdesign@0.3.19
            ├── iobroker.vis-timeandweather@1.1.7
            ├── iobroker.vis@1.4.5
            ├── iobroker.web@4.2.0
            ├── iobroker@2.0.3
            ├── semver@5.7.1
            └── yargs@7.1.1
            
            npm ERR! code ELSPROBLEMS
            npm ERR! invalid: iobroker.node-red@3.2.0 /opt/iobroker/node_modules/iobroker.node-red
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2022-04-23T12_23_47_141Z-debug-0.log
            

            (Das gesamte Log sagt mir auch nicht mehr, wird das benötigt?)

            und ob es richtig installiert ist weiß ich nicht, ich erhalte das als Antwort:

            pi@ioBrokerPI:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
            ln: failed to create symbolic link '/usr/bin/nodejs': File exists
            pi@ioBrokerPI:/opt/iobroker $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
            /usr/local/bin/node
            /usr/local/bin/npm
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #6

            @fabe1999 sagte in Adapterinstallation bricht ab:

            iobroker.node-red@3.2.0 invalid: "^2.4.2" from the root project

            Der Fehler tauchte auch bei anderen mit dem Problem auf.

            Deine nodeJS-Installation ist aber hinten und vorne verfummelt.
            Schau in meiner Signatur, da steht drin wie es richtig gemacht wird und wie man das wieder gerade gezogen bekommt.

            Bevor nodeJS nicht sauber ist brauchst du dich um node-red gar nicht zu kümmern.

            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

            fabe1999F 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @fabe1999 sagte in Adapterinstallation bricht ab:

              iobroker.node-red@3.2.0 invalid: "^2.4.2" from the root project

              Der Fehler tauchte auch bei anderen mit dem Problem auf.

              Deine nodeJS-Installation ist aber hinten und vorne verfummelt.
              Schau in meiner Signatur, da steht drin wie es richtig gemacht wird und wie man das wieder gerade gezogen bekommt.

              Bevor nodeJS nicht sauber ist brauchst du dich um node-red gar nicht zu kümmern.

              fabe1999F Offline
              fabe1999F Offline
              fabe1999
              schrieb am zuletzt editiert von
              #7

              @thomas-braun
              Also Die Installation habe ich nun hin bekommen und es läuft nun alles so wie es soll,
              Die Updates der Adapter sind nun auch durch gelaufen.
              Vielen Dank schon mal

              Allerdings bekommt ich jetzt bei dem npm list befehl eine Riesige Menge an Fehlern mit denen ich nichts anfange...
              hier ein kleiner Auszug:

              npm ERR! missing: iobroker.admin@5.3.1, required by iobroker.inst@2.0.3
              npm ERR! missing: iobroker.alexa2@3.11.2, required by iobroker.inst@2.0.3
              npm ERR! missing: iobroker.backitup@2.4.6, required by iobroker.inst@2.0.3
              npm ERR! missing: iobroker.discovery@2.8.0, required by iobroker.inst@2.0.3
              npm ERR! missing: iobroker.history@1.11.1, required by iobroker.inst@2.0.3
              npm ERR! missing: iobroker.info@1.9.18, required by iobroker.inst@2.0.3
              npm ERR! missing: iobroker.js-controller@4.0.21, required by iobroker.inst@2.0.3
              npm ERR! missing: iobroker.mihome-vacuum@3.3.1, required by iobroker.inst@2.0.3
              npm ERR! missing: iobroker.mqtt@2.7.4, required by iobroker.inst@2.0.3
              npm ERR! missing: iobroker.node-red@2.4.2, required by iobroker.inst@2.0.3
              npm ERR! missing: iobroker.onkyo@2.1.2, required by iobroker.inst@2.0.3
              ...
              

              putty.log

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • fabe1999F fabe1999

                @thomas-braun
                Also Die Installation habe ich nun hin bekommen und es läuft nun alles so wie es soll,
                Die Updates der Adapter sind nun auch durch gelaufen.
                Vielen Dank schon mal

                Allerdings bekommt ich jetzt bei dem npm list befehl eine Riesige Menge an Fehlern mit denen ich nichts anfange...
                hier ein kleiner Auszug:

                npm ERR! missing: iobroker.admin@5.3.1, required by iobroker.inst@2.0.3
                npm ERR! missing: iobroker.alexa2@3.11.2, required by iobroker.inst@2.0.3
                npm ERR! missing: iobroker.backitup@2.4.6, required by iobroker.inst@2.0.3
                npm ERR! missing: iobroker.discovery@2.8.0, required by iobroker.inst@2.0.3
                npm ERR! missing: iobroker.history@1.11.1, required by iobroker.inst@2.0.3
                npm ERR! missing: iobroker.info@1.9.18, required by iobroker.inst@2.0.3
                npm ERR! missing: iobroker.js-controller@4.0.21, required by iobroker.inst@2.0.3
                npm ERR! missing: iobroker.mihome-vacuum@3.3.1, required by iobroker.inst@2.0.3
                npm ERR! missing: iobroker.mqtt@2.7.4, required by iobroker.inst@2.0.3
                npm ERR! missing: iobroker.node-red@2.4.2, required by iobroker.inst@2.0.3
                npm ERR! missing: iobroker.onkyo@2.1.2, required by iobroker.inst@2.0.3
                ...
                

                putty.log

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

                @fabe1999

                Zuerst interessiert die Installation:

                which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                

                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

                fabe1999F 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @fabe1999

                  Zuerst interessiert die Installation:

                  which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  
                  fabe1999F Offline
                  fabe1999F Offline
                  fabe1999
                  schrieb am zuletzt editiert von
                  #9

                  @thomas-braun
                  Soweit ich das in der Anleitung gesehen habe sollte das so passen:

                  pi@ioBrokerPI:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  /usr/bin/nodejs
                  /usr/bin/node
                  /usr/bin/npm
                  v14.19.1
                  v14.19.1
                  6.14.16
                  pi
                  /home/pi
                  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_14.x buster InRelease
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  All packages are up to date.
                  nodejs:
                    Installed: 14.19.1-deb-1nodesource1
                    Candidate: 14.19.1-deb-1nodesource1
                    Version table:
                   *** 14.19.1-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                          100 /var/lib/dpkg/status
                       10.24.0~dfsg-1~deb10u1 500
                          500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                  
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • fabe1999F fabe1999

                    @thomas-braun
                    Soweit ich das in der Anleitung gesehen habe sollte das so passen:

                    pi@ioBrokerPI:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                    /usr/bin/nodejs
                    /usr/bin/node
                    /usr/bin/npm
                    v14.19.1
                    v14.19.1
                    6.14.16
                    pi
                    /home/pi
                    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_14.x buster InRelease
                    Reading package lists... Done
                    Building dependency tree
                    Reading state information... Done
                    All packages are up to date.
                    nodejs:
                      Installed: 14.19.1-deb-1nodesource1
                      Candidate: 14.19.1-deb-1nodesource1
                      Version table:
                     *** 14.19.1-deb-1nodesource1 500
                            500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                            100 /var/lib/dpkg/status
                         10.24.0~dfsg-1~deb10u1 500
                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #10

                    @fabe1999

                    Dann geh jetzt wieder auf node16 hoch.

                    Zuvor

                    sudo apt update
                    sudo apt full-upgrade
                    

                    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

                    fabe1999F 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @fabe1999

                      Dann geh jetzt wieder auf node16 hoch.

                      Zuvor

                      sudo apt update
                      sudo apt full-upgrade
                      
                      fabe1999F Offline
                      fabe1999F Offline
                      fabe1999
                      schrieb am zuletzt editiert von
                      #11

                      @thomas-braun
                      Okay das scheint auch sauber funktioneirt zu haben:

                      pi@ioBrokerPI:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                      /usr/bin/nodejs
                      /usr/bin/node
                      /usr/bin/npm
                      v16.14.2
                      v16.14.2
                      8.5.0
                      pi
                      /home/pi
                      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... Done
                      Building dependency tree
                      Reading state information... Done
                      All packages are up to date.
                      nodejs:
                        Installed: 16.14.2-deb-1nodesource1
                        Candidate: 16.14.2-deb-1nodesource1
                        Version table:
                       *** 16.14.2-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                              100 /var/lib/dpkg/status
                           10.24.0~dfsg-1~deb10u1 500
                              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                      
                      

                      Und ich bekomme nun wieder eine Liste, node-red hat den selben Fehler:

                      pi@ioBrokerPI:/opt/iobroker $ npm ls
                      iobroker.inst@2.0.3 /opt/iobroker
                      ├── colors@1.4.0
                      ├── fs-extra@7.0.1
                      ├── iobroker.admin@5.3.1
                      ├── iobroker.alexa2@3.11.2
                      ├── iobroker.backitup@2.4.6
                      ├── iobroker.discovery@2.8.0
                      ├── iobroker.history@1.11.1
                      ├── iobroker.info@1.9.18
                      ├── iobroker.js-controller@4.0.21
                      ├── iobroker.mihome-vacuum@3.3.1
                      ├── iobroker.mqtt@2.7.4
                      ├── iobroker.node-red@3.2.0 invalid: "^2.4.2" from the root project
                      ├── iobroker.onkyo@2.1.2
                      ├── iobroker.paw@0.3.2
                      ├── iobroker.ping@1.5.3
                      ├── iobroker.simple-api@2.6.2
                      ├── iobroker.socketio@4.1.4
                      ├── iobroker.sonoff@2.4.7
                      ├── iobroker.tr-064@4.2.16
                      ├── iobroker.vis-canvas-gauges@0.1.5
                      ├── iobroker.vis-fancyswitch@1.1.0
                      ├── iobroker.vis-hqwidgets@1.1.9
                      ├── iobroker.vis-materialdesign@0.3.19
                      ├── iobroker.vis-timeandweather@1.1.7
                      ├── iobroker.vis@1.4.5
                      ├── iobroker.web@4.2.0
                      ├── iobroker@2.0.3
                      ├── semver@5.7.1
                      └── yargs@7.1.1
                      
                      npm ERR! code ELSPROBLEMS
                      npm ERR! invalid: iobroker.node-red@3.2.0 /opt/iobroker/node_modules/iobroker.node-red
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /home/iobroker/.npm/_logs/2022-04-23T13_27_07_146Z-debug-0.log
                      

                      und beim Updaten eines anderen Adapters laufe ich nun wieder in den Selben fehler wie am anfang:

                      This upgrade of "sonoff" will introduce the following changes:
                      ==========================================================================
                      -> 2.5.0:
                      Implement writing of NSPanel Widget changes
                      Fix crash case reported by Sentry
                      ==========================================================================
                      
                      Would you like to upgrade sonoff from @2.4.7 to @2.5.0 now? [(y)es, (n)o]: y
                      Update sonoff from @2.4.7 to @2.5.0
                      NPM version: 8.5.0
                      Installing iobroker.sonoff@2.5.0... (System call)
                      host.ioBrokerPI Cannot install iobroker.sonoff@2.5.0: 217
                      
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • fabe1999F fabe1999

                        @thomas-braun
                        Okay das scheint auch sauber funktioneirt zu haben:

                        pi@ioBrokerPI:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                        /usr/bin/nodejs
                        /usr/bin/node
                        /usr/bin/npm
                        v16.14.2
                        v16.14.2
                        8.5.0
                        pi
                        /home/pi
                        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... Done
                        Building dependency tree
                        Reading state information... Done
                        All packages are up to date.
                        nodejs:
                          Installed: 16.14.2-deb-1nodesource1
                          Candidate: 16.14.2-deb-1nodesource1
                          Version table:
                         *** 16.14.2-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                                100 /var/lib/dpkg/status
                             10.24.0~dfsg-1~deb10u1 500
                                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                        
                        

                        Und ich bekomme nun wieder eine Liste, node-red hat den selben Fehler:

                        pi@ioBrokerPI:/opt/iobroker $ npm ls
                        iobroker.inst@2.0.3 /opt/iobroker
                        ├── colors@1.4.0
                        ├── fs-extra@7.0.1
                        ├── iobroker.admin@5.3.1
                        ├── iobroker.alexa2@3.11.2
                        ├── iobroker.backitup@2.4.6
                        ├── iobroker.discovery@2.8.0
                        ├── iobroker.history@1.11.1
                        ├── iobroker.info@1.9.18
                        ├── iobroker.js-controller@4.0.21
                        ├── iobroker.mihome-vacuum@3.3.1
                        ├── iobroker.mqtt@2.7.4
                        ├── iobroker.node-red@3.2.0 invalid: "^2.4.2" from the root project
                        ├── iobroker.onkyo@2.1.2
                        ├── iobroker.paw@0.3.2
                        ├── iobroker.ping@1.5.3
                        ├── iobroker.simple-api@2.6.2
                        ├── iobroker.socketio@4.1.4
                        ├── iobroker.sonoff@2.4.7
                        ├── iobroker.tr-064@4.2.16
                        ├── iobroker.vis-canvas-gauges@0.1.5
                        ├── iobroker.vis-fancyswitch@1.1.0
                        ├── iobroker.vis-hqwidgets@1.1.9
                        ├── iobroker.vis-materialdesign@0.3.19
                        ├── iobroker.vis-timeandweather@1.1.7
                        ├── iobroker.vis@1.4.5
                        ├── iobroker.web@4.2.0
                        ├── iobroker@2.0.3
                        ├── semver@5.7.1
                        └── yargs@7.1.1
                        
                        npm ERR! code ELSPROBLEMS
                        npm ERR! invalid: iobroker.node-red@3.2.0 /opt/iobroker/node_modules/iobroker.node-red
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/iobroker/.npm/_logs/2022-04-23T13_27_07_146Z-debug-0.log
                        

                        und beim Updaten eines anderen Adapters laufe ich nun wieder in den Selben fehler wie am anfang:

                        This upgrade of "sonoff" will introduce the following changes:
                        ==========================================================================
                        -> 2.5.0:
                        Implement writing of NSPanel Widget changes
                        Fix crash case reported by Sentry
                        ==========================================================================
                        
                        Would you like to upgrade sonoff from @2.4.7 to @2.5.0 now? [(y)es, (n)o]: y
                        Update sonoff from @2.4.7 to @2.5.0
                        NPM version: 8.5.0
                        Installing iobroker.sonoff@2.5.0... (System call)
                        host.ioBrokerPI Cannot install iobroker.sonoff@2.5.0: 217
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von Thomas Braun
                        #12

                        @fabe1999 sagte in Adapterinstallation bricht ab:

                        Installier mal

                        iobroker.node-red@3.3.0

                        aus dem Beta-Zweig. Oder schmeiß den Adapter komplett raus, wenn der nicht verwendet wird.

                        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

                        fabe1999F 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @fabe1999 sagte in Adapterinstallation bricht ab:

                          Installier mal

                          iobroker.node-red@3.3.0

                          aus dem Beta-Zweig. Oder schmeiß den Adapter komplett raus, wenn der nicht verwendet wird.

                          fabe1999F Offline
                          fabe1999F Offline
                          fabe1999
                          schrieb am zuletzt editiert von
                          #13

                          @thomas-braun
                          das hat nicht funktioniert,
                          ich bekomme den selben Fehler wie bei allen anderen Adaptern:

                          pi@ioBrokerPI:/opt/iobroker $ iobroker upgrade iobroker.node-red@3.3.0
                          Would you like to upgrade node-red from @3.2.0 to @3.3.0 now? [(y)es, (n)o]: y
                          Update node-red from @3.2.0 to @3.3.0
                          host.ioBrokerPI Adapter "system.adapter.node-red.0" is stopped.
                          NPM version: 8.5.0
                          Installing iobroker.node-red@3.3.0... (System call)
                          host.ioBrokerPI Cannot install iobroker.node-red@3.3.0: 217
                          

                          Leider wird Node-red bei mir sehr stark genutzt daher ist rausschmeißen eher nicht so ne gute idee.

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • fabe1999F fabe1999

                            @thomas-braun
                            das hat nicht funktioniert,
                            ich bekomme den selben Fehler wie bei allen anderen Adaptern:

                            pi@ioBrokerPI:/opt/iobroker $ iobroker upgrade iobroker.node-red@3.3.0
                            Would you like to upgrade node-red from @3.2.0 to @3.3.0 now? [(y)es, (n)o]: y
                            Update node-red from @3.2.0 to @3.3.0
                            host.ioBrokerPI Adapter "system.adapter.node-red.0" is stopped.
                            NPM version: 8.5.0
                            Installing iobroker.node-red@3.3.0... (System call)
                            host.ioBrokerPI Cannot install iobroker.node-red@3.3.0: 217
                            

                            Leider wird Node-red bei mir sehr stark genutzt daher ist rausschmeißen eher nicht so ne gute idee.

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

                            @fabe1999

                            Dann geh wieder auf die nodejs@14 zurück.

                            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

                            fabe1999F 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @fabe1999

                              Dann geh wieder auf die nodejs@14 zurück.

                              fabe1999F Offline
                              fabe1999F Offline
                              fabe1999
                              schrieb am zuletzt editiert von
                              #15

                              @thomas-braun
                              okay das hat wieder funktioniert und laut CLI hat auch das Update von Node-red auf 3.3.0 funktioniert,
                              In der Weboberfläche steht aber immer noch da 3.2.0 aktiv ist und der befehl

                              cd /opt/iobroker 
                              npm ls
                              

                              Gibt wieder eie Riesige Fehlerliste zurück

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • fabe1999F fabe1999

                                @thomas-braun
                                okay das hat wieder funktioniert und laut CLI hat auch das Update von Node-red auf 3.3.0 funktioniert,
                                In der Weboberfläche steht aber immer noch da 3.2.0 aktiv ist und der befehl

                                cd /opt/iobroker 
                                npm ls
                                

                                Gibt wieder eie Riesige Fehlerliste zurück

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

                                @fabe1999

                                iobroker update
                                iobroker upgrade
                                

                                sagt?

                                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

                                fabe1999F 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @fabe1999

                                  iobroker update
                                  iobroker upgrade
                                  

                                  sagt?

                                  fabe1999F Offline
                                  fabe1999F Offline
                                  fabe1999
                                  schrieb am zuletzt editiert von
                                  #17

                                  @thomas-braun
                                  Es zeigt immer noch die alte version an:

                                  pi@ioBrokerPI:~ $ iobroker update
                                  Used repository: stable
                                  Adapter    "admin"        : 5.3.8    , installed 5.3.1  [Updatable]
                                  Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
                                  Adapter    "backitup"     : 2.4.6    , installed 2.4.6
                                  Adapter    "discovery"    : 3.0.3    , installed 2.8.0  [Updatable]
                                  Adapter    "history"      : 1.11.1   , installed 1.11.1
                                  Adapter    "info"         : 1.9.18   , installed 1.9.18
                                  Controller "js-controller": 4.0.21   , installed 4.0.21
                                  Adapter    "mihome-vacuum": 3.3.1    , installed 3.3.1
                                  Adapter    "mqtt"         : 2.7.4    , installed 2.7.4
                                  Adapter    "node-red"     : 3.2.0    , installed 3.2.0
                                  Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                                  Adapter    "paw"          : 0.3.2    , installed 0.3.2
                                  Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                  Adapter    "simple-api"   : 2.6.4    , installed 2.6.2  [Updatable]
                                  Adapter    "socketio"     : 4.2.0    , installed 4.1.4  [Updatable]
                                  Adapter    "sonoff"       : 2.5.0    , installed 2.4.7  [Updatable]
                                  Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                                  Adapter    "vis"          : 1.4.5    , installed 1.4.5
                                  Adapter    "vis-canvas-gauges": 0.1.5, installed 0.1.5
                                  Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                  Adapter    "vis-hqwidgets": 1.1.9    , installed 1.1.9
                                  Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                                  Adapter    "web"          : 4.2.3    , installed 4.2.0  [Updatable]
                                  Adapter    "ws"           : 1.2.0    , installed 1.2.0
                                  

                                  Wenn nun das Upgrade gemacht wird sieht es aus als wenn alle Adapter sauber upgedatet werden:

                                  pi@ioBrokerPI:~ $ iobroker upgrade
                                  
                                  This upgrade of "sonoff" will introduce the following changes:
                                  ==========================================================================
                                  -> 2.5.0:
                                  Implement writing of NSPanel Widget changes
                                  Fix crash case reported by Sentry
                                  ==========================================================================
                                  
                                  Would you like to upgrade sonoff from @2.4.7 to @2.5.0 now? [(y)es, (n)o]: y
                                  Update sonoff from @2.4.7 to @2.5.0
                                  NPM version: 6.14.16
                                  Installing iobroker.sonoff@2.5.0... (System call)
                                  upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.html index.html text/html
                                  upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m.html index_m.html text/html
                                  upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.png sonoff.png image/png
                                  upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.js words.js application/javascript
                                  
                                  This upgrade of "simple-api" will introduce the following changes:
                                  ==========================================================================
                                  -> 2.6.4:
                                  Optimize performance, especially when using names instead of object ids
                                  
                                  -> 2.6.3:
                                  Optimize error message for multilanguage objects
                                  Do not overwrite state properties by object properties
                                  ==========================================================================
                                  
                                  Would you like to upgrade simple-api from @2.6.2 to @2.6.4 now? [(y)es, (n)o]: y
                                  Update simple-api from @2.6.2 to @2.6.4
                                  NPM version: 6.14.16
                                  Installing iobroker.simple-api@2.6.4... (System call)
                                  upload [13] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                  upload [12] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                  upload [11] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                  upload [10] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                  upload [9] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                  upload [8] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                  upload [7] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                  upload [6] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                  upload [5] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                  upload [4] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                  upload [3] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index.html index.html text/html
                                  upload [2] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index_m.html index_m.html text/html
                                  upload [1] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/simple-api.png simple-api.png image/png
                                  upload [0] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/words.js words.js application/javascript
                                  
                                  This upgrade of "discovery" will introduce the following changes:
                                  ==========================================================================
                                  -> 3.0.3:
                                  Fix crash cases reported by Sentry
                                  
                                  -> 3.0.2:
                                  Updated serialport package
                                  
                                  -> 3.0.1:
                                  Updated serialport package
                                  
                                  -> 3.0.0:
                                  Updated serialport package
                                  ==========================================================================
                                  
                                  BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                  Would you like to upgrade discovery from @2.8.0 to @3.0.3 now? [(y)es, (n)o]: y
                                  Update discovery from @2.8.0 to @3.0.3
                                  NPM version: 6.14.16
                                  Installing iobroker.discovery@3.0.3... (System call)
                                  upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                                  upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                                  upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                                  upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                                  upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                                  upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                                  upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                                  
                                  This upgrade of "admin" will at least introduce the following changes:
                                  ==========================================================================
                                  -> 5.3.8:
                                  Changed the datapoint history list
                                  Added support of swagger adapter
                                  
                                  -> 5.3.7:
                                  Changed the charts rendering
                                  
                                  -> 5.3.6:
                                  Corrected the host selector in "add instance" dialog
                                  corrected display of "null" values, e.g. by time/date
                                  
                                  -> 5.3.5:
                                  Corrected the host selector in "add instance" dialog
                                  corrected display of "null" values, e.g. by time/date
                                  
                                  -> 5.3.4:
                                  Fix some crash cases reported by Sentry
                                  Corrected user tab
                                  
                                  -> 5.3.3:
                                  Implemented the objects coloring depends on other states
                                  
                                  -> 5.3.2:
                                  added Radio Buttons for value2table
                                  Corrected many GUI errors
                                  ==========================================================================
                                  
                                  Would you like to upgrade admin from @5.3.1 to @5.3.8 now? [(y)es, (n)o]: y
                                  Update admin from @5.3.1 to @5.3.8
                                  host.ioBrokerPI Adapter "system.adapter.admin.0" is stopped.
                                  NPM version: 6.14.16
                                  Installing iobroker.admin@5.3.8... (System call)
                                  upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                  upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                  upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                  upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                  upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                  upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                  upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                  upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                  upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                  upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                  upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                  upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                  upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                  upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json jsonConfig.json application/json
                                  upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                  host.ioBrokerPI Adapter "system.adapter.admin.0" is started
                                  
                                  This upgrade of "web" will introduce the following changes:
                                  ==========================================================================
                                  -> 4.2.3:
                                  Updated ws and socketio to have `log` method in sockets
                                  
                                  -> 4.2.2:
                                  Updated ws and socketio to have `log` method in sockets
                                  
                                  -> 4.2.1:
                                  Provide state and object changes for simple-api
                                  ==========================================================================
                                  
                                  Would you like to upgrade web from @4.2.0 to @4.2.3 now? [(y)es, (n)o]: y
                                  Update web from @4.2.0 to @4.2.3
                                  host.ioBrokerPI Adapter "system.adapter.web.0" is stopped.
                                  NPM version: 6.14.16
                                  Installing iobroker.web@4.2.3... (System call)
                                  upload [396] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
                                  upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png image/png
                                  upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css text/css
                                  upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png image/png
                                  upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png image/png
                                  upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png image/png
                                  upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png image/png
                                  upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png image/png
                                  upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png image/png
                                  upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png image/png
                                  upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png image/png
                                  upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css text/css
                                  upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png image/png
                                  upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/theme.css lib/css/themes/jquery-ui/vader/theme.css text/css
                                  upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.js lib/js/jquery-1.11.2.min.js application/javascript
                                  upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.map lib/js/jquery-1.11.2.min.map application/json
                                  upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.js lib/js/jquery-3.2.1.min.js application/javascript
                                  upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.map lib/js/jquery-3.2.1.min.map application/json
                                  upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.10.3.full.min.js lib/js/jquery-ui-1.10.3.full.min.js application/javascript
                                  upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.3.full.min.js lib/js/jquery-ui-1.11.3.full.min.js application/javascript
                                  upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.4.full.min.js lib/js/jquery-ui-1.11.4.full.min.js application/javascript
                                  upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.1.11.2.slider.min.js lib/js/jquery-ui.1.11.2.slider.min.js application/javascript
                                  upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.min.js lib/js/jquery-ui.min.js application/javascript
                                  upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js lib/js/jquery.fancytree-all.min.js application/javascript
                                  upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js.map lib/js/jquery.fancytree-all.min.js.map application/json
                                  upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.jqGrid-4.5.4.min.js lib/js/jquery.jqGrid-4.5.4.min.js application/javascript
                                  upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/loStorage.js lib/js/loStorage.js application/javascript
                                  upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js lib/js/materialize.js application/javascript
                                  upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js.map lib/js/materialize.js.map application/json
                                  upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/selectID.js lib/js/selectID.js application/javascript
                                  upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                                  upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/socket.io.js lib/js/socket.io.js application/javascript
                                  upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/translate.js lib/js/translate.js application/javascript
                                  upload [1] web /opt/iobroker/node_modules/iobroker.web/www/login/favicon.ico login/favicon.ico image/vnd.microsoft.icon
                                  upload [0] web /opt/iobroker/node_modules/iobroker.web/www/login/index.html login/index.html text/html
                                  upload [16] web.admin /opt/iobroker/node_modules/iobroker.web/admin/asset-manifest.json asset-manifest.json application/json
                                  upload [15] web.admin /opt/iobroker/node_modules/iobroker.web/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                  upload [14] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html
                                  upload [13] web.admin /opt/iobroker/node_modules/iobroker.web/admin/manifest.json manifest.json application/json
                                  upload [12] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css static/css/2.faf2f676.chunk.css text/css
                                  upload [11] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css.map static/css/2.faf2f676.chunk.css.map application/json
                                  upload [10] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css static/css/main.e2d673ee.chunk.css text/css
                                  upload [9] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css.map static/css/main.e2d673ee.chunk.css.map application/json
                                  upload [8] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.83d9909b.chunk.js static/js/2.83d9909b.chunk.js application/javascript
                                  upload [7] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.83d9909b.chunk.js.LICENSE.txt static/js/2.83d9909b.chunk.js.LICENSE.txt text/plain
                                  upload [6] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.83d9909b.chunk.js.map static/js/2.83d9909b.chunk.js.map application/json
                                  upload [5] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.205b2673.chunk.js static/js/main.205b2673.chunk.js application/javascript
                                  upload [4] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.205b2673.chunk.js.map static/js/main.205b2673.chunk.js.map application/json
                                  upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.8b37c647.js static/js/runtime-main.8b37c647.js application/javascript
                                  upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.8b37c647.js.map static/js/runtime-main.8b37c647.js.map application/json
                                  upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/le.eb63b1db.png static/media/le.eb63b1db.png image/png
                                  upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
                                  host.ioBrokerPI Adapter "system.adapter.web.0" is started
                                  
                                  This upgrade of "socketio" will introduce the following changes:
                                  ==========================================================================
                                  -> 4.2.0:
                                  Added `log` socket command
                                  
                                  -> 4.1.5:
                                  make sure patterns are handled as strings on subscribe/unsubscribe
                                  when getHistory is called with instance as string correct the data into an object
                                  ==========================================================================
                                  
                                  Would you like to upgrade socketio from @4.1.4 to @4.2.0 now? [(y)es, (n)o]: y
                                  Update socketio from @4.1.4 to @4.2.0
                                  NPM version: 6.14.16
                                  Installing iobroker.socketio@4.2.0... (System call)
                                  Adapter "system.adapter.web.0" restarted.
                                  upload [11] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                  upload [10] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                  upload [9] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                  upload [8] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                  upload [7] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                  upload [6] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                  upload [5] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                  upload [4] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                  upload [3] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                  upload [2] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                  upload [1] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/jsonConfig.json jsonConfig.json application/json
                                  upload [0] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/socketio.png socketio.png image/png
                                  

                                  Wenn ich aber dannach noch einmal die liste anzeigen lasse hat kein einziges der Updates sauber funktioniert:

                                  pi@ioBrokerPI:~ $ iobroker update
                                  Used repository: stable
                                  Adapter    "admin"        : 5.3.8    , installed 5.3.1  [Updatable]
                                  Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
                                  Adapter    "backitup"     : 2.4.6    , installed 2.4.6
                                  Adapter    "discovery"    : 3.0.3    , installed 2.8.0  [Updatable]
                                  Adapter    "history"      : 1.11.1   , installed 1.11.1
                                  Adapter    "info"         : 1.9.18   , installed 1.9.18
                                  Controller "js-controller": 4.0.21   , installed 4.0.21
                                  Adapter    "mihome-vacuum": 3.3.1    , installed 3.3.1
                                  Adapter    "mqtt"         : 2.7.4    , installed 2.7.4
                                  Adapter    "node-red"     : 3.2.0    , installed 3.2.0
                                  Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                                  Adapter    "paw"          : 0.3.2    , installed 0.3.2
                                  Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                  Adapter    "simple-api"   : 2.6.4    , installed 2.6.2  [Updatable]
                                  Adapter    "socketio"     : 4.2.0    , installed 4.1.4  [Updatable]
                                  Adapter    "sonoff"       : 2.5.0    , installed 2.4.7  [Updatable]
                                  Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                                  Adapter    "vis"          : 1.4.5    , installed 1.4.5
                                  Adapter    "vis-canvas-gauges": 0.1.5, installed 0.1.5
                                  Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                  Adapter    "vis-hqwidgets": 1.1.9    , installed 1.1.9
                                  Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                                  Adapter    "web"          : 4.2.3    , installed 4.2.0  [Updatable]
                                  Adapter    "ws"           : 1.2.0    , installed 1.2.0
                                  

                                  Über die Weboberfläche passiert das selbe: das Update läuf anscheinend sauber durch doch in der Übersicht ist immer noch die alte Version.

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • fabe1999F fabe1999

                                    @thomas-braun
                                    Es zeigt immer noch die alte version an:

                                    pi@ioBrokerPI:~ $ iobroker update
                                    Used repository: stable
                                    Adapter    "admin"        : 5.3.8    , installed 5.3.1  [Updatable]
                                    Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
                                    Adapter    "backitup"     : 2.4.6    , installed 2.4.6
                                    Adapter    "discovery"    : 3.0.3    , installed 2.8.0  [Updatable]
                                    Adapter    "history"      : 1.11.1   , installed 1.11.1
                                    Adapter    "info"         : 1.9.18   , installed 1.9.18
                                    Controller "js-controller": 4.0.21   , installed 4.0.21
                                    Adapter    "mihome-vacuum": 3.3.1    , installed 3.3.1
                                    Adapter    "mqtt"         : 2.7.4    , installed 2.7.4
                                    Adapter    "node-red"     : 3.2.0    , installed 3.2.0
                                    Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                                    Adapter    "paw"          : 0.3.2    , installed 0.3.2
                                    Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                    Adapter    "simple-api"   : 2.6.4    , installed 2.6.2  [Updatable]
                                    Adapter    "socketio"     : 4.2.0    , installed 4.1.4  [Updatable]
                                    Adapter    "sonoff"       : 2.5.0    , installed 2.4.7  [Updatable]
                                    Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                                    Adapter    "vis"          : 1.4.5    , installed 1.4.5
                                    Adapter    "vis-canvas-gauges": 0.1.5, installed 0.1.5
                                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                    Adapter    "vis-hqwidgets": 1.1.9    , installed 1.1.9
                                    Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                                    Adapter    "web"          : 4.2.3    , installed 4.2.0  [Updatable]
                                    Adapter    "ws"           : 1.2.0    , installed 1.2.0
                                    

                                    Wenn nun das Upgrade gemacht wird sieht es aus als wenn alle Adapter sauber upgedatet werden:

                                    pi@ioBrokerPI:~ $ iobroker upgrade
                                    
                                    This upgrade of "sonoff" will introduce the following changes:
                                    ==========================================================================
                                    -> 2.5.0:
                                    Implement writing of NSPanel Widget changes
                                    Fix crash case reported by Sentry
                                    ==========================================================================
                                    
                                    Would you like to upgrade sonoff from @2.4.7 to @2.5.0 now? [(y)es, (n)o]: y
                                    Update sonoff from @2.4.7 to @2.5.0
                                    NPM version: 6.14.16
                                    Installing iobroker.sonoff@2.5.0... (System call)
                                    upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.html index.html text/html
                                    upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m.html index_m.html text/html
                                    upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.png sonoff.png image/png
                                    upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.js words.js application/javascript
                                    
                                    This upgrade of "simple-api" will introduce the following changes:
                                    ==========================================================================
                                    -> 2.6.4:
                                    Optimize performance, especially when using names instead of object ids
                                    
                                    -> 2.6.3:
                                    Optimize error message for multilanguage objects
                                    Do not overwrite state properties by object properties
                                    ==========================================================================
                                    
                                    Would you like to upgrade simple-api from @2.6.2 to @2.6.4 now? [(y)es, (n)o]: y
                                    Update simple-api from @2.6.2 to @2.6.4
                                    NPM version: 6.14.16
                                    Installing iobroker.simple-api@2.6.4... (System call)
                                    upload [13] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    upload [12] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                    upload [11] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                    upload [10] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                    upload [9] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                    upload [8] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                    upload [7] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                    upload [6] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                    upload [5] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                    upload [4] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                    upload [3] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index.html index.html text/html
                                    upload [2] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/index_m.html index_m.html text/html
                                    upload [1] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/simple-api.png simple-api.png image/png
                                    upload [0] simple-api.admin /opt/iobroker/node_modules/iobroker.simple-api/admin/words.js words.js application/javascript
                                    
                                    This upgrade of "discovery" will introduce the following changes:
                                    ==========================================================================
                                    -> 3.0.3:
                                    Fix crash cases reported by Sentry
                                    
                                    -> 3.0.2:
                                    Updated serialport package
                                    
                                    -> 3.0.1:
                                    Updated serialport package
                                    
                                    -> 3.0.0:
                                    Updated serialport package
                                    ==========================================================================
                                    
                                    BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                    Would you like to upgrade discovery from @2.8.0 to @3.0.3 now? [(y)es, (n)o]: y
                                    Update discovery from @2.8.0 to @3.0.3
                                    NPM version: 6.14.16
                                    Installing iobroker.discovery@3.0.3... (System call)
                                    upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                                    upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                                    upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                                    upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                                    upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                                    upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript
                                    upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                                    
                                    This upgrade of "admin" will at least introduce the following changes:
                                    ==========================================================================
                                    -> 5.3.8:
                                    Changed the datapoint history list
                                    Added support of swagger adapter
                                    
                                    -> 5.3.7:
                                    Changed the charts rendering
                                    
                                    -> 5.3.6:
                                    Corrected the host selector in "add instance" dialog
                                    corrected display of "null" values, e.g. by time/date
                                    
                                    -> 5.3.5:
                                    Corrected the host selector in "add instance" dialog
                                    corrected display of "null" values, e.g. by time/date
                                    
                                    -> 5.3.4:
                                    Fix some crash cases reported by Sentry
                                    Corrected user tab
                                    
                                    -> 5.3.3:
                                    Implemented the objects coloring depends on other states
                                    
                                    -> 5.3.2:
                                    added Radio Buttons for value2table
                                    Corrected many GUI errors
                                    ==========================================================================
                                    
                                    Would you like to upgrade admin from @5.3.1 to @5.3.8 now? [(y)es, (n)o]: y
                                    Update admin from @5.3.1 to @5.3.8
                                    host.ioBrokerPI Adapter "system.adapter.admin.0" is stopped.
                                    NPM version: 6.14.16
                                    Installing iobroker.admin@5.3.8... (System call)
                                    upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                    upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                    upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                    upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                    upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                    upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                    upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                    upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                    upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                    upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                    upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                    upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                    upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json jsonConfig.json application/json
                                    upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                    host.ioBrokerPI Adapter "system.adapter.admin.0" is started
                                    
                                    This upgrade of "web" will introduce the following changes:
                                    ==========================================================================
                                    -> 4.2.3:
                                    Updated ws and socketio to have `log` method in sockets
                                    
                                    -> 4.2.2:
                                    Updated ws and socketio to have `log` method in sockets
                                    
                                    -> 4.2.1:
                                    Provide state and object changes for simple-api
                                    ==========================================================================
                                    
                                    Would you like to upgrade web from @4.2.0 to @4.2.3 now? [(y)es, (n)o]: y
                                    Update web from @4.2.0 to @4.2.3
                                    host.ioBrokerPI Adapter "system.adapter.web.0" is stopped.
                                    NPM version: 6.14.16
                                    Installing iobroker.web@4.2.3... (System call)
                                    upload [396] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png
                                    upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png image/png
                                    upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css lib/css/themes/jquery-ui/custom-light/jquery-ui.theme.min.css text/css
                                    upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png lib/css/themes/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png image/png
                                    upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png image/png
                                    upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png lib/css/themes/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png image/png
                                    upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png lib/css/themes/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png image/png
                                    upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png lib/css/themes/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png image/png
                                    upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png lib/css/themes/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png image/png
                                    upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png lib/css/themes/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png image/png
                                    upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png lib/css/themes/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png image/png
                                    upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css lib/css/themes/jquery-ui/ui-lightness/jquery-ui.css text/css
                                    upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png lib/css/themes/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png image/png
                                    upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/theme.css lib/css/themes/jquery-ui/vader/theme.css text/css
                                    upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.js lib/js/jquery-1.11.2.min.js application/javascript
                                    upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-1.11.2.min.map lib/js/jquery-1.11.2.min.map application/json
                                    upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.js lib/js/jquery-3.2.1.min.js application/javascript
                                    upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-3.2.1.min.map lib/js/jquery-3.2.1.min.map application/json
                                    upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.10.3.full.min.js lib/js/jquery-ui-1.10.3.full.min.js application/javascript
                                    upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.3.full.min.js lib/js/jquery-ui-1.11.3.full.min.js application/javascript
                                    upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui-1.11.4.full.min.js lib/js/jquery-ui-1.11.4.full.min.js application/javascript
                                    upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.1.11.2.slider.min.js lib/js/jquery-ui.1.11.2.slider.min.js application/javascript
                                    upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery-ui.min.js lib/js/jquery-ui.min.js application/javascript
                                    upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js lib/js/jquery.fancytree-all.min.js application/javascript
                                    upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.fancytree-all.min.js.map lib/js/jquery.fancytree-all.min.js.map application/json
                                    upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/jquery.jqGrid-4.5.4.min.js lib/js/jquery.jqGrid-4.5.4.min.js application/javascript
                                    upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/loStorage.js lib/js/loStorage.js application/javascript
                                    upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js lib/js/materialize.js application/javascript
                                    upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/materialize.js.map lib/js/materialize.js.map application/json
                                    upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/selectID.js lib/js/selectID.js application/javascript
                                    upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/showdown.min.js lib/js/showdown.min.js application/javascript
                                    upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/socket.io.js lib/js/socket.io.js application/javascript
                                    upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/js/translate.js lib/js/translate.js application/javascript
                                    upload [1] web /opt/iobroker/node_modules/iobroker.web/www/login/favicon.ico login/favicon.ico image/vnd.microsoft.icon
                                    upload [0] web /opt/iobroker/node_modules/iobroker.web/www/login/index.html login/index.html text/html
                                    upload [16] web.admin /opt/iobroker/node_modules/iobroker.web/admin/asset-manifest.json asset-manifest.json application/json
                                    upload [15] web.admin /opt/iobroker/node_modules/iobroker.web/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                    upload [14] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html
                                    upload [13] web.admin /opt/iobroker/node_modules/iobroker.web/admin/manifest.json manifest.json application/json
                                    upload [12] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css static/css/2.faf2f676.chunk.css text/css
                                    upload [11] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/2.faf2f676.chunk.css.map static/css/2.faf2f676.chunk.css.map application/json
                                    upload [10] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css static/css/main.e2d673ee.chunk.css text/css
                                    upload [9] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/css/main.e2d673ee.chunk.css.map static/css/main.e2d673ee.chunk.css.map application/json
                                    upload [8] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.83d9909b.chunk.js static/js/2.83d9909b.chunk.js application/javascript
                                    upload [7] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.83d9909b.chunk.js.LICENSE.txt static/js/2.83d9909b.chunk.js.LICENSE.txt text/plain
                                    upload [6] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/2.83d9909b.chunk.js.map static/js/2.83d9909b.chunk.js.map application/json
                                    upload [5] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.205b2673.chunk.js static/js/main.205b2673.chunk.js application/javascript
                                    upload [4] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/main.205b2673.chunk.js.map static/js/main.205b2673.chunk.js.map application/json
                                    upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.8b37c647.js static/js/runtime-main.8b37c647.js application/javascript
                                    upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/js/runtime-main.8b37c647.js.map static/js/runtime-main.8b37c647.js.map application/json
                                    upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/static/media/le.eb63b1db.png static/media/le.eb63b1db.png image/png
                                    upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png
                                    host.ioBrokerPI Adapter "system.adapter.web.0" is started
                                    
                                    This upgrade of "socketio" will introduce the following changes:
                                    ==========================================================================
                                    -> 4.2.0:
                                    Added `log` socket command
                                    
                                    -> 4.1.5:
                                    make sure patterns are handled as strings on subscribe/unsubscribe
                                    when getHistory is called with instance as string correct the data into an object
                                    ==========================================================================
                                    
                                    Would you like to upgrade socketio from @4.1.4 to @4.2.0 now? [(y)es, (n)o]: y
                                    Update socketio from @4.1.4 to @4.2.0
                                    NPM version: 6.14.16
                                    Installing iobroker.socketio@4.2.0... (System call)
                                    Adapter "system.adapter.web.0" restarted.
                                    upload [11] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    upload [10] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                    upload [9] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                    upload [8] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                    upload [7] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                    upload [6] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                    upload [5] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                    upload [4] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                    upload [3] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                    upload [2] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                    upload [1] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/jsonConfig.json jsonConfig.json application/json
                                    upload [0] socketio.admin /opt/iobroker/node_modules/iobroker.socketio/admin/socketio.png socketio.png image/png
                                    

                                    Wenn ich aber dannach noch einmal die liste anzeigen lasse hat kein einziges der Updates sauber funktioniert:

                                    pi@ioBrokerPI:~ $ iobroker update
                                    Used repository: stable
                                    Adapter    "admin"        : 5.3.8    , installed 5.3.1  [Updatable]
                                    Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
                                    Adapter    "backitup"     : 2.4.6    , installed 2.4.6
                                    Adapter    "discovery"    : 3.0.3    , installed 2.8.0  [Updatable]
                                    Adapter    "history"      : 1.11.1   , installed 1.11.1
                                    Adapter    "info"         : 1.9.18   , installed 1.9.18
                                    Controller "js-controller": 4.0.21   , installed 4.0.21
                                    Adapter    "mihome-vacuum": 3.3.1    , installed 3.3.1
                                    Adapter    "mqtt"         : 2.7.4    , installed 2.7.4
                                    Adapter    "node-red"     : 3.2.0    , installed 3.2.0
                                    Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                                    Adapter    "paw"          : 0.3.2    , installed 0.3.2
                                    Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                    Adapter    "simple-api"   : 2.6.4    , installed 2.6.2  [Updatable]
                                    Adapter    "socketio"     : 4.2.0    , installed 4.1.4  [Updatable]
                                    Adapter    "sonoff"       : 2.5.0    , installed 2.4.7  [Updatable]
                                    Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                                    Adapter    "vis"          : 1.4.5    , installed 1.4.5
                                    Adapter    "vis-canvas-gauges": 0.1.5, installed 0.1.5
                                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                    Adapter    "vis-hqwidgets": 1.1.9    , installed 1.1.9
                                    Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                                    Adapter    "web"          : 4.2.3    , installed 4.2.0  [Updatable]
                                    Adapter    "ws"           : 1.2.0    , installed 1.2.0
                                    

                                    Über die Weboberfläche passiert das selbe: das Update läuf anscheinend sauber durch doch in der Übersicht ist immer noch die alte Version.

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

                                    @fabe1999

                                    Zeig nochmal

                                    cd /opt/iobroker 
                                    npm ls --depth=0
                                    

                                    Interessant ist das Ende der Ausgabe.

                                    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

                                    fabe1999F 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @fabe1999

                                      Zeig nochmal

                                      cd /opt/iobroker 
                                      npm ls --depth=0
                                      

                                      Interessant ist das Ende der Ausgabe.

                                      fabe1999F Offline
                                      fabe1999F Offline
                                      fabe1999
                                      schrieb am zuletzt editiert von
                                      #19

                                      @thomas-braun
                                      Da bekomme ich Seitenweise Fehler dieser Art:

                                      npm ERR! missing: express-session@1.17.2, required by iobroker.ws@1.2.0
                                      npm ERR! missing: passport@0.5.2, required by iobroker.ws@1.2.0
                                      npm ERR! missing: ws@8.5.0, required by iobroker.ws.server@1.0.1
                                      npm ERR! missing: follow-redirects@1.14.9, required by axios@0.26.1
                                      npm ERR! missing: cookie@0.4.1, required by cookie-parser@1.4.6
                                      npm ERR! missing: cookie@0.4.1, required by express-session@1.17.2
                                      npm ERR! missing: depd@2.0.0, required by express-session@1.17.2
                                      npm ERR! missing: safe-buffer@5.2.1, required by express-session@1.17.2
                                      npm ERR! missing: mime-db@1.51.0, required by mime-types@2.1.34
                                      

                                      Ausgabe.txt

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • fabe1999F fabe1999

                                        @thomas-braun
                                        Da bekomme ich Seitenweise Fehler dieser Art:

                                        npm ERR! missing: express-session@1.17.2, required by iobroker.ws@1.2.0
                                        npm ERR! missing: passport@0.5.2, required by iobroker.ws@1.2.0
                                        npm ERR! missing: ws@8.5.0, required by iobroker.ws.server@1.0.1
                                        npm ERR! missing: follow-redirects@1.14.9, required by axios@0.26.1
                                        npm ERR! missing: cookie@0.4.1, required by cookie-parser@1.4.6
                                        npm ERR! missing: cookie@0.4.1, required by express-session@1.17.2
                                        npm ERR! missing: depd@2.0.0, required by express-session@1.17.2
                                        npm ERR! missing: safe-buffer@5.2.1, required by express-session@1.17.2
                                        npm ERR! missing: mime-db@1.51.0, required by mime-types@2.1.34
                                        

                                        Ausgabe.txt

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

                                        @fabe1999

                                        Fällt mir nix mehr zu ein.

                                        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

                                        fabe1999F 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @fabe1999

                                          Fällt mir nix mehr zu ein.

                                          fabe1999F Offline
                                          fabe1999F Offline
                                          fabe1999
                                          schrieb am zuletzt editiert von
                                          #21

                                          @thomas-braun
                                          Okay danke für die Hilfe,
                                          Ist eine komplette Neuinstallation und zurückspielen einer Sicherung eine sinvolle Idee?
                                          Dadurch müsste ich doch wieder in einen sauberen Zustand kommen oder?

                                          Thomas BraunT 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          749

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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