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. HILLFFEEE :( adapter verabschieden sich nach Stromausfall

NEWS

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

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

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

HILLFFEEE :( adapter verabschieden sich nach Stromausfall

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
fehlerhilfe
58 Beiträge 2 Kommentatoren 4.3k 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.
  • Wieger DanielW Wieger Daniel

    @Thomas-Braun

    root@debian:/home/daniel# id
    uid=0(root) gid=0(root) Gruppen=0(root)
    
    
    root@debian:~# sudo daniel id
    sudo: daniel: Befehl nicht gefunden
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #42

    @Wieger-Daniel
    Mein Fehler

    sudo -u daniel id
    

    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

    Wieger DanielW 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @Wieger-Daniel
      Mein Fehler

      sudo -u daniel id
      
      Wieger DanielW Offline
      Wieger DanielW Offline
      Wieger Daniel
      schrieb am zuletzt editiert von
      #43

      @Thomas-Braun sagte in HILLFFEEE :( adapter verabschieden sich nach Stromausfall:

      sudo -u daniel id

      root@debian:~# sudo -u daniel id
      uid=1000(daniel) gid=1000(daniel) Gruppen=1000(daniel),24(cdrom),25(floppy),27(sudo),29(audio),30(dip),44(video),46(plugdev),109(netdev),113(lpadmin),114(scanner)
      
      
      Wieger DanielW 1 Antwort Letzte Antwort
      0
      • Wieger DanielW Wieger Daniel

        @Thomas-Braun sagte in HILLFFEEE :( adapter verabschieden sich nach Stromausfall:

        sudo -u daniel id

        root@debian:~# sudo -u daniel id
        uid=1000(daniel) gid=1000(daniel) Gruppen=1000(daniel),24(cdrom),25(floppy),27(sudo),29(audio),30(dip),44(video),46(plugdev),109(netdev),113(lpadmin),114(scanner)
        
        
        Wieger DanielW Offline
        Wieger DanielW Offline
        Wieger Daniel
        schrieb am zuletzt editiert von
        #44

        @Wieger-Daniel
        beim anlegen des Users (ohne User komm ich bei Putty gar nicht rein!!) habe ich Daniel alle Rechte gegeben.

        mit root + Passwort ist kein login möglich.

        um arbeiten zu können muss ich:
        Daniel + passwort - su + Passwort
        machen

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • Wieger DanielW Wieger Daniel

          @Wieger-Daniel
          beim anlegen des Users (ohne User komm ich bei Putty gar nicht rein!!) habe ich Daniel alle Rechte gegeben.

          mit root + Passwort ist kein login möglich.

          um arbeiten zu können muss ich:
          Daniel + passwort - su + Passwort
          machen

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

          @Wieger-Daniel sagte in HILLFFEEE :( adapter verabschieden sich nach Stromausfall:

          mit root + Passwort ist kein login möglich.

          Das ist korrekt so.

          Daniel + passwort - su + Passwort

          Das ist falsch. Der daniel müsste eigentlich per

          sudo BEFEHL
          

          die erforderlichen Rechte temporär erlangen können.
          Wechsel mal auf den daniel. Und dann

          sudo whoami
          

          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

          Wieger DanielW 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @Wieger-Daniel sagte in HILLFFEEE :( adapter verabschieden sich nach Stromausfall:

            mit root + Passwort ist kein login möglich.

            Das ist korrekt so.

            Daniel + passwort - su + Passwort

            Das ist falsch. Der daniel müsste eigentlich per

            sudo BEFEHL
            

            die erforderlichen Rechte temporär erlangen können.
            Wechsel mal auf den daniel. Und dann

            sudo whoami
            
            Wieger DanielW Offline
            Wieger DanielW Offline
            Wieger Daniel
            schrieb am zuletzt editiert von
            #46

            @Thomas-Braun

            daniel@debian:~$ sudo whoami
            [sudo] Passwort für daniel:
            root
            daniel@debian:~$
            
            

            sobald ich aber etwas machen möchte, sagt er das ich nicht darf

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • Wieger DanielW Wieger Daniel

              @Thomas-Braun

              daniel@debian:~$ sudo whoami
              [sudo] Passwort für daniel:
              root
              daniel@debian:~$
              
              

              sobald ich aber etwas machen möchte, sagt er das ich nicht darf

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

              @Wieger-Daniel Was konkret?

              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

              Wieger DanielW 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @Wieger-Daniel Was konkret?

                Wieger DanielW Offline
                Wieger DanielW Offline
                Wieger Daniel
                schrieb am zuletzt editiert von
                #48

                @Thomas-Braun

                zb. apt-get update

                meinte er immer ich darf das nicht..

                gerade getestet - funktioniert nun
                echt komisch dieses system

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • Wieger DanielW Wieger Daniel

                  @Thomas-Braun

                  zb. apt-get update

                  meinte er immer ich darf das nicht..

                  gerade getestet - funktioniert nun
                  echt komisch dieses system

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

                  @Wieger-Daniel

                  sudo apt update
                  

                  liefert?

                  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

                  Wieger DanielW 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @Wieger-Daniel

                    sudo apt update
                    

                    liefert?

                    Wieger DanielW Offline
                    Wieger DanielW Offline
                    Wieger Daniel
                    schrieb am zuletzt editiert von
                    #50

                    @Thomas-Braun sagte in HILLFFEEE :( adapter verabschieden sich nach Stromausfall:

                    sudo apt update

                    eine abfrage bzgl updates

                    ging bevor du etwas oben die User Befehle geschrieben hattest noch nicht.

                    jetzt klappts :) vermutlich hab ich irgendwo etwas falsch gemacht

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • Wieger DanielW Wieger Daniel

                      @Thomas-Braun sagte in HILLFFEEE :( adapter verabschieden sich nach Stromausfall:

                      sudo apt update

                      eine abfrage bzgl updates

                      ging bevor du etwas oben die User Befehle geschrieben hattest noch nicht.

                      jetzt klappts :) vermutlich hab ich irgendwo etwas falsch gemacht

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

                      @Wieger-Daniel
                      Ich glaube ja, dass das System gar nicht komisch ist sondern dein Umgang mit selbigem.
                      Das System scheint nämlich ganz normal und richtig zu ticken.

                      Hau die updates noch rein, wenn da was gemeldet wurde.

                      Eigentlich würde ich auch gerne die Rückmeldungen vom System selber sehen und nicht nacherzählt bekommen.

                      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

                      Wieger DanielW 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @Wieger-Daniel
                        Ich glaube ja, dass das System gar nicht komisch ist sondern dein Umgang mit selbigem.
                        Das System scheint nämlich ganz normal und richtig zu ticken.

                        Hau die updates noch rein, wenn da was gemeldet wurde.

                        Eigentlich würde ich auch gerne die Rückmeldungen vom System selber sehen und nicht nacherzählt bekommen.

                        Wieger DanielW Offline
                        Wieger DanielW Offline
                        Wieger Daniel
                        schrieb am zuletzt editiert von Wieger Daniel
                        #52

                        @Thomas-Braun

                        gerne :)

                        daniel@debian:~$  sudo apt-get update
                        OK:1 http://deb.debian.org/debian buster InRelease
                        OK:2 http://security.debian.org/debian-security buster/updates InRelease
                        OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                        OK:4 https://repos.influxdata.com/debian buster InRelease
                        OK:5 https://packages.grafana.com/enterprise/deb stable InRelease
                        OK:6 http://deb.debian.org/debian buster-updates InRelease
                        Paketlisten werden gelesen... Fertig
                        
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • Wieger DanielW Wieger Daniel

                          @Thomas-Braun

                          gerne :)

                          daniel@debian:~$  sudo apt-get update
                          OK:1 http://deb.debian.org/debian buster InRelease
                          OK:2 http://security.debian.org/debian-security buster/updates InRelease
                          OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                          OK:4 https://repos.influxdata.com/debian buster InRelease
                          OK:5 https://packages.grafana.com/enterprise/deb stable InRelease
                          OK:6 http://deb.debian.org/debian buster-updates InRelease
                          Paketlisten werden gelesen... Fertig
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #53

                          @Wieger-Daniel
                          Eigentlich wollte ich ja

                          sudo apt update
                          

                          sehen. Das ist nämlich etwas anders.

                          Auch

                          iobroker update && iobroker upgrade
                          

                          gemacht?

                          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

                          Wieger DanielW 2 Antworten Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @Wieger-Daniel
                            Eigentlich wollte ich ja

                            sudo apt update
                            

                            sehen. Das ist nämlich etwas anders.

                            Auch

                            iobroker update && iobroker upgrade
                            

                            gemacht?

                            Wieger DanielW Offline
                            Wieger DanielW Offline
                            Wieger Daniel
                            schrieb am zuletzt editiert von
                            #54

                            @Thomas-Braun sagte in HILLFFEEE :( adapter verabschieden sich nach Stromausfall:

                            sudo apt update

                            sorry falsche zeilen kopiert

                            daniel@debian:~$ sudo apt update
                            OK:1 http://security.debian.org/debian-security buster/updates InRelease
                            OK:2 http://deb.debian.org/debian buster InRelease
                            OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                            OK:4 https://packages.grafana.com/enterprise/deb stable InRelease
                            OK:5 http://deb.debian.org/debian buster-updates InRelease
                            OK:6 https://repos.influxdata.com/debian buster InRelease
                            Paketlisten werden gelesen... Fertig
                            Abhängigkeitsbaum wird aufgebaut.
                            Statusinformationen werden eingelesen.... Fertig
                            Aktualisierung für 1 Paket verfügbar. Führen Sie »apt list --upgradable« aus, um es anzuzeigen.
                            daniel@debian:~$
                            
                            
                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • Wieger DanielW Wieger Daniel

                              @Thomas-Braun sagte in HILLFFEEE :( adapter verabschieden sich nach Stromausfall:

                              sudo apt update

                              sorry falsche zeilen kopiert

                              daniel@debian:~$ sudo apt update
                              OK:1 http://security.debian.org/debian-security buster/updates InRelease
                              OK:2 http://deb.debian.org/debian buster InRelease
                              OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                              OK:4 https://packages.grafana.com/enterprise/deb stable InRelease
                              OK:5 http://deb.debian.org/debian buster-updates InRelease
                              OK:6 https://repos.influxdata.com/debian buster InRelease
                              Paketlisten werden gelesen... Fertig
                              Abhängigkeitsbaum wird aufgebaut.
                              Statusinformationen werden eingelesen.... Fertig
                              Aktualisierung für 1 Paket verfügbar. Führen Sie »apt list --upgradable« aus, um es anzuzeigen.
                              daniel@debian:~$
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #55

                              @Wieger-Daniel Siehste, da hängt noch was in der Pipeline.

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

                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @Wieger-Daniel
                                Eigentlich wollte ich ja

                                sudo apt update
                                

                                sehen. Das ist nämlich etwas anders.

                                Auch

                                iobroker update && iobroker upgrade
                                

                                gemacht?

                                Wieger DanielW Offline
                                Wieger DanielW Offline
                                Wieger Daniel
                                schrieb am zuletzt editiert von
                                #56

                                @Thomas-Braun

                                daniel@debian:~$ iobroker update && iobroker upgrade
                                Used repository: default
                                hash unchanged, use cached sources
                                update done
                                Adapter    "admin"         : 4.1.11   , installed 4.1.11
                                Adapter    "alarm"         : 1.8.2
                                Adapter    "alexa2"        : 3.3.5    , installed 3.3.5
                                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"      : 1.7.0    , installed 1.7.0
                                Adapter    "beckhoff"      : 1.2.2
                                Adapter    "benq"          : 0.2.0
                                Adapter    "binance"       : 1.1.3
                                Adapter    "ble"           : 0.12.0
                                Adapter    "bmw"           : 1.3.3
                                Adapter    "bosesoundtouch": 0.2.4
                                Adapter    "botvac"        : 1.0.0
                                Adapter    "bring"         : 1.7.3    , installed 1.7.3
                                Adapter    "broadlink2"    : 2.0.3
                                Adapter    "bsblan"        : 0.2.0
                                Adapter    "bshb"          : 0.1.10
                                Adapter    "chromecast"    : 2.3.1
                                Adapter    "cloud"         : 3.1.0    , installed 3.1.0
                                Adapter    "comfoair"      : 0.3.2
                                Adapter    "contactid"     : 1.0.1
                                Adapter    "coronavirus-statistics": 0.6.3
                                Adapter    "countdown"     : 1.1.0
                                Adapter    "cul"           : 1.3.3
                                Adapter    "daikin"        : 1.1.3
                                Adapter    "daswetter"     : 3.0.4
                                Adapter    "deconz"        : 1.3.11   , installed 1.3.11
                                Adapter    "denon"         : 1.7.7
                                Adapter    "device-reminder": 0.6.2   , installed 0.6.2
                                Adapter    "devices"       : 0.3.13
                                Adapter    "digitalstrom"  : 0.5.5
                                Adapter    "discovergy"    : 0.5.0
                                Adapter    "discovery"     : 2.3.11   , installed 2.3.11
                                Adapter    "doorio"        : 1.1.1
                                Adapter    "ds18b20"       : 1.1.5
                                Adapter    "dwd"           : 2.5.1
                                Adapter    "ebus"          : 2.1.1
                                Adapter    "ecovacs-deebot": 1.0.3
                                Adapter    "egigeozone"    : 0.1.2
                                Adapter    "ekey"          : 1.1.0
                                Adapter    "email"         : 1.0.7
                                Adapter    "emby"          : 1.0.2
                                Adapter    "energymanager" : 1.2.3
                                Adapter    "enet"          : 1.0.1
                                Adapter    "epson_stylus_px830": 0.2.1
                                Adapter    "exchangerates" : 0.0.13
                                Adapter    "fahrplan"      : 1.0.0
                                Adapter    "fakeroku"      : 0.2.1
                                Adapter    "fb-checkpresence": 1.1.0
                                Adapter    "feiertage"     : 1.0.17   , installed 1.0.17
                                Adapter    "fhem"          : 1.5.3
                                Adapter    "find-my-iphone": 0.2.15
                                Adapter    "firetv"        : 1.0.0
                                Adapter    "flot"          : 1.10.4
                                Adapter    "followthesun"  : 0.2.4
                                Adapter    "foobar2000"    : 2.0.3
                                Adapter    "fritzbox"      : 0.2.1
                                Adapter    "fritzdect"     : 0.2.4
                                Adapter    "fronius"       : 1.0.5
                                Adapter    "frontier_silicon": 0.0.10
                                Adapter    "fullcalendar"  : 1.1.0
                                Adapter    "fullybrowser"  : 2.0.1
                                Adapter    "g-homa"        : 0.5.3
                                Adapter    "geofency"      : 0.3.2
                                Adapter    "growatt"       : 0.0.14
                                Adapter    "gruenbeck"     : 0.0.21
                                Adapter    "habpanel"      : 0.4.3
                                Adapter    "haier"         : 1.0.2
                                Adapter    "ham"           : 3.0.2
                                Adapter    "ham-wemo"      : 1.1.0
                                Adapter    "harmony"       : 1.2.2
                                Adapter    "heatingcontrol": 1.0.0    , installed 1.1.2
                                Adapter    "heos"          : 1.6.1
                                Adapter    "heytech"       : 1.0.0
                                Adapter    "hid"           : 0.1.17
                                Adapter    "history"       : 1.9.10
                                Adapter    "hm-rega"       : 2.6.24   , installed 2.6.24
                                Adapter    "hm-rpc"        : 1.14.24  , installed 1.14.24
                                Adapter    "hmip"          : 1.5.0
                                Adapter    "homeconnect"   : 0.0.31
                                Adapter    "homee"         : 1.0.7
                                Adapter    "homepilot"     : 1.0.3
                                Adapter    "hp-ilo"        : 1.0.6
                                Adapter    "hs100"         : 2.0.1
                                Adapter    "hue"           : 3.3.8
                                Adapter    "hue-extended"  : 2.0.0
                                Adapter    "i2c"           : 1.1.1
                                Adapter    "ical"          : 1.7.4
                                Adapter    "icons-addictive-flavour-png": 0.1.0
                                Adapter    "icons-fatcow-hosting": 0.1.0
                                Adapter    "icons-icons8"  : 0.0.1
                                Adapter    "icons-material-png": 0.1.0
                                Adapter    "icons-material-svg": 0.1.0
                                Adapter    "icons-mfd-png" : 1.0.2
                                Adapter    "icons-mfd-svg" : 1.0.2
                                Adapter    "icons-open-icon-library-png": 0.1.2
                                Adapter    "icons-ultimate-png": 1.0.1
                                Adapter    "influxdb"      : 1.9.3    , installed 1.9.3
                                Adapter    "info"          : 1.7.10   , installed 1.7.10
                                Adapter    "innogy-smarthome": 0.3.6
                                Adapter    "iogo"          : 0.6.5
                                Adapter    "iot"           : 1.8.5    , installed 1.8.5
                                Adapter    "iqontrol"      : 1.5.0
                                Adapter    "jarvis"        : 2.0.0
                                Adapter    "javascript"    : 4.8.4    , installed 4.10.8
                                Adapter    "jeelink"       : 0.1.0
                                Controller "js-controller" : 3.1.6    , installed 3.1.6
                                Adapter    "kecontact"     : 1.0.1
                                Adapter    "klf200"        : 1.0.1
                                Adapter    "km200"         : 1.1.6
                                Adapter    "knmi-weather"  : 1.0.0
                                Adapter    "knx"           : 1.0.39
                                Adapter    "kodi"          : 2.0.4
                                Adapter    "kostal-piko-ba": 1.1.3
                                Adapter    "kress"         : 2.5.5
                                Adapter    "lametric"      : 1.0.0
                                Adapter    "landroid"      : 1.0.3
                                Adapter    "lcn"           : 1.0.2
                                Adapter    "legrand-ecocompteur": 1.0.0
                                Adapter    "letrika_comgw" : 0.0.5
                                Adapter    "lgtv"          : 1.1.10
                                Adapter    "lgtv-rs"       : 0.1.0
                                Adapter    "lgtv11"        : 1.0.5
                                Adapter    "lifx"          : 0.1.0
                                Adapter    "lightify"      : 0.2.16
                                Adapter    "link"          : 0.5.9
                                Adapter    "linkeddevices" : 1.4.0
                                Adapter    "linux-control" : 1.0.1
                                Adapter    "logparser"     : 1.1.0
                                Adapter    "lovelace"      : 1.0.16
                                Adapter    "loxone"        : 2.0.2
                                Adapter    "luftdaten"     : 1.0.1
                                Adapter    "lupusec"       : 1.2.9
                                Adapter    "luxtronik1"    : 0.2.2
                                Adapter    "material"      : 0.13.9
                                Adapter    "maxcube"       : 1.0.2
                                Adapter    "maxcul"        : 1.3.1
                                Adapter    "mbus"          : 2.3.1
                                Adapter    "mclighting"    : 0.1.1
                                Adapter    "megad"         : 1.2.1
                                Adapter    "megadd"        : 0.2.0
                                Adapter    "megaesp"       : 0.1.0
                                Adapter    "melcloud"      : 1.0.6
                                Adapter    "mercedesme"    : 0.0.42
                                Adapter    "mercury"       : 0.1.1
                                Adapter    "meross"        : 1.5.0
                                Adapter    "meteoalarm"    : 1.0.9
                                Adapter    "midea"         : 0.0.6
                                Adapter    "miele"         : 0.1.5
                                Adapter    "mielecloudservice": 2.0.0
                                Adapter    "mihome"        : 1.3.6
                                Adapter    "mihome-lamp"   : 1.1.0
                                Adapter    "mihome-plug"   : 0.2.1
                                Adapter    "mihome-vacuum" : 2.1.1
                                Adapter    "mikrotik"      : 1.0.11
                                Adapter    "milight"       : 0.3.6
                                Adapter    "milight-smart-light": 0.2.7
                                Adapter    "minuvis"       : 1.0.0
                                Adapter    "mobile"        : 1.0.1    , installed 1.0.1
                                Adapter    "modbus"        : 3.1.10
                                Adapter    "moma"          : 1.2.7
                                Adapter    "mpd"           : 1.0.5
                                Adapter    "mqtt"          : 2.1.9
                                Adapter    "mqtt-client"   : 1.3.1
                                Adapter    "musiccast"     : 0.1.3
                                Adapter    "mydlink"       : 1.1.7
                                Adapter    "mysensors"     : 2.0.1
                                Adapter    "nanoleaf-lightpanels": 1.0.6
                                Adapter    "netatmo"       : 1.3.3
                                Adapter    "netatmo-crawler": 0.3.8
                                Adapter    "nibeuplink"    : 0.3.0
                                Adapter    "nina"          : 0.0.23
                                Adapter    "node-red"      : 2.0.1
                                Adapter    "nuki"          : 1.4.2
                                Adapter    "nuki-extended" : 2.3.0
                                Adapter    "nut"           : 1.1.3
                                Adapter    "octoprint"     : 1.0.3
                                Adapter    "odl"           : 1.0.7
                                Adapter    "oilfox"        : 0.0.5
                                Adapter    "onkyo"         : 2.0.3
                                Adapter    "onvif"         : 0.4.4
                                Adapter    "openhab"       : 1.1.0
                                Adapter    "openligadb"    : 1.1.0
                                Adapter    "openweathermap": 0.1.0    , installed 0.1.0
                                Adapter    "opi"           : 0.1.1
                                Adapter    "oppoplayer"    : 0.2.1
                                Adapter    "owfs"          : 0.6.4
                                Adapter    "owntracks"     : 0.6.3
                                Adapter    "panasonic-viera": 1.0.2
                                Adapter    "parser"        : 1.0.7
                                Adapter    "paw"           : 0.0.7
                                Adapter    "phantomjs"     : 1.1.2
                                Adapter    "pi-hole"       : 1.3.1
                                Adapter    "piface"        : 1.0.0
                                Adapter    "pimatic"       : 0.3.0
                                Adapter    "ping"          : 1.4.12
                                Adapter    "places"        : 1.0.0
                                Adapter    "plex"          : 0.8.11
                                Adapter    "plexconnect"   : 0.0.7
                                Adapter    "pollenflug"    : 1.0.6
                                Adapter    "proxmox"       : 1.0.1    , installed 1.0.1
                                Adapter    "proxy"         : 1.2.1
                                Adapter    "pushbullet"    : 0.0.11
                                Adapter    "pushover"      : 2.0.3
                                Adapter    "pushsafer"     : 0.1.8
                                Adapter    "radar2"        : 1.0.9    , installed 2.0.1
                                Adapter    "radiohead"     : 1.0.7
                                Adapter    "rflink"        : 2.1.6
                                Adapter    "rickshaw"      : 1.0.0
                                Adapter    "ring"          : 1.1.3    , installed 1.1.3
                                Adapter    "robonect"      : 0.1.3
                                Adapter    "roomba"        : 1.1.1
                                Adapter    "rpi2"          : 1.2.0
                                Adapter    "s7"            : 1.1.9
                                Adapter    "samsung"       : 0.2.9
                                Adapter    "sayit"         : 1.12.2
                                Adapter    "sbfspot"       : 4.0.2
                                Adapter    "scenes"        : 2.3.0
                                Adapter    "schoolfree"    : 0.7.0
                                Adapter    "schwoerer-ventcube": 1.3.0
                                Adapter    "shelly"        : 4.0.3
                                Adapter    "shuttercontrol": 1.0.4
                                Adapter    "sia"           : 1.0.4
                                Adapter    "siegenia"      : 1.0.0
                                Adapter    "simple-api"    : 2.4.8    , installed 2.4.8
                                Adapter    "smappee"       : 0.2.2
                                Adapter    "smartcontrol"  : 1.2.1
                                Adapter    "smartgarden"   : 1.0.1
                                Adapter    "smartmeter"    : 3.1.6
                                Adapter    "snips"         : 1.5.1
                                Adapter    "snmp"          : 0.5.0
                                Adapter    "socketio"      : 3.0.13   , installed 3.0.13
                                Adapter    "solarlog"      : 2.0.0
                                Adapter    "solarviewdatareader": 0.2.1
                                Adapter    "solarwetter"   : 1.0.0
                                Adapter    "sonnen"        : 1.7.0
                                Adapter    "sonoff"        : 2.3.3    , installed 2.3.3
                                Adapter    "sonos"         : 2.1.1
                                Adapter    "sony-bravia"   : 1.0.1
                                Adapter    "spotify-premium": 1.0.0
                                Adapter    "sql"           : 1.15.3
                                Adapter    "squeezebox"    : 1.0.0
                                Adapter    "squeezeboxrpc" : 1.0.0
                                Adapter    "starline"      : 1.0.0
                                Adapter    "statistics"    : 0.2.2
                                Adapter    "stiebel-isg"   : 1.5.1
                                Adapter    "sunnyportal"   : 0.1.5
                                Adapter    "swiss-weather-api": 0.3.2
                                Adapter    "synology"      : 0.1.18
                                Adapter    "systeminfo"    : 0.3.1
                                Adapter    "tahoma"        : 0.3.2
                                Adapter    "tankerkoenig"  : 2.0.5
                                Adapter    "telegram"      : 1.6.0    , installed 1.6.0
                                Adapter    "terminal"      : 0.1.2
                                Adapter    "tesla-motors"  : 0.2.3
                                Adapter    "text2command"  : 2.0.5    , installed 2.0.5
                                Adapter    "tinker"        : 1.1.0
                                Adapter    "tr-064"        : 4.2.1
                                Adapter    "tradfri"       : 2.6.5
                                Adapter    "trashschedule" : 1.0.3
                                Adapter    "tunnelbroker-endpoint-updater": 0.0.1
                                Adapter    "tuya"          : 3.4.1
                                Adapter    "tvspielfilm"   : 1.0.4
                                Adapter    "unifi"         : 0.5.8
                                Adapter    "upnp"          : 1.0.16
                                Adapter    "vaillant"      : 0.0.10
                                Adapter    "valloxmv"      : 1.1.1
                                Adapter    "vcard"         : 0.0.9
                                Adapter    "velux"         : 0.0.6
                                Adapter    "viessmann"     : 1.3.2
                                Adapter    "virtualpowermeter": 1.2.1
                                Adapter    "vis"           : 1.3.4    , installed 1.3.4
                                Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
                                Adapter    "vis-canvas-gauges": 0.1.5
                                Adapter    "vis-colorpicker": 1.2.0
                                Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                                Adapter    "vis-google-fonts": 0.1.0
                                Adapter    "vis-history"   : 1.0.0
                                Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.7
                                Adapter    "vis-icontwo"   : 0.35.0   , installed 0.35.0
                                Adapter    "vis-inventwo"  : 2.5.11   , installed 2.5.11
                                Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                                Adapter    "vis-justgage"  : 1.0.2    , installed 1.0.2
                                Adapter    "vis-keyboard"  : 0.0.2    , installed 0.0.2
                                Adapter    "vis-lcars"     : 1.0.4
                                Adapter    "vis-map"       : 1.0.4    , installed 1.0.4
                                Adapter    "vis-material-advanced": 1.3.0
                                Adapter    "vis-metro"     : 1.1.2    , installed 1.1.2
                                Adapter    "vis-players"   : 0.1.6    , installed 0.1.6
                                Adapter    "vis-plumb"     : 1.0.2    , installed 1.0.2
                                Adapter    "vis-rgraph"    : 0.0.2
                                Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                                Adapter    "vis-weather"   : 2.5.2    , installed 2.5.2
                                Adapter    "volvo"         : 0.0.3
                                Adapter    "vr200"         : 1.0.0
                                Adapter    "vw-connect"    : 0.0.21
                                Adapter    "weatherunderground": 3.2.1
                                Adapter    "web"           : 3.0.14   , installed 3.0.14
                                Adapter    "weishaupt-wem" : 0.0.8
                                Adapter    "whatsapp-cmb"  : 0.1.6
                                Adapter    "wiffi-wz"      : 2.2.0
                                Adapter    "wifilight"     : 1.1.0
                                Adapter    "windows-control": 0.1.5
                                Adapter    "wled"          : 0.5.2
                                Adapter    "wm-bus"        : 0.1.12
                                Adapter    "wolf"          : 1.2.1
                                Adapter    "worx"          : 1.2.3
                                Adapter    "xbox"          : 0.6.8
                                Adapter    "xs1"           : 1.0.2
                                Adapter    "yahka"         : 0.11.0
                                Adapter    "yamaha"        : 0.4.0
                                Adapter    "yeelight-2"    : 1.0.3
                                Adapter    "youtube"       : 1.0.0
                                Adapter    "yr"            : 2.0.3
                                Adapter    "zigbee"        : 1.3.1
                                Adapter    "zont"          : 0.5.3
                                Adapter    "zwave"         : 2.0.1
                                Adapter    "zwave2"        : 1.8.0
                                Adapter "admin"          is up to date.
                                Adapter "alarm"          is not installed.
                                Adapter "alexa2"         is up to date.
                                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 "bmw"            is not installed.
                                Adapter "bosesoundtouch" is not installed.
                                Adapter "botvac"         is not installed.
                                Adapter "bring"          is up to date.
                                Adapter "broadlink2"     is not installed.
                                Adapter "bsblan"         is not installed.
                                Adapter "bshb"           is not installed.
                                Adapter "chromecast"     is not installed.
                                Adapter "cloud"          is up to date.
                                Adapter "comfoair"       is not installed.
                                Adapter "contactid"      is not installed.
                                Adapter "coronavirus-statistics" is not installed.
                                Adapter "countdown"      is not installed.
                                Adapter "cul"            is not installed.
                                Adapter "daikin"         is not installed.
                                Adapter "daswetter"      is not installed.
                                Adapter "deconz"         is up to date.
                                Adapter "denon"          is not installed.
                                Adapter "device-reminder" is up to date.
                                Adapter "devices"        is not installed.
                                Adapter "digitalstrom"   is not installed.
                                Adapter "discovergy"     is not installed.
                                Adapter "discovery"      is up to date.
                                Adapter "doorio"         is not installed.
                                Adapter "ds18b20"        is not installed.
                                Adapter "dwd"            is not installed.
                                Adapter "ebus"           is not installed.
                                Adapter "ecovacs-deebot" is not installed.
                                Adapter "egigeozone"     is not installed.
                                Adapter "ekey"           is not installed.
                                Adapter "email"          is not installed.
                                Adapter "emby"           is not installed.
                                Adapter "energymanager"  is not installed.
                                Adapter "enet"           is not installed.
                                Adapter "epson_stylus_px830" is not installed.
                                Adapter "exchangerates"  is not installed.
                                Adapter "fahrplan"       is not installed.
                                Adapter "fakeroku"       is not installed.
                                Adapter "fb-checkpresence" is not installed.
                                Adapter "feiertage"      is up to date.
                                Adapter "fhem"           is not installed.
                                Adapter "find-my-iphone" is not installed.
                                Adapter "firetv"         is not installed.
                                Adapter "flot"           is not installed.
                                Adapter "followthesun"   is not installed.
                                Adapter "foobar2000"     is not installed.
                                Adapter "fritzbox"       is not installed.
                                Adapter "fritzdect"      is not installed.
                                Adapter "fronius"        is not installed.
                                Adapter "frontier_silicon" is not installed.
                                Adapter "fullcalendar"   is not installed.
                                Adapter "fullybrowser"   is not installed.
                                Adapter "g-homa"         is not installed.
                                Adapter "geofency"       is not installed.
                                Adapter "growatt"        is not installed.
                                Adapter "gruenbeck"      is not installed.
                                Adapter "habpanel"       is not installed.
                                Adapter "haier"          is not installed.
                                Adapter "ham"            is not installed.
                                Adapter "ham-wemo"       is not installed.
                                Adapter "harmony"        is not installed.
                                Adapter "heatingcontrol" is up to date.
                                Adapter "heos"           is not installed.
                                Adapter "heytech"        is not installed.
                                Adapter "hid"            is not installed.
                                Adapter "history"        is not installed.
                                Adapter "hm-rega"        is up to date.
                                Adapter "hm-rpc"         is up to date.
                                Adapter "hmip"           is not installed.
                                Adapter "homeconnect"    is not installed.
                                Adapter "homee"          is not installed.
                                Adapter "homepilot"      is not installed.
                                Adapter "hp-ilo"         is not installed.
                                Adapter "hs100"          is not installed.
                                Adapter "hue"            is not installed.
                                Adapter "hue-extended"   is not installed.
                                Adapter "i2c"            is not installed.
                                Adapter "ical"           is not installed.
                                Adapter "icons-addictive-flavour-png" is not installed.
                                Adapter "icons-fatcow-hosting" is not installed.
                                Adapter "icons-icons8"   is not installed.
                                Adapter "icons-material-png" is not installed.
                                Adapter "icons-material-svg" is not installed.
                                Adapter "icons-mfd-png"  is not installed.
                                Adapter "icons-mfd-svg"  is not installed.
                                Adapter "icons-open-icon-library-png" is not installed.
                                Adapter "icons-ultimate-png" is not installed.
                                Adapter "influxdb"       is up to date.
                                Adapter "info"           is up to date.
                                Adapter "innogy-smarthome" is not installed.
                                Adapter "iogo"           is not installed.
                                Adapter "iot"            is up to date.
                                Adapter "iqontrol"       is not installed.
                                Adapter "jarvis"         is not installed.
                                Adapter "javascript"     is up to date.
                                Adapter "jeelink"        is not installed.
                                Adapter "kecontact"      is not installed.
                                Adapter "klf200"         is not installed.
                                Adapter "km200"          is not installed.
                                Adapter "knmi-weather"   is not installed.
                                Adapter "knx"            is not installed.
                                Adapter "kodi"           is not installed.
                                Adapter "kostal-piko-ba" is not installed.
                                Adapter "kress"          is not installed.
                                Adapter "lametric"       is not installed.
                                Adapter "landroid"       is not installed.
                                Adapter "lcn"            is not installed.
                                Adapter "legrand-ecocompteur" is not installed.
                                Adapter "letrika_comgw"  is not installed.
                                Adapter "lgtv"           is 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 "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.
                                Adapter "lupusec"        is not installed.
                                Adapter "luxtronik1"     is not installed.
                                Adapter "material"       is not installed.
                                Adapter "maxcube"        is not installed.
                                Adapter "maxcul"         is not installed.
                                Adapter "mbus"           is not installed.
                                Adapter "mclighting"     is not installed.
                                Adapter "megad"          is not installed.
                                Adapter "megadd"         is not installed.
                                Adapter "megaesp"        is not installed.
                                Adapter "melcloud"       is not installed.
                                Adapter "mercedesme"     is not installed.
                                Adapter "mercury"        is not installed.
                                Adapter "meross"         is not installed.
                                Adapter "meteoalarm"     is not installed.
                                Adapter "midea"          is not installed.
                                Adapter "miele"          is not installed.
                                Adapter "mielecloudservice" is not installed.
                                Adapter "mihome"         is not installed.
                                Adapter "mihome-lamp"    is not installed.
                                Adapter "mihome-plug"    is not installed.
                                Adapter "mihome-vacuum"  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 up to date.
                                Adapter "modbus"         is not installed.
                                Adapter "moma"           is not installed.
                                Adapter "mpd"            is not installed.
                                Adapter "mqtt"           is not installed.
                                Adapter "mqtt-client"    is not installed.
                                Adapter "musiccast"      is not installed.
                                Adapter "mydlink"        is not installed.
                                Adapter "mysensors"      is not installed.
                                Adapter "nanoleaf-lightpanels" is not installed.
                                Adapter "netatmo"        is not installed.
                                Adapter "netatmo-crawler" is not installed.
                                Adapter "nibeuplink"     is not installed.
                                Adapter "nina"           is not installed.
                                Adapter "node-red"       is not installed.
                                Adapter "nuki"           is not installed.
                                Adapter "nuki-extended"  is not installed.
                                Adapter "nut"            is not installed.
                                Adapter "octoprint"      is not installed.
                                Adapter "odl"            is not installed.
                                Adapter "oilfox"         is not installed.
                                Adapter "onkyo"          is not installed.
                                Adapter "onvif"          is not installed.
                                Adapter "openhab"        is not installed.
                                Adapter "openligadb"     is not installed.
                                Adapter "openweathermap" is up to date.
                                Adapter "opi"            is not installed.
                                Adapter "oppoplayer"     is not installed.
                                Adapter "owfs"           is not installed.
                                Adapter "owntracks"      is not installed.
                                Adapter "panasonic-viera" is not installed.
                                Adapter "parser"         is not installed.
                                Adapter "paw"            is not installed.
                                Adapter "phantomjs"      is not installed.
                                Adapter "pi-hole"        is not installed.
                                Adapter "piface"         is not installed.
                                Adapter "pimatic"        is not installed.
                                Adapter "ping"           is not installed.
                                Adapter "places"         is not installed.
                                
                                

                                Hab ned alles erwischt beim kopieren :/ aber ich find auch schon den beginn des kommandos nicht mehr (jetzt sind die augen definitv erschöpft

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • Wieger DanielW Wieger Daniel

                                  @Thomas-Braun

                                  daniel@debian:~$ iobroker update && iobroker upgrade
                                  Used repository: default
                                  hash unchanged, use cached sources
                                  update done
                                  Adapter    "admin"         : 4.1.11   , installed 4.1.11
                                  Adapter    "alarm"         : 1.8.2
                                  Adapter    "alexa2"        : 3.3.5    , installed 3.3.5
                                  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"      : 1.7.0    , installed 1.7.0
                                  Adapter    "beckhoff"      : 1.2.2
                                  Adapter    "benq"          : 0.2.0
                                  Adapter    "binance"       : 1.1.3
                                  Adapter    "ble"           : 0.12.0
                                  Adapter    "bmw"           : 1.3.3
                                  Adapter    "bosesoundtouch": 0.2.4
                                  Adapter    "botvac"        : 1.0.0
                                  Adapter    "bring"         : 1.7.3    , installed 1.7.3
                                  Adapter    "broadlink2"    : 2.0.3
                                  Adapter    "bsblan"        : 0.2.0
                                  Adapter    "bshb"          : 0.1.10
                                  Adapter    "chromecast"    : 2.3.1
                                  Adapter    "cloud"         : 3.1.0    , installed 3.1.0
                                  Adapter    "comfoair"      : 0.3.2
                                  Adapter    "contactid"     : 1.0.1
                                  Adapter    "coronavirus-statistics": 0.6.3
                                  Adapter    "countdown"     : 1.1.0
                                  Adapter    "cul"           : 1.3.3
                                  Adapter    "daikin"        : 1.1.3
                                  Adapter    "daswetter"     : 3.0.4
                                  Adapter    "deconz"        : 1.3.11   , installed 1.3.11
                                  Adapter    "denon"         : 1.7.7
                                  Adapter    "device-reminder": 0.6.2   , installed 0.6.2
                                  Adapter    "devices"       : 0.3.13
                                  Adapter    "digitalstrom"  : 0.5.5
                                  Adapter    "discovergy"    : 0.5.0
                                  Adapter    "discovery"     : 2.3.11   , installed 2.3.11
                                  Adapter    "doorio"        : 1.1.1
                                  Adapter    "ds18b20"       : 1.1.5
                                  Adapter    "dwd"           : 2.5.1
                                  Adapter    "ebus"          : 2.1.1
                                  Adapter    "ecovacs-deebot": 1.0.3
                                  Adapter    "egigeozone"    : 0.1.2
                                  Adapter    "ekey"          : 1.1.0
                                  Adapter    "email"         : 1.0.7
                                  Adapter    "emby"          : 1.0.2
                                  Adapter    "energymanager" : 1.2.3
                                  Adapter    "enet"          : 1.0.1
                                  Adapter    "epson_stylus_px830": 0.2.1
                                  Adapter    "exchangerates" : 0.0.13
                                  Adapter    "fahrplan"      : 1.0.0
                                  Adapter    "fakeroku"      : 0.2.1
                                  Adapter    "fb-checkpresence": 1.1.0
                                  Adapter    "feiertage"     : 1.0.17   , installed 1.0.17
                                  Adapter    "fhem"          : 1.5.3
                                  Adapter    "find-my-iphone": 0.2.15
                                  Adapter    "firetv"        : 1.0.0
                                  Adapter    "flot"          : 1.10.4
                                  Adapter    "followthesun"  : 0.2.4
                                  Adapter    "foobar2000"    : 2.0.3
                                  Adapter    "fritzbox"      : 0.2.1
                                  Adapter    "fritzdect"     : 0.2.4
                                  Adapter    "fronius"       : 1.0.5
                                  Adapter    "frontier_silicon": 0.0.10
                                  Adapter    "fullcalendar"  : 1.1.0
                                  Adapter    "fullybrowser"  : 2.0.1
                                  Adapter    "g-homa"        : 0.5.3
                                  Adapter    "geofency"      : 0.3.2
                                  Adapter    "growatt"       : 0.0.14
                                  Adapter    "gruenbeck"     : 0.0.21
                                  Adapter    "habpanel"      : 0.4.3
                                  Adapter    "haier"         : 1.0.2
                                  Adapter    "ham"           : 3.0.2
                                  Adapter    "ham-wemo"      : 1.1.0
                                  Adapter    "harmony"       : 1.2.2
                                  Adapter    "heatingcontrol": 1.0.0    , installed 1.1.2
                                  Adapter    "heos"          : 1.6.1
                                  Adapter    "heytech"       : 1.0.0
                                  Adapter    "hid"           : 0.1.17
                                  Adapter    "history"       : 1.9.10
                                  Adapter    "hm-rega"       : 2.6.24   , installed 2.6.24
                                  Adapter    "hm-rpc"        : 1.14.24  , installed 1.14.24
                                  Adapter    "hmip"          : 1.5.0
                                  Adapter    "homeconnect"   : 0.0.31
                                  Adapter    "homee"         : 1.0.7
                                  Adapter    "homepilot"     : 1.0.3
                                  Adapter    "hp-ilo"        : 1.0.6
                                  Adapter    "hs100"         : 2.0.1
                                  Adapter    "hue"           : 3.3.8
                                  Adapter    "hue-extended"  : 2.0.0
                                  Adapter    "i2c"           : 1.1.1
                                  Adapter    "ical"          : 1.7.4
                                  Adapter    "icons-addictive-flavour-png": 0.1.0
                                  Adapter    "icons-fatcow-hosting": 0.1.0
                                  Adapter    "icons-icons8"  : 0.0.1
                                  Adapter    "icons-material-png": 0.1.0
                                  Adapter    "icons-material-svg": 0.1.0
                                  Adapter    "icons-mfd-png" : 1.0.2
                                  Adapter    "icons-mfd-svg" : 1.0.2
                                  Adapter    "icons-open-icon-library-png": 0.1.2
                                  Adapter    "icons-ultimate-png": 1.0.1
                                  Adapter    "influxdb"      : 1.9.3    , installed 1.9.3
                                  Adapter    "info"          : 1.7.10   , installed 1.7.10
                                  Adapter    "innogy-smarthome": 0.3.6
                                  Adapter    "iogo"          : 0.6.5
                                  Adapter    "iot"           : 1.8.5    , installed 1.8.5
                                  Adapter    "iqontrol"      : 1.5.0
                                  Adapter    "jarvis"        : 2.0.0
                                  Adapter    "javascript"    : 4.8.4    , installed 4.10.8
                                  Adapter    "jeelink"       : 0.1.0
                                  Controller "js-controller" : 3.1.6    , installed 3.1.6
                                  Adapter    "kecontact"     : 1.0.1
                                  Adapter    "klf200"        : 1.0.1
                                  Adapter    "km200"         : 1.1.6
                                  Adapter    "knmi-weather"  : 1.0.0
                                  Adapter    "knx"           : 1.0.39
                                  Adapter    "kodi"          : 2.0.4
                                  Adapter    "kostal-piko-ba": 1.1.3
                                  Adapter    "kress"         : 2.5.5
                                  Adapter    "lametric"      : 1.0.0
                                  Adapter    "landroid"      : 1.0.3
                                  Adapter    "lcn"           : 1.0.2
                                  Adapter    "legrand-ecocompteur": 1.0.0
                                  Adapter    "letrika_comgw" : 0.0.5
                                  Adapter    "lgtv"          : 1.1.10
                                  Adapter    "lgtv-rs"       : 0.1.0
                                  Adapter    "lgtv11"        : 1.0.5
                                  Adapter    "lifx"          : 0.1.0
                                  Adapter    "lightify"      : 0.2.16
                                  Adapter    "link"          : 0.5.9
                                  Adapter    "linkeddevices" : 1.4.0
                                  Adapter    "linux-control" : 1.0.1
                                  Adapter    "logparser"     : 1.1.0
                                  Adapter    "lovelace"      : 1.0.16
                                  Adapter    "loxone"        : 2.0.2
                                  Adapter    "luftdaten"     : 1.0.1
                                  Adapter    "lupusec"       : 1.2.9
                                  Adapter    "luxtronik1"    : 0.2.2
                                  Adapter    "material"      : 0.13.9
                                  Adapter    "maxcube"       : 1.0.2
                                  Adapter    "maxcul"        : 1.3.1
                                  Adapter    "mbus"          : 2.3.1
                                  Adapter    "mclighting"    : 0.1.1
                                  Adapter    "megad"         : 1.2.1
                                  Adapter    "megadd"        : 0.2.0
                                  Adapter    "megaesp"       : 0.1.0
                                  Adapter    "melcloud"      : 1.0.6
                                  Adapter    "mercedesme"    : 0.0.42
                                  Adapter    "mercury"       : 0.1.1
                                  Adapter    "meross"        : 1.5.0
                                  Adapter    "meteoalarm"    : 1.0.9
                                  Adapter    "midea"         : 0.0.6
                                  Adapter    "miele"         : 0.1.5
                                  Adapter    "mielecloudservice": 2.0.0
                                  Adapter    "mihome"        : 1.3.6
                                  Adapter    "mihome-lamp"   : 1.1.0
                                  Adapter    "mihome-plug"   : 0.2.1
                                  Adapter    "mihome-vacuum" : 2.1.1
                                  Adapter    "mikrotik"      : 1.0.11
                                  Adapter    "milight"       : 0.3.6
                                  Adapter    "milight-smart-light": 0.2.7
                                  Adapter    "minuvis"       : 1.0.0
                                  Adapter    "mobile"        : 1.0.1    , installed 1.0.1
                                  Adapter    "modbus"        : 3.1.10
                                  Adapter    "moma"          : 1.2.7
                                  Adapter    "mpd"           : 1.0.5
                                  Adapter    "mqtt"          : 2.1.9
                                  Adapter    "mqtt-client"   : 1.3.1
                                  Adapter    "musiccast"     : 0.1.3
                                  Adapter    "mydlink"       : 1.1.7
                                  Adapter    "mysensors"     : 2.0.1
                                  Adapter    "nanoleaf-lightpanels": 1.0.6
                                  Adapter    "netatmo"       : 1.3.3
                                  Adapter    "netatmo-crawler": 0.3.8
                                  Adapter    "nibeuplink"    : 0.3.0
                                  Adapter    "nina"          : 0.0.23
                                  Adapter    "node-red"      : 2.0.1
                                  Adapter    "nuki"          : 1.4.2
                                  Adapter    "nuki-extended" : 2.3.0
                                  Adapter    "nut"           : 1.1.3
                                  Adapter    "octoprint"     : 1.0.3
                                  Adapter    "odl"           : 1.0.7
                                  Adapter    "oilfox"        : 0.0.5
                                  Adapter    "onkyo"         : 2.0.3
                                  Adapter    "onvif"         : 0.4.4
                                  Adapter    "openhab"       : 1.1.0
                                  Adapter    "openligadb"    : 1.1.0
                                  Adapter    "openweathermap": 0.1.0    , installed 0.1.0
                                  Adapter    "opi"           : 0.1.1
                                  Adapter    "oppoplayer"    : 0.2.1
                                  Adapter    "owfs"          : 0.6.4
                                  Adapter    "owntracks"     : 0.6.3
                                  Adapter    "panasonic-viera": 1.0.2
                                  Adapter    "parser"        : 1.0.7
                                  Adapter    "paw"           : 0.0.7
                                  Adapter    "phantomjs"     : 1.1.2
                                  Adapter    "pi-hole"       : 1.3.1
                                  Adapter    "piface"        : 1.0.0
                                  Adapter    "pimatic"       : 0.3.0
                                  Adapter    "ping"          : 1.4.12
                                  Adapter    "places"        : 1.0.0
                                  Adapter    "plex"          : 0.8.11
                                  Adapter    "plexconnect"   : 0.0.7
                                  Adapter    "pollenflug"    : 1.0.6
                                  Adapter    "proxmox"       : 1.0.1    , installed 1.0.1
                                  Adapter    "proxy"         : 1.2.1
                                  Adapter    "pushbullet"    : 0.0.11
                                  Adapter    "pushover"      : 2.0.3
                                  Adapter    "pushsafer"     : 0.1.8
                                  Adapter    "radar2"        : 1.0.9    , installed 2.0.1
                                  Adapter    "radiohead"     : 1.0.7
                                  Adapter    "rflink"        : 2.1.6
                                  Adapter    "rickshaw"      : 1.0.0
                                  Adapter    "ring"          : 1.1.3    , installed 1.1.3
                                  Adapter    "robonect"      : 0.1.3
                                  Adapter    "roomba"        : 1.1.1
                                  Adapter    "rpi2"          : 1.2.0
                                  Adapter    "s7"            : 1.1.9
                                  Adapter    "samsung"       : 0.2.9
                                  Adapter    "sayit"         : 1.12.2
                                  Adapter    "sbfspot"       : 4.0.2
                                  Adapter    "scenes"        : 2.3.0
                                  Adapter    "schoolfree"    : 0.7.0
                                  Adapter    "schwoerer-ventcube": 1.3.0
                                  Adapter    "shelly"        : 4.0.3
                                  Adapter    "shuttercontrol": 1.0.4
                                  Adapter    "sia"           : 1.0.4
                                  Adapter    "siegenia"      : 1.0.0
                                  Adapter    "simple-api"    : 2.4.8    , installed 2.4.8
                                  Adapter    "smappee"       : 0.2.2
                                  Adapter    "smartcontrol"  : 1.2.1
                                  Adapter    "smartgarden"   : 1.0.1
                                  Adapter    "smartmeter"    : 3.1.6
                                  Adapter    "snips"         : 1.5.1
                                  Adapter    "snmp"          : 0.5.0
                                  Adapter    "socketio"      : 3.0.13   , installed 3.0.13
                                  Adapter    "solarlog"      : 2.0.0
                                  Adapter    "solarviewdatareader": 0.2.1
                                  Adapter    "solarwetter"   : 1.0.0
                                  Adapter    "sonnen"        : 1.7.0
                                  Adapter    "sonoff"        : 2.3.3    , installed 2.3.3
                                  Adapter    "sonos"         : 2.1.1
                                  Adapter    "sony-bravia"   : 1.0.1
                                  Adapter    "spotify-premium": 1.0.0
                                  Adapter    "sql"           : 1.15.3
                                  Adapter    "squeezebox"    : 1.0.0
                                  Adapter    "squeezeboxrpc" : 1.0.0
                                  Adapter    "starline"      : 1.0.0
                                  Adapter    "statistics"    : 0.2.2
                                  Adapter    "stiebel-isg"   : 1.5.1
                                  Adapter    "sunnyportal"   : 0.1.5
                                  Adapter    "swiss-weather-api": 0.3.2
                                  Adapter    "synology"      : 0.1.18
                                  Adapter    "systeminfo"    : 0.3.1
                                  Adapter    "tahoma"        : 0.3.2
                                  Adapter    "tankerkoenig"  : 2.0.5
                                  Adapter    "telegram"      : 1.6.0    , installed 1.6.0
                                  Adapter    "terminal"      : 0.1.2
                                  Adapter    "tesla-motors"  : 0.2.3
                                  Adapter    "text2command"  : 2.0.5    , installed 2.0.5
                                  Adapter    "tinker"        : 1.1.0
                                  Adapter    "tr-064"        : 4.2.1
                                  Adapter    "tradfri"       : 2.6.5
                                  Adapter    "trashschedule" : 1.0.3
                                  Adapter    "tunnelbroker-endpoint-updater": 0.0.1
                                  Adapter    "tuya"          : 3.4.1
                                  Adapter    "tvspielfilm"   : 1.0.4
                                  Adapter    "unifi"         : 0.5.8
                                  Adapter    "upnp"          : 1.0.16
                                  Adapter    "vaillant"      : 0.0.10
                                  Adapter    "valloxmv"      : 1.1.1
                                  Adapter    "vcard"         : 0.0.9
                                  Adapter    "velux"         : 0.0.6
                                  Adapter    "viessmann"     : 1.3.2
                                  Adapter    "virtualpowermeter": 1.2.1
                                  Adapter    "vis"           : 1.3.4    , installed 1.3.4
                                  Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
                                  Adapter    "vis-canvas-gauges": 0.1.5
                                  Adapter    "vis-colorpicker": 1.2.0
                                  Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                                  Adapter    "vis-google-fonts": 0.1.0
                                  Adapter    "vis-history"   : 1.0.0
                                  Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.7
                                  Adapter    "vis-icontwo"   : 0.35.0   , installed 0.35.0
                                  Adapter    "vis-inventwo"  : 2.5.11   , installed 2.5.11
                                  Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                                  Adapter    "vis-justgage"  : 1.0.2    , installed 1.0.2
                                  Adapter    "vis-keyboard"  : 0.0.2    , installed 0.0.2
                                  Adapter    "vis-lcars"     : 1.0.4
                                  Adapter    "vis-map"       : 1.0.4    , installed 1.0.4
                                  Adapter    "vis-material-advanced": 1.3.0
                                  Adapter    "vis-metro"     : 1.1.2    , installed 1.1.2
                                  Adapter    "vis-players"   : 0.1.6    , installed 0.1.6
                                  Adapter    "vis-plumb"     : 1.0.2    , installed 1.0.2
                                  Adapter    "vis-rgraph"    : 0.0.2
                                  Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                                  Adapter    "vis-weather"   : 2.5.2    , installed 2.5.2
                                  Adapter    "volvo"         : 0.0.3
                                  Adapter    "vr200"         : 1.0.0
                                  Adapter    "vw-connect"    : 0.0.21
                                  Adapter    "weatherunderground": 3.2.1
                                  Adapter    "web"           : 3.0.14   , installed 3.0.14
                                  Adapter    "weishaupt-wem" : 0.0.8
                                  Adapter    "whatsapp-cmb"  : 0.1.6
                                  Adapter    "wiffi-wz"      : 2.2.0
                                  Adapter    "wifilight"     : 1.1.0
                                  Adapter    "windows-control": 0.1.5
                                  Adapter    "wled"          : 0.5.2
                                  Adapter    "wm-bus"        : 0.1.12
                                  Adapter    "wolf"          : 1.2.1
                                  Adapter    "worx"          : 1.2.3
                                  Adapter    "xbox"          : 0.6.8
                                  Adapter    "xs1"           : 1.0.2
                                  Adapter    "yahka"         : 0.11.0
                                  Adapter    "yamaha"        : 0.4.0
                                  Adapter    "yeelight-2"    : 1.0.3
                                  Adapter    "youtube"       : 1.0.0
                                  Adapter    "yr"            : 2.0.3
                                  Adapter    "zigbee"        : 1.3.1
                                  Adapter    "zont"          : 0.5.3
                                  Adapter    "zwave"         : 2.0.1
                                  Adapter    "zwave2"        : 1.8.0
                                  Adapter "admin"          is up to date.
                                  Adapter "alarm"          is not installed.
                                  Adapter "alexa2"         is up to date.
                                  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 "bmw"            is not installed.
                                  Adapter "bosesoundtouch" is not installed.
                                  Adapter "botvac"         is not installed.
                                  Adapter "bring"          is up to date.
                                  Adapter "broadlink2"     is not installed.
                                  Adapter "bsblan"         is not installed.
                                  Adapter "bshb"           is not installed.
                                  Adapter "chromecast"     is not installed.
                                  Adapter "cloud"          is up to date.
                                  Adapter "comfoair"       is not installed.
                                  Adapter "contactid"      is not installed.
                                  Adapter "coronavirus-statistics" is not installed.
                                  Adapter "countdown"      is not installed.
                                  Adapter "cul"            is not installed.
                                  Adapter "daikin"         is not installed.
                                  Adapter "daswetter"      is not installed.
                                  Adapter "deconz"         is up to date.
                                  Adapter "denon"          is not installed.
                                  Adapter "device-reminder" is up to date.
                                  Adapter "devices"        is not installed.
                                  Adapter "digitalstrom"   is not installed.
                                  Adapter "discovergy"     is not installed.
                                  Adapter "discovery"      is up to date.
                                  Adapter "doorio"         is not installed.
                                  Adapter "ds18b20"        is not installed.
                                  Adapter "dwd"            is not installed.
                                  Adapter "ebus"           is not installed.
                                  Adapter "ecovacs-deebot" is not installed.
                                  Adapter "egigeozone"     is not installed.
                                  Adapter "ekey"           is not installed.
                                  Adapter "email"          is not installed.
                                  Adapter "emby"           is not installed.
                                  Adapter "energymanager"  is not installed.
                                  Adapter "enet"           is not installed.
                                  Adapter "epson_stylus_px830" is not installed.
                                  Adapter "exchangerates"  is not installed.
                                  Adapter "fahrplan"       is not installed.
                                  Adapter "fakeroku"       is not installed.
                                  Adapter "fb-checkpresence" is not installed.
                                  Adapter "feiertage"      is up to date.
                                  Adapter "fhem"           is not installed.
                                  Adapter "find-my-iphone" is not installed.
                                  Adapter "firetv"         is not installed.
                                  Adapter "flot"           is not installed.
                                  Adapter "followthesun"   is not installed.
                                  Adapter "foobar2000"     is not installed.
                                  Adapter "fritzbox"       is not installed.
                                  Adapter "fritzdect"      is not installed.
                                  Adapter "fronius"        is not installed.
                                  Adapter "frontier_silicon" is not installed.
                                  Adapter "fullcalendar"   is not installed.
                                  Adapter "fullybrowser"   is not installed.
                                  Adapter "g-homa"         is not installed.
                                  Adapter "geofency"       is not installed.
                                  Adapter "growatt"        is not installed.
                                  Adapter "gruenbeck"      is not installed.
                                  Adapter "habpanel"       is not installed.
                                  Adapter "haier"          is not installed.
                                  Adapter "ham"            is not installed.
                                  Adapter "ham-wemo"       is not installed.
                                  Adapter "harmony"        is not installed.
                                  Adapter "heatingcontrol" is up to date.
                                  Adapter "heos"           is not installed.
                                  Adapter "heytech"        is not installed.
                                  Adapter "hid"            is not installed.
                                  Adapter "history"        is not installed.
                                  Adapter "hm-rega"        is up to date.
                                  Adapter "hm-rpc"         is up to date.
                                  Adapter "hmip"           is not installed.
                                  Adapter "homeconnect"    is not installed.
                                  Adapter "homee"          is not installed.
                                  Adapter "homepilot"      is not installed.
                                  Adapter "hp-ilo"         is not installed.
                                  Adapter "hs100"          is not installed.
                                  Adapter "hue"            is not installed.
                                  Adapter "hue-extended"   is not installed.
                                  Adapter "i2c"            is not installed.
                                  Adapter "ical"           is not installed.
                                  Adapter "icons-addictive-flavour-png" is not installed.
                                  Adapter "icons-fatcow-hosting" is not installed.
                                  Adapter "icons-icons8"   is not installed.
                                  Adapter "icons-material-png" is not installed.
                                  Adapter "icons-material-svg" is not installed.
                                  Adapter "icons-mfd-png"  is not installed.
                                  Adapter "icons-mfd-svg"  is not installed.
                                  Adapter "icons-open-icon-library-png" is not installed.
                                  Adapter "icons-ultimate-png" is not installed.
                                  Adapter "influxdb"       is up to date.
                                  Adapter "info"           is up to date.
                                  Adapter "innogy-smarthome" is not installed.
                                  Adapter "iogo"           is not installed.
                                  Adapter "iot"            is up to date.
                                  Adapter "iqontrol"       is not installed.
                                  Adapter "jarvis"         is not installed.
                                  Adapter "javascript"     is up to date.
                                  Adapter "jeelink"        is not installed.
                                  Adapter "kecontact"      is not installed.
                                  Adapter "klf200"         is not installed.
                                  Adapter "km200"          is not installed.
                                  Adapter "knmi-weather"   is not installed.
                                  Adapter "knx"            is not installed.
                                  Adapter "kodi"           is not installed.
                                  Adapter "kostal-piko-ba" is not installed.
                                  Adapter "kress"          is not installed.
                                  Adapter "lametric"       is not installed.
                                  Adapter "landroid"       is not installed.
                                  Adapter "lcn"            is not installed.
                                  Adapter "legrand-ecocompteur" is not installed.
                                  Adapter "letrika_comgw"  is not installed.
                                  Adapter "lgtv"           is 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 "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.
                                  Adapter "lupusec"        is not installed.
                                  Adapter "luxtronik1"     is not installed.
                                  Adapter "material"       is not installed.
                                  Adapter "maxcube"        is not installed.
                                  Adapter "maxcul"         is not installed.
                                  Adapter "mbus"           is not installed.
                                  Adapter "mclighting"     is not installed.
                                  Adapter "megad"          is not installed.
                                  Adapter "megadd"         is not installed.
                                  Adapter "megaesp"        is not installed.
                                  Adapter "melcloud"       is not installed.
                                  Adapter "mercedesme"     is not installed.
                                  Adapter "mercury"        is not installed.
                                  Adapter "meross"         is not installed.
                                  Adapter "meteoalarm"     is not installed.
                                  Adapter "midea"          is not installed.
                                  Adapter "miele"          is not installed.
                                  Adapter "mielecloudservice" is not installed.
                                  Adapter "mihome"         is not installed.
                                  Adapter "mihome-lamp"    is not installed.
                                  Adapter "mihome-plug"    is not installed.
                                  Adapter "mihome-vacuum"  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 up to date.
                                  Adapter "modbus"         is not installed.
                                  Adapter "moma"           is not installed.
                                  Adapter "mpd"            is not installed.
                                  Adapter "mqtt"           is not installed.
                                  Adapter "mqtt-client"    is not installed.
                                  Adapter "musiccast"      is not installed.
                                  Adapter "mydlink"        is not installed.
                                  Adapter "mysensors"      is not installed.
                                  Adapter "nanoleaf-lightpanels" is not installed.
                                  Adapter "netatmo"        is not installed.
                                  Adapter "netatmo-crawler" is not installed.
                                  Adapter "nibeuplink"     is not installed.
                                  Adapter "nina"           is not installed.
                                  Adapter "node-red"       is not installed.
                                  Adapter "nuki"           is not installed.
                                  Adapter "nuki-extended"  is not installed.
                                  Adapter "nut"            is not installed.
                                  Adapter "octoprint"      is not installed.
                                  Adapter "odl"            is not installed.
                                  Adapter "oilfox"         is not installed.
                                  Adapter "onkyo"          is not installed.
                                  Adapter "onvif"          is not installed.
                                  Adapter "openhab"        is not installed.
                                  Adapter "openligadb"     is not installed.
                                  Adapter "openweathermap" is up to date.
                                  Adapter "opi"            is not installed.
                                  Adapter "oppoplayer"     is not installed.
                                  Adapter "owfs"           is not installed.
                                  Adapter "owntracks"      is not installed.
                                  Adapter "panasonic-viera" is not installed.
                                  Adapter "parser"         is not installed.
                                  Adapter "paw"            is not installed.
                                  Adapter "phantomjs"      is not installed.
                                  Adapter "pi-hole"        is not installed.
                                  Adapter "piface"         is not installed.
                                  Adapter "pimatic"        is not installed.
                                  Adapter "ping"           is not installed.
                                  Adapter "places"         is not installed.
                                  
                                  

                                  Hab ned alles erwischt beim kopieren :/ aber ich find auch schon den beginn des kommandos nicht mehr (jetzt sind die augen definitv erschöpft

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

                                  @Wieger-Daniel Nee, alles klar. Scheint i.O. zu sein.

                                  Dann musst du dir jetzt nur noch den Quark mit
                                  su und dem root login abgewöhnen.
                                  Als daniel anmelden und nur punktuell da wo es erforderlich ist mit sudo die root-Rechte erhalten.

                                  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

                                  Wieger DanielW 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @Wieger-Daniel Nee, alles klar. Scheint i.O. zu sein.

                                    Dann musst du dir jetzt nur noch den Quark mit
                                    su und dem root login abgewöhnen.
                                    Als daniel anmelden und nur punktuell da wo es erforderlich ist mit sudo die root-Rechte erhalten.

                                    Wieger DanielW Offline
                                    Wieger DanielW Offline
                                    Wieger Daniel
                                    schrieb am zuletzt editiert von
                                    #58

                                    @Thomas-Braun nachdem das nun funktioniert... ist schon abgewöhnt :) war mir sowieso zu aufwendig

                                    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

                                    285

                                    Online

                                    32.7k

                                    Benutzer

                                    82.6k

                                    Themen

                                    1.3m

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

                                    • Du hast noch kein Konto? Registrieren

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