Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Performance Probleme im iobroker Admin auf pi4

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    506

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.7k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.6k

Performance Probleme im iobroker Admin auf pi4

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
111 Beiträge 6 Kommentatoren 12.1k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • crunchipC crunchip

    @maxpd dann jetzt

    iob fix
    

    und anschließend nochmal npm prune

    M Offline
    M Offline
    maxpd
    schrieb am zuletzt editiert von
    #50

    @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
    
    

    Gruß
    maxpd

    Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

    crunchipC 1 Antwort Letzte Antwort
    0
    • M maxpd

      @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
      
      
      crunchipC Abwesend
      crunchipC Abwesend
      crunchip
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #51

      @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?

      umgestiegen von Proxmox auf Unraid

      M 1 Antwort Letzte Antwort
      0
      • crunchipC crunchip

        @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 Offline
        M Offline
        maxpd
        schrieb am zuletzt editiert von
        #52

        @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 :dango:

        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
        
        

        Gruß
        maxpd

        Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

        Thomas BraunT crunchipC 2 Antworten Letzte Antwort
        0
        • M maxpd

          @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 :dango:

          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
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von Thomas Braun
          #53

          @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
          

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

          1 Antwort Letzte Antwort
          0
          • M maxpd

            @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 :dango:

            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
            
            
            crunchipC Abwesend
            crunchipC Abwesend
            crunchip
            Forum Testing Most Active
            schrieb am zuletzt editiert von
            #54

            @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

            umgestiegen von Proxmox auf Unraid

            M 1 Antwort Letzte Antwort
            0
            • crunchipC crunchip

              @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 Offline
              M Offline
              maxpd
              schrieb am zuletzt editiert von
              #55

              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.

              Gruß
              maxpd

              Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • M maxpd

                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.

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

                @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?

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

                M 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @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 Offline
                  M Offline
                  maxpd
                  schrieb am zuletzt editiert von
                  #57

                  @thomas-braun sorry, übers interface installieren :(

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

                  Gruß
                  maxpd

                  Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • M maxpd

                    @thomas-braun sorry, übers interface installieren :(

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

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

                    @maxpd

                    Versuch es z. B. damit in der Kommandozeile:

                    iobroker upgrade chromecast@3.0.3
                    

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

                    M 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @maxpd

                      Versuch es z. B. damit in der Kommandozeile:

                      iobroker upgrade chromecast@3.0.3
                      
                      M Offline
                      M Offline
                      maxpd
                      schrieb am zuletzt editiert von
                      #59

                      @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
                      
                      

                      Gruß
                      maxpd

                      Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                      Thomas BraunT 2 Antworten Letzte Antwort
                      0
                      • M maxpd

                        @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 BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #60

                        @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.

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

                        1 Antwort Letzte Antwort
                        0
                        • M maxpd

                          @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 BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von Thomas Braun
                          #61

                          @maxpd

                          Wo stehen wir denn nun?

                          cd /opt/iobroker && npm ls
                          

                          und

                          iob update
                          

                          sagt?

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

                          M 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @maxpd

                            Wo stehen wir denn nun?

                            cd /opt/iobroker && npm ls
                            

                            und

                            iob update
                            

                            sagt?

                            M Offline
                            M Offline
                            maxpd
                            schrieb am zuletzt editiert von
                            #62

                            @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.

                            Gruß
                            maxpd

                            Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • M maxpd

                              @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 BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #63

                              @maxpd

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

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

                              M 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @maxpd

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

                                M Offline
                                M Offline
                                maxpd
                                schrieb am zuletzt editiert von
                                #64

                                @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?

                                Gruß
                                maxpd

                                Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • M maxpd

                                  @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 BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von Thomas Braun
                                  #65

                                  @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

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

                                  M 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT 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 Offline
                                    M Offline
                                    maxpd
                                    schrieb am zuletzt editiert von
                                    #66

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

                                    Gruß
                                    maxpd

                                    Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • M maxpd

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

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

                                      @maxpd

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

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

                                      M 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @maxpd

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

                                        M Offline
                                        M Offline
                                        maxpd
                                        schrieb am zuletzt editiert von
                                        #68

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

                                        Gruß
                                        maxpd

                                        Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • M maxpd

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

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

                                          @maxpd

                                          Das musst du dort fragen. Der Adapter sieht auch etwas verwaist aus.
                                          Gilt auch für den govee.
                                          Schau mal ob der nicht durch govee-app oder govee-local ersetzt werden kann.

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

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          874

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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