Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] keine Adapter Updates mehr möglich

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    [gelöst] keine Adapter Updates mehr möglich

    This topic has been deleted. Only users with topic management privileges can see it.
    • Diginix
      Diginix last edited by Diginix

      Bei der iobroker Installation war es noch npm 7.5 was ich dan auf 6.14 gedowngraded habe. Ob es daran liegt, kann ich nicht erkennen.

      Systemdata
      Hardwaresystem: NUC7i3
      Arbeitsspeicher: 4GB
      Festplattenart: SSD
      Betriebssystem: Ubuntu
      Node-Version: 12.21.0
      Nodejs-Version: 12.21.0
      NPM-Version: 6.14.11
      Installationsart: Skript
      Image genutzt: Nein

      Ausgabe beim Update übe die GUI:

      $ ./iobroker upgrade mqtt
      Update mqtt from @2.3.4 to @2.3.5
      NPM version: 6.14.11
      npm install iobroker.mqtt@2.3.5 --loglevel error --prefix "/opt/iobroker" (System call)
      npm ERR! Error while executing:
      npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/halloamt/ioBroker.frontier_silicon.gitnpm ERR! 
      npm ERR! Host key verification failed.
      npm ERR! fatal: Could not read from remote repository.npm ERR! npm ERR! Please make sure you have the correct access rightsnpm ERR! and the repository exists.
      npm ERR! npm ERR! exited with error code: 128
      
      npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2021-02-27T11_33_42_632Z-debug.log
      upload [3] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/words.js words.js application/javascript
      upload [2] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/mqtt.png mqtt.png image/png
      upload [1] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/index_m.html index_m.html text/html
      upload [0] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/index.html index.html text/html
      Adapter "mqtt" updated
      process exited with code 0
      

      Ausgabe bei Update über Kommandozeile:

      iobroker@iobroker:/opt/iobroker$ iob upgrade mqtt
      
      This upgrade of "mqtt" will introduce the following changes:
      ==========================================================================
      -> 2.3.5:
      js-controller 2.0 is now required at least
      change default subscribe to mqtt.0.*
      ==========================================================================
      
      Would you like to upgrade mqtt from @2.3.4 to @2.3.5 now? [(y)es, (n)o]: y
      Update mqtt from @2.3.4 to @2.3.5
      NPM version: 6.14.11
      npm install iobroker.mqtt@2.3.5 --loglevel error --prefix "/opt/iobroker" (System call)
      The authenticity of host 'github.com (140.82.121.3)' can't be established.
      RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
      Are you sure you want to continue connecting (yes/no/[fingerprint])? y
      Please type 'yes', 'no' or the fingerprint: yes
      npm ERR! Error while executing:
      npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/halloamt/ioBroker.frontier_silicon.git
      npm ERR!
      npm ERR! Warning: Permanently added 'github.com,140.82.121.3' (RSA) to the list of known hosts.
      npm ERR! git@github.com: Permission denied (publickey).
      npm ERR! fatal: Could not read from remote repository.
      npm ERR!
      npm ERR! Please make sure you have the correct access rights
      npm ERR! and the repository exists.
      npm ERR!
      npm ERR! exited with error code: 128
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2021-02-27T11_49_14_936Z-debug.log
      upload [3] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/words.js words.js application/javascript
      upload [2] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/mqtt.png mqtt.png image/png
      upload [1] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/index_m.html index_m.html text/html
      upload [0] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/index.html index.html text/html
      Adapter "mqtt" updated
      
      

      iob fix und npm rebuild liefen durch, aber die Ausgabe von npm rebuild ist länger als die max erlaubten Zeichen hier.

      Installer Info:

      Installer version: 2020-12-07
      Installation date 2021-02-18
      Platform: linux
      init system: systemd
      Autostart: systemd
      ACL enabled: true
      Fixer version: 2020-12-07
      Fix date 2021-02-24
      ACL enabled: true
      init system: systemd
      Autostart: systemd
      Fixer version: 2020-12-07
      Fix date 2021-02-27
      ACL enabled: true
      init system: systemd
      Autostart: systemd
      
      

      nodejs, node, npm:

      iobroker@iobroker:/opt/iobroker$ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
      /usr/bin/nodejs
      v12.21.0
      /usr/bin/node
      v12.21.0
      /usr/bin/npm
      6.14.11
      nodejs:
        Installed: 12.21.0-deb-1nodesource1
        Candidate: 12.21.0-deb-1nodesource1
        Version table:
       *** 12.21.0-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_12.x focal/main amd64 Packages
              100 /var/lib/dpkg/status
           10.19.0~dfsg-3ubuntu1 500
              500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
      
      

      FredF 1 Reply Last reply Reply Quote 0
      • FredF
        FredF Most Active Forum Testing @Diginix last edited by

        @diginix sagte in keine Adapter Updates mehr möglich:

        The authenticity of host 'github.com (140.82.121.3)' can't be established.

        Anscheinend erreichst du die Github Seite nicht.
        Gib mal die 140.82.121.3 im Browser ein.

        Diginix 1 Reply Last reply Reply Quote 0
        • Diginix
          Diginix @FredF last edited by

          @fredf Ist ein Ubuntu Server ohne GUI. Ping liefert das:

          iobroker@iobroker:/opt/iobroker$  ping -c 1 github.com
          PING github.com (140.82.121.3) 56(84) bytes of data.
          64 bytes from lb-140-82-121-3-fra.github.com (140.82.121.3): icmp_seq=1 ttl=54 time=37.1 ms
          
          --- github.com ping statistics ---
          1 packets transmitted, 1 received, 0% packet loss, time 0ms
          rtt min/avg/max/mdev = 37.123/37.123/37.123/0.000 ms
          
          
          FredF 1 Reply Last reply Reply Quote 0
          • FredF
            FredF Most Active Forum Testing @Diginix last edited by

            @diginix
            hmm, es wird aber auch erfolg gemeldet

            Adapter "mqtt" updated

            Diginix 1 Reply Last reply Reply Quote 0
            • Diginix
              Diginix @FredF last edited by

              @fredf Bleibt aber auf der alten Ver. Gleiches auch bei einem anderen Adapter.
              package.json und io-package.json enthalten auch die alte Ver.Nr

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Diginix last edited by

                @diginix
                npm7 benötigt tw. eine andere Syntax in den jsons.
                Daher sollte das noch nicht in Verbindung mit ioBroker genutzt werden.

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

                sagt?

                Diginix 1 Reply Last reply Reply Quote 0
                • Diginix
                  Diginix @Thomas Braun last edited by Diginix

                  @thomas-braun steht im op letzter Spoiler.
                  Und ich bin ja deswegen zurück auf npm 6.

                  FredF Thomas Braun 3 Replies Last reply Reply Quote 0
                  • FredF
                    FredF Most Active Forum Testing @Diginix last edited by

                    @diginix dann klinke ich mich mal aus @Thomas-Braun wirds schon richten 👍

                    1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Diginix last edited by

                      @diginix
                      Spoiler haken auf meinem Handy, deswegen klicke ich die nie auf.

                      1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Diginix last edited by

                        @diginix

                        iobroker update
                        iobroker upgrade
                        
                        Diginix 1 Reply Last reply Reply Quote 0
                        • Diginix
                          Diginix @Thomas Braun last edited by Diginix

                          @thomas-braun auch schon gemacht

                          Da werden mir eben die Updates für die mqtt und lupusec angeboten, die sich bisher auf keine Weise installieren lassen.

                          Hier nochmal alle Details:

                          iobroker@iobroker:/opt/iobroker$ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                          /usr/bin/nodejs
                          v12.21.0
                          /usr/bin/node
                          v12.21.0
                          /usr/bin/npm
                          6.14.11
                          nodejs:
                            Installed: 12.21.0-deb-1nodesource1
                            Candidate: 12.21.0-deb-1nodesource1
                            Version table:
                           *** 12.21.0-deb-1nodesource1 500
                                  500 https://deb.nodesource.com/node_12.x focal/main amd64 Packages
                                  100 /var/lib/dpkg/status
                               10.19.0~dfsg-3ubuntu1 500
                                  500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                          

                          Ich könnte alles sauber neu aufsetzen, aber das is irgendwie nicht befiedigend. Für mich wäre interessant ob beim Downgrad von npm noch was zu beachten ist.
                          Müssen alle Adapter neu gebaut werden?

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Diginix last edited by

                            @diginix
                            Wie bist du eigentlich an npm@7 gekommen? Händisch global in das System gekleistert?

                            Diginix 1 Reply Last reply Reply Quote 0
                            • Diginix
                              Diginix @Thomas Braun last edited by Diginix

                              @thomas-braun sudo npm install -g npm@latest
                              und zurück mit sudo npm install -g npm@6

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Diginix last edited by Thomas Braun

                                @diginix
                                Macht man nicht...

                                sudo which npm -v
                                
                                Diginix 1 Reply Last reply Reply Quote 0
                                • Diginix
                                  Diginix @Thomas Braun last edited by Diginix

                                  @thomas-braun sagte in keine Adapter Updates mehr möglich:

                                  sudo which npm -v

                                  iobroker@iobroker:/opt/iobroker$ sudo which npm -v
                                  /usr/bin/npm
                                  iobroker@iobroker:/opt/iobroker$ sudo npm -v
                                  6.14.11

                                  Was macht man nicht? Das NPM installieren?

                                  Die Frage ist ja auch ob es überhaupt daran liegt oder doch an Netzwerk Dingen. Weil ja der Hinweis von Fred kam mit:

                                  The authenticity of host 'github.com (140.82.121.3)' can't be established.
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Diginix last edited by

                                    @diginix
                                    Ja, npm aktualisiert man besser nicht von Hand.
                                    Kommt meist nix gescheites bei herum, wie man sieht.

                                    Vollständige Ausgabe von

                                    iobroker update && iobroker upgrade
                                    

                                    iobroker ist auch kein guter Username für einen Standard-User. Der ist eigentlich für den gleichnamigen Systemuser vorgesehen.

                                    Diginix 1 Reply Last reply Reply Quote 0
                                    • Diginix
                                      Diginix @Thomas Braun last edited by Diginix

                                      @thomas-braun

                                      iobroker@iobroker:/opt/iobroker$ iobroker update && iobroker upgrade
                                      Used repository: beta
                                      hash unchanged, use cached sources
                                      update done
                                      Adapter    "accuweather"   : 1.1.5
                                      Adapter    "adb"           : 0.0.5
                                      Adapter    "admin"         : 4.2.1    , installed 4.2.1
                                      Adapter    "alarm"         : 1.9.0
                                      Adapter    "alexa2"        : 3.8.1    , installed 3.8.1
                                      Adapter    "alias-manager" : 0.0.6
                                      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.0.0    , installed 2.0.1
                                      Adapter    "beckhoff"      : 1.4.0
                                      Adapter    "benq"          : 0.2.4
                                      Adapter    "binance"       : 1.1.3
                                      Adapter    "ble"           : 0.12.0
                                      Adapter    "blink4home"    : 0.1.1
                                      Adapter    "bmw"           : 1.4.0
                                      Adapter    "boblight"      : 0.0.1
                                      Adapter    "bosesoundtouch": 0.9.3
                                      Adapter    "botvac"        : 1.0.0
                                      Adapter    "bring"         : 1.7.7
                                      Adapter    "broadlink2"    : 2.1.5
                                      Adapter    "bsblan"        : 0.2.0
                                      Adapter    "bshb"          : 0.1.13
                                      Adapter    "calendar"      : 1.2.0
                                      Adapter    "cameras"       : 0.1.3
                                      Adapter    "canbus"        : 1.0.0
                                      Adapter    "cec2"          : 0.1.0
                                      Adapter    "chromecast"    : 2.3.1
                                      Adapter    "cloud"         : 4.0.10
                                      Adapter    "comfoair"      : 1.1.3
                                      Adapter    "contact"       : 1.1.3
                                      Adapter    "contactid"     : 1.0.2
                                      Adapter    "coronavirus-statistics": 0.6.8
                                      Adapter    "corrently"     : 0.0.2
                                      Adapter    "countdown"     : 1.1.0
                                      Adapter    "cul"           : 1.3.4
                                      Adapter    "daikin"        : 1.3.0
                                      Adapter    "daswetter"     : 3.0.4    , installed 3.0.4
                                      Adapter    "deconz"        : 1.3.11
                                      Adapter    "denon"         : 1.10.4
                                      Adapter    "device-reminder": 1.0.6
                                      Adapter    "devices"       : 0.3.15
                                      Adapter    "diashow"       : 0.1.0
                                      Adapter    "digitalstrom"  : 2.0.5
                                      Adapter    "discovergy"    : 0.5.4
                                      Adapter    "discovery"     : 2.5.0    , installed 2.5.0
                                      Adapter    "doorbird"      : 0.1.5
                                      Adapter    "doorio"        : 1.1.2
                                      Adapter    "ds18b20"       : 1.4.0
                                      Adapter    "dwd"           : 2.7.5    , installed 2.7.5
                                      Adapter    "dysonairpurifier": 0.8.0-pre
                                      Adapter    "ebus"          : 2.2.4
                                      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    , installed 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    "eventlist"     : 0.4.2
                                      Adapter    "exchangerates" : 0.0.14
                                      Adapter    "fahrplan"      : 1.0.5
                                      Adapter    "fakeroku"      : 0.2.1
                                      Adapter    "fb-checkpresence": 1.1.0   , installed 1.1.2
                                      Adapter    "feiertage"     : 1.0.19   , installed 1.0.19
                                      Adapter    "fhem"          : 1.5.3
                                      Adapter    "find-my-iphone": 0.2.17
                                      Adapter    "firetv"        : 1.0.0
                                      Adapter    "fitbit-api"    : 0.1.1
                                      Adapter    "flot"          : 1.10.6   , installed 1.10.6
                                      Adapter    "followthesun"  : 0.3.2
                                      Adapter    "foobar2000"    : 2.0.4
                                      Adapter    "fritzbox"      : 0.2.1
                                      Adapter    "fritzdect"     : 2.1.7
                                      Adapter    "fronius"       : 1.1.1
                                      Adapter    "frontier_silicon": 0.0.10  , installed 0.0.10
                                      Adapter    "fuelpricemonitor": 0.1.4
                                      Adapter    "fullcalendar"  : 1.1.0
                                      Adapter    "fullybrowser"  : 2.0.5
                                      Adapter    "g-homa"        : 0.5.3
                                      Adapter    "geofency"      : 1.0.0
                                      Adapter    "go-e"          : 1.0.2
                                      Adapter    "growatt"       : 1.0.0
                                      Adapter    "gruenbeck"     : 0.0.28
                                      Adapter    "haassohn"      : 1.0.3
                                      Adapter    "habpanel"      : 0.4.3    , installed 0.4.3
                                      Adapter    "haier"         : 1.0.4
                                      Adapter    "ham"           : 3.0.2
                                      Adapter    "ham-wemo"      : 1.1.0
                                      Adapter    "harmony"       : 1.2.2
                                      Adapter    "hass"          : 1.0.0
                                      Adapter    "hass-mqtt"     : 0.0.7
                                      Adapter    "heatingcontrol": 2.2.0
                                      Adapter    "heos"          : 1.7.7
                                      Adapter    "heytech"       : 1.0.1
                                      Adapter    "hid"           : 0.1.17
                                      Adapter    "hilink"        : 0.2.7
                                      Adapter    "history"       : 1.9.12   , installed 1.9.12
                                      Adapter    "hm-rega"       : 3.0.16
                                      Adapter    "hm-rpc"        : 1.14.35
                                      Adapter    "hmip"          : 1.9.0
                                      Adapter    "hombot"        : 0.1.3
                                      Adapter    "homeconnect"   : 0.0.32
                                      Adapter    "homee"         : 1.1.0
                                      Adapter    "homepilot"     : 1.1.4
                                      Adapter    "hp-ilo"        : 1.0.6
                                      Adapter    "hs100"         : 2.0.3
                                      Adapter    "hue"           : 3.5.2
                                      Adapter    "hue-extended"  : 2.0.0
                                      Adapter    "hyperion"      : 0.0.9
                                      Adapter    "i2c"           : 1.1.1
                                      Adapter    "ical"          : 1.9.1    , installed 1.9.1
                                      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.4
                                      Adapter    "info"          : 1.7.15   , installed 1.7.15
                                      Adapter    "innogy-smarthome": 0.3.6
                                      Adapter    "intesishome"   : 0.1.2
                                      Adapter    "iogo"          : 0.6.6
                                      Adapter    "iot"           : 1.8.13   , installed 1.8.13
                                      Adapter    "iqontrol"      : 1.6.1
                                      Adapter    "jarvis"        : 2.2.0    , installed 2.2.0
                                      Adapter    "javascript"    : 4.11.0   , installed 4.11.0
                                      Adapter    "jeelink"       : 0.1.3
                                      Controller "js-controller" : 3.2.16   , installed 3.2.16
                                      Adapter    "js2fs"         : 0.1.5
                                      Adapter    "kecontact"     : 1.0.1
                                      Adapter    "klf200"        : 1.0.1
                                      Adapter    "km200"         : 2.0.3
                                      Adapter    "knmi-weather"  : 1.0.0
                                      Adapter    "knx"           : 1.0.44
                                      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    "lg-ess-home"   : 0.0.8
                                      Adapter    "lgtv"          : 1.1.10
                                      Adapter    "lgtv-rs"       : 0.1.1
                                      Adapter    "lgtv11"        : 1.0.5
                                      Adapter    "lifx"          : 0.1.1
                                      Adapter    "lightify"      : 0.2.16
                                      Adapter    "link"          : 0.5.10
                                      Adapter    "linkeddevices" : 1.4.2
                                      Adapter    "linktap"       : 0.1.7
                                      Adapter    "linux-control" : 1.1.2
                                      Adapter    "logparser"     : 1.1.0
                                      Adapter    "lovelace"      : 1.4.3
                                      Adapter    "loxone"        : 2.1.0
                                      Adapter    "luftdaten"     : 1.0.2
                                      Adapter    "lupusec"       : 1.3.3    , installed 1.3.2 [Updateable]
                                      Adapter    "luxtronik1"    : 0.3.0
                                      Adapter    "material"      : 0.13.9   , installed 0.13.9
                                      Adapter    "maxcube"       : 1.0.2
                                      Adapter    "maxcul"        : 1.3.1
                                      Adapter    "mbus"          : 2.3.2
                                      Adapter    "mclighting"    : 0.1.2
                                      Adapter    "megad"         : 1.2.1
                                      Adapter    "megadd"        : 0.2.0
                                      Adapter    "megaesp"       : 0.1.0
                                      Adapter    "melcloud"      : 1.1.1
                                      Adapter    "mercedesme"    : 0.0.45
                                      Adapter    "mercury"       : 0.1.4
                                      Adapter    "meross"        : 1.5.1
                                      Adapter    "meteoalarm"    : 1.1.1
                                      Adapter    "midea"         : 0.0.6
                                      Adapter    "miele"         : 0.1.5
                                      Adapter    "mielecloudservice": 3.0.0-beta
                                      Adapter    "mihome"        : 1.3.7    , installed 1.3.7
                                      Adapter    "mihome-airpurifier": 0.1.8
                                      Adapter    "mihome-lamp"   : 1.1.0
                                      Adapter    "mihome-plug"   : 0.2.1    , installed 0.2.1
                                      Adapter    "mihome-vacuum" : 2.1.1    , installed 2.2.4
                                      Adapter    "miio"          : 0.0.13
                                      Adapter    "mikrotik"      : 1.0.16
                                      Adapter    "milight"       : 0.3.6
                                      Adapter    "milight-smart-light": 1.2.0
                                      Adapter    "minuvis"       : 1.3.1
                                      Adapter    "mobile"        : 1.0.1
                                      Adapter    "modbus"        : 3.2.4    , installed 3.2.4
                                      Adapter    "moma"          : 1.2.7
                                      Adapter    "mpd"           : 1.0.6
                                      Adapter    "mqtt"          : 2.3.5    , installed 2.3.4 [Updateable]
                                      Adapter    "mqtt-client"   : 1.3.1
                                      Adapter    "multicast"     : 0.1.5
                                      Adapter    "musiccast"     : 0.1.5
                                      Adapter    "mydlink"       : 1.1.7
                                      Adapter    "myq"           : 0.1.1
                                      Adapter    "mysensors"     : 2.0.1
                                      Adapter    "mystrom"       : 0.0.2
                                      Adapter    "mytime"        : 0.6.1
                                      Adapter    "myvbus"        : 0.0.6
                                      Adapter    "nanoleaf-lightpanels": 1.2.0
                                      Adapter    "net-tools"     : 0.1.2
                                      Adapter    "netatmo"       : 1.3.3
                                      Adapter    "netatmo-crawler": 0.3.9
                                      Adapter    "nibeuplink"    : 0.4.0
                                      Adapter    "nina"          : 0.0.24
                                      Adapter    "node-red"      : 2.1.0
                                      Adapter    "noolitef"      : 0.0.2
                                      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"        : 2.1.0
                                      Adapter    "omnicomm-lls"  : 0.0.7
                                      Adapter    "omron-fins"    : 0.0.1
                                      Adapter    "onkyo"         : 2.0.3    , installed 2.0.3
                                      Adapter    "onvif"         : 0.4.4
                                      Adapter    "openhab"       : 1.1.0
                                      Adapter    "openligadb"    : 1.2.0
                                      Adapter    "opentherm"     : 0.1.9
                                      Adapter    "openweathermap": 0.1.0
                                      Adapter    "opi"           : 0.1.1
                                      Adapter    "oppoplayer"    : 0.2.1
                                      Adapter    "owfs"          : 0.6.4
                                      Adapter    "owntracks"     : 1.0.0
                                      Adapter    "palazzetti"    : 0.0.6
                                      Adapter    "panasonic-viera": 1.0.2
                                      Adapter    "parser"        : 1.0.7    , installed 1.0.7
                                      Adapter    "paw"           : 0.3.2
                                      Adapter    "phantomjs"     : 1.1.2
                                      Adapter    "philips-air"   : 0.1.0
                                      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.7    , installed 2.1.7
                                      Adapter    "plex"          : 0.9.1
                                      Adapter    "plexconnect"   : 0.0.7
                                      Adapter    "pollenflug"    : 1.0.6
                                      Adapter    "procon-ip"     : 1.0.2
                                      Adapter    "proxmox"       : 1.2.0    , installed 1.2.0
                                      Adapter    "proxy"         : 1.2.1
                                      Adapter    "pushbullet"    : 0.0.11
                                      Adapter    "pushover"      : 2.0.3
                                      Adapter    "pushsafer"     : 1.0.3
                                      Adapter    "radar2"        : 2.0.1    , installed 2.0.1
                                      Adapter    "radiohead"     : 1.1.1
                                      Adapter    "rainbird"      : 0.2.2
                                      Adapter    "rflink"        : 2.1.6
                                      Adapter    "rickshaw"      : 1.0.0
                                      Adapter    "ring"          : 1.1.3
                                      Adapter    "roadtraffic"   : 0.2.0
                                      Adapter    "robonect"      : 0.1.4
                                      Adapter    "roomba"        : 1.1.1
                                      Adapter    "rpi2"          : 1.2.0
                                      Adapter    "rssfeed"       : 0.0.30
                                      Adapter    "s7"            : 1.2.4
                                      Adapter    "samsung"       : 0.2.9    , installed 0.2.9
                                      Adapter    "sanext"        : 0.0.5
                                      Adapter    "sayit"         : 1.12.2
                                      Adapter    "sbfspot"       : 4.0.4
                                      Adapter    "scenes"        : 2.3.6
                                      Adapter    "schoolfree"    : 0.7.0
                                      Adapter    "schwoerer-ventcube": 1.3.0
                                      Adapter    "senec"         : 1.1.0
                                      Adapter    "seq"           : 0.2.9
                                      Adapter    "shelly"        : 4.0.7-beta-1, installed 4.0.7-beta-1
                                      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    "sma-em"        : 0.6.1-beta.0
                                      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.1
                                      Adapter    "solarviewdatareader": 0.2.1
                                      Adapter    "solarwetter"   : 1.0.0
                                      Adapter    "sonnen"        : 1.7.0
                                      Adapter    "sonoff"        : 2.4.0    , installed 2.4.0
                                      Adapter    "sonos"         : 2.1.1
                                      Adapter    "sonus"         : 0.1.1
                                      Adapter    "sony-bravia"   : 1.0.3
                                      Adapter    "sourceanalytix": 0.4.8
                                      Adapter    "spotify-premium": 1.0.0
                                      Adapter    "sprinklecontrol": 0.1.2
                                      Adapter    "sql"           : 1.15.5
                                      Adapter    "squeezebox"    : 1.0.0
                                      Adapter    "squeezeboxrpc" : 1.3.3
                                      Adapter    "starline"      : 1.1.3
                                      Adapter    "statistics"    : 1.0.2    , installed 0.2.2 [Updateable]
                                      Adapter    "stiebel-isg"   : 1.6.0
                                      Adapter    "stockmarket"   : 0.0.2
                                      Adapter    "sunnyportal"   : 0.1.5
                                      Adapter    "swiss-weather-api": 0.3.2
                                      Adapter    "synology"      : 0.1.20
                                      Adapter    "systeminfo"    : 0.3.1
                                      Adapter    "tado"          : 0.2.5
                                      Adapter    "tahoma"        : 0.3.3
                                      Adapter    "tankerkoenig"  : 2.0.10
                                      Adapter    "telegram"      : 1.8.0    , installed 1.8.0
                                      Adapter    "terminal"      : 0.1.2
                                      Adapter    "tesla-motors"  : 0.3.2
                                      Adapter    "text2command"  : 2.0.7    , installed 2.0.7
                                      Adapter    "tileboard"     : 0.3.1
                                      Adapter    "time-switch"   : 2.2.1
                                      Adapter    "tinker"        : 1.1.0
                                      Adapter    "tino"          : 1.0.0
                                      Adapter    "tinyrx4"       : 1.0.0
                                      Adapter    "todoist2"      : 0.8.5
                                      Adapter    "tr-064"        : 4.2.6    , installed 4.2.6
                                      Adapter    "tradfri"       : 2.7.0
                                      Adapter    "trashschedule" : 1.1.1
                                      Adapter    "tunnelbroker-endpoint-updater": 0.0.1
                                      Adapter    "tuya"          : 3.5.6
                                      Adapter    "tvprogram"     : 0.0.31
                                      Adapter    "tvspielfilm"   : 2.0.1
                                      Adapter    "twinkly"       : 0.1.8
                                      Adapter    "unifi"         : 0.5.8
                                      Adapter    "unifi-protect" : 0.0.11
                                      Adapter    "upnp"          : 1.0.17
                                      Adapter    "vaillant"      : 0.0.11
                                      Adapter    "valloxmv"      : 1.1.2
                                      Adapter    "valuetrackerovertime": 0.6.0
                                      Adapter    "vcard"         : 0.0.9
                                      Adapter    "vedirect"      : 0.1.2
                                      Adapter    "velux"         : 0.0.7
                                      Adapter    "viessmann"     : 1.3.3
                                      Adapter    "viessmannapi"  : 1.3.2
                                      Adapter    "virtualpowermeter": 1.4.2
                                      Adapter    "vis"           : 1.3.7
                                      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.45.0
                                      Adapter    "vis-inventwo"  : 2.7.11
                                      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"  : 0.1.3
                                      Adapter    "vis-material-advanced": 1.3.0
                                      Adapter    "vis-material-webfont": 0.0.3
                                      Adapter    "vis-materialdesign": 0.4.2
                                      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.2
                                      Adapter    "vodafone-speedtest": 0.0.6
                                      Adapter    "volvo"         : 0.0.3
                                      Adapter    "vr200"         : 1.0.0
                                      Adapter    "vw-connect"    : 0.0.30
                                      Adapter    "weatherflow_udp": 0.0.15
                                      Adapter    "weatherunderground": 3.3.0
                                      Adapter    "web"           : 3.3.0    , installed 3.3.0
                                      Adapter    "web-speedy"    : 0.2.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    "wlanthermo-nano": 0.1.1
                                      Adapter    "wled"          : 0.5.6
                                      Adapter    "wm-bus"        : 0.3.1
                                      Adapter    "wolf"          : 1.2.1
                                      Adapter    "worx"          : 1.2.7
                                      Adapter    "xbox"          : 0.7.3
                                      Adapter    "xs1"           : 1.0.2
                                      Adapter    "yahka"         : 0.13.1
                                      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    "zoneminder"    : 0.3.3
                                      Adapter    "zont"          : 0.5.4
                                      Adapter    "zwave"         : 2.0.1
                                      Adapter    "zwave2"        : 1.8.12
                                      Adapter "accuweather"    is not installed.
                                      Adapter "adb"            is not installed.
                                      Adapter "admin"          is up to date.
                                      Adapter "alarm"          is not installed.
                                      Adapter "alexa2"         is up to date.
                                      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.
                                      Adapter "backitup"       is up to date.
                                      Adapter "beckhoff"       is not installed.
                                      Adapter "benq"           is not installed.
                                      Adapter "binance"        is not installed.
                                      Adapter "ble"            is not installed.
                                      Adapter "blink4home"     is not installed.
                                      Adapter "bmw"            is not installed.
                                      Adapter "boblight"       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 "calendar"       is not installed.
                                      Adapter "cameras"        is not installed.
                                      Adapter "canbus"         is not installed.
                                      Adapter "cec2"           is not installed.
                                      Adapter "chromecast"     is not installed.
                                      Adapter "cloud"          is not installed.
                                      Adapter "comfoair"       is not installed.
                                      Adapter "contact"        is not installed.
                                      Adapter "contactid"      is not installed.
                                      Adapter "coronavirus-statistics" is not installed.
                                      Adapter "corrently"      is not installed.
                                      Adapter "countdown"      is not installed.
                                      Adapter "cul"            is not installed.
                                      Adapter "daikin"         is not installed.
                                      Adapter "daswetter"      is up to date.
                                      Adapter "deconz"         is not installed.
                                      Adapter "denon"          is not installed.
                                      Adapter "device-reminder" is not installed.
                                      Adapter "devices"        is not installed.
                                      Adapter "diashow"        is not installed.
                                      Adapter "digitalstrom"   is not installed.
                                      Adapter "discovergy"     is not installed.
                                      Adapter "discovery"      is up to date.
                                      Adapter "doorbird"       is not installed.
                                      Adapter "doorio"         is not installed.
                                      Adapter "ds18b20"        is not installed.
                                      Adapter "dwd"            is up to date.
                                      Adapter "dysonairpurifier" 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 up to date.
                                      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 "eventlist"      is not installed.
                                      Adapter "exchangerates"  is not installed.
                                      Adapter "fahrplan"       is not installed.
                                      Adapter "fakeroku"       is not installed.
                                      Adapter "fb-checkpresence" is up to date.
                                      Adapter "feiertage"      is up to date.
                                      Adapter "fhem"           is not installed.
                                      Adapter "find-my-iphone" is not installed.
                                      Adapter "firetv"         is not installed.
                                      Adapter "fitbit-api"     is not installed.
                                      Adapter "flot"           is up to date.
                                      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 up to date.
                                      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 up to date.
                                      Adapter "haier"          is not installed.
                                      Adapter "ham"            is not installed.
                                      Adapter "ham-wemo"       is not installed.
                                      Adapter "harmony"        is not installed.
                                      Adapter "hass"           is not installed.
                                      Adapter "hass-mqtt"      is not installed.
                                      Adapter "heatingcontrol" is not installed.
                                      Adapter "heos"           is not installed.
                                      Adapter "heytech"        is not installed.
                                      Adapter "hid"            is not installed.
                                      Adapter "hilink"         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 "hombot"         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 "hyperion"       is not installed.
                                      Adapter "i2c"            is not installed.
                                      Adapter "ical"           is up to date.
                                      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 "intesishome"    is not installed.
                                      Adapter "iogo"           is not installed.
                                      Adapter "iot"            is up to date.
                                      Adapter "iqontrol"       is not installed.
                                      Adapter "jarvis"         is up to date.
                                      Adapter "javascript"     is up to date.
                                      Adapter "jeelink"        is not installed.
                                      Adapter "js2fs"          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 "lg-ess-home"    is not installed.
                                      Adapter "lgtv"           is not installed.
                                      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 not installed.
                                      Adapter "loxone"         is not installed.
                                      Adapter "luftdaten"      is not installed.
                                      
                                      This upgrade of "lupusec" will introduce the following changes:
                                      ==========================================================================
                                      -> 1.3.3:
                                      Bugfixing
                                      ==========================================================================
                                      
                                      Would you like to upgrade lupusec from @1.3.2 to @1.3.3 now? [(y)es, (n)o]: y
                                      Update lupusec from @1.3.2 to @1.3.3
                                      NPM version: 6.14.11
                                      npm install iobroker.lupusec@1.3.3 --loglevel error --prefix "/opt/iobroker" (System call)
                                      npm ERR! Error while executing:
                                      npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/halloamt/ioBroker.frontier_silicon.git
                                      npm ERR!
                                      npm ERR! git@github.com: Permission denied (publickey).
                                      npm ERR! fatal: Could not read from remote repository.
                                      npm ERR!
                                      npm ERR! Please make sure you have the correct access rights
                                      npm ERR! and the repository exists.
                                      npm ERR!
                                      npm ERR! exited with error code: 128
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2021-02-27T12_56_58_315Z-debug.log
                                      upload [30] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/sms.png icons/sms.png image/png
                                      upload [20] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/58.png icons/58.png image/png
                                      upload [19] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/57.png icons/57.png image/png
                                      upload [18] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/54.png icons/54.png image/png
                                      upload [17] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/52.png icons/52.png image/png
                                      upload [16] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/50.png icons/50.png image/png
                                      upload [15] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/5.png icons/5.png image/png
                                      upload [14] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/48.png icons/48.png image/png
                                      upload [13] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/46.png icons/46.png image/png
                                      upload [12] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/45.png icons/45.png image/png
                                      upload [11] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/4.png icons/4.png image/png
                                      upload [10] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/39.png icons/39.png image/png
                                      upload [9] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/37.png icons/37.png image/png
                                      upload [8] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/26.png icons/26.png image/png
                                      upload [7] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/24.png icons/24.png image/png
                                      upload [6] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/23.png icons/23.png image/png
                                      upload [5] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/22.png icons/22.png image/png
                                      upload [4] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/20.png icons/20.png image/png
                                      upload [3] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/2.png icons/2.png image/png
                                      upload [2] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/19.png icons/19.png image/png
                                      upload [1] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/13.png icons/13.png image/png
                                      upload [0] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/11.png icons/11.png image/png
                                      Adapter "lupusec" updated
                                      Adapter "luxtronik1"     is not installed.
                                      Adapter "material"       is up to date.
                                      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-airpurifier" is not installed.
                                      Adapter "mihome-lamp"    is not installed.
                                      Adapter "mihome-plug"    is up to date.
                                      Adapter "mihome-vacuum"  is up to date.
                                      Adapter "miio"           is not installed.
                                      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 up to date.
                                      Adapter "moma"           is not installed.
                                      Adapter "mpd"            is not installed.
                                      
                                      This upgrade of "mqtt" will introduce the following changes:
                                      ==========================================================================
                                      -> 2.3.5:
                                      js-controller 2.0 is now required at least
                                      change default subscribe to mqtt.0.*
                                      ==========================================================================
                                      
                                      Would you like to upgrade mqtt from @2.3.4 to @2.3.5 now? [(y)es, (n)o]: y
                                      Update mqtt from @2.3.4 to @2.3.5
                                      NPM version: 6.14.11
                                      npm install iobroker.mqtt@2.3.5 --loglevel error --prefix "/opt/iobroker" (System call)
                                      npm ERR! Error while executing:
                                      npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/halloamt/ioBroker.frontier_silicon.git
                                      npm ERR!
                                      npm ERR! git@github.com: Permission denied (publickey).
                                      npm ERR! fatal: Could not read from remote repository.
                                      npm ERR!
                                      npm ERR! Please make sure you have the correct access rights
                                      npm ERR! and the repository exists.
                                      npm ERR!
                                      npm ERR! exited with error code: 128
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2021-02-27T12_57_23_997Z-debug.log
                                      upload [3] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/words.js words.js application/javascript
                                      upload [2] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/mqtt.png mqtt.png image/png
                                      upload [1] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/index_m.html index_m.html text/html
                                      upload [0] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/index.html index.html text/html
                                      Adapter "mqtt" updated
                                      Adapter "mqtt-client"    is not installed.
                                      Adapter "multicast"      is not installed.
                                      Adapter "musiccast"      is not installed.
                                      Adapter "mydlink"        is not installed.
                                      Adapter "myq"            is not installed.
                                      Adapter "mysensors"      is not installed.
                                      Adapter "mystrom"        is not installed.
                                      Adapter "mytime"         is not installed.
                                      Adapter "myvbus"         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 "noolitef"       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 "omron-fins"     is not installed.
                                      Adapter "onkyo"          is up to date.
                                      Adapter "onvif"          is not installed.
                                      Adapter "openhab"        is not installed.
                                      Adapter "openligadb"     is not installed.
                                      Adapter "opentherm"      is not installed.
                                      Adapter "openweathermap" is not installed.
                                      Adapter "opi"            is not installed.
                                      Adapter "oppoplayer"     is not installed.
                                      Adapter "owfs"           is not installed.
                                      Adapter "owntracks"      is not installed.
                                      Adapter "palazzetti"     is not installed.
                                      Adapter "panasonic-viera" is not installed.
                                      Adapter "parser"         is up to date.
                                      Adapter "paw"            is not installed.
                                      Adapter "phantomjs"      is not installed.
                                      Adapter "philips-air"    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 up to date.
                                      Adapter "plex"           is not installed.
                                      Adapter "plexconnect"    is not installed.
                                      Adapter "pollenflug"     is not installed.
                                      Adapter "procon-ip"      is not installed.
                                      Adapter "proxmox"        is up to date.
                                      Adapter "proxy"          is not installed.
                                      Adapter "pushbullet"     is not installed.
                                      Adapter "pushover"       is not installed.
                                      Adapter "pushsafer"      is not installed.
                                      Adapter "radar2"         is up to date.
                                      Adapter "radiohead"      is not installed.
                                      Adapter "rainbird"       is not installed.
                                      Adapter "rflink"         is not installed.
                                      Adapter "rickshaw"       is not installed.
                                      Adapter "ring"           is not installed.
                                      Adapter "roadtraffic"    is not installed.
                                      Adapter "robonect"       is not installed.
                                      Adapter "roomba"         is not installed.
                                      Adapter "rpi2"           is not installed.
                                      Adapter "rssfeed"        is not installed.
                                      Adapter "s7"             is not installed.
                                      Adapter "samsung"        is up to date.
                                      Adapter "sanext"         is not installed.
                                      Adapter "sayit"          is not installed.
                                      Adapter "sbfspot"        is not installed.
                                      Adapter "scenes"         is not installed.
                                      Adapter "schoolfree"     is not installed.
                                      Adapter "schwoerer-ventcube" is not installed.
                                      Adapter "senec"          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 "sma-em"         is not installed.
                                      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 not installed.
                                      Adapter "sonus"          is not installed.
                                      Adapter "sony-bravia"    is not installed.
                                      Adapter "sourceanalytix" is not installed.
                                      Adapter "spotify-premium" is not installed.
                                      Adapter "sprinklecontrol" is not installed.
                                      Adapter "sql"            is not installed.
                                      Adapter "squeezebox"     is not installed.
                                      Adapter "squeezeboxrpc"  is not installed.
                                      Adapter "starline"       is not installed.
                                      
                                      This upgrade of "statistics" will introduce the following changes:
                                      ==========================================================================
                                      -> 1.0.2:
                                      errohandling in cronjobs
                                      
                                      -> 1.0.1:
                                      Precision of rounding
                                      
                                      -> 1.0.0:
                                      Caught error if structure is invalid
                                      ==========================================================================
                                      
                                      BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                      Would you like to upgrade statistics from @0.2.2 to @1.0.2 now? [(y)es, (n)o]: n
                                      No upgrade of "statistics" desired.
                                      Adapter "stiebel-isg"    is not installed.
                                      Adapter "stockmarket"    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 "tado"           is not installed.
                                      Adapter "tahoma"         is not installed.
                                      Adapter "tankerkoenig"   is not installed.
                                      Adapter "telegram"       is up to date.
                                      Adapter "terminal"       is not installed.
                                      Adapter "tesla-motors"   is not installed.
                                      Adapter "text2command"   is up to date.
                                      Adapter "tileboard"      is not installed.
                                      Adapter "time-switch"    is not installed.
                                      Adapter "tinker"         is not installed.
                                      Adapter "tino"           is not installed.
                                      Adapter "tinyrx4"        is not installed.
                                      Adapter "todoist2"       is not installed.
                                      Adapter "tr-064"         is up to date.
                                      Adapter "tradfri"        is not installed.
                                      Adapter "trashschedule"  is not installed.
                                      Adapter "tunnelbroker-endpoint-updater" is not installed.
                                      Adapter "tuya"           is not installed.
                                      Adapter "tvprogram"      is not installed.
                                      Adapter "tvspielfilm"    is not installed.
                                      Adapter "twinkly"        is not installed.
                                      Adapter "unifi"          is not installed.
                                      Adapter "unifi-protect"  is not installed.
                                      Adapter "upnp"           is not installed.
                                      Adapter "vaillant"       is not installed.
                                      Adapter "valloxmv"       is not installed.
                                      Adapter "valuetrackerovertime" is not installed.
                                      Adapter "vcard"          is not installed.
                                      Adapter "vedirect"       is not installed.
                                      Adapter "velux"          is not installed.
                                      Adapter "viessmann"      is not installed.
                                      Adapter "viessmannapi"   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"   is not installed.
                                      Adapter "vis-material-advanced" is not installed.
                                      Adapter "vis-material-webfont" is not installed.
                                      Adapter "vis-materialdesign" 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 "vodafone-speedtest" is not installed.
                                      Adapter "volvo"          is not installed.
                                      Adapter "vr200"          is not installed.
                                      Adapter "vw-connect"     is not installed.
                                      Adapter "weatherflow_udp" is not installed.
                                      Adapter "weatherunderground" is not installed.
                                      Adapter "web"            is up to date.
                                      Adapter "web-speedy"     is not installed.
                                      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 "wlanthermo-nano" 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 "zoneminder"     is not installed.
                                      Adapter "zont"           is not installed.
                                      Adapter "zwave"          is not installed.
                                      Adapter "zwave2"         is not installed.
                                      iobroker@iobroker:/opt/iobroker$
                                      
                                      

                                      Auch wenn da updated steht, bleiben alle Adapter auf der alten Version.

                                      Im npm Log steht zB sowas:

                                      15 warn read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Diginix last edited by

                                        @diginix

                                        cd /opt/iobroker
                                        npm cache clear --force
                                        
                                        Diginix 1 Reply Last reply Reply Quote 0
                                        • Diginix
                                          Diginix @Thomas Braun last edited by Diginix

                                          @thomas-braun

                                          iobroker@iobroker:/opt/iobroker$ npm cache clear --force
                                          npm WARN using --force I sure hope you know what you are doing.
                                          iobroker@iobroker:/opt/iobroker$
                                          

                                          Müsste da mehr passieren?

                                          Hab nochmal in der GUI ein Update probiert:

                                          $ ./iobroker upgrade lupusec
                                          Update lupusec from @1.3.2 to @1.3.3
                                          NPM version: 6.14.11
                                          npm install iobroker.lupusec@1.3.3 --loglevel error --prefix "/opt/iobroker" (System call)
                                          npm ERR! Error while executing:
                                          npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/halloamt/ioBroker.frontier_silicon.gitnpm ERR! npm ERR! git@github.com: Permission denied (publickey).npm ERR! fatal: Could not read from remote repository.npm ERR! npm ERR! Please make sure you have the correct access rightsnpm ERR! and the repository exists.npm ERR! npm ERR! exited with error code: 128
                                          
                                          npm ERR! A complete log of this run can be found in:
                                          npm ERR!     /home/iobroker/.npm/_logs/2021-02-27T13_11_12_462Z-debug.log
                                          upload [30] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/sms.png icons/sms.png image/png
                                          upload [20] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/58.png icons/58.png image/png
                                          upload [19] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/57.png icons/57.png image/png
                                          upload [18] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/54.png icons/54.png image/png
                                          upload [17] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/52.png icons/52.png image/png
                                          upload [16] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/50.png icons/50.png image/png
                                          upload [15] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/5.png icons/5.png image/png
                                          upload [14] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/48.png icons/48.png image/png
                                          upload [13] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/46.png icons/46.png image/png
                                          upload [12] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/45.png icons/45.png image/png
                                          upload [11] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/4.png icons/4.png image/png
                                          upload [10] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/39.png icons/39.png image/png
                                          upload [9] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/37.png icons/37.png image/png
                                          upload [8] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/26.png icons/26.png image/png
                                          upload [7] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/24.png icons/24.png image/png
                                          upload [6] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/23.png icons/23.png image/png
                                          upload [5] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/22.png icons/22.png image/png
                                          upload [4] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/20.png icons/20.png image/png
                                          upload [3] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/2.png icons/2.png image/png
                                          upload [2] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/19.png icons/19.png image/png
                                          upload [1] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/13.png icons/13.png image/png
                                          upload [0] lupusec.admin /opt/iobroker/node_modules/iobroker.lupusec/admin/icons/11.png icons/11.png image/png
                                          Adapter "lupusec" updated
                                          process exited with code 0
                                          

                                          Ist diese Zeile ggf relevant:

                                          npm ERR! git@github.com: Permission denied (publickey).npm ERR! fatal: Could not read from remote repository.npm ERR! npm ERR! Please make sure you have the correct access rightsnpm ERR! and the repository exists.npm ERR! npm ERR! exited with error code: 128
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Diginix last edited by Thomas Braun

                                            @diginix Schmeiß den frontier silicon mal aus dem System.

                                            Diginix 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

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

                                            790
                                            Online

                                            32.1k
                                            Users

                                            80.7k
                                            Topics

                                            1.3m
                                            Posts

                                            gelöst
                                            4
                                            45
                                            2740
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo