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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] keine Adapter Updates mehr möglich

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    6
    1
    155

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.8k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    764

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

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
gelöst
45 Beiträge 4 Kommentatoren 4.2k Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

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

    DiginixD Offline
    DiginixD Offline
    Diginix
    schrieb am zuletzt editiert von Diginix
    #13

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

    ..:: So long! Tom ::..

    NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • DiginixD Diginix

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

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

      @diginix
      Macht man nicht...

      sudo which npm -v
      

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

      DiginixD 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @diginix
        Macht man nicht...

        sudo which npm -v
        
        DiginixD Offline
        DiginixD Offline
        Diginix
        schrieb am zuletzt editiert von Diginix
        #15

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

        ..:: So long! Tom ::..

        NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • DiginixD 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 BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #16

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

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

          DiginixD 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

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

            DiginixD Offline
            DiginixD Offline
            Diginix
            schrieb am zuletzt editiert von Diginix
            #17

            @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!
            
            

            ..:: So long! Tom ::..

            NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • DiginixD 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 BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #18

              @diginix

              cd /opt/iobroker
              npm cache clear --force
              

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

              DiginixD 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @diginix

                cd /opt/iobroker
                npm cache clear --force
                
                DiginixD Offline
                DiginixD Offline
                Diginix
                schrieb am zuletzt editiert von Diginix
                #19

                @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
                

                ..:: So long! Tom ::..

                NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • DiginixD 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 BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von Thomas Braun
                  #20

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

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

                  DiginixD 1 Antwort Letzte Antwort
                  1
                  • Thomas BraunT Thomas Braun

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

                    DiginixD Offline
                    DiginixD Offline
                    Diginix
                    schrieb am zuletzt editiert von Diginix
                    #21

                    @thomas-braun JA!
                    Der war Schuld. Obwohl ich mit npm 7 schon andere Adpter Updates erfolgreich installiert hatte, als der frontier-silicon Adapter bereits installiert war.

                    mqtt Update lief nun durch.

                    $ ./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)
                    upload [3] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/words.js words.js application/javascript
                    Update "system.adapter.mqtt.0"
                    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
                    

                    Den frontier-silicon Adapter hätte ich aber schon gern weiterhin. Muss der Entwickler da was ändern damit der das System nicht derart ärgert?

                    ..:: So long! Tom ::..

                    NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • DiginixD Diginix

                      @thomas-braun JA!
                      Der war Schuld. Obwohl ich mit npm 7 schon andere Adpter Updates erfolgreich installiert hatte, als der frontier-silicon Adapter bereits installiert war.

                      mqtt Update lief nun durch.

                      $ ./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)
                      upload [3] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/words.js words.js application/javascript
                      Update "system.adapter.mqtt.0"
                      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
                      

                      Den frontier-silicon Adapter hätte ich aber schon gern weiterhin. Muss der Entwickler da was ändern damit der das System nicht derart ärgert?

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

                      @diginix Was passiert denn, wenn du jetzt beim frontier Dingens nochmal einen Anlauf nimmst?

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

                      DiginixD 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @diginix Was passiert denn, wenn du jetzt beim frontier Dingens nochmal einen Anlauf nimmst?

                        DiginixD Offline
                        DiginixD Offline
                        Diginix
                        schrieb am zuletzt editiert von Diginix
                        #23

                        @thomas-braun Den konnte ich erfolgreich neu installieren und er funktioniert auch.
                        Ob nun andere Adapter wieder nicht aktualisiert werden können, weiß ich erst wenn wieder Updates angeboten werden.
                        Einen komplett neuen Adapter konnte ich eben aber erfolgreich installieren. Vllt passt nun alles.

                        Ich danke dir auf jeden Fall für die zielführende Unterstützung hier!

                        ..:: So long! Tom ::..

                        NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                        HomoranH 1 Antwort Letzte Antwort
                        0
                        • DiginixD Diginix

                          @thomas-braun Den konnte ich erfolgreich neu installieren und er funktioniert auch.
                          Ob nun andere Adapter wieder nicht aktualisiert werden können, weiß ich erst wenn wieder Updates angeboten werden.
                          Einen komplett neuen Adapter konnte ich eben aber erfolgreich installieren. Vllt passt nun alles.

                          Ich danke dir auf jeden Fall für die zielführende Unterstützung hier!

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

                          @diginix und wo war jetzt der Bug?

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

                          1 Antwort Letzte Antwort
                          0
                          • DiginixD Offline
                            DiginixD Offline
                            Diginix
                            schrieb am zuletzt editiert von
                            #25

                            @homoran Das kann ich dir auch nicht so genau sagen. Am Ende musste ich den manuell von GIT (https://github.com/halloamt/ioBroker.frontier_silicon) installierten Adapter frontier_silicon entfernen damit ich andere offizielle regulär aktualisieren konnte.
                            Als Fehler kam immer das hier:

                            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
                            

                            Ein nachträgliches erneutes Hinzufügen dieses Adapters lief problemlos und auch andere offizielle Adapter lassen sich nun wieder installieren während der frontier_silicon installiert bleibt. Adapter Updates konnte ich noch nicht testen, da keine verfügbar sind.

                            ..:: So long! Tom ::..

                            NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                            Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                            0
                            • DiginixD Diginix

                              @homoran Das kann ich dir auch nicht so genau sagen. Am Ende musste ich den manuell von GIT (https://github.com/halloamt/ioBroker.frontier_silicon) installierten Adapter frontier_silicon entfernen damit ich andere offizielle regulär aktualisieren konnte.
                              Als Fehler kam immer das hier:

                              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
                              

                              Ein nachträgliches erneutes Hinzufügen dieses Adapters lief problemlos und auch andere offizielle Adapter lassen sich nun wieder installieren während der frontier_silicon installiert bleibt. Adapter Updates konnte ich noch nicht testen, da keine verfügbar sind.

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

                              @diginix sagte in [gelöst] keine Adapter Updates mehr möglich:

                              manuell von GIT (https://github.com/halloamt/ioBroker.frontier_silicon) installierten

                              Macht man ja genauso wenig wie npm manuell upgraden.

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

                              DiginixD 1 Antwort Letzte Antwort
                              0
                              • DiginixD Diginix

                                @homoran Das kann ich dir auch nicht so genau sagen. Am Ende musste ich den manuell von GIT (https://github.com/halloamt/ioBroker.frontier_silicon) installierten Adapter frontier_silicon entfernen damit ich andere offizielle regulär aktualisieren konnte.
                                Als Fehler kam immer das hier:

                                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
                                

                                Ein nachträgliches erneutes Hinzufügen dieses Adapters lief problemlos und auch andere offizielle Adapter lassen sich nun wieder installieren während der frontier_silicon installiert bleibt. Adapter Updates konnte ich noch nicht testen, da keine verfügbar sind.

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

                                @diginix sagte in [gelöst] keine Adapter Updates mehr möglich:

                                Das kann ich dir auch nicht so genau sagen.

                                Du hast in dem Unterforum BUGs gepostet.

                                War es ein Bug von ioBroker? - oder muss ich es hier raus verschieben?

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

                                1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @diginix sagte in [gelöst] keine Adapter Updates mehr möglich:

                                  manuell von GIT (https://github.com/halloamt/ioBroker.frontier_silicon) installierten

                                  Macht man ja genauso wenig wie npm manuell upgraden.

                                  DiginixD Offline
                                  DiginixD Offline
                                  Diginix
                                  schrieb am zuletzt editiert von Diginix
                                  #28

                                  @thomas-braun Wie bekommt man denn diesen Adapter wenn er noch in keinem offiziellen Repo ist?

                                  @Homoran Ein iobroker Bug ist es sicher nicht. Eher einer vom frontier_silicon Adapter oder Fehler 40 von mir.
                                  K.a. welches Unterforum dafür richtiger wäre. ;-)

                                  ..:: So long! Tom ::..

                                  NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • DiginixD Diginix

                                    @thomas-braun Wie bekommt man denn diesen Adapter wenn er noch in keinem offiziellen Repo ist?

                                    @Homoran Ein iobroker Bug ist es sicher nicht. Eher einer vom frontier_silicon Adapter oder Fehler 40 von mir.
                                    K.a. welches Unterforum dafür richtiger wäre. ;-)

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

                                    @diginix
                                    Ist er doch:

                                    github:	0.0.10
                                    latest:	0.0.10 for 89 days
                                    stable:	0.0.10 for 89 days
                                    
                                    

                                    github ist halt keine stabile Installationsquelle.

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

                                    DiginixD 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @diginix
                                      Ist er doch:

                                      github:	0.0.10
                                      latest:	0.0.10 for 89 days
                                      stable:	0.0.10 for 89 days
                                      
                                      

                                      github ist halt keine stabile Installationsquelle.

                                      DiginixD Offline
                                      DiginixD Offline
                                      Diginix
                                      schrieb am zuletzt editiert von Diginix
                                      #30

                                      @thomas-braun Dann ist der "Fehler" dass im offiziellen Adapter request issue nicht die neuste Quelle erwähnt wurde.
                                      https://github.com/ioBroker/AdapterRequests/issues/31#issuecomment-720109180

                                      Dort hatte der Entwickler nur sein repo erwähnt. Daher nahm ich an, dass er nicht ins offiziellen Repo gewandert ist.
                                      Aber da ist er doch. Nun habe ich ihn nochmal von da installiert.

                                      ..:: So long! Tom ::..

                                      NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                                      HomoranH 1 Antwort Letzte Antwort
                                      0
                                      • DiginixD Diginix

                                        @thomas-braun Dann ist der "Fehler" dass im offiziellen Adapter request issue nicht die neuste Quelle erwähnt wurde.
                                        https://github.com/ioBroker/AdapterRequests/issues/31#issuecomment-720109180

                                        Dort hatte der Entwickler nur sein repo erwähnt. Daher nahm ich an, dass er nicht ins offiziellen Repo gewandert ist.
                                        Aber da ist er doch. Nun habe ich ihn nochmal von da installiert.

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

                                        @diginix sagte in [gelöst] keine Adapter Updates mehr möglich:

                                        dass im offiziellen Adapter request issue

                                        was bitte ist das?

                                        Ist das ein altes Issue mit einer Antwort von damals?

                                        EDIT: Verschoben!

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

                                        DiginixD 1 Antwort Letzte Antwort
                                        0
                                        • HomoranH Homoran

                                          @diginix sagte in [gelöst] keine Adapter Updates mehr möglich:

                                          dass im offiziellen Adapter request issue

                                          was bitte ist das?

                                          Ist das ein altes Issue mit einer Antwort von damals?

                                          EDIT: Verschoben!

                                          DiginixD Offline
                                          DiginixD Offline
                                          Diginix
                                          schrieb am zuletzt editiert von
                                          #32

                                          @homoran Das hier: https://github.com/ioBroker/AdapterRequests/issues
                                          Aber ja, es war eine Antw. aus November. Gibt ja keine Pflicht dass dort am Ende die offizielle Quelle zu erwähnen ist.
                                          Ich hab nicht ausreichend recherchiert. Wobei vom Code her wahrs. beide branches gleich sind.
                                          Wir werden es nicht mehr herausfinden.

                                          ..:: So long! Tom ::..

                                          NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                                          HomoranH 1 Antwort Letzte Antwort
                                          0

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

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

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

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          278

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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