Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Probleme nach Admin Adapterupdate

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Probleme nach Admin Adapterupdate

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @Blackeye last edited by

      @Blackeye du hast zwei verschiedene Versionen laufen
      /usr/bin/nodejs
      v12.19.1
      /usr/local/bin/node
      v14.15.1

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

        @Thomas-Braun
        Hi,
        ist erledigt, ändert aber nichts an meinen Problemen:

        pm && npm -v && apt policy nodejs
        /usr/bin/nodejs
        v12.19.1
        /usr/local/bin/node
        v12.19.1
        /usr/local/bin/npm
        6.14.8
        nodejs:
          Installiert:           12.19.1-1nodesource1
          Installationskandidat: 12.19.1-1nodesource1
          Versionstabelle:
         *** 12.19.1-1nodesource1 500
                500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                100 /var/lib/dpkg/status
             10.21.0~dfsg-1~deb10u1+rpi1 500
                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
        
        

        Alles v. 12.19.1 oder sollte eine andere Version genutzt werden?

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

          @Blackeye
          Immer noch falsch.
          in /usr/local/bin sollte das Zeug nicht drin sein.

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

            @Thomas-Braun said in Probleme nach Admin Adapterupdate:

            @Blackeye
            Immer noch falsch.
            in /usr/local/bin sollte das Zeug nicht drin sein.

            Hi,
            was muss ich denn machen? Verstehe nicht ganz was du meinst.

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

              @Blackeye
              Lies bitte die Anleitung nochmal:

              https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian/3

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

                @Thomas-Braun
                Hi,

                jetzt folgendes Ergebnis, gelöscht und nach reinstall:

                which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                /usr/bin/nodejs
                v12.19.1
                /usr/bin/node
                -bash: /usr/local/bin/node: Datei oder Verzeichnis nicht gefunden
                
                

                Anschließend reboot, leider noch immer das gleiche Ergebnis..

                J Thomas Braun 2 Replies Last reply Reply Quote 0
                • J
                  Jan1 @Blackeye last edited by

                  @Blackeye
                  ist auch immer noch falsch 😉

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

                    @Blackeye

                    leider noch immer das gleiche Ergebnis..

                    Bezogen auf was? Die Installation von node oder das verschwurbelte Update der Adapter?

                    who -r && whoami && which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                    

                    liefert jetzt nach dem reboot was?

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

                      @Thomas-Braun
                      Huch, nach dem reboot sah das ja anders aus:

                      which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                      /usr/bin/nodejs
                      v12.19.1
                      /usr/bin/node
                      v12.19.1
                      /usr/bin/npm
                      6.14.8
                      nodejs:
                        Installiert:           12.19.1-1nodesource1
                        Installationskandidat: 12.19.1-1nodesource1
                        Versionstabelle:
                       *** 12.19.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                              100 /var/lib/dpkg/status
                           10.21.0~dfsg-1~deb10u1+rpi1 500
                              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                      
                      

                      Aber den Test habe ich nach dem reboot gemacht, nur den Befehl hatte ich vor dem Reboot abgesetzt....sorry

                      Wenn ich den Adapter z.B. manuell versuche zu deninstallieren:

                      npm uninstall iobroker.vis-icontwo
                      npm WARN pi@1.0.0 No description
                      npm WARN pi@1.0.0 No repository field.
                      
                      audited 244 packages in 4.11s
                      
                      2 packages are looking for funding
                        run `npm fund` for details
                      
                      found 0 vulnerabilities
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Blackeye last edited by Thomas Braun

                        @Blackeye sagte in Probleme nach Admin Adapterupdate:

                        Aber den Test habe ich nach dem reboot gemacht, nur den Befehl hatte ich vor dem Reboot abgesetzt....sorry

                        Ich kann dir echt nicht folgen... Was für ein Test? Was für einen Befehl?

                        Egal...
                        Zum iobroker:

                        iobroker list adapters
                        iobroker list instances
                        iobroker status
                        

                        npm uninstall iobroker.vis-icontwo

                        Bitte beim ioBroker NICHT mit npm arbeiten. Ich glaube du hast dir da irgendwie die kompletten Dependencies zerballert.
                        Denn

                        npm WARN pi@1.0.0 No description
                        npm WARN pi@1.0.0 No repository field.
                        

                        pi ist kein node-Modul.

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

                          @Thomas-Braun said in Probleme nach Admin Adapterupdate:

                          Und mit Test meinte ich die Deinstallation des Adapters über iobroker. Das mit dem Terminal war gerade der letzte Versuch.

                          iobroker status

                          pi@raspberrypi:~ $ iobroker list adapters
                          system.adapter.admin                   : admin          - v4.1.10
                          system.adapter.alexa2                  : alexa2         - v3.3.1
                          system.adapter.cloud                   : cloud          - v3.0.4
                          system.adapter.coronavirus-statistics  : coronavirus-statistics - v0.6.3
                          system.adapter.deconz                  : deconz         - v1.3.10
                          system.adapter.denon                   : denon          - v1.7.7
                          system.adapter.device-reminder         : device-reminder - v0.3.2
                          system.adapter.devices                 : devices        - v0.3.6
                          system.adapter.discovery               : discovery      - v2.3.11
                          system.adapter.firetv                  : firetv         - v1.0.0
                          system.adapter.ham-wemo                : ham-wemo       - v1.1.0
                          system.adapter.hass                    : hass           - v0.1.0
                          system.adapter.history                 : history        - v1.9.10
                          system.adapter.hm-rpc                  : hm-rpc         - v1.14.24
                          system.adapter.ical                    : ical           - v1.7.4
                          system.adapter.info                    : info           - v1.7.10
                          system.adapter.iot                     : iot            - v1.5.3
                          system.adapter.iqontrol                : iqontrol       - v1.4.1
                          system.adapter.javascript              : javascript     - v4.8.4
                          system.adapter.mihome                  : mihome         - v1.3.0
                          system.adapter.mihome-vacuum           : mihome-vacuum  - v2.0.7
                          system.adapter.mqtt                    : mqtt           - v2.1.9
                          system.adapter.mqtt-client             : mqtt-client    - v1.3.1
                          system.adapter.node-red                : node-red       - v2.0.1
                          system.adapter.parser                  : parser         - v1.0.7
                          system.adapter.shelly                  : shelly         - v4.0.3
                          system.adapter.sonoff                  : sonoff         - v2.3.3
                          system.adapter.sony-bravia             : sony-bravia    - v1.0.1
                          system.adapter.spotify-premium         : spotify-premium - v1.0.0
                          system.adapter.tr-064                  : tr-064         - v4.2.1
                          system.adapter.trashschedule           : trashschedule  - v1.0.3
                          system.adapter.upnp                    : upnp           - v1.0.16
                          system.adapter.vis                     : vis            - v1.2.12
                          system.adapter.vis-fancyswitch         : vis-fancyswitch - v1.1.0
                          system.adapter.weatherunderground      : weatherunderground - v3.2.1
                          system.adapter.web                     : web            - v3.0.14
                          system.adapter.zigbee                  : zigbee         - v1.3.1
                          pi@raspberrypi:~ $ iobroker list instances
                          + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.alexa2.0                : alexa2                -  enabled
                            system.adapter.coronavirus-statistics.1: coronavirus-statistics -  enabled
                          + system.adapter.denon.0                 : denon                 -  enabled
                          + system.adapter.device-reminder.0       : device-reminder       -  enabled
                          + system.adapter.discovery.0             : discovery             -  enabled
                            system.adapter.ham-wemo.0              : ham-wemo              -  enabled
                          + system.adapter.hm-rpc.0                : hm-rpc                -  enabled, port: 0
                            system.adapter.ical.0                  : ical                  -  enabled
                          + system.adapter.info.0                  : info                  -  enabled
                          + system.adapter.iot.0                   : iot                   -  enabled
                          + system.adapter.iqontrol.0              : iqontrol              -  enabled
                          + system.adapter.javascript.0            : javascript            -  enabled
                          + system.adapter.mihome-vacuum.0         : mihome-vacuum         -  enabled, port: 54321
                          + system.adapter.mqtt.0                  : mqtt                  -  enabled, port: 1884, bind: 0.0.0.0
                          + system.adapter.shelly.0                : shelly                -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.spotify-premium.0       : spotify-premium       -  enabled
                          + system.adapter.tr-064.0                : tr-064                -  enabled
                          + system.adapter.tr-064.1                : tr-064                -  enabled
                          + system.adapter.upnp.0                  : upnp                  -  enabled
                            system.adapter.weatherunderground.0    : weatherunderground    -  enabled
                          + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.zigbee.0                : zigbee                -  enabled, port: /dev/ttyACM0
                          
                          + instance is alive
                          pi@raspberrypi:~ $ iobroker status
                          iobroker is running on this host.
                          
                          At least one iobroker host is running.
                          
                          Objects type: file
                          States  type: file
                          pi@raspberrypi:~ $ 
                          

                          Also wie es hier aussieht wird mir das nur verkehrt im Frontend angezeigt? Hier sieht ja alles aktuell aus, oder?

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

                            @Blackeye

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

                              @Thomas-Braun said in Probleme nach Admin Adapterupdate:

                              iobroker version

                              Hi,

                              pi@raspberrypi:/opt/iobroker $ iobroker update
                              Used repository: default
                              hash unchanged, use cached sources
                              update done
                              Adapter    "admin"         : 4.1.10   , installed 4.0.10 [Updateable]
                              Adapter    "alarm"         : 1.6.0    
                              Adapter    "alexa2"        : 3.3.1    , installed 3.3.1
                              Adapter    "alpha2"        : 1.0.0    
                              Adapter    "amazon-dash"   : 1.1.0    
                              Adapter    "artnet"        : 1.2.2    
                              Adapter    "asterisk"      : 1.0.6    
                              Adapter    "asuswrt"       : 1.0.1    
                              Adapter    "b-control-em"  : 0.2.1    
                              Adapter    "backitup"      : 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    
                              Adapter    "broadlink2"    : 2.0.3    
                              Adapter    "bsblan"        : 0.1.5    
                              Adapter    "bshb"          : 0.1.10   
                              Adapter    "chromecast"    : 2.3.1    
                              Adapter    "cloud"         : 3.0.4    
                              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.2    
                              Adapter    "daswetter"     : 3.0.4    
                              Adapter    "deconz"        : 1.3.11   
                              Adapter    "denon"         : 1.7.7    
                              Adapter    "devices"       : 0.3.6    
                              Adapter    "digitalstrom"  : 0.5.5    
                              Adapter    "discovergy"    : 0.5.0    
                              Adapter    "discovery"     : 2.3.11   , installed 2.3.7 [Updateable]
                              Adapter    "doorio"        : 1.1.1    
                              Adapter    "ds18b20"       : 1.1.5    
                              Adapter    "dwd"           : 2.4.10   
                              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    "fakeroku"      : 0.2.1    
                              Adapter    "fb-checkpresence": 1.0.4   
                              Adapter    "feiertage"     : 1.0.17   
                              Adapter    "fhem"          : 1.5.3    
                              Adapter    "find-my-iphone": 0.2.15   
                              Adapter    "firetv"        : 0.0.27   , installed 1.0.0
                              Adapter    "flot"          : 1.9.2    
                              Adapter    "foobar2000"    : 2.0.3    
                              Adapter    "fritzbox"      : 0.2.1    
                              Adapter    "fritzdect"     : 0.2.4    
                              Adapter    "fronius"       : 1.0.5    
                              Adapter    "fullcalendar"  : 1.1.0    
                              Adapter    "fullybrowser"  : 2.0.1    
                              Adapter    "g-homa"        : 0.5.3    
                              Adapter    "geofency"      : 0.3.2    
                              Adapter    "gruenbeck"     : 0.0.18   
                              Adapter    "habpanel"      : 0.4.3    
                              Adapter    "haier"         : 1.0.2    
                              Adapter    "ham"           : 1.1.2    , installed 1.1.2
                              Adapter    "ham-wemo"      : 1.0.1    , installed 1.0.1
                              Adapter    "harmony"       : 1.2.2    
                              Adapter    "heatingcontrol": 1.0.0    
                              Adapter    "heytech"       : 1.0.0    
                              Adapter    "hid"           : 0.1.17   
                              Adapter    "history"       : 1.9.10   
                              Adapter    "hm-rega"       : 2.6.24   
                              Adapter    "hm-rpc"        : 1.14.24  , installed 1.14.24
                              Adapter    "hmip"          : 1.3.1    
                              Adapter    "homeconnect"   : 0.0.30   
                              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    "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.1    
                              Adapter    "info"          : 1.7.10   , installed 1.7.2 [Updateable]
                              Adapter    "innogy-smarthome": 0.3.6   
                              Adapter    "iogo"          : 0.5.10   
                              Adapter    "iot"           : 1.5.3    , installed 1.5.3
                              Adapter    "iqontrol"      : 1.3.3    , installed 1.4.1
                              Adapter    "jarvis"        : 1.0.9    
                              Adapter    "javascript"    : 4.8.4    , installed 4.8.4
                              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.1    
                              Adapter    "kress"         : 2.5.5    
                              Adapter    "lametric"      : 0.0.9    
                              Adapter    "landroid"      : 1.0.3    
                              Adapter    "lcn"           : 0.3.2    
                              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.2.2    
                              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"       : 0.1.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.21   
                              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.0    
                              Adapter    "mihome-lamp"   : 1.1.0    
                              Adapter    "mihome-plug"   : 0.2.0    
                              Adapter    "mihome-vacuum" : 2.0.7    , installed 2.0.7
                              Adapter    "mikrotik"      : 1.0.11   
                              Adapter    "milight"       : 0.3.6    
                              Adapter    "milight-smart-light": 0.2.7   
                              Adapter    "mobile"        : 1.0.1    
                              Adapter    "modbus"        : 3.1.6    
                              Adapter    "moma"          : 1.2.6    
                              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    "nello"         : 2.0.6    
                              Adapter    "netatmo"       : 1.3.3    
                              Adapter    "nibeuplink"    : 0.3.0    
                              Adapter    "nina"          : 0.0.22   
                              Adapter    "node-red"      : 2.0.1    , installed 1.17.2 [Updateable]
                              Adapter    "nuki"          : 1.4.1    
                              Adapter    "nuki-extended" : 2.3.0    
                              Adapter    "nut"           : 1.1.3    
                              Adapter    "octoprint"     : 1.0.1    
                              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    
                              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.0.1    
                              Adapter    "pi-hole"       : 1.3.1    
                              Adapter    "piface"        : 1.0.0    
                              Adapter    "pimatic"       : 0.3.0    
                              Adapter    "ping"          : 1.4.8    
                              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    
                              Adapter    "proxy"         : 1.1.1    
                              Adapter    "pushbullet"    : 0.0.11   
                              Adapter    "pushover"      : 2.0.3    
                              Adapter    "pushsafer"     : 0.1.8    
                              Adapter    "radar2"        : 1.0.9    
                              Adapter    "radiohead"     : 1.0.7    
                              Adapter    "rflink"        : 2.0.0    
                              Adapter    "rickshaw"      : 1.0.0    
                              Adapter    "ring"          : 1.1.3    
                              Adapter    "robonect"      : 0.1.3    
                              Adapter    "roomba"        : 1.1.1    
                              Adapter    "rpi2"          : 1.2.0    
                              Adapter    "s7"            : 1.1.8    
                              Adapter    "samsung"       : 0.2.9    
                              Adapter    "sayit"         : 1.9.8    
                              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    , installed 4.0.3
                              Adapter    "shuttercontrol": 1.0.4    
                              Adapter    "sia"           : 1.0.4    
                              Adapter    "siegenia"      : 1.0.0    
                              Adapter    "simple-api"    : 2.4.6    , installed 2.4.8
                              Adapter    "smappee"       : 0.2.2    
                              Adapter    "smartcontrol"  : 1.0.0    
                              Adapter    "smartgarden"   : 1.0.1    
                              Adapter    "smartmeter"    : 3.1.5    
                              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.6.0    
                              Adapter    "sonoff"        : 2.3.3    , installed 2.3.3
                              Adapter    "sonos"         : 2.1.0    
                              Adapter    "sony-bravia"   : 1.0.1    , installed 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.5.9    
                              Adapter    "terminal"      : 0.1.2    
                              Adapter    "tesla-motors"  : 0.2.3    
                              Adapter    "text2command"  : 1.3.0    
                              Adapter    "tinker"        : 1.1.0    
                              Adapter    "tr-064"        : 4.2.1    , installed 4.0.9 [Updateable]
                              Adapter    "tradfri"       : 2.6.3    
                              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   , installed 1.0.16
                              Adapter    "vaillant"      : 0.0.10   
                              Adapter    "valloxmv"      : 1.1.1    
                              Adapter    "vcard"         : 0.0.9    
                              Adapter    "velux"         : 0.0.5    
                              Adapter    "viessmann"     : 1.3.2    
                              Adapter    "virtualpowermeter": 1.2.1   
                              Adapter    "vis"           : 1.2.12   , installed 1.2.12
                              Adapter    "vis-bars"      : 0.1.4    
                              Adapter    "vis-canvas-gauges": 0.1.5   
                              Adapter    "vis-colorpicker": 1.1.1   
                              Adapter    "vis-fancyswitch": 1.1.0   
                              Adapter    "vis-google-fonts": 0.1.0   
                              Adapter    "vis-history"   : 1.0.0    
                              Adapter    "vis-hqwidgets" : 1.1.4    
                              Adapter    "vis-icontwo"   : 0.32.0   
                              Adapter    "vis-inventwo"  : 1.3.8    
                              Adapter    "vis-jqui-mfd"  : 1.0.12   
                              Adapter    "vis-justgage"  : 1.0.2    
                              Adapter    "vis-keyboard"  : 0.0.2    
                              Adapter    "vis-lcars"     : 1.0.4    
                              Adapter    "vis-map"       : 1.0.4    
                              Adapter    "vis-material-advanced": 1.3.0   
                              Adapter    "vis-metro"     : 1.1.2    
                              Adapter    "vis-players"   : 0.1.6    
                              Adapter    "vis-plumb"     : 1.0.2    
                              Adapter    "vis-rgraph"    : 0.0.2    
                              Adapter    "vis-timeandweather": 1.1.7   
                              Adapter    "vis-weather"   : 2.5.2    
                              Adapter    "vr200"         : 1.0.0    
                              Adapter    "vw-connect"    : 0.0.15   
                              Adapter    "weatherunderground": 3.2.1   , installed 3.2.1
                              Adapter    "web"           : 3.0.14   , installed 3.0.13 [Updateable]
                              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"          : 0.9.2    
                              Adapter    "worx"          : 1.2.3    
                              Adapter    "xbox"          : 0.6.8    
                              Adapter    "xs1"           : 1.0.2    
                              Adapter    "yahka"         : 0.11.0   
                              Adapter    "yamaha"        : 0.3.19   
                              Adapter    "yeelight-2"    : 1.0.3    
                              Adapter    "youtube"       : 1.0.0    
                              Adapter    "yr"            : 2.0.3    
                              Adapter    "zigbee"        : 1.2.1    , installed 1.2.1
                              Adapter    "zont"          : 0.5.3    
                              Adapter    "zwave"         : 2.0.1    
                              Adapter    "zwave2"        : 1.7.10   
                              pi@raspberrypi:/opt/iobroker $ iobroker upgrade
                              Update admin from @4.0.10 to @4.1.10
                              host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                              NPM version: 6.14.8
                              npm install iobroker.admin@4.1.10 --loglevel error --prefix "/opt/iobroker" (System call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                              gyp ERR! configure error 
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                              gyp ERR! System Linux 4.19.75-v7l+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=7" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.19.1
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok 
                              node-pre-gyp ERR! build error 
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=7 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.75-v7l+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.19.1
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok 
                              npm ERR! code ELIFECYCLE
                              npm ERR! errno 1
                              npm ERR! canvas@2.6.1 install: `node-pre-gyp install --fallback-to-build`
                              npm ERR! Exit status 1
                              npm ERR! 
                              npm ERR! Failed at the canvas@2.6.1 install script.
                              npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/iobroker/.npm/_logs/2020-11-22T17_44_13_361Z-debug.log
                              upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                              upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                              upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                              upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                              Adapter "admin" updated
                              host.raspberrypi Adapter "system.adapter.admin.0" is started
                              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 not installed.
                              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 not installed.
                              Adapter "broadlink2"     is not installed.
                              Adapter "bsblan"         is not installed.
                              Adapter "bshb"           is not installed.
                              Adapter "chromecast"     is not installed.
                              Adapter "cloud"          is not installed.
                              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 not installed.
                              Adapter "denon"          is not installed.
                              Adapter "devices"        is not installed.
                              Adapter "digitalstrom"   is not installed.
                              Adapter "discovergy"     is not installed.
                              Update discovery from @2.3.7 to @2.3.11
                              NPM version: 6.14.8
                              npm install iobroker.discovery@2.3.11 --loglevel error --prefix "/opt/iobroker" (System call)
                              npm ERR! code ENOENT
                              npm ERR! syscall access
                              npm ERR! path /opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman-converters/node_modules/fsevents
                              npm ERR! errno -2
                              npm ERR! enoent ENOENT: no such file or directory, access '/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman-converters/node_modules/fsevents'
                              npm ERR! enoent This is related to npm not being able to find a file.
                              npm ERR! enoent 
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/iobroker/.npm/_logs/2020-11-22T17_45_17_331Z-debug.log
                              host.raspberrypi Cannot install iobroker.discovery@2.3.11: 254
                              pi@raspberrypi:/opt/iobroker $ iobroker version
                              3.1.6
                              pi@raspberrypi:/opt/iobroker $ iobroker update
                              Used repository: default
                              hash unchanged, use cached sources
                              update done
                              Adapter    "admin"         : 4.1.10   , installed 4.1.10
                              Adapter    "alarm"         : 1.6.0    
                              Adapter    "alexa2"        : 3.3.1    , installed 3.3.1
                              Adapter    "alpha2"        : 1.0.0    
                              Adapter    "amazon-dash"   : 1.1.0    
                              Adapter    "artnet"        : 1.2.2    
                              Adapter    "asterisk"      : 1.0.6    
                              Adapter    "asuswrt"       : 1.0.1    
                              Adapter    "b-control-em"  : 0.2.1    
                              Adapter    "backitup"      : 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    
                              Adapter    "broadlink2"    : 2.0.3    
                              Adapter    "bsblan"        : 0.1.5    
                              Adapter    "bshb"          : 0.1.10   
                              Adapter    "chromecast"    : 2.3.1    
                              Adapter    "cloud"         : 3.0.4    
                              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.2    
                              Adapter    "daswetter"     : 3.0.4    
                              Adapter    "deconz"        : 1.3.11   
                              Adapter    "denon"         : 1.7.7    
                              Adapter    "devices"       : 0.3.6    
                              Adapter    "digitalstrom"  : 0.5.5    
                              Adapter    "discovergy"    : 0.5.0    
                              Adapter    "discovery"     : 2.3.11   , installed 2.3.7 [Updateable]
                              Adapter    "doorio"        : 1.1.1    
                              Adapter    "ds18b20"       : 1.1.5    
                              Adapter    "dwd"           : 2.4.10   
                              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    "fakeroku"      : 0.2.1    
                              Adapter    "fb-checkpresence": 1.0.4   
                              Adapter    "feiertage"     : 1.0.17   
                              Adapter    "fhem"          : 1.5.3    
                              Adapter    "find-my-iphone": 0.2.15   
                              Adapter    "firetv"        : 0.0.27   , installed 1.0.0
                              Adapter    "flot"          : 1.9.2    
                              Adapter    "foobar2000"    : 2.0.3    
                              Adapter    "fritzbox"      : 0.2.1    
                              Adapter    "fritzdect"     : 0.2.4    
                              Adapter    "fronius"       : 1.0.5    
                              Adapter    "fullcalendar"  : 1.1.0    
                              Adapter    "fullybrowser"  : 2.0.1    
                              Adapter    "g-homa"        : 0.5.3    
                              Adapter    "geofency"      : 0.3.2    
                              Adapter    "gruenbeck"     : 0.0.18   
                              Adapter    "habpanel"      : 0.4.3    
                              Adapter    "haier"         : 1.0.2    
                              Adapter    "ham"           : 1.1.2    , installed 1.1.2
                              Adapter    "ham-wemo"      : 1.0.1    , installed 1.0.1
                              Adapter    "harmony"       : 1.2.2    
                              Adapter    "heatingcontrol": 1.0.0    
                              Adapter    "heytech"       : 1.0.0    
                              Adapter    "hid"           : 0.1.17   
                              Adapter    "history"       : 1.9.10   
                              Adapter    "hm-rega"       : 2.6.24   
                              Adapter    "hm-rpc"        : 1.14.24  , installed 1.14.24
                              Adapter    "hmip"          : 1.3.1    
                              Adapter    "homeconnect"   : 0.0.30   
                              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    "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.1    
                              Adapter    "info"          : 1.7.10   , installed 1.7.2 [Updateable]
                              Adapter    "innogy-smarthome": 0.3.6   
                              Adapter    "iogo"          : 0.5.10   
                              Adapter    "iot"           : 1.5.3    , installed 1.5.3
                              Adapter    "iqontrol"      : 1.3.3    , installed 1.4.1
                              Adapter    "jarvis"        : 1.0.9    
                              Adapter    "javascript"    : 4.8.4    , installed 4.8.4
                              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.1    
                              Adapter    "kress"         : 2.5.5    
                              Adapter    "lametric"      : 0.0.9    
                              Adapter    "landroid"      : 1.0.3    
                              Adapter    "lcn"           : 0.3.2    
                              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.2.2    
                              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"       : 0.1.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.21   
                              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.0    
                              Adapter    "mihome-lamp"   : 1.1.0    
                              Adapter    "mihome-plug"   : 0.2.0    
                              Adapter    "mihome-vacuum" : 2.0.7    , installed 2.0.7
                              Adapter    "mikrotik"      : 1.0.11   
                              Adapter    "milight"       : 0.3.6    
                              Adapter    "milight-smart-light": 0.2.7   
                              Adapter    "mobile"        : 1.0.1    
                              Adapter    "modbus"        : 3.1.6    
                              Adapter    "moma"          : 1.2.6    
                              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    "nello"         : 2.0.6    
                              Adapter    "netatmo"       : 1.3.3    
                              Adapter    "nibeuplink"    : 0.3.0    
                              Adapter    "nina"          : 0.0.22   
                              Adapter    "node-red"      : 2.0.1    , installed 1.17.2 [Updateable]
                              Adapter    "nuki"          : 1.4.1    
                              Adapter    "nuki-extended" : 2.3.0    
                              Adapter    "nut"           : 1.1.3    
                              Adapter    "octoprint"     : 1.0.1    
                              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    
                              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.0.1    
                              Adapter    "pi-hole"       : 1.3.1    
                              Adapter    "piface"        : 1.0.0    
                              Adapter    "pimatic"       : 0.3.0    
                              Adapter    "ping"          : 1.4.8    
                              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    
                              Adapter    "proxy"         : 1.1.1    
                              Adapter    "pushbullet"    : 0.0.11   
                              Adapter    "pushover"      : 2.0.3    
                              Adapter    "pushsafer"     : 0.1.8    
                              Adapter    "radar2"        : 1.0.9    
                              Adapter    "radiohead"     : 1.0.7    
                              Adapter    "rflink"        : 2.0.0    
                              Adapter    "rickshaw"      : 1.0.0    
                              Adapter    "ring"          : 1.1.3    
                              Adapter    "robonect"      : 0.1.3    
                              Adapter    "roomba"        : 1.1.1    
                              Adapter    "rpi2"          : 1.2.0    
                              Adapter    "s7"            : 1.1.8    
                              Adapter    "samsung"       : 0.2.9    
                              Adapter    "sayit"         : 1.9.8    
                              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    , installed 4.0.3
                              Adapter    "shuttercontrol": 1.0.4    
                              Adapter    "sia"           : 1.0.4    
                              Adapter    "siegenia"      : 1.0.0    
                              Adapter    "simple-api"    : 2.4.6    , installed 2.4.8
                              Adapter    "smappee"       : 0.2.2    
                              Adapter    "smartcontrol"  : 1.0.0    
                              Adapter    "smartgarden"   : 1.0.1    
                              Adapter    "smartmeter"    : 3.1.5    
                              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.6.0    
                              Adapter    "sonoff"        : 2.3.3    , installed 2.3.3
                              Adapter    "sonos"         : 2.1.0    
                              Adapter    "sony-bravia"   : 1.0.1    , installed 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.5.9    
                              Adapter    "terminal"      : 0.1.2    
                              Adapter    "tesla-motors"  : 0.2.3    
                              Adapter    "text2command"  : 1.3.0    
                              Adapter    "tinker"        : 1.1.0    
                              Adapter    "tr-064"        : 4.2.1    , installed 4.0.9 [Updateable]
                              Adapter    "tradfri"       : 2.6.3    
                              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.5    
                              Adapter    "viessmann"     : 1.3.2    
                              Adapter    "virtualpowermeter": 1.2.1   
                              Adapter    "vis"           : 1.2.12   , installed 1.2.12
                              Adapter    "vis-bars"      : 0.1.4    
                              Adapter    "vis-canvas-gauges": 0.1.5   
                              Adapter    "vis-colorpicker": 1.1.1   
                              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.4    
                              Adapter    "vis-icontwo"   : 0.32.0   , installed 0.31.0 [Updateable]
                              Adapter    "vis-inventwo"  : 1.3.8    
                              Adapter    "vis-jqui-mfd"  : 1.0.12   
                              Adapter    "vis-justgage"  : 1.0.2    
                              Adapter    "vis-keyboard"  : 0.0.2    
                              Adapter    "vis-lcars"     : 1.0.4    
                              Adapter    "vis-map"       : 1.0.4    
                              Adapter    "vis-material-advanced": 1.3.0   
                              Adapter    "vis-metro"     : 1.1.2    
                              Adapter    "vis-players"   : 0.1.6    
                              Adapter    "vis-plumb"     : 1.0.2    
                              Adapter    "vis-rgraph"    : 0.0.2    
                              Adapter    "vis-timeandweather": 1.1.7   
                              Adapter    "vis-weather"   : 2.5.2    
                              Adapter    "vr200"         : 1.0.0    
                              Adapter    "vw-connect"    : 0.0.15   
                              Adapter    "weatherunderground": 3.2.1   , installed 3.2.1
                              Adapter    "web"           : 3.0.14   , installed 3.0.13 [Updateable]
                              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"          : 0.9.2    
                              Adapter    "worx"          : 1.2.3    
                              Adapter    "xbox"          : 0.6.8    
                              Adapter    "xs1"           : 1.0.2    
                              Adapter    "yahka"         : 0.11.0   
                              Adapter    "yamaha"        : 0.3.19   
                              Adapter    "yeelight-2"    : 1.0.3    
                              Adapter    "youtube"       : 1.0.0    
                              Adapter    "yr"            : 2.0.3    
                              Adapter    "zigbee"        : 1.2.1    , installed 1.2.1
                              Adapter    "zont"          : 0.5.3    
                              Adapter    "zwave"         : 2.0.1    
                              Adapter    "zwave2"        : 1.7.10 
                              

                              Auch hier leider ohne Erfolg....es wird einfach nichts upgedatet....

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

                                @Blackeye

                                Bitte mal

                                lsb_release -a
                                sudo apt update
                                

                                ausführen, Ausgabe hier rein.

                                Dann

                                sudo apt install libpixman-1-dev
                                sudo apt dist-upgrade
                                sudo reboot
                                
                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post

                                Support us

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

                                377
                                Online

                                32.0k
                                Users

                                80.3k
                                Topics

                                1.3m
                                Posts

                                admin update adapter
                                4
                                16
                                687
                                Loading More Posts
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes
                                Reply
                                • Reply as topic
                                Log in to reply
                                Community
                                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                The ioBroker Community 2014-2023
                                logo