Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. (gelöst) npm error code EOVERRIDE

    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

    (gelöst) npm error code EOVERRIDE

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

      @thomas-braun

      ...und ein npm install @iobroker/adapter-core könnte das nicht reparieren?

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

        @muckel
        Nein, weil das Paket gar nicht an diese Stelle gehört.

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

          @thomas-braun

          alles klar. dann ist das ein überbleibsel vom irrtümlich installierten paket im april.
          mit 3.1.4 war alles o.k.
          seit dem wechsel auf 3.1.6 spinnt es jetzt.

          könnte diese annahme richtig sein?

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

            @muckel sagte in npm error code EOVERRIDE:

            dann ist das ein überbleibsel vom irrtümlich installierten paket im april.

            Natürlich.

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

              @thomas-braun

              habs gerade probiert: 😞

              erich@smarthome:/opt/iobroker$ npm uninstall @iobroker/adapter-core
              [sudo] password for erich:
              npm error code EOVERRIDE
              npm error Override for @iobroker/adapter-core@^3.1.4 conflicts with direct dependency
              
              npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-06-22T08_43_42_994Z-debug-0.log
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @muckel last edited by

                @muckel

                npm uninstall @iobroker/adapter-core@3.1.4 --save
                

                mal versuchen.

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

                  @thomas-braun

                  selbe ergebnis:

                  erich@smarthome:/opt/iobroker$ npm uninstall @iobroker/adapter-core@3.1.4 --save
                  npm error code EOVERRIDE
                  npm error Override for @iobroker/adapter-core@^3.1.4 conflicts with direct dependency
                  
                  npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-06-22T08_50_40_014Z-debug-0.log
                  
                  

                  ... und wenn ich das 1.3.4 in der package.json einfach auskommentiere?
                  geht das?

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

                    @muckel sagte in npm error code EOVERRIDE:

                    geht das?

                    Nein, das versaubeutelt dir die Kiste nur noch mehr.

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

                      @thomas-braun
                      dachte ich mir schon 😞

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

                        @muckel

                        Versuch es mal andersherum:

                        npm uninstall @iobroker/adapter-core@3.1.4 --no-save
                        
                        M 1 Reply Last reply Reply Quote 0
                        • M
                          muckel @Thomas Braun last edited by muckel

                          @thomas-braun sagte in npm error code EOVERRIDE:

                          npm uninstall @iobroker/adapter-core@3.1.4 --no-save

                          immer der gleiche scheiß

                          erich@smarthome:/opt/iobroker$ npm uninstall @iobroker/adapter-core@3.1.4 --no-save
                          npm error code EOVERRIDE
                          npm error Override for @iobroker/adapter-core@^3.1.4 conflicts with direct dependency
                          
                          npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-06-22T08_58_01_916Z-debug-0.log
                          
                          

                          npm uninstall @iobroker/adapter-core@3.1.4 --force
                          wäre das eine möglichkeit?

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

                            @muckel

                            Ich weiß nicht, ob --force eine Option ist. In der Doku steht die nicht drin...

                            npm uninstall @iobroker/adapter-core@3.1.4 --save --force
                            

                            dann wohl.

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

                              @thomas-braun sagte in npm error code EOVERRIDE:

                              npm uninstall @iobroker/adapter-core@3.1.4 --save --force

                              erich@smarthome:/opt/iobroker$ npm uninstall @iobroker/adapter-core@3.1.4 --save --force
                              npm warn using --force Recommended protections disabled.
                              npm error code EOVERRIDE
                              npm error Override for @iobroker/adapter-core@^3.1.4 conflicts with direct dependency
                              
                              npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-06-22T09_09_27_523Z-debug-0.log
                              
                              

                              npm config set legacy-peer-deps true
                              wäre das eine möglichkeit aus dem dilemma zu kommen?

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

                                @muckel sagte in npm error code EOVERRIDE:

                                wäre das eine möglichkeit aus dem dilemma zu kommen?

                                ich weiß es nicht.

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

                                  @thomas-braun

                                  könnte das @apollon77 wissen?

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

                                    @muckel

                                    Das weiß ich auch nicht.

                                    Aber wie hast du das Paket überhaupt an die Stelle bekommen?

                                    M 2 Replies Last reply Reply Quote 0
                                    • M
                                      muckel @Thomas Braun last edited by

                                      @thomas-braun

                                      Im April habe ich irrtümlich ein "npm i @iobroker/adapter-core" im /opt/iobroker verzeichnis gemacht.
                                      siehe oben den verlinkten thread.

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

                                        @thomas-braun

                                        So, package.json und package-lock.json vom adapter-core befreit.
                                        npm uninstall funktioniert natürlich nicht, aber die adapter lassen sich wieder installieren. 🙂

                                        guckst du.
                                        ich hoffe, ich hab mir mit diesem brutalen eingriff nicht alles verbogen.

                                        erich@smarthome:/opt/iobroker$ jq . package.json
                                        {
                                          "name": "iobroker.inst",
                                          "version": "3.0.0",
                                          "private": true,
                                          "description": "Automate your Life",
                                          "engines": {
                                            "node": ">=10.0.0"
                                          },
                                          "dependencies": {
                                            "@iobroker-javascript.0/dewpoint": "npm:dewpoint@^1.0.0",
                                            "@iobroker-javascript.0/node-nut": "npm:node-nut@^1.0.3",
                                            "@iobroker-javascript.0/node-onvif": "npm:node-onvif@^0.1.7",
                                            "admin": "^1.4.1",
                                            "iobroker": "^4.0.3",
                                            "iobroker.admin": "6.17.14",
                                            "iobroker.alarm": "3.6.1",
                                            "iobroker.alexa2": "^3.26.5",
                                            "iobroker.apg-info": "0.1.7",
                                            "iobroker.asuswrt": "1.0.1",
                                            "iobroker.awattar": "1.0.6",
                                            "iobroker.backitup": "3.0.5",
                                            "iobroker.blink4home": "0.1.1",
                                            "iobroker.broadlink2": "2.3.0",
                                            "iobroker.cloud": "5.0.1",
                                            "iobroker.countdown": "2.2.0",
                                            "iobroker.daswetter": "3.1.15",
                                            "iobroker.deconz": "1.4.1",
                                            "iobroker.device-watcher": "2.12.1",
                                            "iobroker.devices": "1.1.5",
                                            "iobroker.discovery": "4.5.0",
                                            "iobroker.echarts": "1.8.4",
                                            "iobroker.energiefluss-erweitert": "0.4.1",
                                            "iobroker.esphome": "0.5.0-beta.8",
                                            "iobroker.eusec": "1.2.1",
                                            "iobroker.eventlist": "2.0.1",
                                            "iobroker.feiertage": "1.2.0",
                                            "iobroker.firetv": "2.1.0",
                                            "iobroker.flot": "1.12.0",
                                            "iobroker.fuelpricemonitor": "0.4.0",
                                            "iobroker.geofency": "1.2.4",
                                            "iobroker.govee-app": "github:TA2k/ioBroker.govee-app",
                                            "iobroker.govee-local": "0.2.6",
                                            "iobroker.ham": "5.3.1",
                                            "iobroker.harmony": "1.5.0",
                                            "iobroker.heatingcontrol": "2.12.8",
                                            "iobroker.heizungssteuerung": "1.7.0",
                                            "iobroker.history": "3.0.1",
                                            "iobroker.hm-rega": "4.0.0",
                                            "iobroker.hm-rpc": "1.17.0",
                                            "iobroker.homeconnect": "^1.4.0",
                                            "iobroker.hs100": "2.2.0",
                                            "iobroker.hue": "3.11.0",
                                            "iobroker.hue-extended": "2.0.0",
                                            "iobroker.icons-addictive-flavour-png": "0.1.0",
                                            "iobroker.icons-fatcow-hosting": "0.1.0",
                                            "iobroker.icons-icons8": "0.0.1",
                                            "iobroker.icons-material-png": "0.1.0",
                                            "iobroker.icons-material-svg": "0.1.0",
                                            "iobroker.icons-mfd-png": "1.2.1",
                                            "iobroker.icons-mfd-svg": "1.2.0",
                                            "iobroker.icons-open-icon-library-png": "github:ioBroker/ioBroker.icons-open-icon-library-png#master",
                                            "iobroker.icons-ultimate-png": "1.0.1",
                                            "iobroker.iot": "3.3.0",
                                            "iobroker.iqontrol": "2.3.0",
                                            "iobroker.jarvis": "3.1.8",
                                            "iobroker.javascript": "8.6.0",
                                            "iobroker.js-controller": "6.0.5",
                                            "iobroker.lg-thinq": "1.0.1",
                                            "iobroker.lightcontrol": "0.5.0",
                                            "iobroker.linux-control": "1.1.5",
                                            "iobroker.logparser": "2.2.2",
                                            "iobroker.lovelace": "4.1.10",
                                            "iobroker.luftdaten": "3.1.0",
                                            "iobroker.material": "1.3.1",
                                            "iobroker.maxcube": "1.0.4",
                                            "iobroker.meteoalarm": "3.0.2",
                                            "iobroker.mihome": "1.4.0",
                                            "iobroker.mihome-vacuum": "4.2.0",
                                            "iobroker.minuvis": "2.3.3",
                                            "iobroker.mobile": "1.0.1",
                                            "iobroker.moma": "1.2.9",
                                            "iobroker.mqtt": "5.2.0",
                                            "iobroker.mydlink": "1.3.6",
                                            "iobroker.netatmo": "3.1.0",
                                            "iobroker.netatmo-crawler": "0.8.1",
                                            "iobroker.nuki-extended": "2.7.0",
                                            "iobroker.nut": "1.6.0",
                                            "iobroker.octoprint": "5.1.0",
                                            "iobroker.pid": "1.1.3",
                                            "iobroker.ping": "1.6.2",
                                            "iobroker.pushover": "3.0.6",
                                            "iobroker.pvforecast": "2.9.1",
                                            "iobroker.radar2": "2.2.0",
                                            "iobroker.residents": "0.1.1",
                                            "iobroker.rest-api": "2.0.1",
                                            "iobroker.rflink": "2.1.12",
                                            "iobroker.rickshaw": "1.0.0",
                                            "iobroker.samsung": "0.6.0",
                                            "iobroker.samsung_tizen": "github:iobroker-community-adapters/ioBroker.samsung_tizen#b53ea16889af7d7d5e9e984c764a24c9e570facb",
                                            "iobroker.scenes": "3.2.1",
                                            "iobroker.shelly": "7.0.0",
                                            "iobroker.shuttercontrol": "1.7.3",
                                            "iobroker.simple-api": "2.8.0",
                                            "iobroker.smartgarden": "2.0.1",
                                            "iobroker.smartmeter": "3.4.0",
                                            "iobroker.smartthings": "0.1.2",
                                            "iobroker.socketio": "6.7.0",
                                            "iobroker.solarmanpv": "0.5.1",
                                            "iobroker.sonoff": "3.1.0",
                                            "iobroker.sonos": "3.0.0",
                                            "iobroker.sourceanalytix": "0.4.14",
                                            "iobroker.sprinklecontrol": "0.2.13",
                                            "iobroker.sureflap": "2.1.2",
                                            "iobroker.synology": "3.1.0",
                                            "iobroker.tapo": "0.3.3",
                                            "iobroker.time-switch": "2.2.2",
                                            "iobroker.traccar": "1.1.4",
                                            "iobroker.tuya": "3.15.0",
                                            "iobroker.virtualpowermeter": "1.4.6",
                                            "iobroker.vis": "1.5.6",
                                            "iobroker.vis-2": "2.9.64",
                                            "iobroker.vis-2-beta": "^2.0.22",
                                            "iobroker.vis-2-widgets-energy": "0.3.11",
                                            "iobroker.vis-2-widgets-gauges": "1.0.3",
                                            "iobroker.vis-2-widgets-material": "1.3.33",
                                            "iobroker.vis-2-widgets-sweethome3d": "0.1.6",
                                            "iobroker.vis-canvas-gauges": "1.0.1",
                                            "iobroker.vis-fancyswitch": "1.1.0",
                                            "iobroker.vis-history": "1.0.0",
                                            "iobroker.vis-homekittiles": "0.0.16",
                                            "iobroker.vis-hqwidgets": "1.5.1",
                                            "iobroker.vis-icontwo": "1.5.0",
                                            "iobroker.vis-inventwo": "3.3.4",
                                            "iobroker.vis-jqui-mfd": "1.1.1",
                                            "iobroker.vis-justgage": "2.1.7",
                                            "iobroker.vis-lcars": "1.1.1",
                                            "iobroker.vis-material": "0.1.3",
                                            "iobroker.vis-material-advanced": "1.7.4",
                                            "iobroker.vis-material-webfont": "0.0.3",
                                            "iobroker.vis-materialdesign": "0.5.9",
                                            "iobroker.vis-metro": "1.2.0",
                                            "iobroker.vis-plumb": "1.0.2",
                                            "iobroker.vis-rgraph": "0.0.2",
                                            "iobroker.vis-timeandweather": "1.2.2",
                                            "iobroker.vis-weather": "2.5.9",
                                            "iobroker.weather-warnings": "0.6.7",
                                            "iobroker.weatherunderground": "3.7.0",
                                            "iobroker.web": "6.2.6",
                                            "iobroker.welcome": "0.3.0",
                                            "iobroker.whatsapp-cmb": "0.3.0",
                                            "iobroker.withings": "0.0.13",
                                            "iobroker.ws": "2.6.1",
                                            "iobroker.yeelight-2": "1.4.0",
                                            "iobroker.zigbee2mqtt": "2.13.6",
                                            "jscs": "^3.0.7",
                                            "jscs-loader": "^0.3.0",
                                            "telegram": "^2.20.15",
                                            "tough-cookie": "^4.1.2"
                                          },
                                          "devDependencies": {
                                            "depcheck": "^1.4.7"
                                          },
                                          "overrides": {
                                            "@iobroker/adapter-core": "^3.1.6"
                                          }
                                        }
                                        
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @muckel last edited by Thomas Braun

                                          @muckel
                                          Okay, wie schaut denn jetzt ein

                                          npm ls
                                          

                                          und ein

                                          iob update
                                          

                                          aus? Da liegt ja noch mehr Zeug daneben, wenn ich das richtig sehe.

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

                                            @thomas-braun sagte in npm error code EOVERRIDE:

                                            npm ls

                                            erich@smarthome:/opt/iobroker$ iob update
                                            Used repository: beta
                                            Adapter    "admin"        : 6.17.14  , installed 6.17.14
                                            Adapter    "alarm"        : 3.6.1    , installed 3.6.1
                                            Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                            Adapter    "apg-info"     : 0.1.7    , installed 0.1.7
                                            Adapter    "asuswrt"      : 1.0.1    , installed 1.0.1
                                            Adapter    "awattar"      : 1.0.6    , installed 1.0.6
                                            Adapter    "backitup"     : 3.0.5    , installed 3.0.5
                                            Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                                            Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                            Adapter    "countdown"    : 2.2.0    , installed 2.2.0
                                            Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                                            Adapter    "deconz"       : 1.4.1    , installed 1.4.1
                                            Adapter    "device-watcher": 2.12.1  , installed 2.12.1
                                            Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                            Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                                            Adapter    "echarts"      : 1.8.4    , installed 1.8.4
                                            Adapter    "energiefluss-erweitert": 0.4.1, installed 0.4.1
                                            Adapter    "esphome"      : 0.5.0-beta.8, installed 0.5.0-beta.8
                                            Adapter    "eusec"        : 1.2.1    , installed 1.2.1
                                            Adapter    "eventlist"    : 2.0.1    , installed 2.0.1
                                            Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                                            Adapter    "firetv"       : 2.1.0    , installed 2.1.0
                                            Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                            Adapter    "fuelpricemonitor": 0.4.0 , installed 0.4.0
                                            Adapter    "geofency"     : 1.2.4    , installed 1.2.4
                                            Adapter    "govee-local"  : 0.2.6    , installed 0.2.6
                                            Adapter    "ham"          : 5.3.1    , installed 5.3.1
                                            Adapter    "harmony"      : 1.5.0    , installed 1.5.0
                                            Adapter    "heatingcontrol": 2.12.8  , installed 2.12.8
                                            Adapter    "heizungssteuerung": 1.7.0, installed 1.7.0
                                            Adapter    "history"      : 3.0.1    , installed 3.0.1
                                            Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                                            Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
                                            Adapter    "homeconnect"  : 1.4.0    , installed 1.4.0
                                            Adapter    "hs100"        : 2.2.0    , installed 2.2.0
                                            Adapter    "hue"          : 3.11.0   , installed 3.11.0
                                            Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                                            Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                                            Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                            Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                            Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                                            Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                            Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                            Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3
                                            Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                            Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                            Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                            Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                            Adapter    "javascript"   : 8.6.0    , installed 8.6.0
                                            Controller "js-controller": 6.0.5    , installed 6.0.5
                                            Adapter    "lg-thinq"     : 1.0.1    , installed 1.0.1
                                            Adapter    "lightcontrol" : 0.5.0    , installed 0.5.0
                                            Adapter    "linux-control": 1.1.5    , installed 1.1.5
                                            Adapter    "logparser"    : 2.2.2    , installed 2.2.2
                                            Adapter    "lovelace"     : 4.1.10   , installed 4.1.10
                                            Adapter    "luftdaten"    : 3.1.0    , installed 3.1.0
                                            Adapter    "material"     : 1.3.1    , installed 1.3.1
                                            Adapter    "maxcube"      : 1.0.4    , installed 1.0.4
                                            Adapter    "meteoalarm"   : 3.0.2    , installed 3.0.2
                                            Adapter    "mihome"       : 1.4.0    , installed 1.4.0
                                            Adapter    "mihome-vacuum": 4.2.0    , installed 4.2.0
                                            Adapter    "minuvis"      : 2.3.3    , installed 2.3.3
                                            Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                                            Adapter    "moma"         : 1.2.9    , installed 1.2.9
                                            Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                            Adapter    "mydlink"      : 1.3.6    , installed 1.3.6
                                            Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                                            Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                                            Adapter    "nuki-extended": 2.7.0    , installed 2.7.0
                                            Adapter    "nut"          : 1.6.0    , installed 1.6.0
                                            Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                                            Adapter    "pid"          : 1.1.3    , installed 1.1.3
                                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                            Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                                            Adapter    "pvforecast"   : 2.9.1    , installed 2.9.1
                                            Adapter    "radar2"       : 2.2.0    , installed 2.2.0
                                            Adapter    "residents"    : 0.1.1    , installed 0.1.1
                                            Adapter    "rest-api"     : 2.0.1    , installed 2.0.1
                                            Adapter    "rflink"       : 2.1.12   , installed 2.1.12
                                            Adapter    "rickshaw"     : 1.0.0    , installed 1.0.0
                                            Adapter    "samsung"      : 0.6.0    , installed 0.6.0
                                            Adapter    "samsung_tizen": 1.1.0    , installed 1.1.0
                                            Adapter    "scenes"       : 3.2.1    , installed 3.2.1
                                            Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                                            Adapter    "shuttercontrol": 1.7.3   , installed 1.7.3
                                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                            Adapter    "smartgarden"  : 2.0.1    , installed 2.0.1
                                            Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                                            Adapter    "smartthings"  : 0.1.2    , installed 0.1.2
                                            Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                                            Adapter    "solarmanpv"   : 0.5.1    , installed 0.5.1
                                            Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                                            Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                                            Adapter    "sourceanalytix": 0.4.14  , installed 0.4.14
                                            Adapter    "sprinklecontrol": 0.2.13 , installed 0.2.13
                                            Adapter    "sureflap"     : 2.1.2    , installed 2.1.2
                                            Adapter    "synology"     : 3.1.0    , installed 3.1.0
                                            Adapter    "tapo"         : 0.3.3    , installed 0.3.3
                                            Adapter    "time-switch"  : 2.2.2    , installed 2.2.2
                                            Adapter    "traccar"      : 1.1.4    , installed 1.1.4
                                            Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                                            Adapter    "virtualpowermeter": 1.4.6, installed 1.4.6
                                            Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                            Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
                                            Adapter    "vis-2-widgets-energy": 0.3.11, installed 0.3.11
                                            Adapter    "vis-2-widgets-gauges": 1.0.3, installed 1.0.3
                                            Adapter    "vis-2-widgets-material": 1.3.33, installed 1.3.33
                                            Adapter    "vis-2-widgets-sweethome3d": 0.1.6, installed 0.1.6
                                            Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                            Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                            Adapter    "vis-homekittiles": 0.0.16, installed 0.0.16
                                            Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                            Adapter    "vis-icontwo"  : 1.5.0    , installed 1.5.0
                                            Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                                            Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                            Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                                            Adapter    "vis-lcars"    : 1.1.1    , installed 1.1.1
                                            Adapter    "vis-material" : 0.1.3    , installed 0.1.3
                                            Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                                            Adapter    "vis-material-webfont": 0.0.3, installed 0.0.3
                                            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                            Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                            Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                            Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                                            Adapter    "weather-warnings": 0.6.7 , installed 0.6.7
                                            Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                                            Adapter    "web"          : 6.2.6    , installed 6.2.6
                                            Adapter    "welcome"      : 0.3.0    , installed 0.3.0
                                            Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                                            Adapter    "withings"     : 0.0.13   , installed 0.0.13
                                            Adapter    "ws"           : 2.6.1    , installed 2.6.1
                                            Adapter    "yeelight-2"   : 1.4.0    , installed 1.4.0
                                            Adapter    "zigbee2mqtt"  : 2.13.6   , installed 2.13.6
                                            
                                            erich@smarthome:/opt/iobroker$ npm ls
                                            iobroker.inst@3.0.0 /opt/iobroker
                                            +-- @emnapi/runtime@0.45.0 extraneous
                                            +-- @iobroker-javascript.0/dewpoint@npm:dewpoint@1.0.0
                                            +-- @iobroker-javascript.0/node-nut@npm:node-nut@1.0.3
                                            +-- @iobroker-javascript.0/node-onvif@npm:node-onvif@0.1.7
                                            +-- admin@1.4.1
                                            +-- depcheck@1.4.7
                                            +-- iobroker.admin@6.17.14
                                            +-- iobroker.alarm@3.6.1
                                            +-- iobroker.alexa2@3.26.5
                                            +-- iobroker.apg-info@0.1.7
                                            +-- iobroker.asuswrt@1.0.1
                                            +-- iobroker.awattar@1.0.6
                                            +-- iobroker.backitup@3.0.5
                                            +-- iobroker.blink4home@0.1.1
                                            +-- iobroker.broadlink2@2.3.0
                                            +-- iobroker.cloud@5.0.1
                                            +-- iobroker.countdown@2.2.0
                                            +-- iobroker.daswetter@3.1.15
                                            +-- iobroker.deconz@1.4.1
                                            +-- iobroker.device-watcher@2.12.1
                                            +-- iobroker.devices@1.1.5
                                            +-- iobroker.discovery@4.5.0
                                            +-- iobroker.echarts@1.8.4
                                            +-- iobroker.energiefluss-erweitert@0.4.1
                                            +-- iobroker.esphome@0.5.0-beta.8
                                            +-- iobroker.eusec@1.2.1
                                            +-- iobroker.eventlist@2.0.1
                                            +-- iobroker.feiertage@1.2.0
                                            +-- iobroker.firetv@2.1.0
                                            +-- iobroker.flot@1.12.0
                                            +-- iobroker.fuelpricemonitor@0.4.0
                                            +-- iobroker.geofency@1.2.4
                                            +-- iobroker.govee-app@0.0.6 (git+ssh://git@github.com/TA2k/ioBroker.govee-app.git#6a0f84cfb34eb3a0ca647c7a519b9d5a48ccfb85)
                                            +-- iobroker.govee-local@0.2.6
                                            +-- iobroker.ham@5.3.1
                                            +-- iobroker.harmony@1.5.0
                                            +-- iobroker.heatingcontrol@2.12.8
                                            +-- iobroker.heizungssteuerung@1.7.0
                                            +-- iobroker.history@3.0.1
                                            +-- iobroker.hm-rega@4.0.0
                                            +-- iobroker.hm-rpc@1.17.0
                                            +-- iobroker.homeconnect@1.4.0
                                            +-- iobroker.hs100@2.2.0
                                            +-- iobroker.hue-extended@2.0.0
                                            +-- iobroker.hue@3.11.0
                                            +-- iobroker.icons-addictive-flavour-png@0.1.0
                                            +-- iobroker.icons-fatcow-hosting@0.1.0
                                            +-- iobroker.icons-icons8@0.0.1
                                            +-- iobroker.icons-material-png@0.1.0
                                            +-- iobroker.icons-material-svg@0.1.0
                                            +-- iobroker.icons-mfd-png@1.2.1
                                            +-- iobroker.icons-mfd-svg@1.2.0
                                            +-- iobroker.icons-open-icon-library-png@0.1.3 (git+ssh://git@github.com/ioBroker/ioBroker.icons-open-icon-library-png.git#0847a79d713ee6725ccb6ccfb044c025b73ec946)
                                            +-- iobroker.icons-ultimate-png@1.0.1
                                            +-- iobroker.iot@3.3.0
                                            +-- iobroker.iqontrol@2.3.0
                                            +-- iobroker.jarvis@3.1.8
                                            +-- iobroker.javascript@8.6.0
                                            +-- iobroker.js-controller@6.0.5
                                            +-- iobroker.lg-thinq@1.0.1
                                            +-- iobroker.lightcontrol@0.5.0
                                            +-- iobroker.linux-control@1.1.5
                                            +-- iobroker.logparser@2.2.2
                                            +-- iobroker.lovelace@4.1.10
                                            +-- iobroker.luftdaten@3.1.0
                                            +-- iobroker.material@1.3.1
                                            +-- iobroker.maxcube@1.0.4
                                            +-- iobroker.meteoalarm@3.0.2
                                            +-- iobroker.mihome-vacuum@4.2.0
                                            +-- iobroker.mihome@1.4.0
                                            +-- iobroker.minuvis@2.3.3
                                            +-- iobroker.mobile@1.0.1
                                            +-- iobroker.moma@1.2.9
                                            +-- iobroker.mqtt@5.2.0
                                            +-- iobroker.mydlink@1.3.6
                                            +-- iobroker.netatmo-crawler@0.8.1
                                            +-- iobroker.netatmo@3.1.0
                                            +-- iobroker.nuki-extended@2.7.0
                                            +-- iobroker.nut@1.6.0
                                            +-- iobroker.octoprint@5.1.0
                                            +-- iobroker.pid@1.1.3
                                            +-- iobroker.ping@1.6.2
                                            +-- iobroker.pushover@3.0.6
                                            +-- iobroker.pvforecast@2.9.1
                                            +-- iobroker.radar2@2.2.0
                                            +-- iobroker.residents@0.1.1
                                            +-- iobroker.rest-api@2.0.1
                                            +-- iobroker.rflink@2.1.12
                                            +-- iobroker.rickshaw@1.0.0
                                            +-- iobroker.samsung_tizen@1.1.0 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.samsung_tizen.git#b53ea16889af7d7d5e9e984c764a24c9e570facb)
                                            +-- iobroker.samsung@0.6.0
                                            +-- iobroker.scenes@3.2.1
                                            +-- iobroker.shelly@7.0.0
                                            +-- iobroker.shuttercontrol@1.7.3
                                            +-- iobroker.simple-api@2.8.0
                                            +-- iobroker.smartgarden@2.0.1
                                            +-- iobroker.smartmeter@3.4.0
                                            +-- iobroker.smartthings@0.1.2
                                            +-- iobroker.socketio@6.7.0
                                            +-- iobroker.solarmanpv@0.5.1
                                            +-- iobroker.sonoff@3.1.0
                                            +-- iobroker.sonos@3.0.0
                                            +-- iobroker.sourceanalytix@0.4.14
                                            +-- iobroker.sprinklecontrol@0.2.13
                                            +-- iobroker.sureflap@2.1.2
                                            +-- iobroker.synology@3.1.0
                                            +-- iobroker.tapo@0.3.3
                                            +-- iobroker.time-switch@2.2.2
                                            +-- iobroker.traccar@1.1.4
                                            +-- iobroker.tuya@3.15.0
                                            +-- iobroker.virtualpowermeter@1.4.6
                                            +-- iobroker.vis-2-beta@2.0.22
                                            +-- iobroker.vis-2-widgets-energy@0.3.11
                                            +-- iobroker.vis-2-widgets-gauges@1.0.3
                                            +-- iobroker.vis-2-widgets-material@1.3.33
                                            +-- iobroker.vis-2-widgets-sweethome3d@0.1.6
                                            +-- iobroker.vis-2@2.9.64
                                            +-- iobroker.vis-canvas-gauges@1.0.1
                                            +-- iobroker.vis-fancyswitch@1.1.0
                                            +-- iobroker.vis-history@1.0.0
                                            +-- iobroker.vis-homekittiles@0.0.16
                                            +-- iobroker.vis-hqwidgets@1.5.1
                                            +-- iobroker.vis-icontwo@1.5.0
                                            +-- iobroker.vis-inventwo@3.3.4
                                            +-- iobroker.vis-jqui-mfd@1.1.1
                                            +-- iobroker.vis-justgage@2.1.7
                                            +-- iobroker.vis-lcars@1.1.1
                                            +-- iobroker.vis-material-advanced@1.7.4
                                            +-- iobroker.vis-material-webfont@0.0.3
                                            +-- iobroker.vis-material@0.1.3
                                            +-- iobroker.vis-materialdesign@0.5.9
                                            +-- iobroker.vis-metro@1.2.0
                                            +-- iobroker.vis-plumb@1.0.2
                                            +-- iobroker.vis-rgraph@0.0.2
                                            +-- iobroker.vis-timeandweather@1.2.2
                                            +-- iobroker.vis-weather@2.5.9
                                            +-- iobroker.vis@1.5.6
                                            +-- iobroker.weather-warnings@0.6.7
                                            +-- iobroker.weatherunderground@3.7.0
                                            +-- iobroker.web@6.2.6
                                            +-- iobroker.welcome@0.3.0
                                            +-- iobroker.whatsapp-cmb@0.3.0
                                            +-- iobroker.withings@0.0.13
                                            +-- iobroker.ws@2.6.1
                                            +-- iobroker.yeelight-2@1.4.0
                                            +-- iobroker.zigbee2mqtt@2.13.6
                                            +-- iobroker@4.0.3
                                            +-- jscs-loader@0.3.0
                                            +-- jscs@3.0.7
                                            +-- telegram@2.20.15
                                            `-- tough-cookie@4.1.4
                                            
                                            
                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            786
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            83
                                            5329
                                            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