Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ioBroker extrem langsam

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    ioBroker extrem langsam

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

      @thomas-braun

      pi@raspberrypi4-iobroker:~ $ sudo apt update
      OK:1 http://phoscon.de/apt/deconz bullseye InRelease
      OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      OK:3 http://archive.raspberrypi.org/debian bullseye InRelease
      Holen:4 https://repos.influxdata.com/debian stable InRelease [6.892 B]
      Holen:5 https://repos.influxdata.com/debian bullseye InRelease [7.040 B]
      OK:6 https://deb.nodesource.com/node_18.x nodistro InRelease
      Holen:7 https://repos.influxdata.com/debian stable/main armhf Packages [3.417 B]
      Fehl:5 https://repos.influxdata.com/debian bullseye InRelease
        Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY D8FF8E1F7DF8B07E
      Es wurden 17,3 kB in 2 s geholt (9.321 B/s).
      Paketlisten werden gelesen… Fertig
      Abhängigkeitsbaum wird aufgebaut… Fertig
      Statusinformationen werden eingelesen… Fertig
      Alle Pakete sind aktuell.
      W: Während der Überprüfung der Signatur trat ein Fehler auf. Das Depot wurde nicht aktualisiert und die vorherigen Indexdateien werden verwendet. GPG-Fehler: https://repos.influxdata.com/debian bullseye InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY D8FF8E1F7DF8B07E
      W: Fehlschlag beim Holen von https://repos.influxdata.com/debian/dists/bullseye/InRelease Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY D8FF8E1F7DF8B07E
      W: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.
      pi@raspberrypi4-iobroker:~ $ sudo apt update
      OK:1 http://phoscon.de/apt/deconz bullseye InRelease
      OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      OK:3 http://archive.raspberrypi.org/debian bullseye InRelease
      OK:4 https://repos.influxdata.com/debian stable InRelease
      Holen:5 https://repos.influxdata.com/debian bullseye InRelease [7.040 B]
      OK:6 https://deb.nodesource.com/node_18.x nodistro InRelease
      Fehl:5 https://repos.influxdata.com/debian bullseye InRelease
        Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY D8FF8E1F7DF8B07E
      Es wurden 7.040 B in 2 s geholt (3.996 B/s).
      Paketlisten werden gelesen… Fertig
      Abhängigkeitsbaum wird aufgebaut… Fertig
      Statusinformationen werden eingelesen… Fertig
      Alle Pakete sind aktuell.
      W: Während der Überprüfung der Signatur trat ein Fehler auf. Das Depot wurde nicht aktualisiert und die vorherigen Indexdateien werden verwendet. GPG-Fehler: https://repos.influxdata.com/debian bullseye InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY D8FF8E1F7DF8B07E
      W: Fehlschlag beim Holen von https://repos.influxdata.com/debian/dists/bullseye/InRelease Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY D8FF8E1F7DF8B07E
      W: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.
      pi@raspberrypi4-iobroker:~ $
      
      

      der Fehler ist immer noch

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

        @spidermike

        ls -lAh /etc/apt/sources.list.d/
        

        wird dir zwei Dateien zu influx auflisten. Lösche die, die nicht influxdata.list heißt.

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

          @thomas-braun sagte in ioBroker extrem langsam:

          pi@raspberrypi4-iobroker:~ $ ls -lAh /etc/apt/sources.list.d/
          insgesamt 20K
          -rw-r--r-- 1 root root  59  2. Feb 2022  deconz.list
          -rw-r--r-- 1 root root 114 16. Okt 18:29 influxdata.list
          -rw-r--r-- 1 root root  56  2. Feb 2022  influxdb.list
          -rw-r--r-- 1 root root 100 15. Okt 20:11 nodesource.list
          -rw-r--r-- 1 root root 191  2. Feb 2022  raspi.list
          

          ok und wie lösche ich die "influxdb.list" ???
          und was mach ich dann ?

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

            @spidermike sagte in ioBroker extrem langsam:

            https://www.google.com/search?client=firefox-b-e&q=Wie+lösche+ich+Dateien+Linux

            Ergebnis deiner Suche:

            sudo rm /etc/apt/sources.list.d/influxdb.list
            
            S 1 Reply Last reply Reply Quote 0
            • S
              Spidermike @Thomas Braun last edited by Spidermike

              @thomas-braun

              vielen Dank das hat jetzt geklappt

              pi@raspberrypi4-iobroker:~ $ sudo rm /etc/apt/sources.list.d/influxdb.list
              pi@raspberrypi4-iobroker:~ $
              pi@raspberrypi4-iobroker:~ $ ls -lAh /etc/apt/sources.list.d/
              insgesamt 16K
              -rw-r--r-- 1 root root  59  2. Feb 2022  deconz.list
              -rw-r--r-- 1 root root 114 16. Okt 18:29 influxdata.list
              -rw-r--r-- 1 root root 100 15. Okt 20:11 nodesource.list
              -rw-r--r-- 1 root root 191  2. Feb 2022  raspi.list
              pi@raspberrypi4-iobroker:~ $ sudo apt update
              OK:1 http://phoscon.de/apt/deconz bullseye InRelease
              Holen:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15,0 kB]
              OK:3 http://archive.raspberrypi.org/debian bullseye InRelease
              OK:4 https://repos.influxdata.com/debian stable InRelease
              OK:5 https://deb.nodesource.com/node_18.x nodistro InRelease
              Es wurden 15,0 kB in 2 s geholt (9.641 B/s).
              Paketlisten werden gelesen… Fertig
              Abhängigkeitsbaum wird aufgebaut… Fertig
              Statusinformationen werden eingelesen… Fertig
              Alle Pakete sind aktuell.
              pi@raspberrypi4-iobroker:~ $ sudo apt update
              OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
              OK:2 http://phoscon.de/apt/deconz bullseye InRelease
              OK:3 http://archive.raspberrypi.org/debian bullseye InRelease
              OK:4 https://repos.influxdata.com/debian stable InRelease
              OK:5 https://deb.nodesource.com/node_18.x nodistro InRelease
              Paketlisten werden gelesen… Fertig
              Abhängigkeitsbaum wird aufgebaut… Fertig
              Statusinformationen werden eingelesen… Fertig
              Alle Pakete sind aktuell.
              
              

              Ich danke Dir vielmals 👍 🤝

              Habe ich noch mehr Baustellen?

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

                @spidermike sagte in ioBroker extrem langsam:

                Habe ich noch mehr Baustellen?

                Schau dir

                iob diag
                

                jetzt an.

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

                  @thomas-braun

                  *** BASE SYSTEM ***
                     Static hostname: raspberrypi4-iobroker
                           Icon name: computer
                    Operating System: Raspbian GNU/Linux 11 (bullseye)
                              Kernel: Linux 6.1.21-v8+
                        Architecture: arm64
                  
                  Model           : Raspberry Pi 4 Model B Rev 1.4
                  Docker          : false
                  Virtualization  : none
                  Kernel          : aarch64
                  Userland        : armhf
                  
                  Systemuptime and Load:
                   19:18:03 up 44 min,  1 user,  load average: 2.13, 2.49, 2.37
                  CPU threads: 4
                  
                  
                  *** RASPBERRY THROTTLING ***
                  Current issues:
                  No throttling issues detected.
                  
                  Previously detected issues:
                  No throttling issues detected.
                  
                  *** Time and Time Zones ***
                                 Local time: Mon 2023-10-16 19:18:03 CEST
                             Universal time: Mon 2023-10-16 17:18:03 UTC
                                   RTC time: n/a
                                  Time zone: Europe/Berlin (CEST, +0200)
                  System clock synchronized: yes
                                NTP service: active
                            RTC in local TZ: no
                  
                  *** User and Groups ***
                  pi
                  /home/pi
                  pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
                  
                  *** X-Server-Setup ***
                  X-Server:       false
                  Desktop:
                  Terminal:       tty
                  Boot Target:    graphical.target
                  
                  *** MEMORY ***
                                 total        used        free      shared  buff/cache   available
                  Mem:            7.8G        1.4G        5.1G        0.0K        1.3G        6.4G
                  Swap:            99M          0B         99M
                  Total:          7.9G        1.4G        5.2G
                  
                           7811 M total memory
                           1437 M used memory
                           2081 M active memory
                            495 M inactive memory
                           5076 M free memory
                             82 M buffer memory
                           1214 M swap cache
                             99 M total swap
                              0 M used swap
                             99 M free swap
                  
                  Raspberry only:
                  oom events: 0
                  lifetime oom required: 0 Mbytes
                  total time in oom handler: 0 ms
                  max time spent in oom handler: 0 ms
                  
                  *** FAILED SERVICES ***
                  
                    UNIT LOAD ACTIVE SUB DESCRIPTION
                  0 loaded units listed.
                  
                  *** FILESYSTEM ***
                  Filesystem     Type      Size  Used Avail Use% Mounted on
                  /dev/root      ext4      118G   23G   90G  21% /
                  devtmpfs       devtmpfs  3.6G     0  3.6G   0% /dev
                  tmpfs          tmpfs     3.9G   16K  3.9G   1% /dev/shm
                  tmpfs          tmpfs     1.6G  904K  1.6G   1% /run
                  tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                  /dev/sdb1      exfat      29G  2.7G   27G  10% /mnt/usb0
                  /dev/sda1      vfat      253M   51M  202M  20% /boot
                  tmpfs          tmpfs     782M     0  782M   0% /run/user/1000
                  
                  Messages concerning ext4 filesystem in dmesg:
                  [Mon Oct 16 18:33:05 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:FD:BB:CC vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=tty1 console=ttyS0,115200 root=PARTUUID=1045efe5-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                  [Mon Oct 16 18:33:08 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                  [Mon Oct 16 18:33:08 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                  [Mon Oct 16 18:33:11 2023] EXT4-fs (sda2): re-mounted. Quota mode: none.
                  
                  Show mounted filesystems \(real ones only\):
                  TARGET      SOURCE    FSTYPE OPTIONS
                  /           /dev/sda2 ext4   rw,noatime
                  |-/mnt/usb0 /dev/sdb1 exfat  rw,nosuid,nodev,noexec,relatime,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro
                  `-/boot     /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                  
                  Files in neuralgic directories:
                  
                  /var:
                  4.9G    /var/
                  3.9G    /var/log
                  3.7G    /var/log/journal/ceda8666c83a44189d7d8b22875c3095
                  3.7G    /var/log/journal
                  486M    /var/lib
                  
                  Archived and active journals take up 3.6G in the file system.
                  
                  /opt/iobroker/backups:
                  6.2G    /opt/iobroker/backups/
                  
                  /opt/iobroker/iobroker-data:
                  894M    /opt/iobroker/iobroker-data/
                  431M    /opt/iobroker/iobroker-data/history
                  324M    /opt/iobroker/iobroker-data/files
                  85M     /opt/iobroker/iobroker-data/backup-objects
                  52M     /opt/iobroker/iobroker-data/files/javascript.admin
                  
                  The five largest files in iobroker-data are:
                  35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                  21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.edf7552a.js.map
                  19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
                  18M     /opt/iobroker/iobroker-data/objects.jsonl
                  11M     /opt/iobroker/iobroker-data/objects.json.broken
                  
                  USB-Devices by-id:
                  USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                  
                  find: '/dev/serial/by-id/': No such file or directory
                  
                  *** NodeJS-Installation ***
                  
                  /usr/bin/nodejs         v18.18.2
                  /usr/bin/node           v18.18.2
                  /usr/bin/npm            9.8.1
                  /usr/bin/npx            9.8.1
                  /usr/bin/corepack       0.19.0
                  
                  
                  nodejs:
                    Installed: 18.18.2-1nodesource1
                    Candidate: 18.18.2-1nodesource1
                    Version table:
                   *** 18.18.2-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                          100 /var/lib/dpkg/status
                       18.18.1-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.18.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.17.1-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.17.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.16.1-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.16.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.15.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.14.2-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.14.1-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.14.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.13.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.12.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.11.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.10.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.9.1-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.9.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.8.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.7.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.6.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.5.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.4.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.3.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.2.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.1.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.0.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       12.22.12~dfsg-1~deb11u4 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                  
                  Temp directories causing npm8 problem: 0
                  No problems detected
                  
                  Errors in npm tree:
                  
                  *** ioBroker-Installation ***
                  
                  ioBroker Status
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Core adapters versions
                  js-controller:  5.0.12
                  admin:          6.10.1
                  javascript:     7.1.4
                  
                  Adapters from github:   3
                  
                  Adapter State
                  + system.adapter.admin.0                  : admin                 : raspberrypi4-iobroker                    -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.alexa2.0                 : alexa2                : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.backitup.0               : backitup              : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.cloud.0                  : cloud                 : raspberrypi4-iobroker                    -  enabled
                    system.adapter.devices.0                : devices               : raspberrypi4-iobroker                    - disabled
                  + system.adapter.discovery.0              : discovery             : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.energiefluss.0           : energiefluss          : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.energiefluss.1           : energiefluss          : raspberrypi4-iobroker                    -  enabled
                    system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi4-iobroker                    - disabled
                    system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi4-iobroker                    - disabled
                  + system.adapter.growatt.0                : growatt               : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.history.0                : history               : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.homeconnect.0            : homeconnect           : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.hs100.0                  : hs100                 : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.info.0                   : info                  : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.iot.0                    : iot                   : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.javascript.0             : javascript            : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi4-iobroker                    -  enabled, port: 1883, bind: 0.0.0.0
                  + system.adapter.plenticore.0             : plenticore            : raspberrypi4-iobroker                    -  enabled, port: 80
                  + system.adapter.rpi2.0                   : rpi2                  : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.shelly.0                 : shelly                : raspberrypi4-iobroker                    -  enabled, port: 1882, bind: 0.0.0.0
                  + system.adapter.smartthings.0            : smartthings           : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.telegram.0               : telegram              : raspberrypi4-iobroker                    -  enabled, port: 8443, bind: 0.0.0.0
                    system.adapter.tuya.0                   : tuya                  : raspberrypi4-iobroker                    - disabled
                    system.adapter.vis.0                    : vis                   : raspberrypi4-iobroker                    - disabled
                    system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi4-iobroker                    -  enabled
                  + system.adapter.web.0                    : web                   : raspberrypi4-iobroker                    -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  + system.adapter.wled.0                   : wled                  : raspberrypi4-iobroker                    -  enabled
                    system.adapter.zigbee.0                 : zigbee                : raspberrypi4-iobroker                    - disabled, port: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2414409-if00
                  
                  + instance is alive
                  
                  Enabled adapters with bindings
                  + system.adapter.admin.0                  : admin                 : raspberrypi4-iobroker                    -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi4-iobroker                    -  enabled, port: 1883, bind: 0.0.0.0
                  + system.adapter.plenticore.0             : plenticore            : raspberrypi4-iobroker                    -  enabled, port: 80
                  + system.adapter.shelly.0                 : shelly                : raspberrypi4-iobroker                    -  enabled, port: 1882, bind: 0.0.0.0
                  + system.adapter.telegram.0               : telegram              : raspberrypi4-iobroker                    -  enabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.web.0                    : web                   : raspberrypi4-iobroker                    -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  ioBroker-Repositories
                  stable        : http://download.iobroker.net/sources-dist.json
                  beta          : http://download.iobroker.net/sources-dist-latest.json
                  
                  Active repo(s): stable
                  
                  Installed ioBroker-Instances
                  Used repository: stable
                  Adapter    "admin"        : 6.10.1   , installed 6.10.1
                  Adapter    "alexa2"       : 3.25.2   , installed 3.25.2
                  Adapter    "backitup"     : 2.8.1    , installed 2.8.1
                  Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                  Adapter    "devices"      : 1.1.5    , installed 1.1.5
                  Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                  Adapter    "fb-checkpresence": 1.2.2 , installed 1.2.2
                  Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
                  Adapter    "growatt"      : 3.2.1    , installed 3.2.1
                  Adapter    "history"      : 2.2.6    , installed 2.2.6
                  Adapter    "homeconnect"  : 1.1.1    , installed 1.1.1
                  Adapter    "hs100"        : 2.1.2    , installed 2.1.2
                  Adapter    "info"         : 2.0.0    , installed 2.0.0
                  Adapter    "iot"          : 1.14.5   , installed 1.14.5
                  Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                  Controller "js-controller": 5.0.12   , installed 5.0.12
                  Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                  Adapter    "plenticore"   : 2.2.0    , installed 2.3.1
                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                  Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                  Adapter    "smartthings"  : 0.0.4    , installed 0.0.4
                  Adapter    "socketio"     : 6.5.5    , installed 6.5.5
                  Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                  Adapter    "telegram"     : 1.16.0   , installed 1.16.0
                  Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                  Adapter    "vis"          : 1.4.16   , installed 1.4.16
                  Adapter    "weatherunderground": 3.6.0, installed 3.6.0
                  Adapter    "web"          : 6.1.2    , installed 6.1.2
                  Adapter    "wled"         : 0.7.1    , installed 0.7.1
                  Adapter    "ws"           : 2.5.5    , installed 2.5.5
                  Adapter    "zigbee"       : 1.8.23   , installed 1.8.23
                  
                  Objects and States
                  Please stand by - This may take a while
                  Objects:        8967
                  States:         16358
                  
                  *** OS-Repositories and Updates ***
                  Hit:1 http://phoscon.de/apt/deconz bullseye InRelease
                  Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
                  Hit:4 https://repos.influxdata.com/debian stable InRelease
                  Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                  Reading package lists...
                  Pending Updates: 0
                  
                  *** Listening Ports ***
                  Active Internet connections (only servers)
                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                  tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      110        3971       565/mosquitto
                  tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        3948       431/influxd
                  tcp        0      0 0.0.0.0:8765            0.0.0.0:*               LISTEN      0          14704      424/python
                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15383      567/sshd: /usr/sbin
                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       16563      1093/iobroker.js-co
                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       14996      1093/iobroker.js-co
                  tcp6       0      0 :::1883                 :::*                    LISTEN      110        3972       565/mosquitto
                  tcp6       0      0 :::22                   :::*                    LISTEN      0          15385      567/sshd: /usr/sbin
                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       15735      1122/io.admin.0
                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       17402      1712/io.web.0
                  tcp6       0      0 :::8086                 :::*                    LISTEN      999        17488      431/influxd
                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14756      476/dhcpcd
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       17386      1925/io.wled.0
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14497      398/avahi-daemon: r
                  udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       15923      1282/io.shelly.0
                  udp        0      0 0.0.0.0:43207           0.0.0.0:*                           108        14499      398/avahi-daemon: r
                  udp6       0      0 :::546                  :::*                                0          14769      476/dhcpcd
                  udp6       0      0 :::33860                :::*                                108        14500      398/avahi-daemon: r
                  udp6       0      0 :::5353                 :::*                                108        14498      398/avahi-daemon: r
                  
                  *** Log File - Last 25 Lines ***
                  
                  2023-10-16 19:20:55.065  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1005Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:20:56.227  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 998Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:20:58.810  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 997Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:01.758  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 980Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:03.320  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 969Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:04.738  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 977Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:05.333  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 996Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:06.825  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1027Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:08.736  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1045Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:10.255  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1059Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:15.346  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1028Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:17.015  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1037Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:18.524  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1030Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:20.274  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1021Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:23.318  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1027Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:24.371  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1040Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:26.455  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1046Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:27.042  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1044Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:29.435  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1045Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:30.672  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1052Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:32.978  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1031Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:33.685  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1033Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:37.013  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1036Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:39.018  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 999Heiz-Stufe: 0Boilertemp: 43.8
                  2023-10-16 19:21:40.270  - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1002Heiz-Stufe: 0Boilertemp: 43.8
                  
                  

                  Ich glaube das schaut jetzt ok aus, oder?

                  Homoran ? 2 Replies Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @Spidermike last edited by

                    @spidermike sagte in ioBroker extrem langsam:

                    oder

                    was rotiert denn da auf dem Pi?

                    @spidermike sagte in ioBroker extrem langsam:

                    load average: 2.13, 2.49, 2.37

                    ist schon nicht wenig

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      Spidermike @Homoran last edited by

                      @homoran sagte in ioBroker extrem langsam:

                      @spidermike sagte in ioBroker extrem langsam:

                      oder

                      was rotiert denn da auf dem Pi?

                      @spidermike sagte in ioBroker extrem langsam:

                      load average: 2.13, 2.49, 2.37

                      ist schon nicht wenig

                      was meinst Du?
                      mach mir jetzt nicht angst.

                      Homoran 1 Reply Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @Spidermike last edited by

                        @spidermike sagte in ioBroker extrem langsam:

                        was meinst Du?

                        dein pi ist noch gut unter Last.
                        nicht grenzwertig, aber bei einer Load average durchgehend über 2 würde ich neugierig werden und wissen wollen warum

                        1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User @Spidermike last edited by

                          @spidermike sagte in ioBroker extrem langsam:

                          2023-10-16 19:20:55.065 - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1005Heiz-Stufe: 0Boilertemp: 43.8

                          Moin,

                          da spuckt ein Skript, alle Sekunde was aus, das ist sicherlich so nicht gewollt, was machst Du da, das kann auch dazu führen, dass Du einen erhöhten Load hast, also dass Dein System sich langsamer anfühlt.

                          VG
                          Bernd

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            Spidermike @Guest last edited by

                            @dp20eic sagte in ioBroker extrem langsam:

                            @spidermike sagte in ioBroker extrem langsam:

                            2023-10-16 19:20:55.065 - info: javascript.0 (1166) script.js.Warmwasser_.Test_2: Einspeisung: 0Netz-Bezug: 1005Heiz-Stufe: 0Boilertemp: 43.8

                            Moin,

                            da spuckt ein Skript, alle Sekunde was aus, das ist sicherlich so nicht gewollt, was machst Du da, das kann auch dazu führen, dass Du einen erhöhten Load hast, also dass Dein System sich langsamer anfühlt.

                            VG
                            Bernd

                            Moin,
                            das Script (zumindest das depug output) lief nur zu diesen Zeitpunkt schalte das Protokoll nur zu wenn ich schauen will was passiert.
                            Ich teste das Script momentan und schaue ob die Werte und schaltungen stimmen wie es soll.
                            Ist PV Überschuss zum schalten von 2 Heizstäben. Ist einer andere Sache im Forum unter Blockly Script in Diskussion.

                            S 1 Reply Last reply Reply Quote 0
                            • S
                              Spidermike @Spidermike last edited by

                              @spidermike

                              aber dieser adapter bringt mir sehr oft fehlermeldungen im Protokoll.
                              Aber ich denke das ist hier dann die falsche Stelle um das Problem zu diskutieren

                              Adapter.JPG

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

                                @spidermike

                                Vor allen Dingen klatscht der im Milisekundenbereich auf den Bauch.
                                Das dürfte auch die Load verursachen. Ist aber was für einen eigenen Thread.
                                Da dann bitte keine bunten Bildchens sondern Textauszüge aus dem Terminal.

                                S 1 Reply Last reply Reply Quote 1
                                • S
                                  Spidermike @Thomas Braun last edited by

                                  @thomas-braun sagte in ioBroker extrem langsam:

                                  @spidermike

                                  Vor allen Dingen klatscht der im Milisekundenbereich auf den Bauch.
                                  Das dürfte auch die Load verursachen. Ist aber was für einen eigenen Thread.
                                  Da dann bitte keine bunten Bildchens sondern Textauszüge aus dem Terminal.

                                  @Thomas-Braun

                                  da stellt du mich wieder vor Herrausforderungen,

                                  ich bin über 50 jahre alt. Stehe jeden Tag um 5 Uhr auf und gehe arbeiten von 6 Uhr bis 15 Uhr (nichts zu tun mit dem hier) bin um 16 Uhr zuhause.
                                  Ich bin einfach auf Eure Hilfe angewiesen denn ich verstehe ehrlich gesagt fast null was ihr hier alles leistet. (Honig ums Maul)
                                  Ich bin wirklich froh das ihr mir helft,
                                  Also bitte ich um rücksicht wenn ich nerve und doppelt nachfagen muss wie und was. Und hab ehrlich gesagt nicht die Zeit mich Stundenlang hinzusetzen um alles im Forum oder Internet zu suchen und zu lesen um es dann eh nicht zu verstehen.

                                  Sorry Leute, bin sehr dankbar für Eure Hilfe

                                  Gruß Maik

                                  Homoran 1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @Spidermike last edited by

                                    @spidermike sagte in ioBroker extrem langsam:

                                    ich bin über 50 jahre alt.

                                    soo jung war ich auch irgend wann mal.

                                    @spidermike sagte in ioBroker extrem langsam:

                                    Und hab ehrlich gesagt nicht die Zeit mich Stundenlang hinzusetzen um alles im Forum oder Internet zu suchen

                                    willnicht kannnicht?

                                    @spidermike sagte in ioBroker extrem langsam:

                                    da stellt du mich wieder vor Herrausforderungen,

                                    einfach lesen und Bildchen gucken
                                    https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      Spidermike @Homoran last edited by

                                      @homoran sagte in ioBroker extrem langsam:

                                      @spidermike sagte in ioBroker extrem langsam:

                                      ich bin über 50 jahre alt.

                                      soo jung war ich auch irgend wann mal.

                                      @spidermike sagte in ioBroker extrem langsam:

                                      Und hab ehrlich gesagt nicht die Zeit mich Stundenlang hinzusetzen um alles im Forum oder Internet zu suchen

                                      willnicht kannnicht?

                                      @spidermike sagte in ioBroker extrem langsam:

                                      da stellt du mich wieder vor Herrausforderungen,

                                      einfach lesen und Bildchen gucken
                                      https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

                                      ok verstehe,
                                      ich bin zu blöd für mein alter und habe keine Lust (willnicht kannnicht) um zu lesen und Bildchen zu gucken weil ich einfach keine Zeit dafür habe.

                                      aber trotzdem danke ich Dir @Thomas-Braun für Deine Hilfe bei meinen Problemen
                                      Gruß Maik

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

                                        @spidermike sagte in ioBroker extrem langsam:

                                        weil ich einfach keine Zeit dafür habe.

                                        Die Basics muss/kann man sich aneignen. Musste ich auch irgendwann machen.

                                        Logfile schaut man u. a. per

                                        iob logs --watch | uniq
                                        

                                        an.

                                        S 1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @Spidermike last edited by Homoran

                                          @spidermike sagte in ioBroker extrem langsam:

                                          ok verstehe,

                                          nicht falsch verstehen!!

                                          @spidermike sagte in ioBroker extrem langsam:

                                          weil ich einfach keine Zeit dafür habe.

                                          das war es was ich andeutete.
                                          Ein wenig Zeit findet sich immer.

                                          und hier hilft dir jeder gerne. Dann geht's noch schneller

                                          S 1 Reply Last reply Reply Quote 0
                                          • S
                                            Spidermike @Homoran last edited by

                                            @homoran sagte in ioBroker extrem langsam:

                                            @spidermike sagte in ioBroker extrem langsam:

                                            ok verstehe,

                                            nicht falsch verstehen!!

                                            @spidermike sagte in ioBroker extrem langsam:

                                            weil ich einfach keine Zeit dafür habe.

                                            das war es was ich andeutete.
                                            Ein wenig Zeit findet sich immer.

                                            und hier hilft dir jeder gerne. Dann geht's noch schneller

                                            klar für Euch ist das alles einfach weil ihr jeden Tag damit zu tun habt. Ich mache das nebebei zu meinen Job (bin selbstständig) ich bin so schon über 12 Std am arbeiten. egal

                                            ich bin ja auch dankbar das es Euch gibt aber diese Hinweise "Ein wenig Zeit findet sich immer" hilft mir nicht.
                                            Wenn man eine Familie mit zwei Kindern und Job hat dann ist die Zeit das größte Problem. Ich glaube da brauche nicht weiter darüber zu schreiben, wer in der gleichen Sitution ist weiß was ich meine.
                                            ok lassen wir das Thema, ich schaue mal wie es mit mit meinen problemen weiter geht.

                                            Danke an Euch und gute Nacht

                                            Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            456
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            iobroker keine aktualisierung möglich langsam
                                            8
                                            95
                                            5263
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo