Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Zigbee Instanz rot nach node.js Update auf v12.18.4 [Gelöst]

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    UNSOLVED Zigbee Instanz rot nach node.js Update auf v12.18.4 [Gelöst]

    This topic has been deleted. Only users with topic management privileges can see it.
    • birdy
      birdy @Thomas Braun last edited by

      @Thomas-Braun

      Aber was soll ich jetzt mit dem deistallierten dissolve machen?

      Nochmal?

      npm i iobroker.zigbee@1.2.1
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @birdy last edited by

        @birdy
        Probier mal. Ich bin nicht mal sicher das dissolve sich jetzt aufgelöst hat...

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

          @Thomas-Braun

          Scheint nicht so... 😞

          pi@raspberrypi:/opt/iobroker $ npm i iobroker.zigbee@1.2.1
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: concentrate@^0.2.3 (node_modules/unpi/node_modules/concentrate):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported engine for concentrate@0.2.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.18.4","npm":"6.14.6"})
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Not compatible with your version of node/npm: concentrate@0.2.3
          
          npm ERR! code ENOTSUP
          npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.18.4","npm":"6.14.6"})
          npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
          npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
          npm ERR! notsup Required: {"node":"~0.10.0"}
          npm ERR! notsup Actual:   {"npm":"6.14.6","node":"12.18.4"}
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2020-09-20T16_51_25_317Z-debug.log
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @birdy last edited by Thomas Braun

            @birdy sagte in Zigbee Instanz rot nach node.js Update auf v12.18.4:

            Unsupported engine for concentrate@0.2.3: wanted: "node":"~0.10.0"}
            

            Da hast du übrigens den nächsten alten Hund.
            Wer weiß was da noch alles nach oben gespült wird.
            Ich würde das Ding plattmachen und ein Backup des ioBrokers einspielen. Backitup hast du ja hoffentlich am Start?

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

              @Thomas-Braun

              Ja, Backup habe ich, Komplett und Standard... Ist eine Variante zu bevorzugen?

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

                @birdy
                Die Unterscheidung zwischen Komplett und Standard kenne ich nicht. Vermutlich eine alte Einstellung.

                Du kannst aber auch mal den hier probieren:

                iobroker stop
                curl -sL https://iobroker.net/fix.sh | bash -
                iobroker start
                
                npm i iobroker.zigbee@1.2.1 --force
                

                kannst du auch nochmal versuchen.

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

                  @Thomas-Braun said in Zigbee Instanz rot nach node.js Update auf v12.18.4:

                  @birdy
                  Die Unterscheidung zwischen Komplett und Standard kenne ich nicht. Vermutlich eine alte Einstellung.

                  Du kannst aber auch mal den hier probieren:

                  iobroker stop
                  curl -sL https://iobroker.net/fix.sh | bash -
                  iobroker start
                  
                  npm i iobroker.zigbee@1.2.1 --force
                  

                  kannst du auch nochmal versuchen.

                  Nach dem Fix sieht es aber besser aus:

                  pi@raspberrypi:~ $ npm i iobroker.zigbee@1.2.1                                  npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
                  npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
                  npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
                  npm WARN pi No description
                  npm WARN pi No repository field.
                  npm WARN pi No README data
                  npm WARN pi No license field.
                  
                  + iobroker.zigbee@1.2.1
                  updated 1 package and audited 113 packages in 38.913s
                  
                  38 packages are looking for funding
                    run `npm fund` for details
                  
                  found 4 high severity vulnerabilities
                    run `npm audit fix` to fix them, or `npm audit` for details
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @birdy last edited by Thomas Braun

                    @birdy
                    Das sieht doch gar nicht mal so schlecht aus.
                    [Edit:] Im falschen Verzeichnis ausgeführt.

                    Dann bleiben noch die anderen Baustellen wie 'canvas' z. B.

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

                      @Thomas-Braun

                      Zigbee Adapter bleibt aber trotzdem auf 0.10.2

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

                        @birdy

                        iobroker restart
                        
                        birdy 1 Reply Last reply Reply Quote 0
                        • birdy
                          birdy @Thomas Braun last edited by

                          @Thomas-Braun said in Zigbee Instanz rot nach node.js Update auf v12.18.4:

                          @birdy

                          iobroker restart
                          

                          Leider keine Änderung nach restart...

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

                            @birdy

                            iobroker update
                            iobroker upgrade
                            

                            Beide Ausgaben posten.

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

                              @Thomas-Braun

                              pi@raspberrypi:~ $ iobroker update
                              Used repository: default
                              hash unchanged, use cached sources
                              update done
                              Adapter    "admin"         : 4.0.10   , installed 4.0.10
                              Adapter    "alarm"         : 1.2.3
                              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.6.7    , installed 1.6.7
                              Adapter    "beckhoff"      : 1.2.2
                              Adapter    "benq"          : 0.2.0
                              Adapter    "binance"       : 1.1.3
                              Adapter    "ble"           : 0.11.8
                              Adapter    "bmw"           : 1.3.3
                              Adapter    "bosesoundtouch": 0.2.4
                              Adapter    "botvac"        : 1.0.0
                              Adapter    "bring"         : 1.7.2
                              Adapter    "broadlink2"    : 2.0.3    , installed 2.0.3
                              Adapter    "bsblan"        : 0.1.5
                              Adapter    "bshb"          : 0.1.10
                              Adapter    "chromecast"    : 2.3.1
                              Adapter    "cloud"         : 3.0.4    , installed 2.8.0 [Updateable]
                              Adapter    "comfoair"      : 0.3.2
                              Adapter    "contactid"     : 1.0.1
                              Adapter    "coronavirus-statistics": 0.6.0
                              Adapter    "countdown"     : 1.1.0
                              Adapter    "cul"           : 1.2.1
                              Adapter    "daikin"        : 1.0.5
                              Adapter    "daswetter"     : 3.0.1    , installed 3.0.1
                              Adapter    "deconz"        : 1.3.10
                              Adapter    "denon"         : 1.7.7
                              Adapter    "devices"       : 0.3.6
                              Adapter    "digitalstrom"  : 0.5.5
                              Adapter    "discovergy"    : 0.5.0
                              Adapter    "discovery"     : 2.3.7    , installed 2.3.7
                              Adapter    "doorio"        : 1.0.10
                              Adapter    "ds18b20"       : 1.1.4
                              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
                              Adapter    "flot"          : 1.9.2    , installed 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
                              Adapter    "ham-wemo"      : 1.0.1
                              Adapter    "harmony"       : 1.2.2
                              Adapter    "heatingcontrol": 0.5.7
                              Adapter    "heytech"       : 0.2.0
                              Adapter    "hid"           : 0.1.17
                              Adapter    "history"       : 1.9.10   , installed 1.9.10
                              Adapter    "hm-rega"       : 2.6.14
                              Adapter    "hm-rpc"        : 1.14.15
                              Adapter    "hmip"          : 1.2.2
                              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.5
                              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   , installed 1.0.1
                              Adapter    "influxdb"      : 1.9.1
                              Adapter    "info"          : 1.7.2    , installed 1.7.2
                              Adapter    "innogy-smarthome": 0.3.6
                              Adapter    "iogo"          : 0.5.10
                              Adapter    "iot"           : 1.5.3    , installed 1.5.3
                              Adapter    "iqontrol"      : 1.2.4
                              Adapter    "javascript"    : 4.6.17   , installed 4.6.17
                              Adapter    "jeelink"       : 0.1.0
                              Controller "js-controller" : 3.1.6    , installed 3.1.6
                              Adapter    "kecontact"     : 0.1.0
                              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    "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    "logparser"     : 1.0.4
                              Adapter    "lovelace"      : 1.0.16
                              Adapter    "loxone"        : 1.1.0
                              Adapter    "luftdaten"     : 0.0.17
                              Adapter    "lupusec"       : 1.2.6
                              Adapter    "luxtronik1"    : 0.2.2
                              Adapter    "material"      : 0.13.9
                              Adapter    "maxcube"       : 0.1.2
                              Adapter    "maxcul"        : 1.3.0
                              Adapter    "mbus"          : 2.2.2
                              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
                              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.4    , installed 2.1.4
                              Adapter    "mqtt-client"   : 1.3.1
                              Adapter    "musiccast"     : 0.1.3
                              Adapter    "mysensors"     : 2.0.1
                              Adapter    "nanoleaf-lightpanels": 0.8.1
                              Adapter    "nello"         : 2.0.6
                              Adapter    "netatmo"       : 1.3.1
                              Adapter    "nibeuplink"    : 0.3.0
                              Adapter    "nina"          : 0.0.22
                              Adapter    "node-red"      : 1.17.2
                              Adapter    "nuki"          : 1.3.1
                              Adapter    "nuki-extended" : 2.3.0
                              Adapter    "nut"           : 1.1.3
                              Adapter    "odl"           : 1.0.5
                              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    , installed 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    , installed 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.2
                              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    , installed 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.0
                              Adapter    "scenes"        : 1.1.0    , installed 1.1.0
                              Adapter    "schoolfree"    : 0.6.3
                              Adapter    "shelly"        : 4.0.2
                              Adapter    "shuttercontrol": 0.8.6
                              Adapter    "sia"           : 1.0.4
                              Adapter    "siegenia"      : 1.0.0
                              Adapter    "simple-api"    : 2.4.6    , installed 2.4.6
                              Adapter    "smappee"       : 0.2.2
                              Adapter    "smartgarden"   : 1.0.1
                              Adapter    "smartmeter"    : 3.1.2
                              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
                              Adapter    "spotify-premium": 1.0.0
                              Adapter    "sql"           : 1.15.2   , installed 1.15.2
                              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    , installed 1.5.9
                              Adapter    "terminal"      : 0.1.2    , installed 0.1.2
                              Adapter    "tesla-motors"  : 0.2.3
                              Adapter    "text2command"  : 1.3.0    , installed 1.3.0
                              Adapter    "tinker"        : 1.1.0
                              Adapter    "tr-064"        : 4.0.9
                              Adapter    "tradfri"       : 2.6.3
                              Adapter    "trashschedule" : 0.0.11
                              Adapter    "tunnelbroker-endpoint-updater": 0.0.1
                              Adapter    "tuya"          : 3.3.12
                              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.0
                              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    , installed 1.0.0
                              Adapter    "vis-hqwidgets" : 1.1.4    , installed 1.1.4
                              Adapter    "vis-icontwo"   : 0.19.0
                              Adapter    "vis-inventwo"  : 1.3.8
                              Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 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-metro"     : 1.1.2    , installed 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   , installed 1.1.7
                              Adapter    "vis-weather"   : 2.5.2    , installed 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.12   , installed 3.0.12
                              Adapter    "weishaupt-wem" : 0.0.8
                              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.5
                              Adapter    "xs1"           : 1.0.2
                              Adapter    "yahka"         : 0.11.0
                              Adapter    "yamaha"        : 0.3.19
                              Adapter    "yeelight-2"    : 1.0.3
                              Adapter    "youtube"       : 0.0.11
                              Adapter    "yr"            : 2.0.3    , installed 2.0.3
                              Adapter    "zigbee"        : 1.2.1    , installed 0.10.2 [Updateable]
                              Adapter    "zont"          : 0.5.3
                              Adapter    "zwave"         : 2.0.1
                              Adapter    "zwave2"        : 1.5.0
                              
                              
                              pi@raspberrypi:~ $ iobroker upgrade
                              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 not installed.
                              Adapter "broadlink2"     is up to date.
                              Adapter "bsblan"         is not installed.
                              Adapter "bshb"           is not installed.
                              Adapter "chromecast"     is not installed.
                              Update cloud from @2.8.0 to @3.0.4
                              NPM version: 6.14.6
                              npm install iobroker.cloud@3.0.4 --loglevel error --prefix "/opt/iobroker" (System call)
                              Package pangocairo was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pangocairo.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pangocairo' found
                              gyp: Call to 'pkg-config pangocairo --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:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              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=6" "--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.18.4
                              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=6 --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/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315: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.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/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.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht gefunden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 1
                              gyp ERR! build error
                              gyp ERR! stack Error: `make` failed with exit code: 2
                              gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              upload [7] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/words.js words.js application/javascript
                              upload [6] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/index_m.html index_m.html text/html
                              upload [5] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/index.html index.html text/html
                              upload [4] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/img/info-big.png img/info-big.png image/png
                              upload [3] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/cloud.png cloud.png image/png
                              upload [2] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/blockly.js blockly.js application/javascript
                              upload [1] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/alexalogo.png alexalogo.png image/png
                              upload [0] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/actions.js actions.js application/javascript
                              Adapter "cloud" updated
                              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 up to date.
                              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.
                              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 "fakeroku"       is not installed.
                              Adapter "fb-checkpresence" is not installed.
                              Adapter "feiertage"      is not installed.
                              Adapter "fhem"           is not installed.
                              Adapter "find-my-iphone" is not installed.
                              Adapter "firetv"         is not installed.
                              Adapter "flot"           is up to date.
                              Adapter "foobar2000"     is not installed.
                              Adapter "fritzbox"       is not installed.
                              Adapter "fritzdect"      is not installed.
                              Adapter "fronius"        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 "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 not installed.
                              Adapter "heytech"        is not installed.
                              Adapter "hid"            is not installed.
                              Adapter "history"        is up to date.
                              Adapter "hm-rega"        is not installed.
                              Adapter "hm-rpc"         is not installed.
                              Adapter "hmip"           is not installed.
                              Adapter "homeconnect"    is not installed.
                              Adapter "homee"          is not installed.
                              Adapter "homepilot"      is not installed.
                              Adapter "hp-ilo"         is not installed.
                              Adapter "hs100"          is not installed.
                              Adapter "hue"            is not installed.
                              Adapter "hue-extended"   is not installed.
                              Adapter "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 up to date.
                              Adapter "influxdb"       is not installed.
                              Adapter "info"           is up to date.
                              Adapter "innogy-smarthome" is not installed.
                              Adapter "iogo"           is not installed.
                              Adapter "iot"            is up to date.
                              Adapter "iqontrol"       is not installed.
                              Adapter "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 "kress"          is not installed.
                              Adapter "lametric"       is not installed.
                              Adapter "landroid"       is not installed.
                              Adapter "lcn"            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 "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 "mobile"         is not installed.
                              Adapter "modbus"         is not installed.
                              Adapter "moma"           is not installed.
                              Adapter "mpd"            is not installed.
                              Adapter "mqtt"           is up to date.
                              Adapter "mqtt-client"    is not installed.
                              Adapter "musiccast"      is not installed.
                              Adapter "mysensors"      is not installed.
                              Adapter "nanoleaf-lightpanels" is not installed.
                              Adapter "nello"          is not installed.
                              Adapter "netatmo"        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 "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 not installed.
                              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 up to date.
                              Adapter "paw"            is not installed.
                              Adapter "phantomjs"      is not installed.
                              Adapter "pi-hole"        is not installed.
                              Adapter "piface"         is not installed.
                              Adapter "pimatic"        is not installed.
                              Adapter "ping"           is up to date.
                              Adapter "places"         is not installed.
                              Adapter "plex"           is not installed.
                              Adapter "plexconnect"    is not installed.
                              Adapter "pollenflug"     is not installed.
                              Adapter "proxmox"        is not installed.
                              Adapter "proxy"          is not installed.
                              Adapter "pushbullet"     is not installed.
                              Adapter "pushover"       is not installed.
                              Adapter "pushsafer"      is not installed.
                              Adapter "radar2"         is not installed.
                              Adapter "radiohead"      is not installed.
                              Adapter "rflink"         is not installed.
                              Adapter "rickshaw"       is up to date.
                              Adapter "ring"           is not installed.
                              Adapter "robonect"       is not installed.
                              Adapter "roomba"         is not installed.
                              Adapter "rpi2"           is not installed.
                              Adapter "s7"             is not installed.
                              Adapter "samsung"        is not installed.
                              Adapter "sayit"          is not installed.
                              Adapter "sbfspot"        is not installed.
                              Adapter "scenes"         is up to date.
                              Adapter "schoolfree"     is not installed.
                              Adapter "shelly"         is not installed.
                              Adapter "shuttercontrol" is not installed.
                              Adapter "sia"            is not installed.
                              Adapter "siegenia"       is not installed.
                              Adapter "simple-api"     is up to date.
                              Adapter "smappee"        is not installed.
                              Adapter "smartgarden"    is not installed.
                              Adapter "smartmeter"     is not installed.
                              Adapter "snips"          is not installed.
                              Adapter "snmp"           is not installed.
                              Adapter "socketio"       is up to date.
                              Adapter "solarlog"       is not installed.
                              Adapter "solarviewdatareader" is not installed.
                              Adapter "solarwetter"    is not installed.
                              Adapter "sonnen"         is not installed.
                              Adapter "sonoff"         is up to date.
                              Adapter "sonos"          is not installed.
                              Adapter "sony-bravia"    is not installed.
                              Adapter "spotify-premium" is not installed.
                              Adapter "sql"            is up to date.
                              Adapter "squeezebox"     is not installed.
                              Adapter "squeezeboxrpc"  is not installed.
                              Adapter "starline"       is not installed.
                              Adapter "statistics"     is not installed.
                              Adapter "stiebel-isg"    is not installed.
                              Adapter "sunnyportal"    is not installed.
                              Adapter "swiss-weather-api" is not installed.
                              Adapter "synology"       is not installed.
                              Adapter "systeminfo"     is not installed.
                              Adapter "tahoma"         is not installed.
                              Adapter "tankerkoenig"   is not installed.
                              Adapter "telegram"       is up to date.
                              Adapter "terminal"       is up to date.
                              Adapter "tesla-motors"   is not installed.
                              Adapter "text2command"   is up to date.
                              Adapter "tinker"         is not installed.
                              Adapter "tr-064"         is not installed.
                              Adapter "tradfri"        is not installed.
                              Adapter "trashschedule"  is not installed.
                              Adapter "tunnelbroker-endpoint-updater" is not installed.
                              Adapter "tuya"           is not installed.
                              Adapter "tvspielfilm"    is not installed.
                              Adapter "unifi"          is not installed.
                              Adapter "upnp"           is not installed.
                              Adapter "vaillant"       is not installed.
                              Adapter "valloxmv"       is not installed.
                              Adapter "vcard"          is not installed.
                              Adapter "velux"          is not installed.
                              Adapter "viessmann"      is not installed.
                              Adapter "virtualpowermeter" is not installed.
                              Adapter "vis"            is up to date.
                              Adapter "vis-bars"       is not installed.
                              Adapter "vis-canvas-gauges" is not installed.
                              Adapter "vis-colorpicker" is not installed.
                              Adapter "vis-fancyswitch" is up to date.
                              Adapter "vis-google-fonts" is not installed.
                              Adapter "vis-history"    is up to date.
                              Adapter "vis-hqwidgets"  is up to date.
                              Adapter "vis-icontwo"    is not installed.
                              Adapter "vis-inventwo"   is not installed.
                              Adapter "vis-jqui-mfd"   is up to date.
                              Adapter "vis-justgage"   is not installed.
                              Adapter "vis-keyboard"   is not installed.
                              Adapter "vis-lcars"      is not installed.
                              Adapter "vis-map"        is not installed.
                              Adapter "vis-metro"      is up to date.
                              Adapter "vis-players"    is not installed.
                              Adapter "vis-plumb"      is not installed.
                              Adapter "vis-rgraph"     is not installed.
                              Adapter "vis-timeandweather" is up to date.
                              Adapter "vis-weather"    is up to date.
                              Adapter "vr200"          is not installed.
                              Adapter "vw-connect"     is not installed.
                              Adapter "weatherunderground" is up to date.
                              Adapter "web"            is up to date.
                              Adapter "weishaupt-wem"  is not installed.
                              Adapter "wiffi-wz"       is not installed.
                              Adapter "wifilight"      is not installed.
                              Adapter "windows-control" is not installed.
                              Adapter "wled"           is not installed.
                              Adapter "wm-bus"         is not installed.
                              Adapter "wolf"           is not installed.
                              Adapter "worx"           is not installed.
                              Adapter "xbox"           is not installed.
                              Adapter "xs1"            is not installed.
                              Adapter "yahka"          is not installed.
                              Adapter "yamaha"         is not installed.
                              Adapter "yeelight-2"     is not installed.
                              Adapter "youtube"        is not installed.
                              Adapter "yr"             is up to date.
                              Update zigbee from @0.10.2 to @1.2.1
                              NPM version: 6.14.6
                              npm install iobroker.zigbee@1.2.1 --loglevel error --prefix "/opt/iobroker" (System call)
                              npm ERR! code ENOTSUP
                              npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.18.4","npm":"6.14.6"})
                              npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                              npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                              npm ERR! notsup Required: {"node":"~0.10.0"}
                              npm ERR! notsup Actual:   {"npm":"6.14.6","node":"12.18.4"}
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/iobroker/.npm/_logs/2020-09-20T17_37_57_090Z-debug.log
                              upload [100] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/index_m.html index_m.html text/html
                              upload [90] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/sylvania_rt.png img/sylvania_rt.png image/png
                              upload [80] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/sensor_ht.png img/sensor_ht.png image/png
                              upload [70] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_hue_lightbar.png img/philips_hue_lightbar.png image/png
                              upload [60] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/osram_ceiling_tw.png img/osram_ceiling_tw.png image/png
                              upload [50] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/lightify-plug.png img/lightify-plug.png image/png
                              upload [40] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/innr.png img/innr.png image/png
                              upload [30] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/gledopto_bulb.png img/gledopto_bulb.png image/png
                              upload [20] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/cube.png img/cube.png image/png
                              upload [19] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ctrl_neutral2.png img/ctrl_neutral2.png image/png
                              upload [18] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ctrl_neutral1.png img/ctrl_neutral1.png image/png
                              upload [17] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ctrl_ln2.png img/ctrl_ln2.png image/png
                              upload [16] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ctrl_ln1.png img/ctrl_ln1.png image/png
                              upload [15] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/contact.png img/contact.png image/png
                              upload [14] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/bitron_plug.png img/bitron_plug.png image/png
                              upload [13] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/battery_v.png img/battery_v.png image/png
                              upload [12] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/battery_p.png img/battery_p.png image/png
                              upload [11] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqara_temperature_sensor.png img/aqara_temperature_sensor.png image/png
                              upload [10] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqara_numan_body_sensor.png img/aqara_numan_body_sensor.png image/png
                              upload [9] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqara_bulb.png img/aqara_bulb.png image/png
                              upload [8] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqara.switch.png img/aqara.switch.png image/png
                              upload [7] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/TRADFRI.remote.control.png img/TRADFRI.remote.control.png image/png
                              upload [6] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/TRADFRI.bulb.E27.png img/TRADFRI.bulb.E27.png image/png
                              upload [5] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/FLOALT.panel.WS.png img/FLOALT.panel.WS.png image/png
                              upload [4] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/Eurotronic_Spirit_04.png img/Eurotronic_Spirit_04.png image/png
                              upload [3] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86sw2.png img/86sw2.png image/png
                              upload [2] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86sw1.png img/86sw1.png image/png
                              upload [1] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86plug.png img/86plug.png image/png
                              upload [0] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/admin.js admin.js application/javascript
                              Adapter "zigbee" updated
                              Adapter "zont"           is not installed.
                              Adapter "zwave"          is not installed.
                              Adapter "zwave2"         is not installed.
                              pi@raspberrypi:~ $
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @birdy last edited by

                                @birdy sagte in Zigbee Instanz rot nach node.js Update auf v12.18.4:

                                pangocairo.pc

                                sudo apt install libpango1.0-dev
                                

                                Zum Update von zigbee fällt mir aber nix mehr ein. Mit

                                npm i iobroker.zigbee --force
                                

                                hattest du das aber jetzt auch schon probiert?

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

                                  @Thomas-Braun said in Zigbee Instanz rot nach node.js Update auf v12.18.4:

                                  @birdy sagte in Zigbee Instanz rot nach node.js Update auf v12.18.4:

                                  pangocairo.pc

                                  sudo apt install libpango1.0-dev
                                  

                                  Zum Update von zigbee fällt mir aber nix mehr ein. Mit

                                  npm i iobroker.zigbee --force
                                  

                                  hattest du das aber jetzt auch schon probiert?

                                  pi@raspberrypi:~ $ npm i iobroker.zigbee@1.2.1 --force
                                  npm WARN using --force I sure hope you know what you are doing.
                                  npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
                                  npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
                                  npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
                                  npm WARN pi No description
                                  npm WARN pi No repository field.
                                  npm WARN pi No README data
                                  npm WARN pi No license field.
                                  
                                  + iobroker.zigbee@1.2.1
                                  updated 1 package and audited 113 packages in 40.715s
                                  
                                  38 packages are looking for funding
                                    run `npm fund` for details
                                  
                                  found 4 high severity vulnerabilities
                                    run `npm audit fix` to fix them, or `npm audit` for details
                                  pi@raspberrypi:~ $
                                  
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @birdy last edited by Thomas Braun

                                    @birdy
                                    Du stehst im falschen Verzeichnis. Du hast das jetzt in /home/pi installiert.

                                    cd /opt/iobroker
                                    npm i iobroker.zigbee@1.2.1 --force
                                    

                                    Alternativ probier mal

                                    iobroker install zigbee
                                    iobroker upload zigbee
                                    
                                    birdy 1 Reply Last reply Reply Quote 0
                                    • birdy
                                      birdy @Thomas Braun last edited by

                                      @Thomas-Braun said in Zigbee Instanz rot nach node.js Update auf v12.18.4:

                                      @birdy
                                      Du stehst im falschen Verzeichnis. Du hast das jetzt in /home/pi installiert.

                                      cd /opt/iobroker
                                      npm i iobroker.zigbee@1.2.1 --force
                                      

                                      Alternativ probier mal

                                      iobroker install zigbee
                                      iobroker upload zigbee
                                      

                                      So, jetzt im richtigen Pfad...

                                      pi@raspberrypi:/opt/iobroker $ npm i iobroker.zigbee@1.2.1 --force
                                      npm WARN using --force I sure hope you know what you are doing.
                                      
                                      > canvas@2.6.1 install /opt/iobroker/node_modules/canvas
                                      > node-pre-gyp install --fallback-to-build
                                      
                                      node-pre-gyp WARN Using request for node-pre-gyp https download
                                      node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.1/canvas-v2.6.1-node-v72-linux-glibc-arm.tar.gz
                                      node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.1 and node@12.18.4 (node-v72 ABI, glibc) (falling back to source compile with node-gyp)
                                      make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird betreten
                                        SOLINK_MODULE(target) Release/obj.target/canvas-postbuild.node
                                        COPY Release/canvas-postbuild.node
                                        CXX(target) Release/obj.target/canvas/src/backend/Backend.o
                                        CXX(target) Release/obj.target/canvas/src/backend/ImageBackend.o
                                        CXX(target) Release/obj.target/canvas/src/backend/PdfBackend.o
                                      In file included from ../src/backend/PdfBackend.h:4:0,
                                                       from ../src/backend/PdfBackend.cc:1:
                                      ../src/backend/../closure.h:6:21: fatal error: jpeglib.h: Datei oder Verzeichnis nicht gefunden
                                       #include <jpeglib.h>
                                                           ^
                                      compilation terminated.
                                      canvas.target.mk:142: die Regel für Ziel „Release/obj.target/canvas/src/backend/PdfBackend.o“ scheiterte
                                      make: *** [Release/obj.target/canvas/src/backend/PdfBackend.o] Fehler 1
                                      make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird verlassen
                                      gyp ERR! build error
                                      gyp ERR! stack Error: `make` failed with exit code: 2
                                      gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
                                      gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                      gyp ERR! System Linux 4.19.66-v7+
                                      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--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=6" "--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.18.4
                                      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 build --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=6 --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/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                      node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315: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.66-v7+
                                      node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/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.18.4
                                      node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                      node-pre-gyp ERR! not ok
                                      Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --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=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                                      
                                      > osx-temperature-sensor@1.0.7 install /opt/iobroker/node_modules/osx-temperature-sensor
                                      > node-gyp rebuild
                                      
                                      make: Verzeichnis „/opt/iobroker/node_modules/osx-temperature-sensor/build“ wird betreten
                                        SOLINK_MODULE(target) Release/obj.target/none.node
                                        COPY Release/none.node
                                      make: Verzeichnis „/opt/iobroker/node_modules/osx-temperature-sensor/build“ wird verlassen
                                      
                                      > sharp@0.25.2 install /opt/iobroker/node_modules/sharp
                                      > (node install/libvips && node install/dll-copy && prebuild-install --runtime=napi) || (node-gyp rebuild && node install/dll-copy)
                                      
                                      ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                      info sharp Attempting to build from source via node-gyp but this may fail due to the above error
                                      info sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
                                      make: Verzeichnis „/opt/iobroker/node_modules/sharp/build“ wird betreten
                                        CC(target) Release/obj.target/nothing/../node-addon-api/src/nothing.o
                                        AR(target) Release/obj.target/../node-addon-api/src/nothing.a
                                        COPY Release/nothing.a
                                        TOUCH Release/obj.target/libvips-cpp.stamp
                                        CXX(target) Release/obj.target/sharp/src/common.o
                                      ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht gefunden
                                       #include <vips/vips8>
                                                            ^
                                      compilation terminated.
                                      sharp.target.mk:138: die Regel für Ziel „Release/obj.target/sharp/src/common.o“ scheiterte
                                      make: *** [Release/obj.target/sharp/src/common.o] Fehler 1
                                      make: Verzeichnis „/opt/iobroker/node_modules/sharp/build“ wird verlassen
                                      gyp ERR! build error
                                      gyp ERR! stack Error: `make` failed with exit code: 2
                                      gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
                                      gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                                      gyp ERR! System Linux 4.19.66-v7+
                                      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                      gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                      gyp ERR! node -v v12.18.4
                                      gyp ERR! node-gyp -v v5.1.0
                                      gyp ERR! not ok
                                      
                                      > @serialport/bindings@9.0.1 install /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/bindings
                                      > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild
                                      
                                      prebuild-install WARN install No prebuilt binaries found (target=12.18.4 runtime=node arch=arm libc= platform=linux)
                                      make: Verzeichnis „/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/bindings/build“ wird betreten
                                        CXX(target) Release/obj.target/bindings/src/serialport.o
                                        CXX(target) Release/obj.target/bindings/src/serialport_unix.o
                                        CXX(target) Release/obj.target/bindings/src/poller.o
                                        CXX(target) Release/obj.target/bindings/src/serialport_linux.o
                                        SOLINK_MODULE(target) Release/obj.target/bindings.node
                                        COPY Release/bindings.node
                                      make: Verzeichnis „/opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/bindings/build“ wird verlassen
                                      
                                      > serialport@9.0.1 postinstall /opt/iobroker/node_modules/zigbee-herdsman/node_modules/serialport
                                      > node thank-you.js
                                      
                                      Thank you for using serialport!
                                      If you rely on this package, please consider supporting our open collective:
                                      > https://opencollective.com/serialport/donate
                                      
                                      
                                      + iobroker.zigbee@1.2.1
                                      added 68 packages from 112 contributors, removed 244 packages, updated 3 packages and moved 3 packages in 128.73s
                                      
                                      20 packages are looking for funding
                                        run `npm fund` for details
                                      
                                      pi@raspberrypi:/opt/iobroker $
                                      
                                      
                                      birdy 1 Reply Last reply Reply Quote 0
                                      • birdy
                                        birdy @birdy last edited by

                                        @birdy

                                        WOW!!!

                                        Der Adapter ist auf 1.2.1!!!

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

                                          @birdy
                                          Fein. Willst du jetzt den canvas-Kram auch noch versuchen gerade zu ziehen?

                                          sudo apt install libgdcm2-dev
                                          
                                          birdy 1 Reply Last reply Reply Quote 0
                                          • birdy
                                            birdy @Thomas Braun last edited by

                                            @Thomas-Braun said in Zigbee Instanz rot nach node.js Update auf v12.18.4:

                                            @birdy
                                            Fein. Willst du jetzt den canvas-Kram auch noch versuchen gerade zu ziehen?

                                            sudo apt install libgdcm2-dev
                                            

                                            Gerne, wenn du noch die Nerven hast... 🙂

                                            pi@raspberrypi:/opt/iobroker $ sudo apt install libgdcm2-dev
                                            Paketlisten werden gelesen... Fertig
                                            Abhängigkeitsbaum wird aufgebaut.
                                            Statusinformationen werden eingelesen.... Fertig
                                            Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                                              realpath
                                            Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                                            The following additional packages will be installed:
                                              libcharls1 libgdcm2.6 libjson-c3 libsocket++1
                                            Die folgenden NEUEN Pakete werden installiert:
                                              libcharls1 libgdcm2-dev libgdcm2.6 libjson-c3 libsocket++1
                                            0 aktualisiert, 5 neu installiert, 0 zu entfernen und 7 nicht aktualisiert.
                                            Es müssen 1.977 kB an Archiven heruntergeladen werden.
                                            Nach dieser Operation werden 12,5 MB Plattenplatz zusätzlich benutzt.
                                            Möchten Sie fortfahren? [J/n] J
                                            Holen:1 http://mirror.inode.at/raspbian/raspbian stretch/main armhf libsocket++1 armhf 1.12.13-8 [35,9 kB]
                                            Holen:2 http://mirror.inode.at/raspbian/raspbian stretch/main armhf libcharls1 armhf 1.1.0+dfsg-2 [45,1 kB]
                                            Holen:3 http://mirror.inode.at/raspbian/raspbian stretch/main armhf libjson-c3 armhf 0.12.1-1.1+deb9u1 [24,3 kB]
                                            Holen:4 http://mirror.inode.at/raspbian/raspbian stretch/main armhf libgdcm2.6 armhf 2.6.6-3 [1.613 kB]
                                            Holen:5 http://mirror.inode.at/raspbian/raspbian stretch/main armhf libgdcm2-dev armhf 2.6.6-3 [259 kB]
                                            Es wurden 1.977 kB in 1 s geholt (1.586 kB/s).
                                            Vormals nicht ausgewähltes Paket libsocket++1:armhf wird gewählt.
                                            (Lese Datenbank ... 126983 Dateien und Verzeichnisse sind derzeit installiert.)
                                            Vorbereitung zum Entpacken von .../libsocket++1_1.12.13-8_armhf.deb ...
                                            Entpacken von libsocket++1:armhf (1.12.13-8) ...
                                            Vormals nicht ausgewähltes Paket libcharls1:armhf wird gewählt.
                                            Vorbereitung zum Entpacken von .../libcharls1_1.1.0+dfsg-2_armhf.deb ...
                                            Entpacken von libcharls1:armhf (1.1.0+dfsg-2) ...
                                            Vormals nicht ausgewähltes Paket libjson-c3:armhf wird gewählt.
                                            Vorbereitung zum Entpacken von .../libjson-c3_0.12.1-1.1+deb9u1_armhf.deb ...
                                            Entpacken von libjson-c3:armhf (0.12.1-1.1+deb9u1) ...
                                            Vormals nicht ausgewähltes Paket libgdcm2.6:armhf wird gewählt.
                                            Vorbereitung zum Entpacken von .../libgdcm2.6_2.6.6-3_armhf.deb ...
                                            Entpacken von libgdcm2.6:armhf (2.6.6-3) ...
                                            Vormals nicht ausgewähltes Paket libgdcm2-dev wird gewählt.
                                            Vorbereitung zum Entpacken von .../libgdcm2-dev_2.6.6-3_armhf.deb ...
                                            Entpacken von libgdcm2-dev (2.6.6-3) ...
                                            libjson-c3:armhf (0.12.1-1.1+deb9u1) wird eingerichtet ...
                                            libcharls1:armhf (1.1.0+dfsg-2) wird eingerichtet ...
                                            libsocket++1:armhf (1.12.13-8) wird eingerichtet ...
                                            Trigger für libc-bin (2.24-11+deb9u4) werden verarbeitet ...
                                            libgdcm2.6:armhf (2.6.6-3) wird eingerichtet ...
                                            libgdcm2-dev (2.6.6-3) wird eingerichtet ...
                                            Trigger für libc-bin (2.24-11+deb9u4) werden verarbeitet ...
                                            pi@raspberrypi:/opt/iobroker $
                                            
                                            
                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            870
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            zigbee
                                            5
                                            95
                                            5585
                                            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