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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Error Adapter installieren und updaten

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    7
    1
    89

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

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

Error Adapter installieren und updaten

Geplant Angeheftet Gesperrt Verschoben Error/Bug
32 Beiträge 4 Kommentatoren 5.5k Aufrufe 3 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.
  • Thomas BraunT Thomas Braun

    @janhp
    node-mihome aus dem javascript-Adapter entfernt?

    cd /opt/iobroker
    npm cache clear --force
    iobroker stop
    iobroker fix
    iobroker update
    iobroker upgrade
    
    HomoranH Nicht stören
    HomoranH Nicht stören
    Homoran
    Global Moderator Administrators
    schrieb am zuletzt editiert von
    #13

    @thomas-braun sagte in Error Adapter installieren und updaten:

    npm cache clear --force

    wäre da nicht ausnahmsweise sudo -H -u iobroker npm cache clean --force besser?

    kein Support per PN! - Fragen im Forum stellen -

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    ioBroker freut sich auch über eine Spende für das Forum. 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

      @thomas-braun sagte in Error Adapter installieren und updaten:

      npm cache clear --force

      wäre da nicht ausnahmsweise sudo -H -u iobroker npm cache clean --force besser?

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

      @homoran
      Das macht keinen Unterschied.
      npm ist eh in den sudoers.d vorgesehen.
      (Wenn man seine Rechteverwaltung nicht komplett verfummelt hat)

      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

      J 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @homoran
        Das macht keinen Unterschied.
        npm ist eh in den sudoers.d vorgesehen.
        (Wenn man seine Rechteverwaltung nicht komplett verfummelt hat)

        J Offline
        J Offline
        janhp
        schrieb am zuletzt editiert von
        #15

        @thomas-braun @Homoran habe die schritte durchgeführt. leider weiterhin:

        $ ./iobroker add yahka  --host raspberrypi
        NPM version: 6.14.12
        npm install iobroker.yahka@0.12.0 --loglevel error --prefix "/opt/iobroker" (System call)
        npm 
        ERR! code EINVALIDTAGNAME
        npm 
        ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
        
        npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T12_50_23_167Z-debug.log
        ERROR: host.raspberrypi Cannot install iobroker.yahka@0.12.0: 1
        ERROR: process exited with code 25
        
        HomoranH 1 Antwort Letzte Antwort
        0
        • J janhp

          @thomas-braun @Homoran habe die schritte durchgeführt. leider weiterhin:

          $ ./iobroker add yahka  --host raspberrypi
          NPM version: 6.14.12
          npm install iobroker.yahka@0.12.0 --loglevel error --prefix "/opt/iobroker" (System call)
          npm 
          ERR! code EINVALIDTAGNAME
          npm 
          ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
          
          npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T12_50_23_167Z-debug.log
          ERROR: host.raspberrypi Cannot install iobroker.yahka@0.12.0: 1
          ERROR: process exited with code 25
          
          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von Homoran
          #16

          @janhp sagte in Error Adapter installieren und updaten:

          habe die schritte durchgeführt.

          welche genau?
          wo?

          ich habe kein Protokoll gesehen?

          kein Support per PN! - Fragen im Forum stellen -

          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

          ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          J 1 Antwort Letzte Antwort
          0
          • HomoranH Homoran

            @janhp sagte in Error Adapter installieren und updaten:

            habe die schritte durchgeführt.

            welche genau?
            wo?

            ich habe kein Protokoll gesehen?

            J Offline
            J Offline
            janhp
            schrieb am zuletzt editiert von
            #17

            @homoran mit putty/ssh.
            wenn du mir sagst wie ich ein log erstelle/den output finde, lade ich ihn gerne hier hoch.

            danke euch! & sorry bin noob ;)

            cd /opt/iobroker
            npm cache clear --force
            iobroker stop
            iobroker fix
            iobroker update
            iobroker upgrade
            
            HomoranH 1 Antwort Letzte Antwort
            0
            • J janhp

              @homoran mit putty/ssh.
              wenn du mir sagst wie ich ein log erstelle/den output finde, lade ich ihn gerne hier hoch.

              danke euch! & sorry bin noob ;)

              cd /opt/iobroker
              npm cache clear --force
              iobroker stop
              iobroker fix
              iobroker update
              iobroker upgrade
              
              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von Homoran
              #18

              @janhp sagte in Error Adapter installieren und updaten:

              wenn du mir sagst wie ich ein log erstelle/den output finde

              üblicherweise gibst du einen Befehl in der Konsole ein und erhältst dazu einen Output.

              Das Ganze dann hier in code-tags posten

              oder willst du mir mitteilen, dass keinerlei reaktion von deinem Server auf die ganzen Befehle kam?

              kein Support per PN! - Fragen im Forum stellen -

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              J 1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @janhp sagte in Error Adapter installieren und updaten:

                wenn du mir sagst wie ich ein log erstelle/den output finde

                üblicherweise gibst du einen Befehl in der Konsole ein und erhältst dazu einen Output.

                Das Ganze dann hier in code-tags posten

                oder willst du mir mitteilen, dass keinerlei reaktion von deinem Server auf die ganzen Befehle kam?

                J Offline
                J Offline
                janhp
                schrieb am zuletzt editiert von
                #19

                @homoran @Thomas-Braun here we go!

                pi@raspberrypi:~ $ cd /opt/iobroker
                pi@raspberrypi:/opt/iobroker $ npm cache clear --force
                npm WARN using --force I sure hope you know what you are doing.
                pi@raspberrypi:/opt/iobroker $ iobroker stop
                pi@raspberrypi:/opt/iobroker $ iobroker fix
                library: loaded
                Library version=2021-04-07
                
                ==========================================================================
                
                    Welcome to the ioBroker installation fixer!
                    Script version: 2021-04-07
                
                    You might need to enter your password a couple of times.
                
                ==========================================================================
                
                
                ==========================================================================
                    Installing prerequisites (1/3)
                ==========================================================================
                
                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_12.x buster InRelease
                Hit:4 https://phoscon.de/apt/deconz buster InRelease
                Reading package lists... Done
                Installed gcc-c++
                
                ==========================================================================
                    Checking ioBroker user and directory permissions (2/3)
                ==========================================================================
                
                Created /etc/sudoers.d/iobroker
                Fixing directory permissions...
                
                ==========================================================================
                    Checking autostart (3/3)
                ==========================================================================
                
                Enabling autostart...
                Autostart enabled!
                
                ==========================================================================
                
                    Your installation was fixed successfully
                    Run iobroker start to start ioBroker again!
                
                ==========================================================================
                
                pi@raspberrypi:/opt/iobroker $ iobroker update
                Used repository: default
                hash changed or no sources cached => force download of new sources
                update done
                Adapter    "admin"         : 4.2.1    , installed 4.2.1
                Adapter    "alarm"         : 2.0.1
                Adapter    "alexa2"        : 3.8.1
                Adapter    "alias-manager" : 1.2.1
                Adapter    "alpha2"        : 1.0.0
                Adapter    "amazon-dash"   : 1.1.0
                Adapter    "artnet"        : 1.2.2
                Adapter    "asterisk"      : 1.0.6
                Adapter    "asuswrt"       : 1.0.1
                Adapter    "b-control-em"  : 0.2.1
                Adapter    "backitup"      : 2.1.6    , installed 2.1.0 [Updateable]
                Adapter    "beckhoff"      : 1.4.0
                Adapter    "benq"          : 0.2.4
                Adapter    "binance"       : 1.1.3
                Adapter    "ble"           : 0.12.0   , installed 0.12.0
                Adapter    "bmw"           : 1.3.3
                Adapter    "bosesoundtouch": 0.9.3
                Adapter    "botvac"        : 1.0.0
                Adapter    "bring"         : 1.7.7
                Adapter    "broadlink2"    : 2.0.3
                Adapter    "bsblan"        : 0.2.2
                Adapter    "bshb"          : 0.1.13
                Adapter    "bydbatt"       : 1.0.3
                Adapter    "chromecast"    : 2.3.1
                Adapter    "cloud"         : 4.0.10   , installed 4.0.10
                Adapter    "comfoair"      : 1.1.3
                Adapter    "contactid"     : 1.0.2
                Adapter    "coronavirus-statistics": 0.6.3
                Adapter    "countdown"     : 1.1.0
                Adapter    "cul"           : 1.3.5
                Adapter    "daikin"        : 1.3.0
                Adapter    "daswetter"     : 3.0.7    , installed 3.0.4 [Updateable]
                Adapter    "deconz"        : 1.3.11   , installed 1.3.11
                Adapter    "denon"         : 1.10.4
                Adapter    "device-reminder": 1.0.6
                Adapter    "devices"       : 0.3.16   , installed 0.3.16
                Adapter    "digitalstrom"  : 2.2.0
                Adapter    "discovergy"    : 0.5.4
                Adapter    "discovery"     : 2.6.1    , installed 2.6.1
                Adapter    "divera247"     : 0.0.10
                Adapter    "doorio"        : 1.1.4
                Adapter    "ds18b20"       : 1.4.1
                Adapter    "dwd"           : 2.7.5
                Adapter    "easee"         : 0.1.2
                Adapter    "ebus"          : 2.2.5
                Adapter    "echarts"       : 0.4.11
                Adapter    "ecovacs-deebot": 1.1.1
                Adapter    "egigeozone"    : 0.1.2
                Adapter    "ekey"          : 1.1.0
                Adapter    "email"         : 1.0.9
                Adapter    "emby"          : 1.0.2
                Adapter    "energymanager" : 1.2.3
                Adapter    "enet"          : 1.0.1
                Adapter    "epson_ecotank_et_2750": 0.0.4
                Adapter    "epson_stylus_px830": 0.2.1
                Adapter    "exchangerates" : 0.0.14
                Adapter    "fahrplan"      : 1.0.7
                Adapter    "fakeroku"      : 0.2.1
                Adapter    "fb-checkpresence": 1.1.0
                Adapter    "feiertage"     : 1.0.17
                Adapter    "fhem"          : 1.6.0
                Adapter    "find-my-iphone": 0.2.15
                Adapter    "firetv"        : 1.0.0
                Adapter    "flot"          : 1.10.6
                Adapter    "followthesun"  : 0.3.3
                Adapter    "foobar2000"    : 2.0.4
                Adapter    "fritzbox"      : 0.2.1
                Adapter    "fritzdect"     : 2.1.11
                Adapter    "fronius"       : 1.0.5
                Adapter    "frontier_silicon": 0.0.10
                Adapter    "fuelpricemonitor": 0.2.4
                Adapter    "fullcalendar"  : 1.1.0
                Adapter    "fullybrowser"  : 2.0.8
                Adapter    "g-homa"        : 0.5.3
                Adapter    "geofency"      : 1.0.3
                Adapter    "go-e"          : 1.0.0
                Adapter    "growatt"       : 1.0.1
                Adapter    "gruenbeck"     : 0.0.29
                Adapter    "haassohn"      : 1.0.3
                Adapter    "habpanel"      : 0.4.3
                Adapter    "haier"         : 1.0.4
                Adapter    "ham"           : 4.0.1
                Adapter    "ham-wemo"      : 1.1.1
                Adapter    "harmony"       : 1.2.2
                Adapter    "heatingcontrol": 2.3.1
                Adapter    "heos"          : 1.8.0
                Adapter    "heytech"       : 1.0.0
                Adapter    "hid"           : 0.1.17
                Adapter    "history"       : 1.9.12   , installed 1.9.12
                Adapter    "hm-rega"       : 3.0.16
                Adapter    "hm-rpc"        : 1.14.37
                Adapter    "hmip"          : 1.9.0
                Adapter    "homeconnect"   : 0.0.32
                Adapter    "homee"         : 1.1.1
                Adapter    "homepilot"     : 1.0.3
                Adapter    "hp-ilo"        : 1.0.6
                Adapter    "hs100"         : 2.0.3
                Adapter    "hue"           : 3.5.2
                Adapter    "hue-extended"  : 2.0.0
                Adapter    "i2c"           : 1.2.0
                Adapter    "ical"          : 1.7.4
                Adapter    "icons-addictive-flavour-png": 0.1.0
                Adapter    "icons-fatcow-hosting": 0.1.0
                Adapter    "icons-icons8"  : 0.0.1
                Adapter    "icons-material-png": 0.1.0
                Adapter    "icons-material-svg": 0.1.0
                Adapter    "icons-mfd-png" : 1.0.2
                Adapter    "icons-mfd-svg" : 1.0.2
                Adapter    "icons-open-icon-library-png": 0.1.2
                Adapter    "icons-ultimate-png": 1.0.1
                Adapter    "influxdb"      : 1.9.5
                Adapter    "info"          : 1.7.14   , installed 1.7.14
                Adapter    "innogy-smarthome": 0.3.6
                Adapter    "iogo"          : 0.6.5
                Adapter    "iot"           : 1.8.16   , installed 1.8.16
                Adapter    "iqontrol"      : 1.6.4
                Adapter    "jarvis"        : 2.1.0
                Adapter    "javascript"    : 5.1.3    , installed 5.1.3
                Adapter    "jeelink"       : 0.1.0
                Controller "js-controller" : 3.2.16   , installed 3.1.6 [Updateable]
                Adapter    "kecontact"     : 1.1.2
                Adapter    "klf200"        : 1.0.1
                Adapter    "km200"         : 1.1.6
                Adapter    "knmi-weather"  : 1.0.0
                Adapter    "knx"           : 1.0.45
                Adapter    "kodi"          : 2.0.5
                Adapter    "kostal-piko-ba": 1.1.5
                Adapter    "kress"         : 2.5.5
                Adapter    "lametric"      : 1.2.0
                Adapter    "landroid"      : 1.0.3
                Adapter    "lcn"           : 1.0.2
                Adapter    "legrand-ecocompteur": 1.0.0
                Adapter    "letrika_comgw" : 0.0.5
                Adapter    "lgtv"          : 1.1.10   , installed 1.1.10
                Adapter    "lgtv-rs"       : 0.1.1
                Adapter    "lgtv11"        : 1.0.5
                Adapter    "lifx"          : 0.1.0
                Adapter    "lightify"      : 0.2.16
                Adapter    "link"          : 0.5.10
                Adapter    "linkeddevices" : 1.4.3
                Adapter    "linktap"       : 0.1.8
                Adapter    "linux-control" : 1.1.2
                Adapter    "logparser"     : 1.1.0
                Adapter    "lovelace"      : 1.0.16   , installed 1.5.0
                Adapter    "loxone"        : 2.1.0
                Adapter    "luftdaten"     : 1.0.2
                Adapter    "lupusec"       : 1.3.4
                Adapter    "luxtronik1"    : 0.3.0
                Adapter    "material"      : 0.13.9
                Adapter    "maxcube"       : 1.0.3
                Adapter    "maxcul"        : 1.3.1
                Adapter    "mbus"          : 2.3.4
                Adapter    "mclighting"    : 0.1.2
                Adapter    "megad"         : 1.2.1
                Adapter    "megadd"        : 0.2.0
                Adapter    "megaesp"       : 0.1.0
                Adapter    "melcloud"      : 1.0.6
                Adapter    "mercedesme"    : 0.0.50
                Adapter    "mercury"       : 0.1.4
                Adapter    "meross"        : 1.5.1
                Adapter    "meteoalarm"    : 1.1.3
                Adapter    "midea"         : 0.0.6
                Adapter    "miele"         : 0.1.5
                Adapter    "mielecloudservice": 4.0.22
                Adapter    "mihome"        : 1.3.7    , installed 1.3.7
                Adapter    "mihome-lamp"   : 1.1.0
                Adapter    "mihome-plug"   : 0.2.1
                Adapter    "mihome-vacuum" : 2.1.1    , installed 2.1.1
                Adapter    "mikrotik"      : 1.0.16
                Adapter    "milight"       : 0.3.6
                Adapter    "milight-smart-light": 1.2.0
                Adapter    "minuvis"       : 1.4.0
                Adapter    "mobile"        : 1.0.1
                Adapter    "modbus"        : 3.2.6
                Adapter    "moma"          : 1.2.8
                Adapter    "mpd"           : 1.0.6
                Adapter    "mqtt"          : 2.3.5
                Adapter    "mqtt-client"   : 1.3.1
                Adapter    "musiccast"     : 0.1.5
                Adapter    "mydlink"       : 1.1.7
                Adapter    "mysensors"     : 2.0.1
                Adapter    "nanoleaf-lightpanels": 1.2.0
                Adapter    "net-tools"     : 0.1.2
                Adapter    "netatmo"       : 1.3.3
                Adapter    "netatmo-crawler": 0.4.1
                Adapter    "nibeuplink"    : 0.4.0
                Adapter    "nina"          : 0.0.24
                Adapter    "node-red"      : 2.3.0
                Adapter    "nuki"          : 1.4.3
                Adapter    "nuki-extended" : 2.3.0
                Adapter    "nut"           : 1.4.3
                Adapter    "octoprint"     : 1.0.8
                Adapter    "odl"           : 1.1.4
                Adapter    "oilfox"        : 0.0.5
                Adapter    "omnicomm-lls"  : 0.0.7
                Adapter    "onkyo"         : 2.0.3
                Adapter    "onvif"         : 0.4.4
                Adapter    "openhab"       : 1.1.0
                Adapter    "openligadb"    : 1.1.0
                Adapter    "openweathermap": 0.1.0    , installed 0.1.0
                Adapter    "opi"           : 0.1.1
                Adapter    "oppoplayer"    : 0.2.4
                Adapter    "owfs"          : 0.6.4
                Adapter    "owntracks"     : 1.0.0
                Adapter    "panasonic-viera": 1.0.2
                Adapter    "parser"        : 1.0.7
                Adapter    "paw"           : 0.0.7
                Adapter    "phantomjs"     : 1.1.2
                Adapter    "pi-hole"       : 1.3.1
                Adapter    "piface"        : 1.0.0
                Adapter    "pimatic"       : 0.3.0
                Adapter    "ping"          : 1.4.12   , installed 1.4.12
                Adapter    "places"        : 1.0.0
                Adapter    "plenticore"    : 2.1.6
                Adapter    "plex"          : 0.8.11
                Adapter    "plexconnect"   : 0.0.7
                Adapter    "pollenflug"    : 1.0.6
                Adapter    "proxmox"       : 1.3.3
                Adapter    "proxy"         : 1.2.2
                Adapter    "pushbullet"    : 0.0.11
                Adapter    "pushover"      : 2.0.3
                Adapter    "pushsafer"     : 1.0.3
                Adapter    "radar2"        : 1.0.9
                Adapter    "radiohead"     : 1.1.1
                Adapter    "rflink"        : 2.1.6
                Adapter    "rickshaw"      : 1.0.0
                Adapter    "ring"          : 1.1.3
                Adapter    "robonect"      : 0.1.3
                Adapter    "roomba"        : 1.1.1
                Adapter    "rpi2"          : 1.2.0
                Adapter    "s7"            : 1.2.5
                Adapter    "sainlogic"     : 0.6.6
                Adapter    "samsung"       : 0.2.9
                Adapter    "sanext"        : 0.0.5
                Adapter    "sayit"         : 1.12.2   , installed 1.12.2
                Adapter    "sbfspot"       : 4.0.5
                Adapter    "scenes"        : 2.3.6
                Adapter    "schoolfree"    : 0.7.0
                Adapter    "schwoerer-ventcube": 1.3.0
                Adapter    "seq"           : 0.2.10
                Adapter    "shelly"        : 4.0.7    , installed 4.0.7
                Adapter    "shuttercontrol": 1.1.5
                Adapter    "sia"           : 1.0.4
                Adapter    "siegenia"      : 1.1.0
                Adapter    "simple-api"    : 2.5.3    , installed 2.5.3
                Adapter    "smappee"       : 0.2.4
                Adapter    "smartcontrol"  : 1.2.1
                Adapter    "smartgarden"   : 1.0.4
                Adapter    "smartmeter"    : 3.2.0
                Adapter    "snips"         : 1.5.1
                Adapter    "snmp"          : 0.5.0
                Adapter    "socketio"      : 3.1.4    , installed 3.1.4
                Adapter    "solarlog"      : 2.0.2
                Adapter    "solarviewdatareader": 0.2.1
                Adapter    "solarwetter"   : 1.0.0
                Adapter    "sonnen"        : 1.7.1
                Adapter    "sonoff"        : 2.4.0    , installed 2.4.0
                Adapter    "sonos"         : 2.1.1    , installed 2.1.1
                Adapter    "sony-bravia"   : 1.0.1
                Adapter    "spotify-premium": 1.0.0
                Adapter    "sql"           : 1.15.5
                Adapter    "squeezebox"    : 1.0.0
                Adapter    "squeezeboxrpc" : 1.3.4
                Adapter    "starline"      : 1.1.3
                Adapter    "statistics"    : 1.0.4
                Adapter    "stiebel-isg"   : 1.6.0
                Adapter    "sunnyportal"   : 0.1.5
                Adapter    "swiss-weather-api": 0.3.2
                Adapter    "synology"      : 1.0.0
                Adapter    "systeminfo"    : 0.3.1
                Adapter    "tahoma"        : 0.3.2
                Adapter    "tankerkoenig"  : 2.0.5
                Adapter    "telegram"      : 1.8.1    , installed 1.8.0 [Updateable]
                Adapter    "terminal"      : 0.1.2
                Adapter    "tesla-motors"  : 0.4.2
                Adapter    "text2command"  : 2.0.7    , installed 2.0.7
                Adapter    "tinker"        : 1.1.0
                Adapter    "tr-064"        : 4.2.12   , installed 4.2.11 [Updateable]
                Adapter    "traccar"       : 0.0.7
                Adapter    "tradfri"       : 2.7.2
                Adapter    "trashschedule" : 1.1.1
                Adapter    "tunnelbroker-endpoint-updater": 0.0.1
                Adapter    "tuya"          : 3.5.9    , installed 3.5.9
                Adapter    "tvprogram"     : 1.0.0
                Adapter    "tvspielfilm"   : 1.0.4
                Adapter    "unifi"         : 0.5.8
                Adapter    "upnp"          : 1.0.17
                Adapter    "vaillant"      : 0.0.11
                Adapter    "valloxmv"      : 1.1.2
                Adapter    "vcard"         : 0.0.9
                Adapter    "velux"         : 0.0.7
                Adapter    "viessmann"     : 1.3.4
                Adapter    "virtualpowermeter": 1.4.2
                Adapter    "vis"           : 1.3.8
                Adapter    "vis-bars"      : 0.1.4
                Adapter    "vis-canvas-gauges": 0.1.5
                Adapter    "vis-colorpicker": 1.2.0
                Adapter    "vis-fancyswitch": 1.1.0
                Adapter    "vis-google-fonts": 0.1.0
                Adapter    "vis-history"   : 1.0.0
                Adapter    "vis-hqwidgets" : 1.1.7
                Adapter    "vis-icontwo"   : 0.67.0
                Adapter    "vis-inventwo"  : 2.8.3
                Adapter    "vis-jqui-mfd"  : 1.0.12
                Adapter    "vis-justgage"  : 1.0.2
                Adapter    "vis-keyboard"  : 0.0.2
                Adapter    "vis-lcars"     : 1.0.4
                Adapter    "vis-map"       : 1.0.4
                Adapter    "vis-material-advanced": 1.7.0
                Adapter    "vis-metro"     : 1.1.2
                Adapter    "vis-players"   : 0.1.6
                Adapter    "vis-plumb"     : 1.0.2
                Adapter    "vis-rgraph"    : 0.0.2
                Adapter    "vis-timeandweather": 1.1.7
                Adapter    "vis-weather"   : 2.5.3
                Adapter    "volumio"       : 0.1.2
                Adapter    "volvo"         : 0.0.3
                Adapter    "vr200"         : 1.0.0
                Adapter    "vw-connect"    : 0.0.30
                Adapter    "weatherunderground": 3.3.0
                Adapter    "web"           : 3.4.0    , installed 3.4.0
                Adapter    "weishaupt-wem" : 0.0.9
                Adapter    "whatsapp-cmb"  : 0.1.6
                Adapter    "wiffi-wz"      : 2.2.0
                Adapter    "wifilight"     : 1.1.0
                Adapter    "windows-control": 0.1.5
                Adapter    "wled"          : 0.5.6
                Adapter    "wm-bus"        : 0.1.12
                Adapter    "wolf"          : 1.2.1
                Adapter    "worx"          : 1.3.0
                Adapter    "xbox"          : 0.7.7
                Adapter    "xs1"           : 1.0.2
                Adapter    "yahka"         : 0.12.0
                Adapter    "yamaha"        : 0.4.0
                Adapter    "yeelight-2"    : 1.0.3    , installed 1.0.3
                Adapter    "youtube"       : 1.0.3
                Adapter    "yr"            : 2.0.3
                Adapter    "zigbee"        : 1.4.4
                Adapter    "zont"          : 0.5.3
                Adapter    "zwave2"        : 1.9.3
                pi@raspberrypi:/opt/iobroker $ iobroker upgrade
                Adapter "admin"          is up to date.
                Adapter "alarm"          is not installed.
                Adapter "alexa2"         is not installed.
                Adapter "alias-manager"  is not installed.
                Adapter "alpha2"         is not installed.
                Adapter "amazon-dash"    is not installed.
                Adapter "artnet"         is not installed.
                Adapter "asterisk"       is not installed.
                Adapter "asuswrt"        is not installed.
                Adapter "b-control-em"   is not installed.
                Update backitup from @2.1.0 to @2.1.6
                host.raspberrypi Adapter "system.adapter.backitup.0" is stopped.
                NPM version: 6.14.12
                npm install iobroker.backitup@2.1.6 --loglevel error --prefix "/opt/iobroker" (System call)
                npm ERR! code EINVALIDTAGNAME
                npm ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T14_22_33_900Z-debug.log
                upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
                upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
                upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
                Adapter "backitup" updated
                host.raspberrypi Adapter "system.adapter.backitup.0" is started
                Adapter "beckhoff"       is not installed.
                Adapter "benq"           is not installed.
                Adapter "binance"        is not installed.
                Adapter "ble"            is up to date.
                Adapter "bmw"            is not installed.
                Adapter "bosesoundtouch" is not installed.
                Adapter "botvac"         is not installed.
                Adapter "bring"          is not installed.
                Adapter "broadlink2"     is not installed.
                Adapter "bsblan"         is not installed.
                Adapter "bshb"           is not installed.
                Adapter "bydbatt"        is not installed.
                Adapter "chromecast"     is not installed.
                Adapter "cloud"          is up to date.
                Adapter "comfoair"       is not installed.
                Adapter "contactid"      is not installed.
                Adapter "coronavirus-statistics" is not installed.
                Adapter "countdown"      is not installed.
                Adapter "cul"            is not installed.
                Adapter "daikin"         is not installed.
                Update daswetter from @3.0.4 to @3.0.7
                host.raspberrypi Adapter "system.adapter.daswetter.0" is stopped.
                NPM version: 6.14.12
                npm install iobroker.daswetter@3.0.7 --loglevel error --prefix "/opt/iobroker" (System call)
                npm ERR! code EINVALIDTAGNAME
                npm ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T14_22_52_903Z-debug.log
                upload [450] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/75.png icons/viento-wind/galeria2-Beaufort/75.png image/png
                upload [400] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/3.png icons/viento-wind/galeria2-Beaufort/3.png image/png
                upload [350] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria1/16.png icons/viento-wind/galeria1/16.png image/png
                upload [300] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/Beaufort-White/60.png icons/viento-wind/Beaufort-White/60.png image/png
                upload [250] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/Beaufort-White/15.png icons/viento-wind/Beaufort-White/15.png image/png
                upload [200] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria6/11.svg icons/tiempo-weather/galeria6/11.svg image/svg+xml
                upload [150] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria5/PNG/White/9.png icons/tiempo-weather/galeria5/PNG/White/9.png image/png
                upload [100] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria4/3.png icons/tiempo-weather/galeria4/3.png image/png
                upload [90] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria4/11.png icons/tiempo-weather/galeria4/11.png image/png
                upload [80] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria3/2.png icons/tiempo-weather/galeria3/2.png image/png
                upload [70] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria3/10.png icons/tiempo-weather/galeria3/10.png image/png
                upload [60] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria2/19.png icons/tiempo-weather/galeria2/19.png image/png
                upload [50] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria2/1.png icons/tiempo-weather/galeria2/1.png image/png
                upload [40] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria1/18.png icons/tiempo-weather/galeria1/18.png image/png
                upload [30] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/9.png icons/luna-moon/9.png image/png
                upload [20] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/26.png icons/luna-moon/26.png image/png
                upload [19] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/25.png icons/luna-moon/25.png image/png
                upload [18] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/24.png icons/luna-moon/24.png image/png
                upload [17] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/23.png icons/luna-moon/23.png image/png
                upload [16] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/22.png icons/luna-moon/22.png image/png
                upload [15] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/21.png icons/luna-moon/21.png image/png
                upload [14] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/20.png icons/luna-moon/20.png image/png
                upload [13] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/2.png icons/luna-moon/2.png image/png
                upload [12] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/19.png icons/luna-moon/19.png image/png
                upload [11] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/18.png icons/luna-moon/18.png image/png
                upload [10] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/17.png icons/luna-moon/17.png image/png
                upload [9] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/16.png icons/luna-moon/16.png image/png
                upload [8] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/15.png icons/luna-moon/15.png image/png
                upload [7] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/14.png icons/luna-moon/14.png image/png
                upload [6] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/13.png icons/luna-moon/13.png image/png
                upload [5] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/12.png icons/luna-moon/12.png image/png
                upload [4] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/11.png icons/luna-moon/11.png image/png
                upload [3] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/10.png icons/luna-moon/10.png image/png
                upload [2] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/1.png icons/luna-moon/1.png image/png
                upload [1] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/0.png icons/luna-moon/0.png image/png
                upload [0] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/daswettercom.png daswettercom.png image/png
                Adapter "daswetter" updated
                host.raspberrypi Adapter "system.adapter.daswetter.0" is started
                Adapter "deconz"         is up to date.
                Adapter "denon"          is not installed.
                Adapter "device-reminder" is not installed.
                Adapter "devices"        is up to date.
                Adapter "digitalstrom"   is not installed.
                Adapter "discovergy"     is not installed.
                Adapter "discovery"      is up to date.
                Adapter "divera247"      is not installed.
                Adapter "doorio"         is not installed.
                Adapter "ds18b20"        is not installed.
                Adapter "dwd"            is not installed.
                Adapter "easee"          is not installed.
                Adapter "ebus"           is not installed.
                Adapter "echarts"        is not installed.
                Adapter "ecovacs-deebot" is not installed.
                Adapter "egigeozone"     is not installed.
                Adapter "ekey"           is not installed.
                Adapter "email"          is not installed.
                Adapter "emby"           is not installed.
                Adapter "energymanager"  is not installed.
                Adapter "enet"           is not installed.
                Adapter "epson_ecotank_et_2750" is not installed.
                Adapter "epson_stylus_px830" is not installed.
                Adapter "exchangerates"  is not installed.
                Adapter "fahrplan"       is not installed.
                Adapter "fakeroku"       is not installed.
                Adapter "fb-checkpresence" is not installed.
                Adapter "feiertage"      is not installed.
                Adapter "fhem"           is not installed.
                Adapter "find-my-iphone" is not installed.
                Adapter "firetv"         is not installed.
                Adapter "flot"           is not installed.
                Adapter "followthesun"   is not installed.
                Adapter "foobar2000"     is not installed.
                Adapter "fritzbox"       is not installed.
                Adapter "fritzdect"      is not installed.
                Adapter "fronius"        is not installed.
                Adapter "frontier_silicon" is not installed.
                Adapter "fuelpricemonitor" is not installed.
                Adapter "fullcalendar"   is not installed.
                Adapter "fullybrowser"   is not installed.
                Adapter "g-homa"         is not installed.
                Adapter "geofency"       is not installed.
                Adapter "go-e"           is not installed.
                Adapter "growatt"        is not installed.
                Adapter "gruenbeck"      is not installed.
                Adapter "haassohn"       is not installed.
                Adapter "habpanel"       is not installed.
                Adapter "haier"          is not installed.
                Adapter "ham"            is not installed.
                Adapter "ham-wemo"       is not installed.
                Adapter "harmony"        is not installed.
                Adapter "heatingcontrol" is not installed.
                Adapter "heos"           is not installed.
                Adapter "heytech"        is not installed.
                Adapter "hid"            is not installed.
                Adapter "history"        is up to date.
                Adapter "hm-rega"        is not installed.
                Adapter "hm-rpc"         is not installed.
                Adapter "hmip"           is not installed.
                Adapter "homeconnect"    is not installed.
                Adapter "homee"          is not installed.
                Adapter "homepilot"      is not installed.
                Adapter "hp-ilo"         is not installed.
                Adapter "hs100"          is not installed.
                Adapter "hue"            is not installed.
                Adapter "hue-extended"   is not installed.
                Adapter "i2c"            is not installed.
                Adapter "ical"           is not installed.
                Adapter "icons-addictive-flavour-png" is not installed.
                Adapter "icons-fatcow-hosting" is not installed.
                Adapter "icons-icons8"   is not installed.
                Adapter "icons-material-png" is not installed.
                Adapter "icons-material-svg" is not installed.
                Adapter "icons-mfd-png"  is not installed.
                Adapter "icons-mfd-svg"  is not installed.
                Adapter "icons-open-icon-library-png" is not installed.
                Adapter "icons-ultimate-png" is not installed.
                Adapter "influxdb"       is not installed.
                Adapter "info"           is up to date.
                Adapter "innogy-smarthome" is not installed.
                Adapter "iogo"           is not installed.
                Adapter "iot"            is up to date.
                Adapter "iqontrol"       is not installed.
                Adapter "jarvis"         is not installed.
                Adapter "javascript"     is up to date.
                Adapter "jeelink"        is not installed.
                Adapter "kecontact"      is not installed.
                Adapter "klf200"         is not installed.
                Adapter "km200"          is not installed.
                Adapter "knmi-weather"   is not installed.
                Adapter "knx"            is not installed.
                Adapter "kodi"           is not installed.
                Adapter "kostal-piko-ba" is not installed.
                Adapter "kress"          is not installed.
                Adapter "lametric"       is not installed.
                Adapter "landroid"       is not installed.
                Adapter "lcn"            is not installed.
                Adapter "legrand-ecocompteur" is not installed.
                Adapter "letrika_comgw"  is not installed.
                Adapter "lgtv"           is up to date.
                Adapter "lgtv-rs"        is not installed.
                Adapter "lgtv11"         is not installed.
                Adapter "lifx"           is not installed.
                Adapter "lightify"       is not installed.
                Adapter "link"           is not installed.
                Adapter "linkeddevices"  is not installed.
                Adapter "linktap"        is not installed.
                Adapter "linux-control"  is not installed.
                Adapter "logparser"      is not installed.
                Adapter "lovelace"       is up to date.
                Adapter "loxone"         is not installed.
                Adapter "luftdaten"      is not installed.
                Adapter "lupusec"        is not installed.
                Adapter "luxtronik1"     is not installed.
                Adapter "material"       is not installed.
                Adapter "maxcube"        is not installed.
                Adapter "maxcul"         is not installed.
                Adapter "mbus"           is not installed.
                Adapter "mclighting"     is not installed.
                Adapter "megad"          is not installed.
                Adapter "megadd"         is not installed.
                Adapter "megaesp"        is not installed.
                Adapter "melcloud"       is not installed.
                Adapter "mercedesme"     is not installed.
                Adapter "mercury"        is not installed.
                Adapter "meross"         is not installed.
                Adapter "meteoalarm"     is not installed.
                Adapter "midea"          is not installed.
                Adapter "miele"          is not installed.
                Adapter "mielecloudservice" is not installed.
                Adapter "mihome"         is up to date.
                Adapter "mihome-lamp"    is not installed.
                Adapter "mihome-plug"    is not installed.
                Adapter "mihome-vacuum"  is up to date.
                Adapter "mikrotik"       is not installed.
                Adapter "milight"        is not installed.
                Adapter "milight-smart-light" is not installed.
                Adapter "minuvis"        is not installed.
                Adapter "mobile"         is not installed.
                Adapter "modbus"         is not installed.
                Adapter "moma"           is not installed.
                Adapter "mpd"            is not installed.
                Adapter "mqtt"           is not installed.
                Adapter "mqtt-client"    is not installed.
                Adapter "musiccast"      is not installed.
                Adapter "mydlink"        is not installed.
                Adapter "mysensors"      is not installed.
                Adapter "nanoleaf-lightpanels" is not installed.
                Adapter "net-tools"      is not installed.
                Adapter "netatmo"        is not installed.
                Adapter "netatmo-crawler" is not installed.
                Adapter "nibeuplink"     is not installed.
                Adapter "nina"           is not installed.
                Adapter "node-red"       is not installed.
                Adapter "nuki"           is not installed.
                Adapter "nuki-extended"  is not installed.
                Adapter "nut"            is not installed.
                Adapter "octoprint"      is not installed.
                Adapter "odl"            is not installed.
                Adapter "oilfox"         is not installed.
                Adapter "omnicomm-lls"   is not installed.
                Adapter "onkyo"          is not installed.
                Adapter "onvif"          is not installed.
                Adapter "openhab"        is not installed.
                Adapter "openligadb"     is not installed.
                Adapter "openweathermap" is up to date.
                Adapter "opi"            is not installed.
                Adapter "oppoplayer"     is not installed.
                Adapter "owfs"           is not installed.
                Adapter "owntracks"      is not installed.
                Adapter "panasonic-viera" is not installed.
                Adapter "parser"         is not installed.
                Adapter "paw"            is not installed.
                Adapter "phantomjs"      is not installed.
                Adapter "pi-hole"        is not installed.
                Adapter "piface"         is not installed.
                Adapter "pimatic"        is not installed.
                Adapter "ping"           is up to date.
                Adapter "places"         is not installed.
                Adapter "plenticore"     is not installed.
                Adapter "plex"           is not installed.
                Adapter "plexconnect"    is not installed.
                Adapter "pollenflug"     is not installed.
                Adapter "proxmox"        is not installed.
                Adapter "proxy"          is not installed.
                Adapter "pushbullet"     is not installed.
                Adapter "pushover"       is not installed.
                Adapter "pushsafer"      is not installed.
                Adapter "radar2"         is not installed.
                Adapter "radiohead"      is not installed.
                Adapter "rflink"         is not installed.
                Adapter "rickshaw"       is not installed.
                Adapter "ring"           is not installed.
                Adapter "robonect"       is not installed.
                Adapter "roomba"         is not installed.
                Adapter "rpi2"           is not installed.
                Adapter "s7"             is not installed.
                Adapter "sainlogic"      is not installed.
                Adapter "samsung"        is not installed.
                Adapter "sanext"         is not installed.
                Adapter "sayit"          is up to date.
                Adapter "sbfspot"        is not installed.
                Adapter "scenes"         is not installed.
                Adapter "schoolfree"     is not installed.
                Adapter "schwoerer-ventcube" is not installed.
                Adapter "seq"            is not installed.
                Adapter "shelly"         is up to date.
                Adapter "shuttercontrol" is not installed.
                Adapter "sia"            is not installed.
                Adapter "siegenia"       is not installed.
                Adapter "simple-api"     is up to date.
                Adapter "smappee"        is not installed.
                Adapter "smartcontrol"   is not installed.
                Adapter "smartgarden"    is not installed.
                Adapter "smartmeter"     is not installed.
                Adapter "snips"          is not installed.
                Adapter "snmp"           is not installed.
                Adapter "socketio"       is up to date.
                Adapter "solarlog"       is not installed.
                Adapter "solarviewdatareader" is not installed.
                Adapter "solarwetter"    is not installed.
                Adapter "sonnen"         is not installed.
                Adapter "sonoff"         is up to date.
                Adapter "sonos"          is up to date.
                Adapter "sony-bravia"    is not installed.
                Adapter "spotify-premium" is not installed.
                Adapter "sql"            is not installed.
                Adapter "squeezebox"     is not installed.
                Adapter "squeezeboxrpc"  is not installed.
                Adapter "starline"       is not installed.
                Adapter "statistics"     is not installed.
                Adapter "stiebel-isg"    is not installed.
                Adapter "sunnyportal"    is not installed.
                Adapter "swiss-weather-api" is not installed.
                Adapter "synology"       is not installed.
                Adapter "systeminfo"     is not installed.
                Adapter "tahoma"         is not installed.
                Adapter "tankerkoenig"   is not installed.
                Update telegram from @1.8.0 to @1.8.1
                host.raspberrypi Adapter "system.adapter.telegram.0" is stopped.
                NPM version: 6.14.12
                npm install iobroker.telegram@1.8.1 --loglevel error --prefix "/opt/iobroker" (System call)
                npm ERR! code EINVALIDTAGNAME
                npm ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T14_24_04_505Z-debug.log
                upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/words.js words.js application/javascript
                Update "system.adapter.telegram.0"
                upload [4] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/telegram.png telegram.png image/png
                upload [3] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index_m.html index_m.html text/html
                upload [2] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index.html index.html text/html
                upload [1] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/custom_m.html custom_m.html text/html
                upload [0] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blockly.js blockly.js application/javascript
                Adapter "telegram" updated
                host.raspberrypi Adapter "system.adapter.telegram.0" is started
                Adapter "terminal"       is not installed.
                Adapter "tesla-motors"   is not installed.
                Adapter "text2command"   is up to date.
                Adapter "tinker"         is not installed.
                Update tr-064 from @4.2.11 to @4.2.12
                NPM version: 6.14.12
                npm install iobroker.tr-064@4.2.12 --loglevel error --prefix "/opt/iobroker" (System call)
                npm ERR! code EINVALIDTAGNAME
                npm ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T14_24_33_966Z-debug.log
                upload [2] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/words.js words.js application/javascript
                upload [1] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/tr-064.png tr-064.png image/png
                upload [0] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/index_m.html index_m.html text/html
                Adapter "tr-064" updated
                Adapter "traccar"        is not installed.
                Adapter "tradfri"        is not installed.
                Adapter "trashschedule"  is not installed.
                Adapter "tunnelbroker-endpoint-updater" is not installed.
                Adapter "tuya"           is up to date.
                Adapter "tvprogram"      is not installed.
                Adapter "tvspielfilm"    is not installed.
                Adapter "unifi"          is not installed.
                Adapter "upnp"           is not installed.
                Adapter "vaillant"       is not installed.
                Adapter "valloxmv"       is not installed.
                Adapter "vcard"          is not installed.
                Adapter "velux"          is not installed.
                Adapter "viessmann"      is not installed.
                Adapter "virtualpowermeter" is not installed.
                Adapter "vis"            is not installed.
                Adapter "vis-bars"       is not installed.
                Adapter "vis-canvas-gauges" is not installed.
                Adapter "vis-colorpicker" is not installed.
                Adapter "vis-fancyswitch" is not installed.
                Adapter "vis-google-fonts" is not installed.
                Adapter "vis-history"    is not installed.
                Adapter "vis-hqwidgets"  is not installed.
                Adapter "vis-icontwo"    is not installed.
                Adapter "vis-inventwo"   is not installed.
                Adapter "vis-jqui-mfd"   is not installed.
                Adapter "vis-justgage"   is not installed.
                Adapter "vis-keyboard"   is not installed.
                Adapter "vis-lcars"      is not installed.
                Adapter "vis-map"        is not installed.
                Adapter "vis-material-advanced" is not installed.
                Adapter "vis-metro"      is not installed.
                Adapter "vis-players"    is not installed.
                Adapter "vis-plumb"      is not installed.
                Adapter "vis-rgraph"     is not installed.
                Adapter "vis-timeandweather" is not installed.
                Adapter "vis-weather"    is not installed.
                Adapter "volumio"        is not installed.
                Adapter "volvo"          is not installed.
                Adapter "vr200"          is not installed.
                Adapter "vw-connect"     is not installed.
                Adapter "weatherunderground" is not installed.
                Adapter "web"            is up to date.
                Adapter "weishaupt-wem"  is not installed.
                Adapter "whatsapp-cmb"   is not installed.
                Adapter "wiffi-wz"       is not installed.
                Adapter "wifilight"      is not installed.
                Adapter "windows-control" is not installed.
                Adapter "wled"           is not installed.
                Adapter "wm-bus"         is not installed.
                Adapter "wolf"           is not installed.
                Adapter "worx"           is not installed.
                Adapter "xbox"           is not installed.
                Adapter "xs1"            is not installed.
                Adapter "yahka"          is not installed.
                Adapter "yamaha"         is not installed.
                Adapter "yeelight-2"     is up to date.
                Adapter "youtube"        is not installed.
                Adapter "yr"             is not installed.
                Adapter "zigbee"         is not installed.
                Adapter "zont"           is not installed.
                Adapter "zwave2"         is not installed.
                
                
                HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                0
                • J janhp

                  @homoran @Thomas-Braun here we go!

                  pi@raspberrypi:~ $ cd /opt/iobroker
                  pi@raspberrypi:/opt/iobroker $ npm cache clear --force
                  npm WARN using --force I sure hope you know what you are doing.
                  pi@raspberrypi:/opt/iobroker $ iobroker stop
                  pi@raspberrypi:/opt/iobroker $ iobroker fix
                  library: loaded
                  Library version=2021-04-07
                  
                  ==========================================================================
                  
                      Welcome to the ioBroker installation fixer!
                      Script version: 2021-04-07
                  
                      You might need to enter your password a couple of times.
                  
                  ==========================================================================
                  
                  
                  ==========================================================================
                      Installing prerequisites (1/3)
                  ==========================================================================
                  
                  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_12.x buster InRelease
                  Hit:4 https://phoscon.de/apt/deconz buster InRelease
                  Reading package lists... Done
                  Installed gcc-c++
                  
                  ==========================================================================
                      Checking ioBroker user and directory permissions (2/3)
                  ==========================================================================
                  
                  Created /etc/sudoers.d/iobroker
                  Fixing directory permissions...
                  
                  ==========================================================================
                      Checking autostart (3/3)
                  ==========================================================================
                  
                  Enabling autostart...
                  Autostart enabled!
                  
                  ==========================================================================
                  
                      Your installation was fixed successfully
                      Run iobroker start to start ioBroker again!
                  
                  ==========================================================================
                  
                  pi@raspberrypi:/opt/iobroker $ iobroker update
                  Used repository: default
                  hash changed or no sources cached => force download of new sources
                  update done
                  Adapter    "admin"         : 4.2.1    , installed 4.2.1
                  Adapter    "alarm"         : 2.0.1
                  Adapter    "alexa2"        : 3.8.1
                  Adapter    "alias-manager" : 1.2.1
                  Adapter    "alpha2"        : 1.0.0
                  Adapter    "amazon-dash"   : 1.1.0
                  Adapter    "artnet"        : 1.2.2
                  Adapter    "asterisk"      : 1.0.6
                  Adapter    "asuswrt"       : 1.0.1
                  Adapter    "b-control-em"  : 0.2.1
                  Adapter    "backitup"      : 2.1.6    , installed 2.1.0 [Updateable]
                  Adapter    "beckhoff"      : 1.4.0
                  Adapter    "benq"          : 0.2.4
                  Adapter    "binance"       : 1.1.3
                  Adapter    "ble"           : 0.12.0   , installed 0.12.0
                  Adapter    "bmw"           : 1.3.3
                  Adapter    "bosesoundtouch": 0.9.3
                  Adapter    "botvac"        : 1.0.0
                  Adapter    "bring"         : 1.7.7
                  Adapter    "broadlink2"    : 2.0.3
                  Adapter    "bsblan"        : 0.2.2
                  Adapter    "bshb"          : 0.1.13
                  Adapter    "bydbatt"       : 1.0.3
                  Adapter    "chromecast"    : 2.3.1
                  Adapter    "cloud"         : 4.0.10   , installed 4.0.10
                  Adapter    "comfoair"      : 1.1.3
                  Adapter    "contactid"     : 1.0.2
                  Adapter    "coronavirus-statistics": 0.6.3
                  Adapter    "countdown"     : 1.1.0
                  Adapter    "cul"           : 1.3.5
                  Adapter    "daikin"        : 1.3.0
                  Adapter    "daswetter"     : 3.0.7    , installed 3.0.4 [Updateable]
                  Adapter    "deconz"        : 1.3.11   , installed 1.3.11
                  Adapter    "denon"         : 1.10.4
                  Adapter    "device-reminder": 1.0.6
                  Adapter    "devices"       : 0.3.16   , installed 0.3.16
                  Adapter    "digitalstrom"  : 2.2.0
                  Adapter    "discovergy"    : 0.5.4
                  Adapter    "discovery"     : 2.6.1    , installed 2.6.1
                  Adapter    "divera247"     : 0.0.10
                  Adapter    "doorio"        : 1.1.4
                  Adapter    "ds18b20"       : 1.4.1
                  Adapter    "dwd"           : 2.7.5
                  Adapter    "easee"         : 0.1.2
                  Adapter    "ebus"          : 2.2.5
                  Adapter    "echarts"       : 0.4.11
                  Adapter    "ecovacs-deebot": 1.1.1
                  Adapter    "egigeozone"    : 0.1.2
                  Adapter    "ekey"          : 1.1.0
                  Adapter    "email"         : 1.0.9
                  Adapter    "emby"          : 1.0.2
                  Adapter    "energymanager" : 1.2.3
                  Adapter    "enet"          : 1.0.1
                  Adapter    "epson_ecotank_et_2750": 0.0.4
                  Adapter    "epson_stylus_px830": 0.2.1
                  Adapter    "exchangerates" : 0.0.14
                  Adapter    "fahrplan"      : 1.0.7
                  Adapter    "fakeroku"      : 0.2.1
                  Adapter    "fb-checkpresence": 1.1.0
                  Adapter    "feiertage"     : 1.0.17
                  Adapter    "fhem"          : 1.6.0
                  Adapter    "find-my-iphone": 0.2.15
                  Adapter    "firetv"        : 1.0.0
                  Adapter    "flot"          : 1.10.6
                  Adapter    "followthesun"  : 0.3.3
                  Adapter    "foobar2000"    : 2.0.4
                  Adapter    "fritzbox"      : 0.2.1
                  Adapter    "fritzdect"     : 2.1.11
                  Adapter    "fronius"       : 1.0.5
                  Adapter    "frontier_silicon": 0.0.10
                  Adapter    "fuelpricemonitor": 0.2.4
                  Adapter    "fullcalendar"  : 1.1.0
                  Adapter    "fullybrowser"  : 2.0.8
                  Adapter    "g-homa"        : 0.5.3
                  Adapter    "geofency"      : 1.0.3
                  Adapter    "go-e"          : 1.0.0
                  Adapter    "growatt"       : 1.0.1
                  Adapter    "gruenbeck"     : 0.0.29
                  Adapter    "haassohn"      : 1.0.3
                  Adapter    "habpanel"      : 0.4.3
                  Adapter    "haier"         : 1.0.4
                  Adapter    "ham"           : 4.0.1
                  Adapter    "ham-wemo"      : 1.1.1
                  Adapter    "harmony"       : 1.2.2
                  Adapter    "heatingcontrol": 2.3.1
                  Adapter    "heos"          : 1.8.0
                  Adapter    "heytech"       : 1.0.0
                  Adapter    "hid"           : 0.1.17
                  Adapter    "history"       : 1.9.12   , installed 1.9.12
                  Adapter    "hm-rega"       : 3.0.16
                  Adapter    "hm-rpc"        : 1.14.37
                  Adapter    "hmip"          : 1.9.0
                  Adapter    "homeconnect"   : 0.0.32
                  Adapter    "homee"         : 1.1.1
                  Adapter    "homepilot"     : 1.0.3
                  Adapter    "hp-ilo"        : 1.0.6
                  Adapter    "hs100"         : 2.0.3
                  Adapter    "hue"           : 3.5.2
                  Adapter    "hue-extended"  : 2.0.0
                  Adapter    "i2c"           : 1.2.0
                  Adapter    "ical"          : 1.7.4
                  Adapter    "icons-addictive-flavour-png": 0.1.0
                  Adapter    "icons-fatcow-hosting": 0.1.0
                  Adapter    "icons-icons8"  : 0.0.1
                  Adapter    "icons-material-png": 0.1.0
                  Adapter    "icons-material-svg": 0.1.0
                  Adapter    "icons-mfd-png" : 1.0.2
                  Adapter    "icons-mfd-svg" : 1.0.2
                  Adapter    "icons-open-icon-library-png": 0.1.2
                  Adapter    "icons-ultimate-png": 1.0.1
                  Adapter    "influxdb"      : 1.9.5
                  Adapter    "info"          : 1.7.14   , installed 1.7.14
                  Adapter    "innogy-smarthome": 0.3.6
                  Adapter    "iogo"          : 0.6.5
                  Adapter    "iot"           : 1.8.16   , installed 1.8.16
                  Adapter    "iqontrol"      : 1.6.4
                  Adapter    "jarvis"        : 2.1.0
                  Adapter    "javascript"    : 5.1.3    , installed 5.1.3
                  Adapter    "jeelink"       : 0.1.0
                  Controller "js-controller" : 3.2.16   , installed 3.1.6 [Updateable]
                  Adapter    "kecontact"     : 1.1.2
                  Adapter    "klf200"        : 1.0.1
                  Adapter    "km200"         : 1.1.6
                  Adapter    "knmi-weather"  : 1.0.0
                  Adapter    "knx"           : 1.0.45
                  Adapter    "kodi"          : 2.0.5
                  Adapter    "kostal-piko-ba": 1.1.5
                  Adapter    "kress"         : 2.5.5
                  Adapter    "lametric"      : 1.2.0
                  Adapter    "landroid"      : 1.0.3
                  Adapter    "lcn"           : 1.0.2
                  Adapter    "legrand-ecocompteur": 1.0.0
                  Adapter    "letrika_comgw" : 0.0.5
                  Adapter    "lgtv"          : 1.1.10   , installed 1.1.10
                  Adapter    "lgtv-rs"       : 0.1.1
                  Adapter    "lgtv11"        : 1.0.5
                  Adapter    "lifx"          : 0.1.0
                  Adapter    "lightify"      : 0.2.16
                  Adapter    "link"          : 0.5.10
                  Adapter    "linkeddevices" : 1.4.3
                  Adapter    "linktap"       : 0.1.8
                  Adapter    "linux-control" : 1.1.2
                  Adapter    "logparser"     : 1.1.0
                  Adapter    "lovelace"      : 1.0.16   , installed 1.5.0
                  Adapter    "loxone"        : 2.1.0
                  Adapter    "luftdaten"     : 1.0.2
                  Adapter    "lupusec"       : 1.3.4
                  Adapter    "luxtronik1"    : 0.3.0
                  Adapter    "material"      : 0.13.9
                  Adapter    "maxcube"       : 1.0.3
                  Adapter    "maxcul"        : 1.3.1
                  Adapter    "mbus"          : 2.3.4
                  Adapter    "mclighting"    : 0.1.2
                  Adapter    "megad"         : 1.2.1
                  Adapter    "megadd"        : 0.2.0
                  Adapter    "megaesp"       : 0.1.0
                  Adapter    "melcloud"      : 1.0.6
                  Adapter    "mercedesme"    : 0.0.50
                  Adapter    "mercury"       : 0.1.4
                  Adapter    "meross"        : 1.5.1
                  Adapter    "meteoalarm"    : 1.1.3
                  Adapter    "midea"         : 0.0.6
                  Adapter    "miele"         : 0.1.5
                  Adapter    "mielecloudservice": 4.0.22
                  Adapter    "mihome"        : 1.3.7    , installed 1.3.7
                  Adapter    "mihome-lamp"   : 1.1.0
                  Adapter    "mihome-plug"   : 0.2.1
                  Adapter    "mihome-vacuum" : 2.1.1    , installed 2.1.1
                  Adapter    "mikrotik"      : 1.0.16
                  Adapter    "milight"       : 0.3.6
                  Adapter    "milight-smart-light": 1.2.0
                  Adapter    "minuvis"       : 1.4.0
                  Adapter    "mobile"        : 1.0.1
                  Adapter    "modbus"        : 3.2.6
                  Adapter    "moma"          : 1.2.8
                  Adapter    "mpd"           : 1.0.6
                  Adapter    "mqtt"          : 2.3.5
                  Adapter    "mqtt-client"   : 1.3.1
                  Adapter    "musiccast"     : 0.1.5
                  Adapter    "mydlink"       : 1.1.7
                  Adapter    "mysensors"     : 2.0.1
                  Adapter    "nanoleaf-lightpanels": 1.2.0
                  Adapter    "net-tools"     : 0.1.2
                  Adapter    "netatmo"       : 1.3.3
                  Adapter    "netatmo-crawler": 0.4.1
                  Adapter    "nibeuplink"    : 0.4.0
                  Adapter    "nina"          : 0.0.24
                  Adapter    "node-red"      : 2.3.0
                  Adapter    "nuki"          : 1.4.3
                  Adapter    "nuki-extended" : 2.3.0
                  Adapter    "nut"           : 1.4.3
                  Adapter    "octoprint"     : 1.0.8
                  Adapter    "odl"           : 1.1.4
                  Adapter    "oilfox"        : 0.0.5
                  Adapter    "omnicomm-lls"  : 0.0.7
                  Adapter    "onkyo"         : 2.0.3
                  Adapter    "onvif"         : 0.4.4
                  Adapter    "openhab"       : 1.1.0
                  Adapter    "openligadb"    : 1.1.0
                  Adapter    "openweathermap": 0.1.0    , installed 0.1.0
                  Adapter    "opi"           : 0.1.1
                  Adapter    "oppoplayer"    : 0.2.4
                  Adapter    "owfs"          : 0.6.4
                  Adapter    "owntracks"     : 1.0.0
                  Adapter    "panasonic-viera": 1.0.2
                  Adapter    "parser"        : 1.0.7
                  Adapter    "paw"           : 0.0.7
                  Adapter    "phantomjs"     : 1.1.2
                  Adapter    "pi-hole"       : 1.3.1
                  Adapter    "piface"        : 1.0.0
                  Adapter    "pimatic"       : 0.3.0
                  Adapter    "ping"          : 1.4.12   , installed 1.4.12
                  Adapter    "places"        : 1.0.0
                  Adapter    "plenticore"    : 2.1.6
                  Adapter    "plex"          : 0.8.11
                  Adapter    "plexconnect"   : 0.0.7
                  Adapter    "pollenflug"    : 1.0.6
                  Adapter    "proxmox"       : 1.3.3
                  Adapter    "proxy"         : 1.2.2
                  Adapter    "pushbullet"    : 0.0.11
                  Adapter    "pushover"      : 2.0.3
                  Adapter    "pushsafer"     : 1.0.3
                  Adapter    "radar2"        : 1.0.9
                  Adapter    "radiohead"     : 1.1.1
                  Adapter    "rflink"        : 2.1.6
                  Adapter    "rickshaw"      : 1.0.0
                  Adapter    "ring"          : 1.1.3
                  Adapter    "robonect"      : 0.1.3
                  Adapter    "roomba"        : 1.1.1
                  Adapter    "rpi2"          : 1.2.0
                  Adapter    "s7"            : 1.2.5
                  Adapter    "sainlogic"     : 0.6.6
                  Adapter    "samsung"       : 0.2.9
                  Adapter    "sanext"        : 0.0.5
                  Adapter    "sayit"         : 1.12.2   , installed 1.12.2
                  Adapter    "sbfspot"       : 4.0.5
                  Adapter    "scenes"        : 2.3.6
                  Adapter    "schoolfree"    : 0.7.0
                  Adapter    "schwoerer-ventcube": 1.3.0
                  Adapter    "seq"           : 0.2.10
                  Adapter    "shelly"        : 4.0.7    , installed 4.0.7
                  Adapter    "shuttercontrol": 1.1.5
                  Adapter    "sia"           : 1.0.4
                  Adapter    "siegenia"      : 1.1.0
                  Adapter    "simple-api"    : 2.5.3    , installed 2.5.3
                  Adapter    "smappee"       : 0.2.4
                  Adapter    "smartcontrol"  : 1.2.1
                  Adapter    "smartgarden"   : 1.0.4
                  Adapter    "smartmeter"    : 3.2.0
                  Adapter    "snips"         : 1.5.1
                  Adapter    "snmp"          : 0.5.0
                  Adapter    "socketio"      : 3.1.4    , installed 3.1.4
                  Adapter    "solarlog"      : 2.0.2
                  Adapter    "solarviewdatareader": 0.2.1
                  Adapter    "solarwetter"   : 1.0.0
                  Adapter    "sonnen"        : 1.7.1
                  Adapter    "sonoff"        : 2.4.0    , installed 2.4.0
                  Adapter    "sonos"         : 2.1.1    , installed 2.1.1
                  Adapter    "sony-bravia"   : 1.0.1
                  Adapter    "spotify-premium": 1.0.0
                  Adapter    "sql"           : 1.15.5
                  Adapter    "squeezebox"    : 1.0.0
                  Adapter    "squeezeboxrpc" : 1.3.4
                  Adapter    "starline"      : 1.1.3
                  Adapter    "statistics"    : 1.0.4
                  Adapter    "stiebel-isg"   : 1.6.0
                  Adapter    "sunnyportal"   : 0.1.5
                  Adapter    "swiss-weather-api": 0.3.2
                  Adapter    "synology"      : 1.0.0
                  Adapter    "systeminfo"    : 0.3.1
                  Adapter    "tahoma"        : 0.3.2
                  Adapter    "tankerkoenig"  : 2.0.5
                  Adapter    "telegram"      : 1.8.1    , installed 1.8.0 [Updateable]
                  Adapter    "terminal"      : 0.1.2
                  Adapter    "tesla-motors"  : 0.4.2
                  Adapter    "text2command"  : 2.0.7    , installed 2.0.7
                  Adapter    "tinker"        : 1.1.0
                  Adapter    "tr-064"        : 4.2.12   , installed 4.2.11 [Updateable]
                  Adapter    "traccar"       : 0.0.7
                  Adapter    "tradfri"       : 2.7.2
                  Adapter    "trashschedule" : 1.1.1
                  Adapter    "tunnelbroker-endpoint-updater": 0.0.1
                  Adapter    "tuya"          : 3.5.9    , installed 3.5.9
                  Adapter    "tvprogram"     : 1.0.0
                  Adapter    "tvspielfilm"   : 1.0.4
                  Adapter    "unifi"         : 0.5.8
                  Adapter    "upnp"          : 1.0.17
                  Adapter    "vaillant"      : 0.0.11
                  Adapter    "valloxmv"      : 1.1.2
                  Adapter    "vcard"         : 0.0.9
                  Adapter    "velux"         : 0.0.7
                  Adapter    "viessmann"     : 1.3.4
                  Adapter    "virtualpowermeter": 1.4.2
                  Adapter    "vis"           : 1.3.8
                  Adapter    "vis-bars"      : 0.1.4
                  Adapter    "vis-canvas-gauges": 0.1.5
                  Adapter    "vis-colorpicker": 1.2.0
                  Adapter    "vis-fancyswitch": 1.1.0
                  Adapter    "vis-google-fonts": 0.1.0
                  Adapter    "vis-history"   : 1.0.0
                  Adapter    "vis-hqwidgets" : 1.1.7
                  Adapter    "vis-icontwo"   : 0.67.0
                  Adapter    "vis-inventwo"  : 2.8.3
                  Adapter    "vis-jqui-mfd"  : 1.0.12
                  Adapter    "vis-justgage"  : 1.0.2
                  Adapter    "vis-keyboard"  : 0.0.2
                  Adapter    "vis-lcars"     : 1.0.4
                  Adapter    "vis-map"       : 1.0.4
                  Adapter    "vis-material-advanced": 1.7.0
                  Adapter    "vis-metro"     : 1.1.2
                  Adapter    "vis-players"   : 0.1.6
                  Adapter    "vis-plumb"     : 1.0.2
                  Adapter    "vis-rgraph"    : 0.0.2
                  Adapter    "vis-timeandweather": 1.1.7
                  Adapter    "vis-weather"   : 2.5.3
                  Adapter    "volumio"       : 0.1.2
                  Adapter    "volvo"         : 0.0.3
                  Adapter    "vr200"         : 1.0.0
                  Adapter    "vw-connect"    : 0.0.30
                  Adapter    "weatherunderground": 3.3.0
                  Adapter    "web"           : 3.4.0    , installed 3.4.0
                  Adapter    "weishaupt-wem" : 0.0.9
                  Adapter    "whatsapp-cmb"  : 0.1.6
                  Adapter    "wiffi-wz"      : 2.2.0
                  Adapter    "wifilight"     : 1.1.0
                  Adapter    "windows-control": 0.1.5
                  Adapter    "wled"          : 0.5.6
                  Adapter    "wm-bus"        : 0.1.12
                  Adapter    "wolf"          : 1.2.1
                  Adapter    "worx"          : 1.3.0
                  Adapter    "xbox"          : 0.7.7
                  Adapter    "xs1"           : 1.0.2
                  Adapter    "yahka"         : 0.12.0
                  Adapter    "yamaha"        : 0.4.0
                  Adapter    "yeelight-2"    : 1.0.3    , installed 1.0.3
                  Adapter    "youtube"       : 1.0.3
                  Adapter    "yr"            : 2.0.3
                  Adapter    "zigbee"        : 1.4.4
                  Adapter    "zont"          : 0.5.3
                  Adapter    "zwave2"        : 1.9.3
                  pi@raspberrypi:/opt/iobroker $ iobroker upgrade
                  Adapter "admin"          is up to date.
                  Adapter "alarm"          is not installed.
                  Adapter "alexa2"         is not installed.
                  Adapter "alias-manager"  is not installed.
                  Adapter "alpha2"         is not installed.
                  Adapter "amazon-dash"    is not installed.
                  Adapter "artnet"         is not installed.
                  Adapter "asterisk"       is not installed.
                  Adapter "asuswrt"        is not installed.
                  Adapter "b-control-em"   is not installed.
                  Update backitup from @2.1.0 to @2.1.6
                  host.raspberrypi Adapter "system.adapter.backitup.0" is stopped.
                  NPM version: 6.14.12
                  npm install iobroker.backitup@2.1.6 --loglevel error --prefix "/opt/iobroker" (System call)
                  npm ERR! code EINVALIDTAGNAME
                  npm ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T14_22_33_900Z-debug.log
                  upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                  upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                  upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                  upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                  upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
                  upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                  upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                  upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
                  upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                  upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
                  Adapter "backitup" updated
                  host.raspberrypi Adapter "system.adapter.backitup.0" is started
                  Adapter "beckhoff"       is not installed.
                  Adapter "benq"           is not installed.
                  Adapter "binance"        is not installed.
                  Adapter "ble"            is up to date.
                  Adapter "bmw"            is not installed.
                  Adapter "bosesoundtouch" is not installed.
                  Adapter "botvac"         is not installed.
                  Adapter "bring"          is not installed.
                  Adapter "broadlink2"     is not installed.
                  Adapter "bsblan"         is not installed.
                  Adapter "bshb"           is not installed.
                  Adapter "bydbatt"        is not installed.
                  Adapter "chromecast"     is not installed.
                  Adapter "cloud"          is up to date.
                  Adapter "comfoair"       is not installed.
                  Adapter "contactid"      is not installed.
                  Adapter "coronavirus-statistics" is not installed.
                  Adapter "countdown"      is not installed.
                  Adapter "cul"            is not installed.
                  Adapter "daikin"         is not installed.
                  Update daswetter from @3.0.4 to @3.0.7
                  host.raspberrypi Adapter "system.adapter.daswetter.0" is stopped.
                  NPM version: 6.14.12
                  npm install iobroker.daswetter@3.0.7 --loglevel error --prefix "/opt/iobroker" (System call)
                  npm ERR! code EINVALIDTAGNAME
                  npm ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T14_22_52_903Z-debug.log
                  upload [450] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/75.png icons/viento-wind/galeria2-Beaufort/75.png image/png
                  upload [400] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/3.png icons/viento-wind/galeria2-Beaufort/3.png image/png
                  upload [350] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria1/16.png icons/viento-wind/galeria1/16.png image/png
                  upload [300] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/Beaufort-White/60.png icons/viento-wind/Beaufort-White/60.png image/png
                  upload [250] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/Beaufort-White/15.png icons/viento-wind/Beaufort-White/15.png image/png
                  upload [200] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria6/11.svg icons/tiempo-weather/galeria6/11.svg image/svg+xml
                  upload [150] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria5/PNG/White/9.png icons/tiempo-weather/galeria5/PNG/White/9.png image/png
                  upload [100] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria4/3.png icons/tiempo-weather/galeria4/3.png image/png
                  upload [90] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria4/11.png icons/tiempo-weather/galeria4/11.png image/png
                  upload [80] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria3/2.png icons/tiempo-weather/galeria3/2.png image/png
                  upload [70] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria3/10.png icons/tiempo-weather/galeria3/10.png image/png
                  upload [60] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria2/19.png icons/tiempo-weather/galeria2/19.png image/png
                  upload [50] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria2/1.png icons/tiempo-weather/galeria2/1.png image/png
                  upload [40] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria1/18.png icons/tiempo-weather/galeria1/18.png image/png
                  upload [30] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/9.png icons/luna-moon/9.png image/png
                  upload [20] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/26.png icons/luna-moon/26.png image/png
                  upload [19] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/25.png icons/luna-moon/25.png image/png
                  upload [18] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/24.png icons/luna-moon/24.png image/png
                  upload [17] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/23.png icons/luna-moon/23.png image/png
                  upload [16] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/22.png icons/luna-moon/22.png image/png
                  upload [15] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/21.png icons/luna-moon/21.png image/png
                  upload [14] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/20.png icons/luna-moon/20.png image/png
                  upload [13] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/2.png icons/luna-moon/2.png image/png
                  upload [12] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/19.png icons/luna-moon/19.png image/png
                  upload [11] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/18.png icons/luna-moon/18.png image/png
                  upload [10] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/17.png icons/luna-moon/17.png image/png
                  upload [9] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/16.png icons/luna-moon/16.png image/png
                  upload [8] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/15.png icons/luna-moon/15.png image/png
                  upload [7] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/14.png icons/luna-moon/14.png image/png
                  upload [6] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/13.png icons/luna-moon/13.png image/png
                  upload [5] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/12.png icons/luna-moon/12.png image/png
                  upload [4] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/11.png icons/luna-moon/11.png image/png
                  upload [3] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/10.png icons/luna-moon/10.png image/png
                  upload [2] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/1.png icons/luna-moon/1.png image/png
                  upload [1] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/0.png icons/luna-moon/0.png image/png
                  upload [0] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/daswettercom.png daswettercom.png image/png
                  Adapter "daswetter" updated
                  host.raspberrypi Adapter "system.adapter.daswetter.0" is started
                  Adapter "deconz"         is up to date.
                  Adapter "denon"          is not installed.
                  Adapter "device-reminder" is not installed.
                  Adapter "devices"        is up to date.
                  Adapter "digitalstrom"   is not installed.
                  Adapter "discovergy"     is not installed.
                  Adapter "discovery"      is up to date.
                  Adapter "divera247"      is not installed.
                  Adapter "doorio"         is not installed.
                  Adapter "ds18b20"        is not installed.
                  Adapter "dwd"            is not installed.
                  Adapter "easee"          is not installed.
                  Adapter "ebus"           is not installed.
                  Adapter "echarts"        is not installed.
                  Adapter "ecovacs-deebot" is not installed.
                  Adapter "egigeozone"     is not installed.
                  Adapter "ekey"           is not installed.
                  Adapter "email"          is not installed.
                  Adapter "emby"           is not installed.
                  Adapter "energymanager"  is not installed.
                  Adapter "enet"           is not installed.
                  Adapter "epson_ecotank_et_2750" is not installed.
                  Adapter "epson_stylus_px830" is not installed.
                  Adapter "exchangerates"  is not installed.
                  Adapter "fahrplan"       is not installed.
                  Adapter "fakeroku"       is not installed.
                  Adapter "fb-checkpresence" is not installed.
                  Adapter "feiertage"      is not installed.
                  Adapter "fhem"           is not installed.
                  Adapter "find-my-iphone" is not installed.
                  Adapter "firetv"         is not installed.
                  Adapter "flot"           is not installed.
                  Adapter "followthesun"   is not installed.
                  Adapter "foobar2000"     is not installed.
                  Adapter "fritzbox"       is not installed.
                  Adapter "fritzdect"      is not installed.
                  Adapter "fronius"        is not installed.
                  Adapter "frontier_silicon" is not installed.
                  Adapter "fuelpricemonitor" is not installed.
                  Adapter "fullcalendar"   is not installed.
                  Adapter "fullybrowser"   is not installed.
                  Adapter "g-homa"         is not installed.
                  Adapter "geofency"       is not installed.
                  Adapter "go-e"           is not installed.
                  Adapter "growatt"        is not installed.
                  Adapter "gruenbeck"      is not installed.
                  Adapter "haassohn"       is not installed.
                  Adapter "habpanel"       is not installed.
                  Adapter "haier"          is not installed.
                  Adapter "ham"            is not installed.
                  Adapter "ham-wemo"       is not installed.
                  Adapter "harmony"        is not installed.
                  Adapter "heatingcontrol" is not installed.
                  Adapter "heos"           is not installed.
                  Adapter "heytech"        is not installed.
                  Adapter "hid"            is not installed.
                  Adapter "history"        is up to date.
                  Adapter "hm-rega"        is not installed.
                  Adapter "hm-rpc"         is not installed.
                  Adapter "hmip"           is not installed.
                  Adapter "homeconnect"    is not installed.
                  Adapter "homee"          is not installed.
                  Adapter "homepilot"      is not installed.
                  Adapter "hp-ilo"         is not installed.
                  Adapter "hs100"          is not installed.
                  Adapter "hue"            is not installed.
                  Adapter "hue-extended"   is not installed.
                  Adapter "i2c"            is not installed.
                  Adapter "ical"           is not installed.
                  Adapter "icons-addictive-flavour-png" is not installed.
                  Adapter "icons-fatcow-hosting" is not installed.
                  Adapter "icons-icons8"   is not installed.
                  Adapter "icons-material-png" is not installed.
                  Adapter "icons-material-svg" is not installed.
                  Adapter "icons-mfd-png"  is not installed.
                  Adapter "icons-mfd-svg"  is not installed.
                  Adapter "icons-open-icon-library-png" is not installed.
                  Adapter "icons-ultimate-png" is not installed.
                  Adapter "influxdb"       is not installed.
                  Adapter "info"           is up to date.
                  Adapter "innogy-smarthome" is not installed.
                  Adapter "iogo"           is not installed.
                  Adapter "iot"            is up to date.
                  Adapter "iqontrol"       is not installed.
                  Adapter "jarvis"         is not installed.
                  Adapter "javascript"     is up to date.
                  Adapter "jeelink"        is not installed.
                  Adapter "kecontact"      is not installed.
                  Adapter "klf200"         is not installed.
                  Adapter "km200"          is not installed.
                  Adapter "knmi-weather"   is not installed.
                  Adapter "knx"            is not installed.
                  Adapter "kodi"           is not installed.
                  Adapter "kostal-piko-ba" is not installed.
                  Adapter "kress"          is not installed.
                  Adapter "lametric"       is not installed.
                  Adapter "landroid"       is not installed.
                  Adapter "lcn"            is not installed.
                  Adapter "legrand-ecocompteur" is not installed.
                  Adapter "letrika_comgw"  is not installed.
                  Adapter "lgtv"           is up to date.
                  Adapter "lgtv-rs"        is not installed.
                  Adapter "lgtv11"         is not installed.
                  Adapter "lifx"           is not installed.
                  Adapter "lightify"       is not installed.
                  Adapter "link"           is not installed.
                  Adapter "linkeddevices"  is not installed.
                  Adapter "linktap"        is not installed.
                  Adapter "linux-control"  is not installed.
                  Adapter "logparser"      is not installed.
                  Adapter "lovelace"       is up to date.
                  Adapter "loxone"         is not installed.
                  Adapter "luftdaten"      is not installed.
                  Adapter "lupusec"        is not installed.
                  Adapter "luxtronik1"     is not installed.
                  Adapter "material"       is not installed.
                  Adapter "maxcube"        is not installed.
                  Adapter "maxcul"         is not installed.
                  Adapter "mbus"           is not installed.
                  Adapter "mclighting"     is not installed.
                  Adapter "megad"          is not installed.
                  Adapter "megadd"         is not installed.
                  Adapter "megaesp"        is not installed.
                  Adapter "melcloud"       is not installed.
                  Adapter "mercedesme"     is not installed.
                  Adapter "mercury"        is not installed.
                  Adapter "meross"         is not installed.
                  Adapter "meteoalarm"     is not installed.
                  Adapter "midea"          is not installed.
                  Adapter "miele"          is not installed.
                  Adapter "mielecloudservice" is not installed.
                  Adapter "mihome"         is up to date.
                  Adapter "mihome-lamp"    is not installed.
                  Adapter "mihome-plug"    is not installed.
                  Adapter "mihome-vacuum"  is up to date.
                  Adapter "mikrotik"       is not installed.
                  Adapter "milight"        is not installed.
                  Adapter "milight-smart-light" is not installed.
                  Adapter "minuvis"        is not installed.
                  Adapter "mobile"         is not installed.
                  Adapter "modbus"         is not installed.
                  Adapter "moma"           is not installed.
                  Adapter "mpd"            is not installed.
                  Adapter "mqtt"           is not installed.
                  Adapter "mqtt-client"    is not installed.
                  Adapter "musiccast"      is not installed.
                  Adapter "mydlink"        is not installed.
                  Adapter "mysensors"      is not installed.
                  Adapter "nanoleaf-lightpanels" is not installed.
                  Adapter "net-tools"      is not installed.
                  Adapter "netatmo"        is not installed.
                  Adapter "netatmo-crawler" is not installed.
                  Adapter "nibeuplink"     is not installed.
                  Adapter "nina"           is not installed.
                  Adapter "node-red"       is not installed.
                  Adapter "nuki"           is not installed.
                  Adapter "nuki-extended"  is not installed.
                  Adapter "nut"            is not installed.
                  Adapter "octoprint"      is not installed.
                  Adapter "odl"            is not installed.
                  Adapter "oilfox"         is not installed.
                  Adapter "omnicomm-lls"   is not installed.
                  Adapter "onkyo"          is not installed.
                  Adapter "onvif"          is not installed.
                  Adapter "openhab"        is not installed.
                  Adapter "openligadb"     is not installed.
                  Adapter "openweathermap" is up to date.
                  Adapter "opi"            is not installed.
                  Adapter "oppoplayer"     is not installed.
                  Adapter "owfs"           is not installed.
                  Adapter "owntracks"      is not installed.
                  Adapter "panasonic-viera" is not installed.
                  Adapter "parser"         is not installed.
                  Adapter "paw"            is not installed.
                  Adapter "phantomjs"      is not installed.
                  Adapter "pi-hole"        is not installed.
                  Adapter "piface"         is not installed.
                  Adapter "pimatic"        is not installed.
                  Adapter "ping"           is up to date.
                  Adapter "places"         is not installed.
                  Adapter "plenticore"     is not installed.
                  Adapter "plex"           is not installed.
                  Adapter "plexconnect"    is not installed.
                  Adapter "pollenflug"     is not installed.
                  Adapter "proxmox"        is not installed.
                  Adapter "proxy"          is not installed.
                  Adapter "pushbullet"     is not installed.
                  Adapter "pushover"       is not installed.
                  Adapter "pushsafer"      is not installed.
                  Adapter "radar2"         is not installed.
                  Adapter "radiohead"      is not installed.
                  Adapter "rflink"         is not installed.
                  Adapter "rickshaw"       is not installed.
                  Adapter "ring"           is not installed.
                  Adapter "robonect"       is not installed.
                  Adapter "roomba"         is not installed.
                  Adapter "rpi2"           is not installed.
                  Adapter "s7"             is not installed.
                  Adapter "sainlogic"      is not installed.
                  Adapter "samsung"        is not installed.
                  Adapter "sanext"         is not installed.
                  Adapter "sayit"          is up to date.
                  Adapter "sbfspot"        is not installed.
                  Adapter "scenes"         is not installed.
                  Adapter "schoolfree"     is not installed.
                  Adapter "schwoerer-ventcube" is not installed.
                  Adapter "seq"            is not installed.
                  Adapter "shelly"         is up to date.
                  Adapter "shuttercontrol" is not installed.
                  Adapter "sia"            is not installed.
                  Adapter "siegenia"       is not installed.
                  Adapter "simple-api"     is up to date.
                  Adapter "smappee"        is not installed.
                  Adapter "smartcontrol"   is not installed.
                  Adapter "smartgarden"    is not installed.
                  Adapter "smartmeter"     is not installed.
                  Adapter "snips"          is not installed.
                  Adapter "snmp"           is not installed.
                  Adapter "socketio"       is up to date.
                  Adapter "solarlog"       is not installed.
                  Adapter "solarviewdatareader" is not installed.
                  Adapter "solarwetter"    is not installed.
                  Adapter "sonnen"         is not installed.
                  Adapter "sonoff"         is up to date.
                  Adapter "sonos"          is up to date.
                  Adapter "sony-bravia"    is not installed.
                  Adapter "spotify-premium" is not installed.
                  Adapter "sql"            is not installed.
                  Adapter "squeezebox"     is not installed.
                  Adapter "squeezeboxrpc"  is not installed.
                  Adapter "starline"       is not installed.
                  Adapter "statistics"     is not installed.
                  Adapter "stiebel-isg"    is not installed.
                  Adapter "sunnyportal"    is not installed.
                  Adapter "swiss-weather-api" is not installed.
                  Adapter "synology"       is not installed.
                  Adapter "systeminfo"     is not installed.
                  Adapter "tahoma"         is not installed.
                  Adapter "tankerkoenig"   is not installed.
                  Update telegram from @1.8.0 to @1.8.1
                  host.raspberrypi Adapter "system.adapter.telegram.0" is stopped.
                  NPM version: 6.14.12
                  npm install iobroker.telegram@1.8.1 --loglevel error --prefix "/opt/iobroker" (System call)
                  npm ERR! code EINVALIDTAGNAME
                  npm ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T14_24_04_505Z-debug.log
                  upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/words.js words.js application/javascript
                  Update "system.adapter.telegram.0"
                  upload [4] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/telegram.png telegram.png image/png
                  upload [3] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index_m.html index_m.html text/html
                  upload [2] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index.html index.html text/html
                  upload [1] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/custom_m.html custom_m.html text/html
                  upload [0] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blockly.js blockly.js application/javascript
                  Adapter "telegram" updated
                  host.raspberrypi Adapter "system.adapter.telegram.0" is started
                  Adapter "terminal"       is not installed.
                  Adapter "tesla-motors"   is not installed.
                  Adapter "text2command"   is up to date.
                  Adapter "tinker"         is not installed.
                  Update tr-064 from @4.2.11 to @4.2.12
                  NPM version: 6.14.12
                  npm install iobroker.tr-064@4.2.12 --loglevel error --prefix "/opt/iobroker" (System call)
                  npm ERR! code EINVALIDTAGNAME
                  npm ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T14_24_33_966Z-debug.log
                  upload [2] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/words.js words.js application/javascript
                  upload [1] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/tr-064.png tr-064.png image/png
                  upload [0] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/index_m.html index_m.html text/html
                  Adapter "tr-064" updated
                  Adapter "traccar"        is not installed.
                  Adapter "tradfri"        is not installed.
                  Adapter "trashschedule"  is not installed.
                  Adapter "tunnelbroker-endpoint-updater" is not installed.
                  Adapter "tuya"           is up to date.
                  Adapter "tvprogram"      is not installed.
                  Adapter "tvspielfilm"    is not installed.
                  Adapter "unifi"          is not installed.
                  Adapter "upnp"           is not installed.
                  Adapter "vaillant"       is not installed.
                  Adapter "valloxmv"       is not installed.
                  Adapter "vcard"          is not installed.
                  Adapter "velux"          is not installed.
                  Adapter "viessmann"      is not installed.
                  Adapter "virtualpowermeter" is not installed.
                  Adapter "vis"            is not installed.
                  Adapter "vis-bars"       is not installed.
                  Adapter "vis-canvas-gauges" is not installed.
                  Adapter "vis-colorpicker" is not installed.
                  Adapter "vis-fancyswitch" is not installed.
                  Adapter "vis-google-fonts" is not installed.
                  Adapter "vis-history"    is not installed.
                  Adapter "vis-hqwidgets"  is not installed.
                  Adapter "vis-icontwo"    is not installed.
                  Adapter "vis-inventwo"   is not installed.
                  Adapter "vis-jqui-mfd"   is not installed.
                  Adapter "vis-justgage"   is not installed.
                  Adapter "vis-keyboard"   is not installed.
                  Adapter "vis-lcars"      is not installed.
                  Adapter "vis-map"        is not installed.
                  Adapter "vis-material-advanced" is not installed.
                  Adapter "vis-metro"      is not installed.
                  Adapter "vis-players"    is not installed.
                  Adapter "vis-plumb"      is not installed.
                  Adapter "vis-rgraph"     is not installed.
                  Adapter "vis-timeandweather" is not installed.
                  Adapter "vis-weather"    is not installed.
                  Adapter "volumio"        is not installed.
                  Adapter "volvo"          is not installed.
                  Adapter "vr200"          is not installed.
                  Adapter "vw-connect"     is not installed.
                  Adapter "weatherunderground" is not installed.
                  Adapter "web"            is up to date.
                  Adapter "weishaupt-wem"  is not installed.
                  Adapter "whatsapp-cmb"   is not installed.
                  Adapter "wiffi-wz"       is not installed.
                  Adapter "wifilight"      is not installed.
                  Adapter "windows-control" is not installed.
                  Adapter "wled"           is not installed.
                  Adapter "wm-bus"         is not installed.
                  Adapter "wolf"           is not installed.
                  Adapter "worx"           is not installed.
                  Adapter "xbox"           is not installed.
                  Adapter "xs1"            is not installed.
                  Adapter "yahka"          is not installed.
                  Adapter "yamaha"         is not installed.
                  Adapter "yeelight-2"     is up to date.
                  Adapter "youtube"        is not installed.
                  Adapter "yr"             is not installed.
                  Adapter "zigbee"         is not installed.
                  Adapter "zont"           is not installed.
                  Adapter "zwave2"         is not installed.
                  
                  
                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von
                  #20

                  @janhp sagte in Error Adapter installieren und updaten:

                  here we go!

                  jetzt hast du natürlich alles in einen Block geschriebn.

                  Ich habe beim durchscrollen die Passage mit dem npm cache nicht gefunden?
                  War die dabei?

                  kein Support per PN! - Fragen im Forum stellen -

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  1 Antwort Letzte Antwort
                  0
                  • J janhp

                    @homoran @Thomas-Braun here we go!

                    pi@raspberrypi:~ $ cd /opt/iobroker
                    pi@raspberrypi:/opt/iobroker $ npm cache clear --force
                    npm WARN using --force I sure hope you know what you are doing.
                    pi@raspberrypi:/opt/iobroker $ iobroker stop
                    pi@raspberrypi:/opt/iobroker $ iobroker fix
                    library: loaded
                    Library version=2021-04-07
                    
                    ==========================================================================
                    
                        Welcome to the ioBroker installation fixer!
                        Script version: 2021-04-07
                    
                        You might need to enter your password a couple of times.
                    
                    ==========================================================================
                    
                    
                    ==========================================================================
                        Installing prerequisites (1/3)
                    ==========================================================================
                    
                    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_12.x buster InRelease
                    Hit:4 https://phoscon.de/apt/deconz buster InRelease
                    Reading package lists... Done
                    Installed gcc-c++
                    
                    ==========================================================================
                        Checking ioBroker user and directory permissions (2/3)
                    ==========================================================================
                    
                    Created /etc/sudoers.d/iobroker
                    Fixing directory permissions...
                    
                    ==========================================================================
                        Checking autostart (3/3)
                    ==========================================================================
                    
                    Enabling autostart...
                    Autostart enabled!
                    
                    ==========================================================================
                    
                        Your installation was fixed successfully
                        Run iobroker start to start ioBroker again!
                    
                    ==========================================================================
                    
                    pi@raspberrypi:/opt/iobroker $ iobroker update
                    Used repository: default
                    hash changed or no sources cached => force download of new sources
                    update done
                    Adapter    "admin"         : 4.2.1    , installed 4.2.1
                    Adapter    "alarm"         : 2.0.1
                    Adapter    "alexa2"        : 3.8.1
                    Adapter    "alias-manager" : 1.2.1
                    Adapter    "alpha2"        : 1.0.0
                    Adapter    "amazon-dash"   : 1.1.0
                    Adapter    "artnet"        : 1.2.2
                    Adapter    "asterisk"      : 1.0.6
                    Adapter    "asuswrt"       : 1.0.1
                    Adapter    "b-control-em"  : 0.2.1
                    Adapter    "backitup"      : 2.1.6    , installed 2.1.0 [Updateable]
                    Adapter    "beckhoff"      : 1.4.0
                    Adapter    "benq"          : 0.2.4
                    Adapter    "binance"       : 1.1.3
                    Adapter    "ble"           : 0.12.0   , installed 0.12.0
                    Adapter    "bmw"           : 1.3.3
                    Adapter    "bosesoundtouch": 0.9.3
                    Adapter    "botvac"        : 1.0.0
                    Adapter    "bring"         : 1.7.7
                    Adapter    "broadlink2"    : 2.0.3
                    Adapter    "bsblan"        : 0.2.2
                    Adapter    "bshb"          : 0.1.13
                    Adapter    "bydbatt"       : 1.0.3
                    Adapter    "chromecast"    : 2.3.1
                    Adapter    "cloud"         : 4.0.10   , installed 4.0.10
                    Adapter    "comfoair"      : 1.1.3
                    Adapter    "contactid"     : 1.0.2
                    Adapter    "coronavirus-statistics": 0.6.3
                    Adapter    "countdown"     : 1.1.0
                    Adapter    "cul"           : 1.3.5
                    Adapter    "daikin"        : 1.3.0
                    Adapter    "daswetter"     : 3.0.7    , installed 3.0.4 [Updateable]
                    Adapter    "deconz"        : 1.3.11   , installed 1.3.11
                    Adapter    "denon"         : 1.10.4
                    Adapter    "device-reminder": 1.0.6
                    Adapter    "devices"       : 0.3.16   , installed 0.3.16
                    Adapter    "digitalstrom"  : 2.2.0
                    Adapter    "discovergy"    : 0.5.4
                    Adapter    "discovery"     : 2.6.1    , installed 2.6.1
                    Adapter    "divera247"     : 0.0.10
                    Adapter    "doorio"        : 1.1.4
                    Adapter    "ds18b20"       : 1.4.1
                    Adapter    "dwd"           : 2.7.5
                    Adapter    "easee"         : 0.1.2
                    Adapter    "ebus"          : 2.2.5
                    Adapter    "echarts"       : 0.4.11
                    Adapter    "ecovacs-deebot": 1.1.1
                    Adapter    "egigeozone"    : 0.1.2
                    Adapter    "ekey"          : 1.1.0
                    Adapter    "email"         : 1.0.9
                    Adapter    "emby"          : 1.0.2
                    Adapter    "energymanager" : 1.2.3
                    Adapter    "enet"          : 1.0.1
                    Adapter    "epson_ecotank_et_2750": 0.0.4
                    Adapter    "epson_stylus_px830": 0.2.1
                    Adapter    "exchangerates" : 0.0.14
                    Adapter    "fahrplan"      : 1.0.7
                    Adapter    "fakeroku"      : 0.2.1
                    Adapter    "fb-checkpresence": 1.1.0
                    Adapter    "feiertage"     : 1.0.17
                    Adapter    "fhem"          : 1.6.0
                    Adapter    "find-my-iphone": 0.2.15
                    Adapter    "firetv"        : 1.0.0
                    Adapter    "flot"          : 1.10.6
                    Adapter    "followthesun"  : 0.3.3
                    Adapter    "foobar2000"    : 2.0.4
                    Adapter    "fritzbox"      : 0.2.1
                    Adapter    "fritzdect"     : 2.1.11
                    Adapter    "fronius"       : 1.0.5
                    Adapter    "frontier_silicon": 0.0.10
                    Adapter    "fuelpricemonitor": 0.2.4
                    Adapter    "fullcalendar"  : 1.1.0
                    Adapter    "fullybrowser"  : 2.0.8
                    Adapter    "g-homa"        : 0.5.3
                    Adapter    "geofency"      : 1.0.3
                    Adapter    "go-e"          : 1.0.0
                    Adapter    "growatt"       : 1.0.1
                    Adapter    "gruenbeck"     : 0.0.29
                    Adapter    "haassohn"      : 1.0.3
                    Adapter    "habpanel"      : 0.4.3
                    Adapter    "haier"         : 1.0.4
                    Adapter    "ham"           : 4.0.1
                    Adapter    "ham-wemo"      : 1.1.1
                    Adapter    "harmony"       : 1.2.2
                    Adapter    "heatingcontrol": 2.3.1
                    Adapter    "heos"          : 1.8.0
                    Adapter    "heytech"       : 1.0.0
                    Adapter    "hid"           : 0.1.17
                    Adapter    "history"       : 1.9.12   , installed 1.9.12
                    Adapter    "hm-rega"       : 3.0.16
                    Adapter    "hm-rpc"        : 1.14.37
                    Adapter    "hmip"          : 1.9.0
                    Adapter    "homeconnect"   : 0.0.32
                    Adapter    "homee"         : 1.1.1
                    Adapter    "homepilot"     : 1.0.3
                    Adapter    "hp-ilo"        : 1.0.6
                    Adapter    "hs100"         : 2.0.3
                    Adapter    "hue"           : 3.5.2
                    Adapter    "hue-extended"  : 2.0.0
                    Adapter    "i2c"           : 1.2.0
                    Adapter    "ical"          : 1.7.4
                    Adapter    "icons-addictive-flavour-png": 0.1.0
                    Adapter    "icons-fatcow-hosting": 0.1.0
                    Adapter    "icons-icons8"  : 0.0.1
                    Adapter    "icons-material-png": 0.1.0
                    Adapter    "icons-material-svg": 0.1.0
                    Adapter    "icons-mfd-png" : 1.0.2
                    Adapter    "icons-mfd-svg" : 1.0.2
                    Adapter    "icons-open-icon-library-png": 0.1.2
                    Adapter    "icons-ultimate-png": 1.0.1
                    Adapter    "influxdb"      : 1.9.5
                    Adapter    "info"          : 1.7.14   , installed 1.7.14
                    Adapter    "innogy-smarthome": 0.3.6
                    Adapter    "iogo"          : 0.6.5
                    Adapter    "iot"           : 1.8.16   , installed 1.8.16
                    Adapter    "iqontrol"      : 1.6.4
                    Adapter    "jarvis"        : 2.1.0
                    Adapter    "javascript"    : 5.1.3    , installed 5.1.3
                    Adapter    "jeelink"       : 0.1.0
                    Controller "js-controller" : 3.2.16   , installed 3.1.6 [Updateable]
                    Adapter    "kecontact"     : 1.1.2
                    Adapter    "klf200"        : 1.0.1
                    Adapter    "km200"         : 1.1.6
                    Adapter    "knmi-weather"  : 1.0.0
                    Adapter    "knx"           : 1.0.45
                    Adapter    "kodi"          : 2.0.5
                    Adapter    "kostal-piko-ba": 1.1.5
                    Adapter    "kress"         : 2.5.5
                    Adapter    "lametric"      : 1.2.0
                    Adapter    "landroid"      : 1.0.3
                    Adapter    "lcn"           : 1.0.2
                    Adapter    "legrand-ecocompteur": 1.0.0
                    Adapter    "letrika_comgw" : 0.0.5
                    Adapter    "lgtv"          : 1.1.10   , installed 1.1.10
                    Adapter    "lgtv-rs"       : 0.1.1
                    Adapter    "lgtv11"        : 1.0.5
                    Adapter    "lifx"          : 0.1.0
                    Adapter    "lightify"      : 0.2.16
                    Adapter    "link"          : 0.5.10
                    Adapter    "linkeddevices" : 1.4.3
                    Adapter    "linktap"       : 0.1.8
                    Adapter    "linux-control" : 1.1.2
                    Adapter    "logparser"     : 1.1.0
                    Adapter    "lovelace"      : 1.0.16   , installed 1.5.0
                    Adapter    "loxone"        : 2.1.0
                    Adapter    "luftdaten"     : 1.0.2
                    Adapter    "lupusec"       : 1.3.4
                    Adapter    "luxtronik1"    : 0.3.0
                    Adapter    "material"      : 0.13.9
                    Adapter    "maxcube"       : 1.0.3
                    Adapter    "maxcul"        : 1.3.1
                    Adapter    "mbus"          : 2.3.4
                    Adapter    "mclighting"    : 0.1.2
                    Adapter    "megad"         : 1.2.1
                    Adapter    "megadd"        : 0.2.0
                    Adapter    "megaesp"       : 0.1.0
                    Adapter    "melcloud"      : 1.0.6
                    Adapter    "mercedesme"    : 0.0.50
                    Adapter    "mercury"       : 0.1.4
                    Adapter    "meross"        : 1.5.1
                    Adapter    "meteoalarm"    : 1.1.3
                    Adapter    "midea"         : 0.0.6
                    Adapter    "miele"         : 0.1.5
                    Adapter    "mielecloudservice": 4.0.22
                    Adapter    "mihome"        : 1.3.7    , installed 1.3.7
                    Adapter    "mihome-lamp"   : 1.1.0
                    Adapter    "mihome-plug"   : 0.2.1
                    Adapter    "mihome-vacuum" : 2.1.1    , installed 2.1.1
                    Adapter    "mikrotik"      : 1.0.16
                    Adapter    "milight"       : 0.3.6
                    Adapter    "milight-smart-light": 1.2.0
                    Adapter    "minuvis"       : 1.4.0
                    Adapter    "mobile"        : 1.0.1
                    Adapter    "modbus"        : 3.2.6
                    Adapter    "moma"          : 1.2.8
                    Adapter    "mpd"           : 1.0.6
                    Adapter    "mqtt"          : 2.3.5
                    Adapter    "mqtt-client"   : 1.3.1
                    Adapter    "musiccast"     : 0.1.5
                    Adapter    "mydlink"       : 1.1.7
                    Adapter    "mysensors"     : 2.0.1
                    Adapter    "nanoleaf-lightpanels": 1.2.0
                    Adapter    "net-tools"     : 0.1.2
                    Adapter    "netatmo"       : 1.3.3
                    Adapter    "netatmo-crawler": 0.4.1
                    Adapter    "nibeuplink"    : 0.4.0
                    Adapter    "nina"          : 0.0.24
                    Adapter    "node-red"      : 2.3.0
                    Adapter    "nuki"          : 1.4.3
                    Adapter    "nuki-extended" : 2.3.0
                    Adapter    "nut"           : 1.4.3
                    Adapter    "octoprint"     : 1.0.8
                    Adapter    "odl"           : 1.1.4
                    Adapter    "oilfox"        : 0.0.5
                    Adapter    "omnicomm-lls"  : 0.0.7
                    Adapter    "onkyo"         : 2.0.3
                    Adapter    "onvif"         : 0.4.4
                    Adapter    "openhab"       : 1.1.0
                    Adapter    "openligadb"    : 1.1.0
                    Adapter    "openweathermap": 0.1.0    , installed 0.1.0
                    Adapter    "opi"           : 0.1.1
                    Adapter    "oppoplayer"    : 0.2.4
                    Adapter    "owfs"          : 0.6.4
                    Adapter    "owntracks"     : 1.0.0
                    Adapter    "panasonic-viera": 1.0.2
                    Adapter    "parser"        : 1.0.7
                    Adapter    "paw"           : 0.0.7
                    Adapter    "phantomjs"     : 1.1.2
                    Adapter    "pi-hole"       : 1.3.1
                    Adapter    "piface"        : 1.0.0
                    Adapter    "pimatic"       : 0.3.0
                    Adapter    "ping"          : 1.4.12   , installed 1.4.12
                    Adapter    "places"        : 1.0.0
                    Adapter    "plenticore"    : 2.1.6
                    Adapter    "plex"          : 0.8.11
                    Adapter    "plexconnect"   : 0.0.7
                    Adapter    "pollenflug"    : 1.0.6
                    Adapter    "proxmox"       : 1.3.3
                    Adapter    "proxy"         : 1.2.2
                    Adapter    "pushbullet"    : 0.0.11
                    Adapter    "pushover"      : 2.0.3
                    Adapter    "pushsafer"     : 1.0.3
                    Adapter    "radar2"        : 1.0.9
                    Adapter    "radiohead"     : 1.1.1
                    Adapter    "rflink"        : 2.1.6
                    Adapter    "rickshaw"      : 1.0.0
                    Adapter    "ring"          : 1.1.3
                    Adapter    "robonect"      : 0.1.3
                    Adapter    "roomba"        : 1.1.1
                    Adapter    "rpi2"          : 1.2.0
                    Adapter    "s7"            : 1.2.5
                    Adapter    "sainlogic"     : 0.6.6
                    Adapter    "samsung"       : 0.2.9
                    Adapter    "sanext"        : 0.0.5
                    Adapter    "sayit"         : 1.12.2   , installed 1.12.2
                    Adapter    "sbfspot"       : 4.0.5
                    Adapter    "scenes"        : 2.3.6
                    Adapter    "schoolfree"    : 0.7.0
                    Adapter    "schwoerer-ventcube": 1.3.0
                    Adapter    "seq"           : 0.2.10
                    Adapter    "shelly"        : 4.0.7    , installed 4.0.7
                    Adapter    "shuttercontrol": 1.1.5
                    Adapter    "sia"           : 1.0.4
                    Adapter    "siegenia"      : 1.1.0
                    Adapter    "simple-api"    : 2.5.3    , installed 2.5.3
                    Adapter    "smappee"       : 0.2.4
                    Adapter    "smartcontrol"  : 1.2.1
                    Adapter    "smartgarden"   : 1.0.4
                    Adapter    "smartmeter"    : 3.2.0
                    Adapter    "snips"         : 1.5.1
                    Adapter    "snmp"          : 0.5.0
                    Adapter    "socketio"      : 3.1.4    , installed 3.1.4
                    Adapter    "solarlog"      : 2.0.2
                    Adapter    "solarviewdatareader": 0.2.1
                    Adapter    "solarwetter"   : 1.0.0
                    Adapter    "sonnen"        : 1.7.1
                    Adapter    "sonoff"        : 2.4.0    , installed 2.4.0
                    Adapter    "sonos"         : 2.1.1    , installed 2.1.1
                    Adapter    "sony-bravia"   : 1.0.1
                    Adapter    "spotify-premium": 1.0.0
                    Adapter    "sql"           : 1.15.5
                    Adapter    "squeezebox"    : 1.0.0
                    Adapter    "squeezeboxrpc" : 1.3.4
                    Adapter    "starline"      : 1.1.3
                    Adapter    "statistics"    : 1.0.4
                    Adapter    "stiebel-isg"   : 1.6.0
                    Adapter    "sunnyportal"   : 0.1.5
                    Adapter    "swiss-weather-api": 0.3.2
                    Adapter    "synology"      : 1.0.0
                    Adapter    "systeminfo"    : 0.3.1
                    Adapter    "tahoma"        : 0.3.2
                    Adapter    "tankerkoenig"  : 2.0.5
                    Adapter    "telegram"      : 1.8.1    , installed 1.8.0 [Updateable]
                    Adapter    "terminal"      : 0.1.2
                    Adapter    "tesla-motors"  : 0.4.2
                    Adapter    "text2command"  : 2.0.7    , installed 2.0.7
                    Adapter    "tinker"        : 1.1.0
                    Adapter    "tr-064"        : 4.2.12   , installed 4.2.11 [Updateable]
                    Adapter    "traccar"       : 0.0.7
                    Adapter    "tradfri"       : 2.7.2
                    Adapter    "trashschedule" : 1.1.1
                    Adapter    "tunnelbroker-endpoint-updater": 0.0.1
                    Adapter    "tuya"          : 3.5.9    , installed 3.5.9
                    Adapter    "tvprogram"     : 1.0.0
                    Adapter    "tvspielfilm"   : 1.0.4
                    Adapter    "unifi"         : 0.5.8
                    Adapter    "upnp"          : 1.0.17
                    Adapter    "vaillant"      : 0.0.11
                    Adapter    "valloxmv"      : 1.1.2
                    Adapter    "vcard"         : 0.0.9
                    Adapter    "velux"         : 0.0.7
                    Adapter    "viessmann"     : 1.3.4
                    Adapter    "virtualpowermeter": 1.4.2
                    Adapter    "vis"           : 1.3.8
                    Adapter    "vis-bars"      : 0.1.4
                    Adapter    "vis-canvas-gauges": 0.1.5
                    Adapter    "vis-colorpicker": 1.2.0
                    Adapter    "vis-fancyswitch": 1.1.0
                    Adapter    "vis-google-fonts": 0.1.0
                    Adapter    "vis-history"   : 1.0.0
                    Adapter    "vis-hqwidgets" : 1.1.7
                    Adapter    "vis-icontwo"   : 0.67.0
                    Adapter    "vis-inventwo"  : 2.8.3
                    Adapter    "vis-jqui-mfd"  : 1.0.12
                    Adapter    "vis-justgage"  : 1.0.2
                    Adapter    "vis-keyboard"  : 0.0.2
                    Adapter    "vis-lcars"     : 1.0.4
                    Adapter    "vis-map"       : 1.0.4
                    Adapter    "vis-material-advanced": 1.7.0
                    Adapter    "vis-metro"     : 1.1.2
                    Adapter    "vis-players"   : 0.1.6
                    Adapter    "vis-plumb"     : 1.0.2
                    Adapter    "vis-rgraph"    : 0.0.2
                    Adapter    "vis-timeandweather": 1.1.7
                    Adapter    "vis-weather"   : 2.5.3
                    Adapter    "volumio"       : 0.1.2
                    Adapter    "volvo"         : 0.0.3
                    Adapter    "vr200"         : 1.0.0
                    Adapter    "vw-connect"    : 0.0.30
                    Adapter    "weatherunderground": 3.3.0
                    Adapter    "web"           : 3.4.0    , installed 3.4.0
                    Adapter    "weishaupt-wem" : 0.0.9
                    Adapter    "whatsapp-cmb"  : 0.1.6
                    Adapter    "wiffi-wz"      : 2.2.0
                    Adapter    "wifilight"     : 1.1.0
                    Adapter    "windows-control": 0.1.5
                    Adapter    "wled"          : 0.5.6
                    Adapter    "wm-bus"        : 0.1.12
                    Adapter    "wolf"          : 1.2.1
                    Adapter    "worx"          : 1.3.0
                    Adapter    "xbox"          : 0.7.7
                    Adapter    "xs1"           : 1.0.2
                    Adapter    "yahka"         : 0.12.0
                    Adapter    "yamaha"        : 0.4.0
                    Adapter    "yeelight-2"    : 1.0.3    , installed 1.0.3
                    Adapter    "youtube"       : 1.0.3
                    Adapter    "yr"            : 2.0.3
                    Adapter    "zigbee"        : 1.4.4
                    Adapter    "zont"          : 0.5.3
                    Adapter    "zwave2"        : 1.9.3
                    pi@raspberrypi:/opt/iobroker $ iobroker upgrade
                    Adapter "admin"          is up to date.
                    Adapter "alarm"          is not installed.
                    Adapter "alexa2"         is not installed.
                    Adapter "alias-manager"  is not installed.
                    Adapter "alpha2"         is not installed.
                    Adapter "amazon-dash"    is not installed.
                    Adapter "artnet"         is not installed.
                    Adapter "asterisk"       is not installed.
                    Adapter "asuswrt"        is not installed.
                    Adapter "b-control-em"   is not installed.
                    Update backitup from @2.1.0 to @2.1.6
                    host.raspberrypi Adapter "system.adapter.backitup.0" is stopped.
                    NPM version: 6.14.12
                    npm install iobroker.backitup@2.1.6 --loglevel error --prefix "/opt/iobroker" (System call)
                    npm ERR! code EINVALIDTAGNAME
                    npm ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
                    
                    npm ERR! A complete log of this run can be found in:
                    npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T14_22_33_900Z-debug.log
                    upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                    upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                    upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                    upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                    upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
                    upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                    upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                    upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
                    upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                    upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
                    Adapter "backitup" updated
                    host.raspberrypi Adapter "system.adapter.backitup.0" is started
                    Adapter "beckhoff"       is not installed.
                    Adapter "benq"           is not installed.
                    Adapter "binance"        is not installed.
                    Adapter "ble"            is up to date.
                    Adapter "bmw"            is not installed.
                    Adapter "bosesoundtouch" is not installed.
                    Adapter "botvac"         is not installed.
                    Adapter "bring"          is not installed.
                    Adapter "broadlink2"     is not installed.
                    Adapter "bsblan"         is not installed.
                    Adapter "bshb"           is not installed.
                    Adapter "bydbatt"        is not installed.
                    Adapter "chromecast"     is not installed.
                    Adapter "cloud"          is up to date.
                    Adapter "comfoair"       is not installed.
                    Adapter "contactid"      is not installed.
                    Adapter "coronavirus-statistics" is not installed.
                    Adapter "countdown"      is not installed.
                    Adapter "cul"            is not installed.
                    Adapter "daikin"         is not installed.
                    Update daswetter from @3.0.4 to @3.0.7
                    host.raspberrypi Adapter "system.adapter.daswetter.0" is stopped.
                    NPM version: 6.14.12
                    npm install iobroker.daswetter@3.0.7 --loglevel error --prefix "/opt/iobroker" (System call)
                    npm ERR! code EINVALIDTAGNAME
                    npm ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
                    
                    npm ERR! A complete log of this run can be found in:
                    npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T14_22_52_903Z-debug.log
                    upload [450] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/75.png icons/viento-wind/galeria2-Beaufort/75.png image/png
                    upload [400] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria2-Beaufort/3.png icons/viento-wind/galeria2-Beaufort/3.png image/png
                    upload [350] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/galeria1/16.png icons/viento-wind/galeria1/16.png image/png
                    upload [300] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/Beaufort-White/60.png icons/viento-wind/Beaufort-White/60.png image/png
                    upload [250] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/viento-wind/Beaufort-White/15.png icons/viento-wind/Beaufort-White/15.png image/png
                    upload [200] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria6/11.svg icons/tiempo-weather/galeria6/11.svg image/svg+xml
                    upload [150] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria5/PNG/White/9.png icons/tiempo-weather/galeria5/PNG/White/9.png image/png
                    upload [100] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria4/3.png icons/tiempo-weather/galeria4/3.png image/png
                    upload [90] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria4/11.png icons/tiempo-weather/galeria4/11.png image/png
                    upload [80] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria3/2.png icons/tiempo-weather/galeria3/2.png image/png
                    upload [70] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria3/10.png icons/tiempo-weather/galeria3/10.png image/png
                    upload [60] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria2/19.png icons/tiempo-weather/galeria2/19.png image/png
                    upload [50] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria2/1.png icons/tiempo-weather/galeria2/1.png image/png
                    upload [40] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/tiempo-weather/galeria1/18.png icons/tiempo-weather/galeria1/18.png image/png
                    upload [30] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/9.png icons/luna-moon/9.png image/png
                    upload [20] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/26.png icons/luna-moon/26.png image/png
                    upload [19] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/25.png icons/luna-moon/25.png image/png
                    upload [18] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/24.png icons/luna-moon/24.png image/png
                    upload [17] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/23.png icons/luna-moon/23.png image/png
                    upload [16] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/22.png icons/luna-moon/22.png image/png
                    upload [15] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/21.png icons/luna-moon/21.png image/png
                    upload [14] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/20.png icons/luna-moon/20.png image/png
                    upload [13] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/2.png icons/luna-moon/2.png image/png
                    upload [12] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/19.png icons/luna-moon/19.png image/png
                    upload [11] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/18.png icons/luna-moon/18.png image/png
                    upload [10] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/17.png icons/luna-moon/17.png image/png
                    upload [9] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/16.png icons/luna-moon/16.png image/png
                    upload [8] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/15.png icons/luna-moon/15.png image/png
                    upload [7] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/14.png icons/luna-moon/14.png image/png
                    upload [6] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/13.png icons/luna-moon/13.png image/png
                    upload [5] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/12.png icons/luna-moon/12.png image/png
                    upload [4] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/11.png icons/luna-moon/11.png image/png
                    upload [3] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/10.png icons/luna-moon/10.png image/png
                    upload [2] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/1.png icons/luna-moon/1.png image/png
                    upload [1] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/icons/luna-moon/0.png icons/luna-moon/0.png image/png
                    upload [0] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/daswettercom.png daswettercom.png image/png
                    Adapter "daswetter" updated
                    host.raspberrypi Adapter "system.adapter.daswetter.0" is started
                    Adapter "deconz"         is up to date.
                    Adapter "denon"          is not installed.
                    Adapter "device-reminder" is not installed.
                    Adapter "devices"        is up to date.
                    Adapter "digitalstrom"   is not installed.
                    Adapter "discovergy"     is not installed.
                    Adapter "discovery"      is up to date.
                    Adapter "divera247"      is not installed.
                    Adapter "doorio"         is not installed.
                    Adapter "ds18b20"        is not installed.
                    Adapter "dwd"            is not installed.
                    Adapter "easee"          is not installed.
                    Adapter "ebus"           is not installed.
                    Adapter "echarts"        is not installed.
                    Adapter "ecovacs-deebot" is not installed.
                    Adapter "egigeozone"     is not installed.
                    Adapter "ekey"           is not installed.
                    Adapter "email"          is not installed.
                    Adapter "emby"           is not installed.
                    Adapter "energymanager"  is not installed.
                    Adapter "enet"           is not installed.
                    Adapter "epson_ecotank_et_2750" is not installed.
                    Adapter "epson_stylus_px830" is not installed.
                    Adapter "exchangerates"  is not installed.
                    Adapter "fahrplan"       is not installed.
                    Adapter "fakeroku"       is not installed.
                    Adapter "fb-checkpresence" is not installed.
                    Adapter "feiertage"      is not installed.
                    Adapter "fhem"           is not installed.
                    Adapter "find-my-iphone" is not installed.
                    Adapter "firetv"         is not installed.
                    Adapter "flot"           is not installed.
                    Adapter "followthesun"   is not installed.
                    Adapter "foobar2000"     is not installed.
                    Adapter "fritzbox"       is not installed.
                    Adapter "fritzdect"      is not installed.
                    Adapter "fronius"        is not installed.
                    Adapter "frontier_silicon" is not installed.
                    Adapter "fuelpricemonitor" is not installed.
                    Adapter "fullcalendar"   is not installed.
                    Adapter "fullybrowser"   is not installed.
                    Adapter "g-homa"         is not installed.
                    Adapter "geofency"       is not installed.
                    Adapter "go-e"           is not installed.
                    Adapter "growatt"        is not installed.
                    Adapter "gruenbeck"      is not installed.
                    Adapter "haassohn"       is not installed.
                    Adapter "habpanel"       is not installed.
                    Adapter "haier"          is not installed.
                    Adapter "ham"            is not installed.
                    Adapter "ham-wemo"       is not installed.
                    Adapter "harmony"        is not installed.
                    Adapter "heatingcontrol" is not installed.
                    Adapter "heos"           is not installed.
                    Adapter "heytech"        is not installed.
                    Adapter "hid"            is not installed.
                    Adapter "history"        is up to date.
                    Adapter "hm-rega"        is not installed.
                    Adapter "hm-rpc"         is not installed.
                    Adapter "hmip"           is not installed.
                    Adapter "homeconnect"    is not installed.
                    Adapter "homee"          is not installed.
                    Adapter "homepilot"      is not installed.
                    Adapter "hp-ilo"         is not installed.
                    Adapter "hs100"          is not installed.
                    Adapter "hue"            is not installed.
                    Adapter "hue-extended"   is not installed.
                    Adapter "i2c"            is not installed.
                    Adapter "ical"           is not installed.
                    Adapter "icons-addictive-flavour-png" is not installed.
                    Adapter "icons-fatcow-hosting" is not installed.
                    Adapter "icons-icons8"   is not installed.
                    Adapter "icons-material-png" is not installed.
                    Adapter "icons-material-svg" is not installed.
                    Adapter "icons-mfd-png"  is not installed.
                    Adapter "icons-mfd-svg"  is not installed.
                    Adapter "icons-open-icon-library-png" is not installed.
                    Adapter "icons-ultimate-png" is not installed.
                    Adapter "influxdb"       is not installed.
                    Adapter "info"           is up to date.
                    Adapter "innogy-smarthome" is not installed.
                    Adapter "iogo"           is not installed.
                    Adapter "iot"            is up to date.
                    Adapter "iqontrol"       is not installed.
                    Adapter "jarvis"         is not installed.
                    Adapter "javascript"     is up to date.
                    Adapter "jeelink"        is not installed.
                    Adapter "kecontact"      is not installed.
                    Adapter "klf200"         is not installed.
                    Adapter "km200"          is not installed.
                    Adapter "knmi-weather"   is not installed.
                    Adapter "knx"            is not installed.
                    Adapter "kodi"           is not installed.
                    Adapter "kostal-piko-ba" is not installed.
                    Adapter "kress"          is not installed.
                    Adapter "lametric"       is not installed.
                    Adapter "landroid"       is not installed.
                    Adapter "lcn"            is not installed.
                    Adapter "legrand-ecocompteur" is not installed.
                    Adapter "letrika_comgw"  is not installed.
                    Adapter "lgtv"           is up to date.
                    Adapter "lgtv-rs"        is not installed.
                    Adapter "lgtv11"         is not installed.
                    Adapter "lifx"           is not installed.
                    Adapter "lightify"       is not installed.
                    Adapter "link"           is not installed.
                    Adapter "linkeddevices"  is not installed.
                    Adapter "linktap"        is not installed.
                    Adapter "linux-control"  is not installed.
                    Adapter "logparser"      is not installed.
                    Adapter "lovelace"       is up to date.
                    Adapter "loxone"         is not installed.
                    Adapter "luftdaten"      is not installed.
                    Adapter "lupusec"        is not installed.
                    Adapter "luxtronik1"     is not installed.
                    Adapter "material"       is not installed.
                    Adapter "maxcube"        is not installed.
                    Adapter "maxcul"         is not installed.
                    Adapter "mbus"           is not installed.
                    Adapter "mclighting"     is not installed.
                    Adapter "megad"          is not installed.
                    Adapter "megadd"         is not installed.
                    Adapter "megaesp"        is not installed.
                    Adapter "melcloud"       is not installed.
                    Adapter "mercedesme"     is not installed.
                    Adapter "mercury"        is not installed.
                    Adapter "meross"         is not installed.
                    Adapter "meteoalarm"     is not installed.
                    Adapter "midea"          is not installed.
                    Adapter "miele"          is not installed.
                    Adapter "mielecloudservice" is not installed.
                    Adapter "mihome"         is up to date.
                    Adapter "mihome-lamp"    is not installed.
                    Adapter "mihome-plug"    is not installed.
                    Adapter "mihome-vacuum"  is up to date.
                    Adapter "mikrotik"       is not installed.
                    Adapter "milight"        is not installed.
                    Adapter "milight-smart-light" is not installed.
                    Adapter "minuvis"        is not installed.
                    Adapter "mobile"         is not installed.
                    Adapter "modbus"         is not installed.
                    Adapter "moma"           is not installed.
                    Adapter "mpd"            is not installed.
                    Adapter "mqtt"           is not installed.
                    Adapter "mqtt-client"    is not installed.
                    Adapter "musiccast"      is not installed.
                    Adapter "mydlink"        is not installed.
                    Adapter "mysensors"      is not installed.
                    Adapter "nanoleaf-lightpanels" is not installed.
                    Adapter "net-tools"      is not installed.
                    Adapter "netatmo"        is not installed.
                    Adapter "netatmo-crawler" is not installed.
                    Adapter "nibeuplink"     is not installed.
                    Adapter "nina"           is not installed.
                    Adapter "node-red"       is not installed.
                    Adapter "nuki"           is not installed.
                    Adapter "nuki-extended"  is not installed.
                    Adapter "nut"            is not installed.
                    Adapter "octoprint"      is not installed.
                    Adapter "odl"            is not installed.
                    Adapter "oilfox"         is not installed.
                    Adapter "omnicomm-lls"   is not installed.
                    Adapter "onkyo"          is not installed.
                    Adapter "onvif"          is not installed.
                    Adapter "openhab"        is not installed.
                    Adapter "openligadb"     is not installed.
                    Adapter "openweathermap" is up to date.
                    Adapter "opi"            is not installed.
                    Adapter "oppoplayer"     is not installed.
                    Adapter "owfs"           is not installed.
                    Adapter "owntracks"      is not installed.
                    Adapter "panasonic-viera" is not installed.
                    Adapter "parser"         is not installed.
                    Adapter "paw"            is not installed.
                    Adapter "phantomjs"      is not installed.
                    Adapter "pi-hole"        is not installed.
                    Adapter "piface"         is not installed.
                    Adapter "pimatic"        is not installed.
                    Adapter "ping"           is up to date.
                    Adapter "places"         is not installed.
                    Adapter "plenticore"     is not installed.
                    Adapter "plex"           is not installed.
                    Adapter "plexconnect"    is not installed.
                    Adapter "pollenflug"     is not installed.
                    Adapter "proxmox"        is not installed.
                    Adapter "proxy"          is not installed.
                    Adapter "pushbullet"     is not installed.
                    Adapter "pushover"       is not installed.
                    Adapter "pushsafer"      is not installed.
                    Adapter "radar2"         is not installed.
                    Adapter "radiohead"      is not installed.
                    Adapter "rflink"         is not installed.
                    Adapter "rickshaw"       is not installed.
                    Adapter "ring"           is not installed.
                    Adapter "robonect"       is not installed.
                    Adapter "roomba"         is not installed.
                    Adapter "rpi2"           is not installed.
                    Adapter "s7"             is not installed.
                    Adapter "sainlogic"      is not installed.
                    Adapter "samsung"        is not installed.
                    Adapter "sanext"         is not installed.
                    Adapter "sayit"          is up to date.
                    Adapter "sbfspot"        is not installed.
                    Adapter "scenes"         is not installed.
                    Adapter "schoolfree"     is not installed.
                    Adapter "schwoerer-ventcube" is not installed.
                    Adapter "seq"            is not installed.
                    Adapter "shelly"         is up to date.
                    Adapter "shuttercontrol" is not installed.
                    Adapter "sia"            is not installed.
                    Adapter "siegenia"       is not installed.
                    Adapter "simple-api"     is up to date.
                    Adapter "smappee"        is not installed.
                    Adapter "smartcontrol"   is not installed.
                    Adapter "smartgarden"    is not installed.
                    Adapter "smartmeter"     is not installed.
                    Adapter "snips"          is not installed.
                    Adapter "snmp"           is not installed.
                    Adapter "socketio"       is up to date.
                    Adapter "solarlog"       is not installed.
                    Adapter "solarviewdatareader" is not installed.
                    Adapter "solarwetter"    is not installed.
                    Adapter "sonnen"         is not installed.
                    Adapter "sonoff"         is up to date.
                    Adapter "sonos"          is up to date.
                    Adapter "sony-bravia"    is not installed.
                    Adapter "spotify-premium" is not installed.
                    Adapter "sql"            is not installed.
                    Adapter "squeezebox"     is not installed.
                    Adapter "squeezeboxrpc"  is not installed.
                    Adapter "starline"       is not installed.
                    Adapter "statistics"     is not installed.
                    Adapter "stiebel-isg"    is not installed.
                    Adapter "sunnyportal"    is not installed.
                    Adapter "swiss-weather-api" is not installed.
                    Adapter "synology"       is not installed.
                    Adapter "systeminfo"     is not installed.
                    Adapter "tahoma"         is not installed.
                    Adapter "tankerkoenig"   is not installed.
                    Update telegram from @1.8.0 to @1.8.1
                    host.raspberrypi Adapter "system.adapter.telegram.0" is stopped.
                    NPM version: 6.14.12
                    npm install iobroker.telegram@1.8.1 --loglevel error --prefix "/opt/iobroker" (System call)
                    npm ERR! code EINVALIDTAGNAME
                    npm ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
                    
                    npm ERR! A complete log of this run can be found in:
                    npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T14_24_04_505Z-debug.log
                    upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/words.js words.js application/javascript
                    Update "system.adapter.telegram.0"
                    upload [4] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/telegram.png telegram.png image/png
                    upload [3] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index_m.html index_m.html text/html
                    upload [2] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index.html index.html text/html
                    upload [1] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/custom_m.html custom_m.html text/html
                    upload [0] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blockly.js blockly.js application/javascript
                    Adapter "telegram" updated
                    host.raspberrypi Adapter "system.adapter.telegram.0" is started
                    Adapter "terminal"       is not installed.
                    Adapter "tesla-motors"   is not installed.
                    Adapter "text2command"   is up to date.
                    Adapter "tinker"         is not installed.
                    Update tr-064 from @4.2.11 to @4.2.12
                    NPM version: 6.14.12
                    npm install iobroker.tr-064@4.2.12 --loglevel error --prefix "/opt/iobroker" (System call)
                    npm ERR! code EINVALIDTAGNAME
                    npm ERR! Invalid tag name "node-mihome@0.0.32": Tags may not have any characters that encodeURIComponent encodes.
                    
                    npm ERR! A complete log of this run can be found in:
                    npm ERR!     /home/iobroker/.npm/_logs/2021-05-11T14_24_33_966Z-debug.log
                    upload [2] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/words.js words.js application/javascript
                    upload [1] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/tr-064.png tr-064.png image/png
                    upload [0] tr-064.admin /opt/iobroker/node_modules/iobroker.tr-064/admin/index_m.html index_m.html text/html
                    Adapter "tr-064" updated
                    Adapter "traccar"        is not installed.
                    Adapter "tradfri"        is not installed.
                    Adapter "trashschedule"  is not installed.
                    Adapter "tunnelbroker-endpoint-updater" is not installed.
                    Adapter "tuya"           is up to date.
                    Adapter "tvprogram"      is not installed.
                    Adapter "tvspielfilm"    is not installed.
                    Adapter "unifi"          is not installed.
                    Adapter "upnp"           is not installed.
                    Adapter "vaillant"       is not installed.
                    Adapter "valloxmv"       is not installed.
                    Adapter "vcard"          is not installed.
                    Adapter "velux"          is not installed.
                    Adapter "viessmann"      is not installed.
                    Adapter "virtualpowermeter" is not installed.
                    Adapter "vis"            is not installed.
                    Adapter "vis-bars"       is not installed.
                    Adapter "vis-canvas-gauges" is not installed.
                    Adapter "vis-colorpicker" is not installed.
                    Adapter "vis-fancyswitch" is not installed.
                    Adapter "vis-google-fonts" is not installed.
                    Adapter "vis-history"    is not installed.
                    Adapter "vis-hqwidgets"  is not installed.
                    Adapter "vis-icontwo"    is not installed.
                    Adapter "vis-inventwo"   is not installed.
                    Adapter "vis-jqui-mfd"   is not installed.
                    Adapter "vis-justgage"   is not installed.
                    Adapter "vis-keyboard"   is not installed.
                    Adapter "vis-lcars"      is not installed.
                    Adapter "vis-map"        is not installed.
                    Adapter "vis-material-advanced" is not installed.
                    Adapter "vis-metro"      is not installed.
                    Adapter "vis-players"    is not installed.
                    Adapter "vis-plumb"      is not installed.
                    Adapter "vis-rgraph"     is not installed.
                    Adapter "vis-timeandweather" is not installed.
                    Adapter "vis-weather"    is not installed.
                    Adapter "volumio"        is not installed.
                    Adapter "volvo"          is not installed.
                    Adapter "vr200"          is not installed.
                    Adapter "vw-connect"     is not installed.
                    Adapter "weatherunderground" is not installed.
                    Adapter "web"            is up to date.
                    Adapter "weishaupt-wem"  is not installed.
                    Adapter "whatsapp-cmb"   is not installed.
                    Adapter "wiffi-wz"       is not installed.
                    Adapter "wifilight"      is not installed.
                    Adapter "windows-control" is not installed.
                    Adapter "wled"           is not installed.
                    Adapter "wm-bus"         is not installed.
                    Adapter "wolf"           is not installed.
                    Adapter "worx"           is not installed.
                    Adapter "xbox"           is not installed.
                    Adapter "xs1"            is not installed.
                    Adapter "yahka"          is not installed.
                    Adapter "yamaha"         is not installed.
                    Adapter "yeelight-2"     is up to date.
                    Adapter "youtube"        is not installed.
                    Adapter "yr"             is not installed.
                    Adapter "zigbee"         is not installed.
                    Adapter "zont"           is not installed.
                    Adapter "zwave2"         is not installed.
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #21

                    @janhp

                    Wie sind wir eigentlich in Bezug auf nodeJS unterwegs?

                    which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                    

                    mal anschauen.

                    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

                    HomoranH J 2 Antworten Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @janhp

                      Wie sind wir eigentlich in Bezug auf nodeJS unterwegs?

                      which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                      

                      mal anschauen.

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

                      @thomas-braun ich habe da noch dunkel was in erinnerung, dass ggf. in der package-lock.json eine falsch dep drin stand.
                      Kannst du dich da noch erinnern?

                      kein Support per PN! - Fragen im Forum stellen -

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      ioBroker freut sich auch über eine Spende für das Forum. 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

                        @thomas-braun ich habe da noch dunkel was in erinnerung, dass ggf. in der package-lock.json eine falsch dep drin stand.
                        Kannst du dich da noch erinnern?

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

                        @homoran Nee, ich wüsste auch nicht wo man da genau das Skalpell ansetzen müsste. Ist nicht mein Fachgebiet.

                        Vielleicht fällt aber @Pittini da noch was ein. Der sollte da ja 'näher dran sein'.

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

                        P 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @janhp

                          Wie sind wir eigentlich in Bezug auf nodeJS unterwegs?

                          which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                          

                          mal anschauen.

                          J Offline
                          J Offline
                          janhp
                          schrieb am zuletzt editiert von
                          #24

                          @thomas-braun

                          pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                          /usr/bin/nodejs
                          /usr/bin/node
                          /usr/bin/npm
                          v12.22.1
                          v12.22.1
                          6.14.12
                          nodejs:
                            Installed: 12.22.1-1nodesource1
                            Candidate: 12.22.1-1nodesource1
                            Version table:
                           *** 12.22.1-1nodesource1 500
                                  500 https://deb.nodesource.com/node_12.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
                          • J janhp

                            @thomas-braun

                            pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                            /usr/bin/nodejs
                            /usr/bin/node
                            /usr/bin/npm
                            v12.22.1
                            v12.22.1
                            6.14.12
                            nodejs:
                              Installed: 12.22.1-1nodesource1
                              Candidate: 12.22.1-1nodesource1
                              Version table:
                             *** 12.22.1-1nodesource1 500
                                    500 https://deb.nodesource.com/node_12.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
                            #25

                            @janhp

                            Ja, das passt wie erwartet alles.

                            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
                            • HomoranH Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #26

                              @janhp

                              wenn du mutig bist, kannst du mal in die Datei /opt/iobroker/package-lock.json sehen, ob sich darin dieses ominöse node-mihome@0.0.32 befindet (das braucht noch keinen Mut ;-) )

                              wenn ja, die Datei sicherheitshalber einfach umbenennen und den Pi neu starten.
                              dann noch mal versuchen.

                              Aber: Ich gabe davon sehr wenig Ahnung, also auf eigenes Risiko

                              kein Support per PN! - Fragen im Forum stellen -

                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              J 1 Antwort Letzte Antwort
                              0
                              • HomoranH Homoran

                                @janhp

                                wenn du mutig bist, kannst du mal in die Datei /opt/iobroker/package-lock.json sehen, ob sich darin dieses ominöse node-mihome@0.0.32 befindet (das braucht noch keinen Mut ;-) )

                                wenn ja, die Datei sicherheitshalber einfach umbenennen und den Pi neu starten.
                                dann noch mal versuchen.

                                Aber: Ich gabe davon sehr wenig Ahnung, also auf eigenes Risiko

                                J Offline
                                J Offline
                                janhp
                                schrieb am zuletzt editiert von janhp
                                #27

                                @homoran ja ist 2x enthalten. soll ich die .json mal umbenennen? oder wie ist hier das richtige vorgehen?

                                acc7a6ed-a9f0-412c-a954-b8805e054c0b-image.png
                                f89a3bcd-6a5c-48b1-a73c-f562b2fbaf36-image.png

                                HomoranH 2 Antworten Letzte Antwort
                                0
                                • J janhp

                                  @homoran ja ist 2x enthalten. soll ich die .json mal umbenennen? oder wie ist hier das richtige vorgehen?

                                  acc7a6ed-a9f0-412c-a954-b8805e054c0b-image.png
                                  f89a3bcd-6a5c-48b1-a73c-f562b2fbaf36-image.png

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

                                  @janhp Wat nu?

                                  ich weiß nicht ob und wenn ja, wie man das auskommentieren kann.
                                  Trau dich - oder warte bis ich Infos habe

                                  kein Support per PN! - Fragen im Forum stellen -

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  1 Antwort Letzte Antwort
                                  0
                                  • J janhp

                                    @homoran ja ist 2x enthalten. soll ich die .json mal umbenennen? oder wie ist hier das richtige vorgehen?

                                    acc7a6ed-a9f0-412c-a954-b8805e054c0b-image.png
                                    f89a3bcd-6a5c-48b1-a73c-f562b2fbaf36-image.png

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

                                    @janhp Nur umbenennen - und testen
                                    Neustart nicht notwendig

                                    kein Support per PN! - Fragen im Forum stellen -

                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                    ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    J 1 Antwort Letzte Antwort
                                    0
                                    • HomoranH Homoran

                                      @janhp Nur umbenennen - und testen
                                      Neustart nicht notwendig

                                      J Offline
                                      J Offline
                                      janhp
                                      schrieb am zuletzt editiert von
                                      #30

                                      @Homoran Habe die entsprechenden Stellen aus der .json gelöscht und tada funktioniert jetzt wieder.

                                      vielen dank an die ganze community!

                                      HomoranH 1 Antwort Letzte Antwort
                                      0
                                      • J janhp

                                        @Homoran Habe die entsprechenden Stellen aus der .json gelöscht und tada funktioniert jetzt wieder.

                                        vielen dank an die ganze community!

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

                                        @janhp sagte in Error Adapter installieren und updaten:

                                        funktioniert jetzt wieder.

                                        super!!!!

                                        @janhp sagte in Error Adapter installieren und updaten:

                                        Habe die entsprechenden Stellen aus der .json gelöscht

                                        Das hatte ich mich nicht getraut

                                        kein Support per PN! - Fragen im Forum stellen -

                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @homoran Nee, ich wüsste auch nicht wo man da genau das Skalpell ansetzen müsste. Ist nicht mein Fachgebiet.

                                          Vielleicht fällt aber @Pittini da noch was ein. Der sollte da ja 'näher dran sein'.

                                          P Offline
                                          P Offline
                                          Pittini
                                          Developer
                                          schrieb am zuletzt editiert von
                                          #32

                                          @thomas-braun sagte in Error Adapter installieren und updaten:

                                          Vielleicht fällt aber @Pittini da noch was ein. Der sollte da ja 'näher dran sein'.

                                          Leider nein, ich hab ihn ja herverwiesen weil ich keinen Plan von Systemebene hab und die node-mihome auch nicht von mir ist, ich nutz die nur in einem Skript. Allerdings ist das Skript zig mal bei diversen Usern im Einsatz, so dass ich nicht von nem grundsätzlichen Problem ausgeh. Allerdings hatten einige beim installieren schon Probleme, und zwar ausschließlich raspi Nutzer, bei allen mit Nucs etc. läufts wie Butter. Hab heut mal kurz schon mit Apollon und Dutchman im Discord gesprochen und die meinten Forum und Dich taggen :) . Issues bei node-mihome sind auch für die Katz, weil der Dev seit Monaten nicht mehr reagiert, auch keine prs merged usw. Leider bin ich mit meinem Skript auf die node-mihome angewiesen, die macht die Verbindung zur Xiaomi Cloud.

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          567

                                          Online

                                          32.7k

                                          Benutzer

                                          82.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