Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Admin Adapter wird immer wieder gestoppt

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    686

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

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

Admin Adapter wird immer wieder gestoppt

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
63 Beiträge 4 Kommentatoren 2.2k Aufrufe 3 Beobachtet
  • Ä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.
  • H Hanni700

    @djmarc75 Das ist richtig, das wollte ich dann auf der Webseite in Angriff nehmen, ebenso wie beim tr-064

    DJMarc75D Offline
    DJMarc75D Offline
    DJMarc75
    schrieb am zuletzt editiert von
    #9

    @hanni700 sagte in Admin Adapter wird immer wieder gestoppt:

    auf der Webseite in Angriff nehmen,

    ??? auf welchen Webseiten ??

    zeig mal:

    cd /opt/iobroker
    
    npm ls | grep -E 'github.com|ERR'
    
    iobroker update -i
    
    sudo ln -s /usr/bin/node /usr/bin/nodejs
    
    uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
    

    bitte natürlich alles wieder in CodeTags mit EIN und AUSgaben

    Lehrling seit 1975 !!!
    Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
    https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

    1 Antwort Letzte Antwort
    0
    • HomoranH Homoran

      @hanni700 sagte in Admin Adapter wird immer wieder gestoppt:

      npm ERR! code EBADENGINE

      was ist denn das?

      was hayt du wo und wie nach welcher Anleitung installiert?

      H Offline
      H Offline
      Hanni700
      schrieb am zuletzt editiert von
      #10

      @homoran Das kann ich leider auch nicht sagen, ich habe das eigentlich zuerst so versuchta: https://www.iobroker.net/docu/index-26.htm?page_id=3928&lang=de und dann hiearmit versucht gerade zu ziehen: https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian, und soweit bin ich nun gekommen.....
      Alles läuft, ich komme nur nicht auf das Webinterface

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • H Hanni700

        @homoran Das kann ich leider auch nicht sagen, ich habe das eigentlich zuerst so versuchta: https://www.iobroker.net/docu/index-26.htm?page_id=3928&lang=de und dann hiearmit versucht gerade zu ziehen: https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian, und soweit bin ich nun gekommen.....
        Alles läuft, ich komme nur nicht auf das Webinterface

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

        @hanni700

        cd /opt/iobroker 
        npm ls homebridge-lib
        

        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

        H 1 Antwort Letzte Antwort
        0
        • H Hanni700

          @homoran said in Admin Adapter wird immer wieder gestoppt:

          iobroker add admin --port 8089 --debug

          pi@raspberrypi:/opt/iobroker/log $ iobroker add admin --port 8089 --debug
          NPM version: 8.11.0
          Installing iobroker.admin@5.3.8... (System call)
          npm ERR! code EBADENGINE
          npm ERR! engine Unsupported engine
          npm ERR! engine Not compatible with your version of node/npm: homebridge-lib@4.7.16
          npm ERR! notsup Not compatible with your version of node/npm: homebridge-lib@4.7.16
          npm ERR! notsup Required: {"homebridge":"^1.1.0","node":"^12.19.0"}
          npm ERR! notsup Actual:   {"npm":"8.11.0","node":"v16.16.0"}
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2022-08-14T12_21_00_687Z-debug-0.log
          host.raspberrypi Cannot install iobroker.admin@5.3.8: 1
          
          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #12

          @hanni700 sagte in Admin Adapter wird immer wieder gestoppt:

          npm ERR! notsup Required: {"homebridge":"^1.1.0","node":"^12.19.0"}

          was ist das denn für eine homebridge Version?
          der Rest passt ja

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

          1 Antwort Letzte Antwort
          0
          • H Offline
            H Offline
            Hanni700
            schrieb am zuletzt editiert von
            #13
            pi@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github.com|ERR'
            npm ERR! code ELSPROBLEMS
            npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/ca                                                                                       seless
            npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/req                                                                                       uest
            npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types                                                                                       /tough-cookie
            npm ERR! extraneous: buffer-shims@1.0.0 /opt/iobroker/node_modules/buffer-shims
            npm ERR! extraneous: busboy@1.6.0 /opt/iobroker/node_modules/busboy
            npm ERR! extraneous: coffee-compiler@0.3.2 /opt/iobroker/node_modules/coffee-com                                                                                       piler
            npm ERR! extraneous: coffee-script@1.12.7 /opt/iobroker/node_modules/coffee-scri                                                                                       pt
            npm ERR! extraneous: express-fileupload@1.4.0 /opt/iobroker/node_modules/express                                                                                       -fileupload
            npm ERR! extraneous: futoin-hkdf@1.4.3 /opt/iobroker/node_modules/futoin-hkdf
            npm ERR! extraneous: homebridge-plugin-wrapper@2.2.1 /opt/iobroker/node_modules/                                                                                       homebridge-plugin-wrapper
            npm ERR! invalid: iobroker.admin@ /opt/iobroker/node_modules/iobroker.admin
            npm ERR! invalid: iobroker.ham-wemo@3.0.0 /opt/iobroker/node_modules/iobroker.ha                                                                                       m-wemo
            npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
            npm ERR! extraneous: mock-require@3.0.3 /opt/iobroker/node_modules/mock-require
            npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
            npm ERR! extraneous: node-persist@0.0.11 /opt/iobroker/node_modules/node-persist
            npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
            npm ERR! extraneous: q@1.1.2 /opt/iobroker/node_modules/q
            npm ERR! extraneous: remove-trailing-separator@1.1.0 /opt/iobroker/node_modules/                                                                                       remove-trailing-separator
            npm ERR! extraneous: streamsearch@1.1.0 /opt/iobroker/node_modules/streamsearch
            npm ERR! extraneous: string-argv@0.3.1 /opt/iobroker/node_modules/string-argv
            npm ERR! extraneous: suncalc2@1.8.1 /opt/iobroker/node_modules/suncalc2
            npm ERR! extraneous: typescript@ /opt/iobroker/node_modules/typescript
            npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
            npm ERR! extraneous: vm2@3.9.10 /opt/iobroker/node_modules/vm2
            npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2022-08-14T12_36_57_528Z-debug-0.log
            
            
            pi@raspberrypi:/opt/iobroker $ iobroker update -i
            Used repository: Stable (default)
            Adapter    "alexa2"       : 3.11.2   , installed 3.12.0
            Adapter    "backitup"     : 2.4.10   , installed 2.4.9  [Updatable]
            Adapter    "cloud"        : 4.1.1    , installed 4.1.1
            Adapter    "devices"      : 1.0.12   , installed 1.0.10 [Updatable]
            Adapter    "discovery"    : 3.0.5    , installed 3.0.3  [Updatable]
            Adapter    "echarts"      : 1.0.12   , installed 1.0.8  [Updatable]
            Adapter    "ecovacs-deebot": 1.4.4   , installed 1.4.4
            Adapter    "flot"         : 1.11.0   , installed 1.11.0
            Adapter    "ham"          : 4.0.2    , installed 5.0.2
            Adapter    "ham-wemo"     : 3.0.0    , installed 3.0.0
            Adapter    "history"      : 2.2.0    , installed 2.1.2  [Updatable]
            Adapter    "hue"          : 3.7.0    , installed 3.7.0
            Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
            Adapter    "ical"         : 1.13.1   , installed 1.12.1 [Updatable]
            Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
            Adapter    "info"         : 1.9.19   , installed 1.9.19
            Adapter    "javascript"   : 5.7.0    , installed 5.7.0
            Controller "js-controller": 4.0.23   , installed 4.0.23
            Adapter    "kecontact"    : 1.4.1    , installed 1.4.0  [Updatable]
            Adapter    "modbus"       : 5.0.4    , installed 5.0.3  [Updatable]
            Adapter    "mqtt"         : 3.0.6    , installed 3.0.5  [Updatable]
            Adapter    "mysensors"    : 3.0.0    , installed 3.0.0
            Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
            Adapter    "parser"       : 1.1.7    , installed 1.1.6  [Updatable]
            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
            Adapter    "rssfeed"      : 1.0.0    , installed 1.0.0
            Adapter    "scenes"       : 2.3.9    , installed 2.3.9
            Adapter    "shelly"       : 6.0.0    , installed 5.3.2  [Updatable]
            Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
            Adapter    "socketio"     : 4.2.0    , installed 6.1.4
            Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
            Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
            Adapter    "telegram"     : 1.13.0   , installed 1.13.0
            Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
            Adapter    "trashschedule": 2.0.3    , installed 1.4.3  [Updatable]
            Adapter    "tuya"         : 3.6.15   , installed 3.6.15
            Adapter    "unifi"        : 0.5.10   , installed 0.5.10
            Adapter    "viessmannapi" : 2.0.9    , installed 2.0.9
            Adapter    "vis"          : 1.4.15   , installed 1.4.15
            Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
            Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
            Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.3
            Adapter    "vw-connect"   : 0.0.51   , installed 0.0.50 [Updatable]
            Adapter    "web"          : 4.3.0    , installed 5.2.0
            Adapter    "whatsapp-cmb" : 0.2.2    , installed 0.2.2
            Adapter    "wifilight"    : 1.1.4    , installed 1.1.3  [Updatable]
            Adapter    "ws"           : 1.3.0    , installed 2.1.3
            Adapter    "zehnder-cloud": 0.0.6    , installed 0.0.6
            
            
            pi@raspberrypi:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
            ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden:                                                                                        Die Datei existiert bereits
            
            
            pi@raspberrypi:/opt/iobroker $ uname -m && type -P nodejs node npm && nodejs -v                                                                                        && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo ap                                                                                       t update && apt policy nodejs
            armv7l
            /usr/bin/nodejs
            /usr/bin/node
            /usr/bin/npm
            v16.16.0
            v16.16.0
            8.11.0
            pi
            /opt/iobroker
            pi@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github.com|ERR'
            npm ERR! code ELSPROBLEMS
            npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/ca                                                                                       seless
            npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/req                                                                                       uest
            npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types                                                                                       /tough-cookie
            npm ERR! extraneous: buffer-shims@1.0.0 /opt/iobroker/node_modules/buffer-shims
            npm ERR! extraneous: busboy@1.6.0 /opt/iobroker/node_modules/busboy
            npm ERR! extraneous: coffee-compiler@0.3.2 /opt/iobroker/node_modules/coffee-com                                                                                       piler
            npm ERR! extraneous: coffee-script@1.12.7 /opt/iobroker/node_modules/coffee-scri                                                                                       pt
            npm ERR! extraneous: express-fileupload@1.4.0 /opt/iobroker/node_modules/express                                                                                       -fileupload
            npm ERR! extraneous: futoin-hkdf@1.4.3 /opt/iobroker/node_modules/futoin-hkdf
            npm ERR! extraneous: homebridge-plugin-wrapper@2.2.1 /opt/iobroker/node_modules/                                                                                       homebridge-plugin-wrapper
            npm ERR! invalid: iobroker.admin@ /opt/iobroker/node_modules/iobroker.admin
            npm ERR! invalid: iobroker.ham-wemo@3.0.0 /opt/iobroker/node_modules/iobroker.ha                                                                                       m-wemo
            npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
            npm ERR! extraneous: mock-require@3.0.3 /opt/iobroker/node_modules/mock-require
            npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
            npm ERR! extraneous: node-persist@0.0.11 /opt/iobroker/node_modules/node-persist
            npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
            npm ERR! extraneous: q@1.1.2 /opt/iobroker/node_modules/q
            npm ERR! extraneous: remove-trailing-separator@1.1.0 /opt/iobroker/node_modules/                                                                                       remove-trailing-separator
            npm ERR! extraneous: streamsearch@1.1.0 /opt/iobroker/node_modules/streamsearch
            npm ERR! extraneous: string-argv@0.3.1 /opt/iobroker/node_modules/string-argv
            npm ERR! extraneous: suncalc2@1.8.1 /opt/iobroker/node_modules/suncalc2
            npm ERR! extraneous: typescript@ /opt/iobroker/node_modules/typescript
            npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
            npm ERR! extraneous: vm2@3.9.10 /opt/iobroker/node_modules/vm2
            npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2022-08-14T12_36_57_528Z-debug-0.log
            ^C^[x
            
            

            Bin aber noch ziemlich neu beim Iobroken und programmieren nicht so meins....

            HomoranH 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @hanni700

              cd /opt/iobroker 
              npm ls homebridge-lib
              
              H Offline
              H Offline
              Hanni700
              schrieb am zuletzt editiert von
              #14

              @thomas-braun said in Admin Adapter wird immer wieder gestoppt:

              npm ls homebridge-lib

              pi@raspberrypi:/opt/iobroker $ npm ls homebridge-lib
              iobroker.inst@2.0.3 /opt/iobroker
              └── (empty)
              
              
              1 Antwort Letzte Antwort
              0
              • H Hanni700
                pi@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github.com|ERR'
                npm ERR! code ELSPROBLEMS
                npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/ca                                                                                       seless
                npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/req                                                                                       uest
                npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types                                                                                       /tough-cookie
                npm ERR! extraneous: buffer-shims@1.0.0 /opt/iobroker/node_modules/buffer-shims
                npm ERR! extraneous: busboy@1.6.0 /opt/iobroker/node_modules/busboy
                npm ERR! extraneous: coffee-compiler@0.3.2 /opt/iobroker/node_modules/coffee-com                                                                                       piler
                npm ERR! extraneous: coffee-script@1.12.7 /opt/iobroker/node_modules/coffee-scri                                                                                       pt
                npm ERR! extraneous: express-fileupload@1.4.0 /opt/iobroker/node_modules/express                                                                                       -fileupload
                npm ERR! extraneous: futoin-hkdf@1.4.3 /opt/iobroker/node_modules/futoin-hkdf
                npm ERR! extraneous: homebridge-plugin-wrapper@2.2.1 /opt/iobroker/node_modules/                                                                                       homebridge-plugin-wrapper
                npm ERR! invalid: iobroker.admin@ /opt/iobroker/node_modules/iobroker.admin
                npm ERR! invalid: iobroker.ham-wemo@3.0.0 /opt/iobroker/node_modules/iobroker.ha                                                                                       m-wemo
                npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                npm ERR! extraneous: mock-require@3.0.3 /opt/iobroker/node_modules/mock-require
                npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                npm ERR! extraneous: node-persist@0.0.11 /opt/iobroker/node_modules/node-persist
                npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                npm ERR! extraneous: q@1.1.2 /opt/iobroker/node_modules/q
                npm ERR! extraneous: remove-trailing-separator@1.1.0 /opt/iobroker/node_modules/                                                                                       remove-trailing-separator
                npm ERR! extraneous: streamsearch@1.1.0 /opt/iobroker/node_modules/streamsearch
                npm ERR! extraneous: string-argv@0.3.1 /opt/iobroker/node_modules/string-argv
                npm ERR! extraneous: suncalc2@1.8.1 /opt/iobroker/node_modules/suncalc2
                npm ERR! extraneous: typescript@ /opt/iobroker/node_modules/typescript
                npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                npm ERR! extraneous: vm2@3.9.10 /opt/iobroker/node_modules/vm2
                npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2022-08-14T12_36_57_528Z-debug-0.log
                
                
                pi@raspberrypi:/opt/iobroker $ iobroker update -i
                Used repository: Stable (default)
                Adapter    "alexa2"       : 3.11.2   , installed 3.12.0
                Adapter    "backitup"     : 2.4.10   , installed 2.4.9  [Updatable]
                Adapter    "cloud"        : 4.1.1    , installed 4.1.1
                Adapter    "devices"      : 1.0.12   , installed 1.0.10 [Updatable]
                Adapter    "discovery"    : 3.0.5    , installed 3.0.3  [Updatable]
                Adapter    "echarts"      : 1.0.12   , installed 1.0.8  [Updatable]
                Adapter    "ecovacs-deebot": 1.4.4   , installed 1.4.4
                Adapter    "flot"         : 1.11.0   , installed 1.11.0
                Adapter    "ham"          : 4.0.2    , installed 5.0.2
                Adapter    "ham-wemo"     : 3.0.0    , installed 3.0.0
                Adapter    "history"      : 2.2.0    , installed 2.1.2  [Updatable]
                Adapter    "hue"          : 3.7.0    , installed 3.7.0
                Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                Adapter    "ical"         : 1.13.1   , installed 1.12.1 [Updatable]
                Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                Adapter    "info"         : 1.9.19   , installed 1.9.19
                Adapter    "javascript"   : 5.7.0    , installed 5.7.0
                Controller "js-controller": 4.0.23   , installed 4.0.23
                Adapter    "kecontact"    : 1.4.1    , installed 1.4.0  [Updatable]
                Adapter    "modbus"       : 5.0.4    , installed 5.0.3  [Updatable]
                Adapter    "mqtt"         : 3.0.6    , installed 3.0.5  [Updatable]
                Adapter    "mysensors"    : 3.0.0    , installed 3.0.0
                Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                Adapter    "parser"       : 1.1.7    , installed 1.1.6  [Updatable]
                Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                Adapter    "rssfeed"      : 1.0.0    , installed 1.0.0
                Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                Adapter    "shelly"       : 6.0.0    , installed 5.3.2  [Updatable]
                Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                Adapter    "socketio"     : 4.2.0    , installed 6.1.4
                Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                Adapter    "telegram"     : 1.13.0   , installed 1.13.0
                Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                Adapter    "trashschedule": 2.0.3    , installed 1.4.3  [Updatable]
                Adapter    "tuya"         : 3.6.15   , installed 3.6.15
                Adapter    "unifi"        : 0.5.10   , installed 0.5.10
                Adapter    "viessmannapi" : 2.0.9    , installed 2.0.9
                Adapter    "vis"          : 1.4.15   , installed 1.4.15
                Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
                Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.3
                Adapter    "vw-connect"   : 0.0.51   , installed 0.0.50 [Updatable]
                Adapter    "web"          : 4.3.0    , installed 5.2.0
                Adapter    "whatsapp-cmb" : 0.2.2    , installed 0.2.2
                Adapter    "wifilight"    : 1.1.4    , installed 1.1.3  [Updatable]
                Adapter    "ws"           : 1.3.0    , installed 2.1.3
                Adapter    "zehnder-cloud": 0.0.6    , installed 0.0.6
                
                
                pi@raspberrypi:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden:                                                                                        Die Datei existiert bereits
                
                
                pi@raspberrypi:/opt/iobroker $ uname -m && type -P nodejs node npm && nodejs -v                                                                                        && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo ap                                                                                       t update && apt policy nodejs
                armv7l
                /usr/bin/nodejs
                /usr/bin/node
                /usr/bin/npm
                v16.16.0
                v16.16.0
                8.11.0
                pi
                /opt/iobroker
                pi@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github.com|ERR'
                npm ERR! code ELSPROBLEMS
                npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/ca                                                                                       seless
                npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/req                                                                                       uest
                npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types                                                                                       /tough-cookie
                npm ERR! extraneous: buffer-shims@1.0.0 /opt/iobroker/node_modules/buffer-shims
                npm ERR! extraneous: busboy@1.6.0 /opt/iobroker/node_modules/busboy
                npm ERR! extraneous: coffee-compiler@0.3.2 /opt/iobroker/node_modules/coffee-com                                                                                       piler
                npm ERR! extraneous: coffee-script@1.12.7 /opt/iobroker/node_modules/coffee-scri                                                                                       pt
                npm ERR! extraneous: express-fileupload@1.4.0 /opt/iobroker/node_modules/express                                                                                       -fileupload
                npm ERR! extraneous: futoin-hkdf@1.4.3 /opt/iobroker/node_modules/futoin-hkdf
                npm ERR! extraneous: homebridge-plugin-wrapper@2.2.1 /opt/iobroker/node_modules/                                                                                       homebridge-plugin-wrapper
                npm ERR! invalid: iobroker.admin@ /opt/iobroker/node_modules/iobroker.admin
                npm ERR! invalid: iobroker.ham-wemo@3.0.0 /opt/iobroker/node_modules/iobroker.ha                                                                                       m-wemo
                npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                npm ERR! extraneous: mock-require@3.0.3 /opt/iobroker/node_modules/mock-require
                npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                npm ERR! extraneous: node-persist@0.0.11 /opt/iobroker/node_modules/node-persist
                npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                npm ERR! extraneous: q@1.1.2 /opt/iobroker/node_modules/q
                npm ERR! extraneous: remove-trailing-separator@1.1.0 /opt/iobroker/node_modules/                                                                                       remove-trailing-separator
                npm ERR! extraneous: streamsearch@1.1.0 /opt/iobroker/node_modules/streamsearch
                npm ERR! extraneous: string-argv@0.3.1 /opt/iobroker/node_modules/string-argv
                npm ERR! extraneous: suncalc2@1.8.1 /opt/iobroker/node_modules/suncalc2
                npm ERR! extraneous: typescript@ /opt/iobroker/node_modules/typescript
                npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                npm ERR! extraneous: vm2@3.9.10 /opt/iobroker/node_modules/vm2
                npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2022-08-14T12_36_57_528Z-debug-0.log
                ^C^[x
                
                

                Bin aber noch ziemlich neu beim Iobroken und programmieren nicht so meins....

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

                @hanni700 sagte in Admin Adapter wird immer wieder gestoppt:

                pi@raspberrypi:/opt/iobroker $ iobroker update -i
                Used repository: Stable (default)

                wo ist denn homebridge?

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

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • HomoranH Homoran

                  @hanni700 sagte in Admin Adapter wird immer wieder gestoppt:

                  pi@raspberrypi:/opt/iobroker $ iobroker update -i
                  Used repository: Stable (default)

                  wo ist denn homebridge?

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

                  @homoran

                  Vermutlich kommt das von der schrägen Version hier:

                  Adapter    "ham"          : 4.0.2    , installed 5.0.2
                  

                  Oder von da:

                  npm ERR! invalid: iobroker.ham-wemo@3.0.0 /opt/iobroker/node_modules/iobroker.ham-wemo
                  

                  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

                  H 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @homoran

                    Vermutlich kommt das von der schrägen Version hier:

                    Adapter    "ham"          : 4.0.2    , installed 5.0.2
                    

                    Oder von da:

                    npm ERR! invalid: iobroker.ham-wemo@3.0.0 /opt/iobroker/node_modules/iobroker.ham-wemo
                    
                    H Offline
                    H Offline
                    Hanni700
                    schrieb am zuletzt editiert von
                    #17

                    @thomas-braun

                    so ganz dringend benötige ich den nicht, wie kann ich den denn auf der Kosole deinstallieren? Dann kann ich ihn nachher im webinterface wieder installieren....

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • H Hanni700

                      @thomas-braun

                      so ganz dringend benötige ich den nicht, wie kann ich den denn auf der Kosole deinstallieren? Dann kann ich ihn nachher im webinterface wieder installieren....

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

                      @hanni700

                      Versuch mal

                      iobroker stop
                      iobroker del iobroker.ham-wemo
                      iobroker del iobroker.admin
                      iobroker update
                      iobroker upgrade all
                      

                      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

                      H 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @hanni700

                        Versuch mal

                        iobroker stop
                        iobroker del iobroker.ham-wemo
                        iobroker del iobroker.admin
                        iobroker update
                        iobroker upgrade all
                        
                        H Offline
                        H Offline
                        Hanni700
                        schrieb am zuletzt editiert von
                        #19

                        @thomas-braun said in Admin Adapter wird immer wieder gestoppt:

                        iobroker del iobroker.admin

                        pi@raspberrypi:/opt/iobroker $ iobroker del iobroker.ham-wemo
                        Delete adapter "ham-wemo"
                        host.raspberrypi Counted 1 meta of ham-wemo
                        host.raspberrypi Counted 1 adapter for ham-wemo
                        host.raspberrypi Counted 1 states (system.adapter.ham-wemo.*) from states
                        host.raspberrypi file ham-wemo.admin deleted
                        host.raspberrypi object ham-wemo deleted
                        host.raspberrypi object ham-wemo.admin deleted
                        host.raspberrypi Deleting 2 object(s).
                        host.raspberrypi Deleting 1 state(s).
                        Error deleting adapter ham-wemo from disk: host.raspberrypi: Cannot uninstall iobroker.ham-wemo: 217
                        You might have to delete it yourself!
                        pi@raspberrypi:/opt/iobroker $ iobroker del iobroker.admin
                        Delete adapter "admin"
                        host.raspberrypi Counted 1 instances of admin
                        Cannot remove adapter "admin", because instance "backitup" depends on it!
                        
                        

                        Muss ich den iobroker vorher stoppen?

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • H Hanni700

                          @thomas-braun said in Admin Adapter wird immer wieder gestoppt:

                          iobroker del iobroker.admin

                          pi@raspberrypi:/opt/iobroker $ iobroker del iobroker.ham-wemo
                          Delete adapter "ham-wemo"
                          host.raspberrypi Counted 1 meta of ham-wemo
                          host.raspberrypi Counted 1 adapter for ham-wemo
                          host.raspberrypi Counted 1 states (system.adapter.ham-wemo.*) from states
                          host.raspberrypi file ham-wemo.admin deleted
                          host.raspberrypi object ham-wemo deleted
                          host.raspberrypi object ham-wemo.admin deleted
                          host.raspberrypi Deleting 2 object(s).
                          host.raspberrypi Deleting 1 state(s).
                          Error deleting adapter ham-wemo from disk: host.raspberrypi: Cannot uninstall iobroker.ham-wemo: 217
                          You might have to delete it yourself!
                          pi@raspberrypi:/opt/iobroker $ iobroker del iobroker.admin
                          Delete adapter "admin"
                          host.raspberrypi Counted 1 instances of admin
                          Cannot remove adapter "admin", because instance "backitup" depends on it!
                          
                          

                          Muss ich den iobroker vorher stoppen?

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

                          @hanni700

                          iobroker stop 
                          iobroker update
                          iobroker upgrade admin@5.3.8 --debug
                          

                          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

                          H 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @hanni700

                            iobroker stop 
                            iobroker update
                            iobroker upgrade admin@5.3.8 --debug
                            
                            H Offline
                            H Offline
                            Hanni700
                            schrieb am zuletzt editiert von Hanni700
                            #21

                            @thomas-braun said in Admin Adapter wird immer wieder gestoppt:

                            > iobroker stop                                                                                                                                                                             > pi@raspberrypi:/opt/iobroker $ iobroker update
                            > 
                            > Used repository: Stable (default)
                            > 
                            > Adapter    "alexa2"       : 3.11.2   , installed 3.12.0
                            > 
                            > Adapter    "backitup"     : 2.4.10   , installed 2.4.9  [Updatable]
                            > 
                            > Adapter    "cloud"        : 4.1.1    , installed 4.1.1
                            > 
                            > Adapter    "devices"      : 1.0.12   , installed 1.0.10 [Updatable]
                            > 
                            > Adapter    "discovery"    : 3.0.5    , installed 3.0.3  [Updatable]
                            > 
                            > Adapter    "echarts"      : 1.0.12   , installed 1.0.8  [Updatable]
                            > 
                            > Adapter    "ecovacs-deebot": 1.4.4   , installed 1.4.4
                            > 
                            > Adapter    "flot"         : 1.11.0   , installed 1.11.0
                            > 
                            > Adapter    "ham"          : 4.0.2    , installed 5.0.2
                            > 
                            > Adapter    "ham-wemo"     : 3.0.0    , installed 3.0.0
                            > 
                            > Adapter    "history"      : 2.2.0    , installed 2.1.2  [Updatable]
                            > 
                            > Adapter    "hue"          : 3.7.0    , installed 3.7.0
                            > 
                            > Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                            > 
                            > Adapter    "ical"         : 1.13.1   , installed 1.12.1 [Updatable]
                            > 
                            > Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                            > 
                            > Adapter    "info"         : 1.9.19   , installed 1.9.19
                            > 
                            > Adapter    "javascript"   : 5.7.0    , installed 5.7.0
                            > 
                            > Controller "js-controller": 4.0.23   , installed 4.0.23
                            > 
                            > Adapter    "kecontact"    : 1.4.1    , installed 1.4.0  [Updatable]
                            > 
                            > Adapter    "modbus"       : 5.0.4    , installed 5.0.3  [Updatable]
                            > 
                            > Adapter    "mqtt"         : 3.0.6    , installed 3.0.5  [Updatable]
                            > 
                            > Adapter    "mysensors"    : 3.0.0    , installed 3.0.0
                            > 
                            > Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                            > 
                            > Adapter    "parser"       : 1.1.7    , installed 1.1.6  [Updatable]
                            > 
                            > Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                            > 
                            > Adapter    "rssfeed"      : 1.0.0    , installed 1.0.0
                            > 
                            > Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                            > 
                            > Adapter    "shelly"       : 6.0.0    , installed 5.3.2  [Updatable]
                            > 
                            > Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                            > 
                            > Adapter    "socketio"     : 4.2.0    , installed 6.1.4
                            > 
                            > Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                            > 
                            > Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                            > 
                            > Adapter    "telegram"     : 1.13.0   , installed 1.13.0
                            > 
                            > Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                            > 
                            > Adapter    "trashschedule": 2.0.3    , installed 1.4.3  [Updatable]
                            > 
                            > Adapter    "tuya"         : 3.6.15   , installed 3.6.15
                            > 
                            > Adapter    "unifi"        : 0.5.10   , installed 0.5.10
                            > 
                            > Adapter    "viessmannapi" : 2.0.9    , installed 2.0.9
                            > 
                            > Adapter    "vis"          : 1.4.15   , installed 1.4.15
                            > 
                            > Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                            > 
                            > Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
                            > 
                            > Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.3
                            > 
                            > Adapter    "vw-connect"   : 0.0.51   , installed 0.0.50 [Updatable]
                            > 
                            > Adapter    "web"          : 4.3.0    , installed 5.2.0
                            > 
                            > Adapter    "whatsapp-cmb" : 0.2.2    , installed 0.2.2
                            > 
                            > Adapter    "wifilight"    : 1.1.4    , installed 1.1.3  [Updatable]
                            > 
                            > Adapter    "ws"           : 1.3.0    , installed 2.1.3
                            > 
                            > Adapter    "zehnder-cloud": 0.0.6    , installed 0.0.6
                            >
                            
                            > spberrypi:/opt/iobroker $  iobroker upgrade admin@5.3.8
                            
                            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
                            ==========================================================================
                            
                            BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                            Would you like to upgrade admin from @0.0.0 to @5.3.8 now? [(y)es, (n)o]: y
                            Update admin from @0.0.0 to @5.3.8
                            NPM version: 8.11.0
                            Installing iobroker.admin@5.3.8... (System call)
                            host.raspberrypi Cannot install iobroker.admin@5.3.8: 1
                            
                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • H Hanni700

                              @thomas-braun said in Admin Adapter wird immer wieder gestoppt:

                              > iobroker stop                                                                                                                                                                             > pi@raspberrypi:/opt/iobroker $ iobroker update
                              > 
                              > Used repository: Stable (default)
                              > 
                              > Adapter    "alexa2"       : 3.11.2   , installed 3.12.0
                              > 
                              > Adapter    "backitup"     : 2.4.10   , installed 2.4.9  [Updatable]
                              > 
                              > Adapter    "cloud"        : 4.1.1    , installed 4.1.1
                              > 
                              > Adapter    "devices"      : 1.0.12   , installed 1.0.10 [Updatable]
                              > 
                              > Adapter    "discovery"    : 3.0.5    , installed 3.0.3  [Updatable]
                              > 
                              > Adapter    "echarts"      : 1.0.12   , installed 1.0.8  [Updatable]
                              > 
                              > Adapter    "ecovacs-deebot": 1.4.4   , installed 1.4.4
                              > 
                              > Adapter    "flot"         : 1.11.0   , installed 1.11.0
                              > 
                              > Adapter    "ham"          : 4.0.2    , installed 5.0.2
                              > 
                              > Adapter    "ham-wemo"     : 3.0.0    , installed 3.0.0
                              > 
                              > Adapter    "history"      : 2.2.0    , installed 2.1.2  [Updatable]
                              > 
                              > Adapter    "hue"          : 3.7.0    , installed 3.7.0
                              > 
                              > Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                              > 
                              > Adapter    "ical"         : 1.13.1   , installed 1.12.1 [Updatable]
                              > 
                              > Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                              > 
                              > Adapter    "info"         : 1.9.19   , installed 1.9.19
                              > 
                              > Adapter    "javascript"   : 5.7.0    , installed 5.7.0
                              > 
                              > Controller "js-controller": 4.0.23   , installed 4.0.23
                              > 
                              > Adapter    "kecontact"    : 1.4.1    , installed 1.4.0  [Updatable]
                              > 
                              > Adapter    "modbus"       : 5.0.4    , installed 5.0.3  [Updatable]
                              > 
                              > Adapter    "mqtt"         : 3.0.6    , installed 3.0.5  [Updatable]
                              > 
                              > Adapter    "mysensors"    : 3.0.0    , installed 3.0.0
                              > 
                              > Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                              > 
                              > Adapter    "parser"       : 1.1.7    , installed 1.1.6  [Updatable]
                              > 
                              > Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                              > 
                              > Adapter    "rssfeed"      : 1.0.0    , installed 1.0.0
                              > 
                              > Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                              > 
                              > Adapter    "shelly"       : 6.0.0    , installed 5.3.2  [Updatable]
                              > 
                              > Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                              > 
                              > Adapter    "socketio"     : 4.2.0    , installed 6.1.4
                              > 
                              > Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                              > 
                              > Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                              > 
                              > Adapter    "telegram"     : 1.13.0   , installed 1.13.0
                              > 
                              > Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                              > 
                              > Adapter    "trashschedule": 2.0.3    , installed 1.4.3  [Updatable]
                              > 
                              > Adapter    "tuya"         : 3.6.15   , installed 3.6.15
                              > 
                              > Adapter    "unifi"        : 0.5.10   , installed 0.5.10
                              > 
                              > Adapter    "viessmannapi" : 2.0.9    , installed 2.0.9
                              > 
                              > Adapter    "vis"          : 1.4.15   , installed 1.4.15
                              > 
                              > Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                              > 
                              > Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
                              > 
                              > Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.3
                              > 
                              > Adapter    "vw-connect"   : 0.0.51   , installed 0.0.50 [Updatable]
                              > 
                              > Adapter    "web"          : 4.3.0    , installed 5.2.0
                              > 
                              > Adapter    "whatsapp-cmb" : 0.2.2    , installed 0.2.2
                              > 
                              > Adapter    "wifilight"    : 1.1.4    , installed 1.1.3  [Updatable]
                              > 
                              > Adapter    "ws"           : 1.3.0    , installed 2.1.3
                              > 
                              > Adapter    "zehnder-cloud": 0.0.6    , installed 0.0.6
                              >
                              
                              > spberrypi:/opt/iobroker $  iobroker upgrade admin@5.3.8
                              
                              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
                              ==========================================================================
                              
                              BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                              Would you like to upgrade admin from @0.0.0 to @5.3.8 now? [(y)es, (n)o]: y
                              Update admin from @0.0.0 to @5.3.8
                              NPM version: 8.11.0
                              Installing iobroker.admin@5.3.8... (System call)
                              host.raspberrypi Cannot install iobroker.admin@5.3.8: 1
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #22

                              @hanni700

                              iobroker upgrade all
                              

                              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

                              H 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @hanni700

                                iobroker upgrade all
                                
                                H Offline
                                H Offline
                                Hanni700
                                schrieb am zuletzt editiert von
                                #23

                                @thomas-braun said in Admin Adapter wird immer wieder gestoppt:

                                iobroker upgrade all

                                Dann wird bei allen adaptern gefragt, ob ich sie udgraden will. Soll ich dann bei allen mit y bestätigen? Das dauert sicher was....

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • DJMarc75D Offline
                                  DJMarc75D Offline
                                  DJMarc75
                                  schrieb am zuletzt editiert von
                                  #24

                                  Also mir kommt die ganze Installation schon komisch vor... @Hanni700 ist im "Stable" aber super viele Adapter sind vom "Latest" auch der "ham"... kann mich aber auch mal wieder täuschen 😰

                                  Lehrling seit 1975 !!!
                                  Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                                  https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                                  HomoranH 1 Antwort Letzte Antwort
                                  0
                                  • H Hanni700

                                    @thomas-braun said in Admin Adapter wird immer wieder gestoppt:

                                    iobroker upgrade all

                                    Dann wird bei allen adaptern gefragt, ob ich sie udgraden will. Soll ich dann bei allen mit y bestätigen? Das dauert sicher was....

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

                                    @hanni700 sagte in Admin Adapter wird immer wieder gestoppt:

                                    Dann wird bei allen adaptern gefragt, ob ich sie udgraden will. Soll ich dann bei allen mit y bestätigen?

                                    Genau das sollst du tun.
                                    Hättest du schon vor dem Wechsel auf nodejs16 / npm8 machen sollen.

                                    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

                                    H 2 Antworten Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @hanni700 sagte in Admin Adapter wird immer wieder gestoppt:

                                      Dann wird bei allen adaptern gefragt, ob ich sie udgraden will. Soll ich dann bei allen mit y bestätigen?

                                      Genau das sollst du tun.
                                      Hättest du schon vor dem Wechsel auf nodejs16 / npm8 machen sollen.

                                      H Offline
                                      H Offline
                                      Hanni700
                                      schrieb am zuletzt editiert von
                                      #26

                                      @thomas-braun
                                      Das hatte ich vom Webinterface schon versucht, aber irgendwie ging das nicht. Dann mache ich das jetzt und melde mich mit dem Ergebnis....

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • H Hanni700

                                        @thomas-braun
                                        Das hatte ich vom Webinterface schon versucht, aber irgendwie ging das nicht. Dann mache ich das jetzt und melde mich mit dem Ergebnis....

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

                                        @hanni700 sagte in Admin Adapter wird immer wieder gestoppt:

                                        Das hatte ich vom Webinterface schon versucht, aber irgendwie ging das nicht.

                                        Vermutlich weil da bereits was quer saß. Da knallt man dann aber nicht auch noch eine andere nodejs/npm-Version drauf, um das Chaos dann perfekt zu machen.

                                        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
                                        • DJMarc75D DJMarc75

                                          Also mir kommt die ganze Installation schon komisch vor... @Hanni700 ist im "Stable" aber super viele Adapter sind vom "Latest" auch der "ham"... kann mich aber auch mal wieder täuschen 😰

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

                                          @djmarc75 sagte in Admin Adapter wird immer wieder gestoppt:

                                          super viele Adapter sind vom "Latest" auch der "ham"... kann mich aber auch mal wieder täuschen

                                          ja!

                                          ich sehe nur ham und die zusammenhängenden mit web, socket und ws

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

                                          DJMarc75D 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          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

                                          581

                                          Online

                                          32.7k

                                          Benutzer

                                          82.6k

                                          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