Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Performance Probleme im iobroker Admin auf pi4

    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

    Performance Probleme im iobroker Admin auf pi4

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

      @maxpd dann jetzt

      iob fix
      

      und anschließend nochmal npm prune

      M 1 Reply Last reply Reply Quote 0
      • M
        maxpd @crunchip last edited by

        @crunchip habe ich durchlaufen lassen.

        cd /opt/iobroker && npm ls
        

        sieht leider noch immer genauso aus.

        Ein wiederholen von

        cd /opt/iobroker
        npm prune 
        

        wirft nun

        
        pi@iobroker:/opt/iobroker $ npm prune
        npm ERR! code ENOTEMPTY
        npm ERR! syscall rename
        npm ERR! path /opt/iobroker/node_modules/arraybuffer.prototype.slice
        npm ERR! dest /opt/iobroker/node_modules/.arraybuffer.prototype.slice-SVsUv6QN
        npm ERR! errno -39
        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/arraybuffer.prototype.slice' -> '/opt/iobroker/node_modules/.arraybuffer.prototype.slice-SVsUv6QN'
        
        npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-08-25T04_52_45_628Z-debug-0.log
        
        
        crunchip 1 Reply Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @maxpd last edited by

          @maxpd probier es mal mit

          find "/opt/iobroker/node_modules" -type d -iname ".*-????????" ! -iname ".local-chromium" -exec rm -rf "{}" \; &> /dev/null
          

          wie sieht es dann danach aus?

          M 1 Reply Last reply Reply Quote 0
          • M
            maxpd @crunchip last edited by

            @crunchip

            pi@iobroker:~ $ find "/opt/iobroker/node_modules" -type d -iname ".*-????????" !                                                                                                              -iname ".local-chromium" -exec rm -rf "{}" \; &> /dev/null
            pi@iobroker:~ $ cd /opt/iobroker
            pi@iobroker:/opt/iobroker $ npm prune
            npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.sma-em.git
            npm WARN skipping integrity check for git dependency ssh://git@github.com/BuZZy1337/ioBroker.doorbird.git
            npm WARN skipping integrity check for git dependency ssh://git@github.com/nbuenger/ioBroker.govee.git
            npm WARN skipping integrity check for git dependency ssh://git@github.com/Garfonso/ioBroker.google-sharedlocations.git
            npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.chromecast.git
            npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You m                            ay safely remove the package from your dependencies.
            npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the on                            e that's built-in.
            npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
            npm WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained                             an may contain bugs and security issues.
            npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://g                            ithub.com/request/request/issues/3142
            npm WARN deprecated babel@6.23.0: In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to support the Babe                            l maintainers
            npm WARN deprecated har-validator@5.1.5: this library is no longer supported
            npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/requ                            est/request/issues/3142
            npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained                             an may contain bugs and security issues.
            npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
            npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor.
            npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recom                            mended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recom                            mended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recom                            mended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
            npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be prob                            lematic.  See https://v8.dev/blog/math-random for details.
            npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
            npm WARN deprecated joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained                             an may contain bugs and security issues.
            npm WARN deprecated xmldom@0.1.16: Deprecated due to CVE-2021-21366 resolved in 0.5.0
            
            removed 861 packages, and changed 1482 packages in 7m
            
            141 packages are looking for funding
              run `npm fund` for details
            
            

            Ich glaube die gelöschten Adapter hat er wieder Installiert 🍡

            pi@iobroker:/opt/iobroker $ cd /opt/iobroker && npm ls
            npm ERR! code ELSPROBLEMS
            npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
            npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request
            npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie
            npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
            npm ERR! invalid: iobroker.chromecast@3.0.3 /opt/iobroker/node_modules/iobroker.chromecast
            npm ERR! invalid: iobroker.doorbird@0.1.5 /opt/iobroker/node_modules/iobroker.doorbird
            npm ERR! invalid: iobroker.google-sharedlocations@2.1.5 /opt/iobroker/node_modules/iobroker.google-sharedlocations
            npm ERR! invalid: iobroker.govee@0.0.5 /opt/iobroker/node_modules/iobroker.govee
            npm ERR! invalid: iobroker.sma-em@0.6.4 /opt/iobroker/node_modules/iobroker.sma-em
            npm ERR! invalid: iobroker.sma-speedwire@0.7.0 /opt/iobroker/node_modules/iobroker.sma-speedwire
            npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
            npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
            npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
            npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
            npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
            iobroker.inst@2.0.3 /opt/iobroker
            ├── @types/caseless@0.12.2 extraneous
            ├── @types/request@2.48.8 extraneous
            ├── @types/tough-cookie@4.0.2 extraneous
            ├── coffeescript@1.12.7 extraneous
            ├── colors@1.4.0
            ├── fs-extra@7.0.1
            ├── iobroker.admin@6.3.5
            ├── iobroker.alias-manager@1.2.6
            ├── iobroker.backitup@2.6.19
            ├── iobroker.chromecast@3.0.3 invalid: "github:iobroker-community-adapters/ioBroker.chromecast#426f5814382158fd28b785badf08773ea412dcb5" from the root project
            ├── iobroker.cloud@4.3.0
            ├── iobroker.coronavirus-statistics@0.8.7
            ├── iobroker.daswetter@3.1.8
            ├── iobroker.denon@1.15.0
            ├── iobroker.devices@1.1.2
            ├── iobroker.discovery@3.1.0
            ├── iobroker.doorbird@0.1.5 invalid: "github:BuZZy1337/ioBroker.doorbird#47440ddff9a9074ef1e0beb8ff7b7f2a6e368efb" from the root project
            ├── iobroker.feiertage@1.1.0
            ├── iobroker.flot@1.11.0
            ├── iobroker.go-e@1.0.27
            ├── iobroker.google-sharedlocations@2.1.5 invalid: "github:Garfonso/ioBroker.google-sharedlocations#73f8c9bd627e81518dec7e659d98332bd84d9e69" from the root project
            ├── iobroker.govee@0.0.5 invalid: "github:nbuenger/ioBroker.govee#0d983c49135b87ac2f88f9d832a6d632c4889606" from the root project
            ├── iobroker.history@2.2.4
            ├── iobroker.hm-rega@3.0.46
            ├── iobroker.hm-rpc@1.15.16
            ├── iobroker.ical@1.13.2
            ├── iobroker.info@1.9.26
            ├── iobroker.iot@1.14.2
            ├── iobroker.javascript@6.1.4
            ├── iobroker.js-controller@4.0.24
            ├── iobroker.lgtv@1.1.12
            ├── iobroker.lovelace@3.0.1
            ├── iobroker.mihome-vacuum@3.9.5
            ├── iobroker.modbus@5.0.11
            ├── iobroker.mqtt-client@1.6.3
            ├── iobroker.mqtt@4.0.7
            ├── iobroker.net-tools@0.2.0
            ├── iobroker.pi-hole@1.3.4
            ├── iobroker.ping@1.5.3
            ├── iobroker.rpi2@1.3.2
            ├── iobroker.sayit@1.13.0
            ├── iobroker.shelly@6.3.1
            ├── iobroker.shuttercontrol@1.4.29
            ├── iobroker.simple-api@2.7.2
            ├── iobroker.sma-em@0.6.4 invalid: "github:iobroker-community-adapters/ioBroker.sma-em#4b2a4a1f3736ca56d1dae532e47219647609799f" from the root project
            ├── iobroker.sma-speedwire@0.7.0 invalid: "https://github.com/Apollon77/iobroker.sma-speedwire/tarball/3dce8e5d3fb9112502ba697a0f41ec0ab0aa90f4" from the root project
            ├── iobroker.socketio@4.2.0
            ├── iobroker.sonoff@2.5.1
            ├── iobroker.spotify-premium@1.2.1
            ├── iobroker.sunnyportal@0.1.5
            ├── iobroker.synology@2.1.13
            ├── iobroker.systeminfo@0.3.1
            ├── iobroker.telegram@1.15.2
            ├── iobroker.terminal@1.0.0
            ├── iobroker.text2command@2.3.0
            ├── iobroker.tr-064@4.2.17
            ├── iobroker.tuya@3.13.1
            ├── iobroker.web@4.3.0
            ├── iobroker.whatsapp-cmb@0.2.3
            ├── iobroker.wifilight@1.1.4
            ├── iobroker.wled@0.6.7
            ├── iobroker.yeelight-2@1.2.1
            ├── iobroker.youtube@4.1.0
            ├── iobroker.zigbee@1.8.10
            ├── jsonata@1.8.6 extraneous
            ├── node-inspect@2.0.0 extraneous
            ├── semver@5.7.2
            ├── typescript@4.7.4 extraneous
            ├── virtual-tsc@0.6.2 extraneous
            ├── wake_on_lan@1.0.0 extraneous
            └── yargs@7.1.2
            
            
            npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-08-25T13_13_20_856Z-debug-0.log
            
            
            Qix- created this issue in visionmedia/debug

            closed ReDos Vulnerability Regression Visibility Notice #797

            Qix- created this issue in visionmedia/debug

            closed ReDos Vulnerability Regression Visibility Notice #797

            Qix- created this issue in visionmedia/debug

            closed ReDos Vulnerability Regression Visibility Notice #797

            mikeal created this issue in request/request

            open Request’s Past, Present and Future #3142

            Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @maxpd last edited by Thomas Braun

              @maxpd sagte in Performance Probleme im iobroker Admin auf pi4:

              chromecast

              Installier den z. B. nochmal drüber.
              Bzw. installier den aus dem stable-Repository.
              Gleiches gilt für die anderen mit 'invalid' markierten Adapter.

              chromecast
              github:	3.1.0 for 9 days
              latest:	3.0.3 for 12 months
              stable:	3.0.3 for 12 months
              
              doorbird
              github:	1.2.3
              latest:	1.2.3 for 7 days
              stable:	1.2.3 for 7 days
              
              sma-em
              github:	1.0.0
              latest:	1.0.0 for 6 days
              stable:	0.7.0 for 5 months
              
              1 Reply Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @maxpd last edited by

                @maxpd sagte in Performance Probleme im iobroker Admin auf pi4:

                Ich glaube die gelöschten Adapter hat er wieder Installiert

                sollst ja auch nicht unbedingt löschen, nur zusehen, das diese per iobroker installiert sind und keine git versionen aufweisen

                ursprüngliche Problem war ja, der esphome Adapter, der kein update/installieren zugelassen hat

                M 1 Reply Last reply Reply Quote 0
                • M
                  maxpd @crunchip last edited by

                  Die installation klappt leider weiterhin nicht.

                  $ iobroker url iobroker.chromecast --host iobroker --debug
                  
                  install iobroker.chromecast
                  
                  NPM version: 9.6.7
                  
                  Installing iobroker.chromecast... (System call)
                  
                  npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.sma-em.git
                  
                  npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.chromecast.git
                  
                  npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
                  
                  npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
                  
                  npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
                  
                  npm WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                  
                  npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                  
                  npm WARN deprecated babel@6.23.0: In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to support the Babel maintainers
                  
                  npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                  
                  npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                  
                  npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                  
                  npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
                  
                  npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor.
                  
                  npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                  
                  npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                  
                  npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
                  
                  npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
                  
                  npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                  
                  npm WARN deprecated joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
                  
                  npm WARN deprecated xmldom@0.1.16: Deprecated due to CVE-2021-21366 resolved in 0.5.0
                  
                  INFO: Directory "/opt/iobroker/node_modules/iobroker.chromecast/admin" was not found! Nothing was uploaded or deleted.
                  
                  Process exited with code 0
                  

                  Habe auch nicht mitbekommen, an welcher Stelle wir ESP Home wegbekamen. Hatte den genauso gelöscht wie die anderen Adapter, die jetzt wieder da sind.

                  mikeal created this issue in request/request

                  open Request’s Past, Present and Future #3142

                  mikeal created this issue in request/request

                  open Request’s Past, Present and Future #3142

                  Qix- created this issue in visionmedia/debug

                  closed ReDos Vulnerability Regression Visibility Notice #797

                  mikeal created this issue in request/request

                  open Request’s Past, Present and Future #3142

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

                    @maxpd sagte in Performance Probleme im iobroker Admin auf pi4:

                    iobroker url iobroker.chromecast

                    Das ist ja auch nicht der Befehl dafür.
                    Was machst du da bei den Installationen?

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

                      @thomas-braun sorry, übers interface installieren 😞

                      884431f7-4c8c-46b8-8233-c0a5e5997e62-image.png

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

                        @maxpd

                        Versuch es z. B. damit in der Kommandozeile:

                        iobroker upgrade chromecast@3.0.3
                        
                        M 1 Reply Last reply Reply Quote 0
                        • M
                          maxpd @Thomas Braun last edited by

                          @thomas-braun Habe mich an einen Beitrag weiter vorne erinnert und es für den Adapter nun auch so probiert ja. Für den SMA Adapter hat es übers Interface funktioniert. Für Chromecast nun auch über die Konsole. Aber 8 Min egal über welche Variante kommt mir seeehr lang vor, wobei wir wieder beim ursprünglichen Performance Problem sind ^^

                          pi@iobroker:~ $ iobroker upgrade chromecast@3.0.3 --debug
                          Would you like to reinstall version 3.0.3 of chromecast now? [(y)es, (n)o]: y
                          Update chromecast from @3.0.3 to @3.0.3
                          NPM version: 9.6.7
                          Installing iobroker.chromecast@3.0.3... (System call)
                          npm WARN skipping integrity check for git dependency ssh://git@github.com/nbueng                                                                                                             er/ioBroker.govee.git
                          npm WARN skipping integrity check for git dependency ssh://git@github.com/Garfon                                                                                                             so/ioBroker.google-sharedlocations.git
                          npm WARN skipping integrity check for git dependency ssh://git@github.com/BuZZy1                                                                                                             337/ioBroker.doorbird.git
                          npm WARN deprecated dgram@1.0.1: npm is holding this package for security reason                                                                                                             s. As it's a core Node module, we will not transfer it over to other users. You                                                                                                              may safely remove the package from your dependencies.
                          npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now                                                                                                              a built-in Node module. If you've depended on crypto, you should switch to the o                                                                                                             ne that's built-in.
                          npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provide                                                                                                             s its own type definitions, so you do not need this installed.
                          npm WARN deprecated topo@3.0.3: This module has moved and is now available at @h                                                                                                             api/topo. Please update your dependencies as this version is no longer maintaine                                                                                                             d an may contain bugs and security issues.
                          npm WARN deprecated request-promise-native@1.0.9: request-promise-native has bee                                                                                                             n deprecated because it extends the now deprecated request package, see https://                                                                                                             github.com/request/request/issues/3142
                          npm WARN deprecated babel@6.23.0: In 6.x, the babel package has been deprecated                                                                                                              in favor of babel-cli. Check https://opencollective.com/babel to support the Bab                                                                                                             el maintainers
                          npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                          npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated b                                                                                                             ecause it extends the now deprecated request package, see https://github.com/req                                                                                                             uest/request/issues/3142
                          npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @h                                                                                                             api/hoek. Please update your dependencies as this version is no longer maintaine                                                                                                             d an may contain bugs and security issues.
                          npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JS                                                                                                             ON 3
                          npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, fl                                                                                                             atted is its successor.
                          npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and                                                                                                              does not need to be installed separately. It is now unmaintained.
                          npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 hav                                                                                                             e a low-severity ReDos regression when used in a Node.js environment. It is reco                                                                                                             mmended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/iss                                                                                                             ues/797)
                          npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 hav                                                                                                             e a low-severity ReDos regression when used in a Node.js environment. It is reco                                                                                                             mmended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/iss                                                                                                             ues/797)
                          npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 hav                                                                                                             e a low-severity ReDos regression when used in a Node.js environment. It is reco                                                                                                             mmended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/iss                                                                                                             ues/797)
                          npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy.                                                                                                              new code should use the URLSearchParams API instead.
                          npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older v                                                                                                             ersions may use Math.random() in certain circumstances, which is known to be pro                                                                                                             blematic.  See https://v8.dev/blog/math-random for details.
                          npm WARN deprecated request@2.88.2: request has been deprecated, see https://git                                                                                                             hub.com/request/request/issues/3142
                          npm WARN deprecated joi@14.3.1: This module has moved and is now available at @h                                                                                                             api/joi. Please update your dependencies as this version is no longer maintained                                                                                                              an may contain bugs and security issues.
                          npm WARN deprecated xmldom@0.1.16: Deprecated due to CVE-2021-21366 resolved in                                                                                                              0.5.0
                          
                          removed 861 packages, and changed 1482 packages in 8m
                          
                          141 packages are looking for funding
                            run `npm fund` for details
                          upload [13] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/chromecast.png chromecast.png image/png
                          upload [12] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/home.png home.png image/png
                          upload [11] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/i18n/de/translations.json i18n/de/translations.json application/json
                          upload [10] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/i18n/en/translations.json i18n/en/translations.json application/json
                          upload [9] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/i18n/es/translations.json i18n/es/translations.json application/json
                          upload [8] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                          upload [7] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/i18n/it/translations.json i18n/it/translations.json application/json
                          upload [6] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                          upload [5] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                          upload [4] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                          upload [3] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                          upload [2] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                          upload [1] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/index_m.html index_m.html text/html
                          upload [0] chromecast.admin /opt/iobroker/node_modules/iobroker.chromecast/admin/words.js words.js application/javascript
                          
                          
                          Thomas Braun 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @maxpd last edited by

                            @maxpd sagte in Performance Probleme im iobroker Admin auf pi4:

                            Aber 8 Min egal über welche Variante kommt mir seeehr lang vor, wobei wir wieder beim ursprünglichen Performance Problem sind

                            Dein Setup ist ja vermutlich noch nicht wieder senkrecht.

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

                              @maxpd

                              Wo stehen wir denn nun?

                              cd /opt/iobroker && npm ls
                              

                              und

                              iob update
                              

                              sagt?

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

                                @thomas-braun

                                Ich bin noch beim Austausch der Adapter, habe aber Probleme mit npm.

                                pi@iobroker:~ $ cd /opt/iobroker && npm ls
                                npm ERR! code ELSPROBLEMS
                                npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
                                npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request
                                npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie
                                npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                                npm ERR! invalid: iobroker.google-sharedlocations@2.1.5 /opt/iobroker/node_modules/iobroker.google-sharedlocations
                                npm ERR! invalid: iobroker.govee@0.0.5 /opt/iobroker/node_modules/iobroker.govee
                                npm ERR! invalid: iobroker.sma-speedwire@0.7.0 /opt/iobroker/node_modules/iobroker.sma-speedwire
                                npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                                npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                                npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                                npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                                npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                                iobroker.inst@2.0.3 /opt/iobroker
                                ├── @types/caseless@0.12.2 extraneous
                                ├── @types/request@2.48.8 extraneous
                                ├── @types/tough-cookie@4.0.2 extraneous
                                ├── coffeescript@1.12.7 extraneous
                                ├── colors@1.4.0
                                ├── fs-extra@7.0.1
                                ├── iobroker.admin@6.3.5
                                ├── iobroker.alias-manager@1.2.6
                                ├── iobroker.backitup@2.6.19
                                ├── iobroker.chromecast@3.0.3
                                ├── iobroker.cloud@4.3.0
                                ├── iobroker.coronavirus-statistics@0.8.7
                                ├── iobroker.daswetter@3.1.8
                                ├── iobroker.denon@1.15.0
                                ├── iobroker.devices@1.1.2
                                ├── iobroker.discovery@3.1.0
                                ├── iobroker.doorbird@1.2.3
                                ├── iobroker.feiertage@1.1.0
                                ├── iobroker.flot@1.11.0
                                ├── iobroker.go-e@1.0.27
                                ├── iobroker.google-sharedlocations@2.1.5 invalid: "github:Garfonso/ioBroker.google-sharedlocations#73f8c9bd627e81518dec7e659d98332bd84d9e69" from the root project
                                ├── iobroker.govee@0.0.5 invalid: "github:nbuenger/ioBroker.govee#0d983c49135b87ac2f88f9d832a6d632c4889606" from the root project
                                ├── iobroker.history@2.2.4
                                ├── iobroker.hm-rega@3.0.46
                                ├── iobroker.hm-rpc@1.15.16
                                ├── iobroker.ical@1.13.2
                                ├── iobroker.info@1.9.26
                                ├── iobroker.iot@1.14.2
                                ├── iobroker.javascript@6.1.4
                                ├── iobroker.js-controller@4.0.24
                                ├── iobroker.lgtv@1.1.12
                                ├── iobroker.lovelace@3.0.1
                                ├── iobroker.mihome-vacuum@3.9.5
                                ├── iobroker.modbus@5.0.11
                                ├── iobroker.mqtt-client@1.6.3
                                ├── iobroker.mqtt@4.0.7
                                ├── iobroker.net-tools@0.2.0
                                ├── iobroker.pi-hole@1.3.4
                                ├── iobroker.ping@1.5.3
                                ├── iobroker.rpi2@1.3.2
                                ├── iobroker.sayit@1.13.0
                                ├── iobroker.shelly@6.3.1
                                ├── iobroker.shuttercontrol@1.4.29
                                ├── iobroker.simple-api@2.7.2
                                ├── iobroker.sma-em@0.7.0
                                ├── iobroker.sma-speedwire@0.7.0 invalid: "https://github.com/Apollon77/iobroker.sma-speedwire/tarball/3dce8e5d3fb9112502ba697a0f41ec0ab0aa90f4" from the root project
                                ├── iobroker.socketio@4.2.0
                                ├── iobroker.sonoff@2.5.1
                                ├── iobroker.spotify-premium@1.2.1
                                ├── iobroker.sunnyportal@0.1.5
                                ├── iobroker.synology@2.1.13
                                ├── iobroker.systeminfo@0.3.1
                                ├── iobroker.telegram@1.15.2
                                ├── iobroker.terminal@1.0.0
                                ├── iobroker.text2command@2.3.0
                                ├── iobroker.tr-064@4.2.17
                                ├── iobroker.tuya@3.13.1
                                ├── iobroker.web@4.3.0
                                ├── iobroker.whatsapp-cmb@0.2.3
                                ├── iobroker.wifilight@1.1.4
                                ├── iobroker.wled@0.6.7
                                ├── iobroker.yeelight-2@1.2.1
                                ├── iobroker.youtube@4.1.0
                                ├── iobroker.zigbee@1.8.10
                                ├── jsonata@1.8.6 extraneous
                                ├── node-inspect@2.0.0 extraneous
                                ├── semver@5.7.2
                                ├── typescript@4.7.4 extraneous
                                ├── virtual-tsc@0.6.2 extraneous
                                ├── wake_on_lan@1.0.0 extraneous
                                └── yargs@7.1.2
                                
                                
                                npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-08-26T04_51_22_964Z-debug-0.log
                                pi@iobroker:/opt/iobroker $ iobroker upgrade sma-speedwire@0.7.0 --debug
                                Adapter "sma-speedwire" is not in the repository and cannot be updated.
                                Cannot upgrade: Cannot read properties of undefined (reading 'controller')
                                pi@iobroker:/opt/iobroker $ iobroker upgrade google-sharedlocations@2.1.5 --debug
                                Adapter "google-sharedlocations" is not in the repository and cannot be updated.
                                Cannot upgrade: Cannot read properties of undefined (reading 'controller')
                                pi@iobroker:/opt/iobroker $ iobroker upgrade google-sharedlocations@1.5.2 --debu                                                                                                             g
                                Adapter "google-sharedlocations" is not in the repository and cannot be updated.
                                Cannot upgrade: Cannot read properties of undefined (reading 'controller')
                                pi@iobroker:/opt/iobroker $
                                
                                

                                z.B. der sharedlocations Adapter. Dieser ist bei npm in einer 5 Jahre alten Version. Seit dem hat sich sehr viel bei dem Adapter getan. Aber auch die 5 Jahre alte Version findet er nicht.
                                Den sma-speedwire kann man auch löschen, wird nicht benötigt.

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

                                  @maxpd

                                  Dann schmeiß das raus, was nicht benötigt wird.
                                  Den Rest in aktueller Version drüber installieren.

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

                                    @thomas-braun bevor ich es wieder falsch mache. wie installiere ich den Google shared locations über npm? dort wird der nicht gefunden.
                                    und wie installiere ich die aktuelle Version drüber, wenn auf npm nur die 5 Jahre alte liegt?

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

                                      @maxpd

                                      Keine Ahnung. Hab den selber nicht im Einsatz. Wo haste den denn her?
                                      Der?
                                      https://github.com/t4qjXH8N/ioBroker.google-sharedlocations

                                      Dann installier den nochmal frisch aus GitHub

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

                                        @thomas-braun genau den. aber ich habe es jetzt so verstanden, dass man nichts aus GitHub installieren darf, da offensichtlich 😂 das System kaputt geht.

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

                                          @maxpd

                                          Man vermeidet es und hat nur so wenig wie möglich aus GitHub geangeltes im System.
                                          Aber wenn es nicht anders geht...

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

                                            @thomas-braun warum bringen die Entwickler ihre Adapter nicht zu npm? oder halten sie dort aktuell?

                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            514
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            111
                                            6894
                                            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