Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Logfile läuft voll mit TimeoutoverflowWarning etc.

NEWS

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Logfile läuft voll mit TimeoutoverflowWarning etc.

Scheduled Pinned Locked Moved Off Topic
61 Posts 3 Posters 4.7k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Thomas BraunT Thomas Braun

    @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

    load average: 4.97, 5.04, 5.26

    Ist verdammt hoch und dein influxdb hängt da irgendwie ohne Anbindung an ein Repo herum. Wie hast du das installiert?

    J Offline
    J Offline
    JoergH
    wrote on last edited by
    #7

    @thomas-braun

    Ich meine, dass ich das so installiert habe:

    wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
    
    source /etc/os-release
    
    echo "deb https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
    
    sudo apt-get update
    
    sudo apt-get install influxdb
    

    Ist lange her....

    1 Reply Last reply
    0
    • J JoergH

      @thomas-braun

      Hi Thomas. Wie gewünscht...

      Skript v.2023-10-10
      
      *** BASE SYSTEM ***
         Static hostname: raspberrypi
               Icon name: computer
        Operating System: Debian 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        : arm64
      
      Systemuptime and Load:
       18:03:35 up  1:46,  1 user,  load average: 4.97, 5.04, 5.26
      CPU threads: 4
      
      
      *** RASPBERRY THROTTLING ***
      Current issues:
      No throttling issues detected.
      
      Previously detected issues:
      No throttling issues detected.
      
      *** Time and Time Zones ***
                     Local time: Sun 2024-01-07 18:03:36 CET
                 Universal time: Sun 2024-01-07 17:03:36 UTC
                       RTC time: n/a
                      Time zone: Europe/Berlin (CET, +0100)
      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 render netdev gpio i2c spi iobroker
      
      *** X-Server-Setup ***
      X-Server:       false
      Desktop:
      Terminal:       tty
      Boot Target:    multi-user.target
      
      *** MEMORY ***
                     total        used        free      shared  buff/cache   available
      Mem:            7.8G        3.3G        211M        1.0M        4.3G        4.5G
      Swap:            99M          0B         99M
      Total:          7.9G        3.3G        311M
      
               7811 M total memory
               3316 M used memory
               6908 M active memory
                403 M inactive memory
                211 M free memory
                 42 M buffer memory
               4240 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   15G   99G  13% /
      devtmpfs       devtmpfs  3.6G     0  3.6G   0% /dev
      tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
      tmpfs          tmpfs     1.6G  1.3M  1.6G   1% /run
      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
      /dev/sda1      vfat      255M   31M  225M  13% /boot
      tmpfs          tmpfs     782M     0  782M   0% /run/user/1000
      
      Messages concerning ext4 filesystem in dmesg:
      [Sun Jan  7 16:16:54 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:640x480M@60 smsc95xx.macaddr=DC:A6:32:F1:62:5F vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  usb-storage.quirk=152d:0579:u console=ttyS0,115200 console=tty1 root=PARTUUID=622a00f4-02 rootfstype=ext4 fsck.repair=yes rootwait
      [Sun Jan  7 16:16:57 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
      [Sun Jan  7 16:16:57 2024] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
      [Sun Jan  7 16:16:59 2024] EXT4-fs (sda2): re-mounted. Quota mode: none.
      
      Show mounted filesystems \(real ones only\):
      TARGET  SOURCE    FSTYPE OPTIONS
      /       /dev/sda2 ext4   rw,noatime
      `-/boot /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
      
      Files in neuralgic directories:
      
      /var:
      du: cannot access '/var/lib/lxcfs/cgroup': Input/output error
      9.5G    /var/
      5.7G    /var/log
      4.2G    /var/log/journal/ebf43f1ac9ac40f88ddf4138fee55e47
      4.2G    /var/log/journal
      1.9G    /var/lib
      
      Archived and active journals take up 4.1G in the file system.
      
      /opt/iobroker/backups:
      333M    /opt/iobroker/backups/
      
      /opt/iobroker/iobroker-data:
      441M    /opt/iobroker/iobroker-data/
      301M    /opt/iobroker/iobroker-data/files
      102M    /opt/iobroker/iobroker-data/backup-objects
      67M     /opt/iobroker/iobroker-data/files/javascript.admin
      48M     /opt/iobroker/iobroker-data/files/javascript.admin/static
      
      The five largest files in iobroker-data are:
      22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.b5f6766c.js.map
      21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
      19M     /opt/iobroker/iobroker-data/states.jsonl
      18M     /opt/iobroker/iobroker-data/objects.jsonl
      8.9M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.b5f6766c.js
      
      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.19.0
      /usr/bin/node           v18.19.0
      /usr/bin/npm            10.2.3
      /usr/bin/npx            10.2.3
      /usr/bin/corepack       0.22.0
      
      
      nodejs:
        Installed: 18.19.0-1nodesource1
        Candidate: 18.19.0-1nodesource1
        Version table:
       *** 18.19.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
              100 /var/lib/dpkg/status
           18.18.2-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.18.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.18.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.17.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.17.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.16.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.16.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.15.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.14.2-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.14.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.14.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.13.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.12.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.11.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.10.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.9.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.9.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.8.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.7.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.6.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.5.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.4.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.3.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.2.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.1.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           18.0.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           12.22.12~dfsg-1~deb11u4 500
              500 http://deb.debian.org/debian bullseye/main arm64 Packages
              500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
      
      Temp directories causing npm8 problem: 0
      No problems detected
      
      Errors in npm tree:
      npm ERR! code ELSPROBLEMS
      npm ERR! extraneous: buffer-shims@1.0.0 /opt/iobroker/node_modules/buffer-shims
      npm ERR! extraneous: decimal.js@10.4.3 /opt/iobroker/node_modules/decimal.js
      npm ERR! extraneous: futoin-hkdf@1.4.3 /opt/iobroker/node_modules/futoin-hkdf
      npm ERR! extraneous: homebridge-plugin-wrapper@3.2.0 /opt/iobroker/node_modules/homebridge-plugin-wrapper
      npm ERR! extraneous: mock-require@3.0.3 /opt/iobroker/node_modules/mock-require
      npm ERR! extraneous: node-persist@0.0.11 /opt/iobroker/node_modules/node-persist
      npm ERR! extraneous: q@1.1.2 /opt/iobroker/node_modules/q
      npm ERR! extraneous: remove-trailing-separator@1.1.0 /opt/iobroker/node_modules/remove-trailing-separator
      npm ERR! extraneous: string-argv@0.3.1 /opt/iobroker/node_modules/string-argv
      npm ERR! extraneous: debug@4.3.4 /opt/iobroker/node_modules/homebridge-plugin-wrapper/node_modules/debug
      npm ERR! extraneous: fs-extra@10.1.0 /opt/iobroker/node_modules/homebridge-plugin-wrapper/node_modules/fs-extra
      npm ERR! extraneous: ms@2.1.2 /opt/iobroker/node_modules/homebridge-plugin-wrapper/node_modules/ms
      npm ERR! extraneous: tslib@2.5.0 /opt/iobroker/node_modules/homebridge-plugin-wrapper/node_modules/tslib
      npm ERR! missing: cheerio@^1.0.0-rc.12, required by iobroker.javascript@7.1.6
      npm ERR! missing: puppeteer@^21.6.1, required by iobroker.javascript@7.1.6
      npm ERR! extraneous: get-caller-file@1.0.3 /opt/iobroker/node_modules/mock-require/node_modules/get-caller-file
      npm ERR! extraneous: normalize-path@2.1.1 /opt/iobroker/node_modules/mock-require/node_modules/normalize-path
      npm ERR! extraneous: mkdirp@0.5.6 /opt/iobroker/node_modules/node-persist/node_modules/mkdirp
      
      npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2024-01-07T17_04_20_177Z-debug-0.log
      
      *** ioBroker-Installation ***
      
      ioBroker Status
      iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      
      Core adapters versions
      js-controller:  5.0.17
      admin:          6.12.0
      javascript:     7.1.6
      
      Adapters from github:   4
      
      Adapter State
      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
        system.adapter.birthdays.0              : birthdays             : raspberrypi                              -  enabled
      + system.adapter.daikin-cloud.0           : daikin-cloud          : raspberrypi                              -  enabled
      + system.adapter.denon.0                  : denon                 : raspberrypi                              -  enabled
      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
        system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled
      + system.adapter.exchangerates.0          : exchangerates         : raspberrypi                              -  enabled
      + system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi                              -  enabled
      + system.adapter.firetv.0                 : firetv                : raspberrypi                              -  enabled
      + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
      + system.adapter.go-e.0                   : go-e                  : raspberrypi                              -  enabled
      + system.adapter.ham.0                    : ham                   : raspberrypi                              -  enabled
      + system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
      + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
      + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
        system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
        system.adapter.ical.1                   : ical                  : raspberrypi                              -  enabled
        system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: raspberrypi                              - disabled
        system.adapter.icons-icons8.0           : icons-icons8          : raspberrypi                              - disabled
        system.adapter.icons-material-png.0     : icons-material-png    : raspberrypi                              - disabled
        system.adapter.icons-material-svg.0     : icons-material-svg    : raspberrypi                              - disabled
        system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
      + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
      + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
      + system.adapter.mielecloudservice.0      : mielecloudservice     : raspberrypi                              -  enabled
      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
      + system.adapter.mihome-vacuum.1          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
      + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.netatmo-crawler.0        : netatmo-crawler       : raspberrypi                              -  enabled
      + system.adapter.octoprint.0              : octoprint             : raspberrypi                              -  enabled
        system.adapter.odl.0                    : odl                   : raspberrypi                              -  enabled
        system.adapter.openweathermap.0         : openweathermap        : raspberrypi                              -  enabled
      + system.adapter.pollenflug.0             : pollenflug            : raspberrypi                              -  enabled
        system.adapter.powerfox2.0              : powerfox2             : raspberrypi                              -  enabled
      + system.adapter.pvforecast.0             : pvforecast            : raspberrypi                              -  enabled
      + system.adapter.renault.0                : renault               : raspberrypi                              -  enabled
      + system.adapter.sayit.0                  : sayit                 : raspberrypi                              -  enabled
        system.adapter.schoolfree.0             : schoolfree            : raspberrypi                              -  enabled
      + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
        system.adapter.solarmanpv.0             : solarmanpv            : raspberrypi                              -  enabled
      + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
      + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
      + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
      + system.adapter.tesla-motors.0           : tesla-motors          : raspberrypi                              -  enabled
      + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
        system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
        system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
        system.adapter.vis-google-fonts.0       : vis-google-fonts      : raspberrypi                              -  enabled
        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
        system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
      + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
        system.adapter.vis-justgage.0           : vis-justgage          : raspberrypi                              - disabled
        system.adapter.vis-material-advanced.0  : vis-material-advanced : raspberrypi                              - disabled
        system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              - disabled
        system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              - disabled
        system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
        system.adapter.vis-weather.0            : vis-weather           : raspberrypi                              - disabled
        system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      + instance is alive
      
      Enabled adapters with bindings
      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
      + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
      + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
      + system.adapter.mihome-vacuum.1          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
      + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      ioBroker-Repositories
      List is empty
      
      Installed ioBroker-Instances
      Error: Object "system.repositories" not found
      
      Objects and States
      Please stand by - This may take a while
      Objects:        27182
      States:         22818
      
      *** OS-Repositories and Updates ***
      Hit:1 http://deb.debian.org/debian bullseye InRelease
      Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
      Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
      Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
      Hit:5 https://apt.grafana.com stable InRelease
      Hit:6 https://apt.pivccu.de/piVCCU stable InRelease
      Hit:7 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:22              0.0.0.0:*               LISTEN      0          1906       967/sshd: /usr/sbin
      tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       40806      2549/io.sonoff.0
      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       37985      2426/io.mqtt.0
      tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      111        15567      861/influxd
      tcp        0      0 192.168.178.55:2010     0.0.0.0:*               LISTEN      1001       42033      2510/io.hm-rpc.1
      tcp        0      0 192.168.178.55:2001     0.0.0.0:*               LISTEN      1001       32118      2221/io.hm-rpc.0
      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       15946      1652/iobroker.js-co
      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       15029      1652/iobroker.js-co
      tcp        0      0 10.0.3.1:53             0.0.0.0:*               LISTEN      0          15521      952/dnsmasq
      tcp6       0      0 :::22                   :::*                    LISTEN      0          1908       967/sshd: /usr/sbin
      tcp6       0      0 :::3000                 :::*                    LISTEN      112        16893      1651/grafana
      tcp6       0      0 :::8086                 :::*                    LISTEN      111        14917      861/influxd
      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       93089      3023/io.web.0
      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       16064      1862/io.admin.0
      udp        0      0 10.0.3.1:53             0.0.0.0:*                           0          15520      952/dnsmasq
      udp        0      0 0.0.0.0:67              0.0.0.0:*                           0          15517      952/dnsmasq
      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          15378      630/dhclient
      udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       47467      2568/io.mihome-vacu
      udp        0      0 0.0.0.0:53422           0.0.0.0:*                           1001       46609      2581/io.mihome-vacu
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       34486      2132/io.ham.0
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        3671       425/avahi-daemon: r
      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       54901      2502/io.shelly.0
      udp        0      0 0.0.0.0:51826           0.0.0.0:*                           0          14535      -
      udp        0      0 0.0.0.0:44435           0.0.0.0:*                           108        3673       425/avahi-daemon: r
      udp6       0      0 :::5353                 :::*                                108        3672       425/avahi-daemon: r
      udp6       0      0 :::38694                :::*                                108        3674       425/avahi-daemon: r
      udp6       0      0 :::51826                :::*                                0          14536      -
      
      *** Log File - Last 25 Lines ***
      
      2024-01-07 18:07:28.195  - info: javascript.0 (2077) script.js.Heizung.Zirkulationspumpe_Bedarf: Speichertemperatur: 46.7 - Temperaturdifferenz Speicher - RL ( >25 Grad ? ): 16.500000000000004
      2024-01-07 18:07:28.196  - info: javascript.0 (2077) script.js.Heizung.Zirkulationspumpe_Bedarf: Zirkulation ist AUS - Temperaturdifferenz Vorlauf - Vorlauf ALT ( >0.1 Grad ?): 0 Zeit seit Ausschalten ( >900000 ) in ms: 2728664
      2024-01-07 18:07:28.230  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Zeit seit Anstecken an go-e charger: 1408.4911666666667
      2024-01-07 18:07:28.232  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Ladestrom GO-E: 0 A
      2024-01-07 18:07:28.232  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Ladestrom TESLA: 0 A
      2024-01-07 18:07:28.233  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Ladestrom TESLA FINAL: 0 A
      2024-01-07 18:07:28.233  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Überschuss brutto / netto: -12 / -12
      2024-01-07 18:07:28.234  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Gemittelt go-e: 0 - Restzeit go-e: 00:00
      2024-01-07 18:07:28.234  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Gemittelt TESLA: 0
      2024-01-07 18:07:28.234  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Restzeit TESLA: 11:04
      2024-01-07 18:07:30.006  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Zeit seit Anstecken an go-e charger: 1408.5207666666668
      2024-01-07 18:07:30.011  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Ladestrom GO-E: 0 A
      2024-01-07 18:07:30.012  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Ladestrom TESLA: 0 A
      2024-01-07 18:07:30.012  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Ladestrom TESLA FINAL: 0 A
      2024-01-07 18:07:30.013  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Überschuss brutto / netto: -12 / -12
      2024-01-07 18:07:30.013  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Gemittelt go-e: 0 - Restzeit go-e: 00:00
      2024-01-07 18:07:30.014  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Gemittelt TESLA: 0
      2024-01-07 18:07:30.016  - info: javascript.0 (2077) script.js.Energiemanagement.PV_Laden_neu: Restzeit TESLA: 11:04
      2024-01-07 18:07:33.878  - info: host.raspberrypi instance system.adapter.solarmanpv.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2024-01-07 18:07:34.591  - info: javascript.0 (2077) State value to set for "0_userdata.0.Energiedaten.Stromwerte_go-e" has to be stringified but received type "object"
      2024-01-07 18:07:34.591  - info: javascript.0 (2077) State value to set for "0_userdata.0.Energiedaten.Stromwerte_Tesla" has to be stringified but received type "object"
      2024-01-07 18:07:34.593  - info: javascript.0 (2077) State value to set for "0_userdata.0.Energiedaten.Stromwerte_go-e" has to be stringified but received type "object"
      2024-01-07 18:07:34.593  - info: javascript.0 (2077) State value to set for "0_userdata.0.Energiedaten.Stromwerte_Tesla" has to be stringified but received type "object"
      2024-01-07 18:07:34.651  - info: javascript.0 (2077) State value to set for "0_userdata.0.Energiedaten.Stromwerte_go-e" has to be stringified but received type "object"
      2024-01-07 18:07:34.652  - info: javascript.0 (2077) State value to set for "0_userdata.0.Energiedaten.Stromwerte_Tesla" has to be stringified but received type "object"
      
      

      und

      pi@raspberrypi://var/log $ sudo apt update
      OK:1 http://security.debian.org/debian-security bullseye-security InRelease
      OK:2 http://deb.debian.org/debian bullseye InRelease
      OK:3 http://deb.debian.org/debian bullseye-updates InRelease
      OK:4 http://archive.raspberrypi.org/debian bullseye InRelease
      OK:5 https://apt.grafana.com stable InRelease
      OK:6 https://apt.pivccu.de/piVCCU stable InRelease
      OK:7 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.
      pi@raspberrypi://var/log $ apt policy influxdb
      influxdb:
        Installiert:           1.8.10-1
        Installationskandidat: 1.8.10-1
        Versionstabelle:
       *** 1.8.10-1 100
              100 /var/lib/dpkg/status
           1.6.7~rc0-1+b5 500
              500 http://deb.debian.org/debian bullseye/main arm64 Packages
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #8

      @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

      ioBroker-Repositories
      List is empty

      Hier stimmt auch was nicht. Keine Repos angelegt?

      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

      J 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

        npm ERR! missing: cheerio@^1.0.0-rc.12, required by iobroker.javascript@7.1.6
        npm ERR! missing: puppeteer@^21.6.1, required by iobroker.javascript@7.1.6

        Was ist da kaputt?

        J Offline
        J Offline
        JoergH
        wrote on last edited by
        #9

        @thomas-braun

        Da sollte eigentlich nichts kaputt sein. Ich habe mal probiert eine Webseite zu parsen mit einem Javascript...funktionierte aber nicht wie gewünscht und ich habe das dann aufgegeben. Die Skripte sind nicht aktiv, die das genutzt haben.

        Thomas BraunT 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

          ioBroker-Repositories
          List is empty

          Hier stimmt auch was nicht. Keine Repos angelegt?

          J Offline
          J Offline
          JoergH
          wrote on last edited by
          #10

          @thomas-braun
          Verstehe nicht von was Du redest, tut mir leid. Was muss ich denn für Repos anlegen?

          Thomas BraunT 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

            du: cannot access '/var/lib/lxcfs/cgroup': Input/output error

            Was ist da los? LXC auf einem Raspberry?

            J Offline
            J Offline
            JoergH
            wrote on last edited by
            #11

            @thomas-braun Was ist LXC?

            Thomas BraunT 1 Reply Last reply
            0
            • J JoergH

              @thomas-braun Was ist LXC?

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #12

              @joergh

              Ein Containerformat. Könnte aber vom pivCCU kommen.

              Aber warum ist dein LoginPrompt so merkwürdig?

              pi@raspberrypi://var/log $
              

              Das sollte ohne // da stehen. So wie hier:

              echad@chet:~ $ cd /var/log/
              echad@chet:/var/log $
              

              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

              J 1 Reply Last reply
              0
              • J JoergH

                @thomas-braun
                Verstehe nicht von was Du redest, tut mir leid. Was muss ich denn für Repos anlegen?

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #13

                @joergh

                Da sind so viele Ungereimheiten auf dem System... Keine Ahnung was du da wie und warum wann gemacht hast...

                Wird das LogFile z. B. dauerhaft im Millisekundentakt zugekleistert?

                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

                J 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @joergh

                  Ein Containerformat. Könnte aber vom pivCCU kommen.

                  Aber warum ist dein LoginPrompt so merkwürdig?

                  pi@raspberrypi://var/log $
                  

                  Das sollte ohne // da stehen. So wie hier:

                  echad@chet:~ $ cd /var/log/
                  echad@chet:/var/log $
                  
                  J Offline
                  J Offline
                  JoergH
                  wrote on last edited by
                  #14

                  @thomas-braun sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                  @joergh

                  Ein Containerformat. Könnte aber vom pivCCU kommen.

                  Aber warum ist dein LoginPrompt so merkwürdig?

                  pi@raspberrypi://var/log $
                  

                  Das sollte ohne // da stehen. So wie hier:

                  echad@chet:~ $ cd /var/log/
                  echad@chet:/var/log $
                  

                  Gute Frage. Wissentlich habe ich nichts geändert, wüsste auch nicht wie...

                  1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @joergh

                    Da sind so viele Ungereimheiten auf dem System... Keine Ahnung was du da wie und warum wann gemacht hast...

                    Wird das LogFile z. B. dauerhaft im Millisekundentakt zugekleistert?

                    J Offline
                    J Offline
                    JoergH
                    wrote on last edited by
                    #15

                    @thomas-braun sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                    @joergh

                    Da sind so viele Ungereimheiten auf dem System... Keine Ahnung was du da wie und warum wann gemacht hast...

                    Wird das LogFile z. B. dauerhaft im Millisekundentakt zugekleistert?

                    Ja, das geht ständig weiter...

                    Nach einem cd /var/log ist der zweite Backslash nun weg....

                    1 Reply Last reply
                    0
                    • J JoergH

                      @thomas-braun

                      Da sollte eigentlich nichts kaputt sein. Ich habe mal probiert eine Webseite zu parsen mit einem Javascript...funktionierte aber nicht wie gewünscht und ich habe das dann aufgegeben. Die Skripte sind nicht aktiv, die das genutzt haben.

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #16

                      @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                      Da sollte eigentlich nichts kaputt sein.

                      Auf dem System ist eigentlich sogar ziemlich viel 'kaputt'.

                      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

                      J 1 Reply Last reply
                      0
                      • J JoergH
                        Systemdata Bitte Ausfüllen
                        Hardwaresystem: Pi4.
                        Arbeitsspeicher: 32GB
                        Festplattenart: SSD
                        Betriebssystem: Debian
                        Nodejs-Version: 18.19.0
                        NPM-Version: 10.2.3

                        Bei mir läuft das Logfile zu mit folgenden Meldungen:

                        Jan 07 17:41:30 raspberrypi bash[1652]: (node:2009) TimeoutOverflowWarning: 3600000000 does not fit into a 32-bit signed integer.
                        Jan 07 17:41:30 raspberrypi bash[1652]: Timeout duration was set to 1.
                        Jan 07 17:41:30 raspberrypi influxd-systemd-start.sh[861]: [httpd] 192.168.178.55 - admin [07/Jan/2024:17:41:30 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1 " 204 0 "-" "-" 9bd2d99b-ad7b-11ee-9b10-dca632f1625f 112496
                        Jan 07 17:41:30 raspberrypi influxd-systemd-start.sh[861]: [httpd] 192.168.178.55 - admin [07/Jan/2024:17:41:30 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1 " 204 0 "-" "-" 9bd3090e-ad7b-11ee-9b16-dca632f1625f 111350
                        Jan 07 17:41:30 raspberrypi influxd-systemd-start.sh[861]: [httpd] 192.168.178.55 - admin [07/Jan/2024:17:41:30 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1 " 204 0 "-" "-" 9bd30d89-ad7b-11ee-9b17-dca632f1625f 111299
                        Jan 07 17:41:30 raspberrypi influxd-systemd-start.sh[861]: [httpd] 192.168.178.55 - admin [07/Jan/2024:17:41:30 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1 " 204 0 "-" "-" 9bd2e778-ad7b-11ee-9b12-dca632f1625f 112315
                        Jan 07 17:41:30 raspberrypi bash[1652]: (node:2009) TimeoutOverflowWarning: 3600000000 does not fit into a 32-bit signed integer.
                        

                        Woran kann das liegen?

                        Marc BergM Offline
                        Marc BergM Offline
                        Marc Berg
                        Most Active
                        wrote on last edited by Marc Berg
                        #17

                        @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                        Woran kann das liegen?

                        Du hast mit ziemlicher Sicherheit einen zu großen Zeitwert in den InfluxDB Adapter Einstellungen eingetragen. Das wird da nicht verhindert. Zeig mal die Instanzeinstellungen (DB).

                        NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

                        Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                        Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                        J 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                          Da sollte eigentlich nichts kaputt sein.

                          Auf dem System ist eigentlich sogar ziemlich viel 'kaputt'.

                          J Offline
                          J Offline
                          JoergH
                          wrote on last edited by
                          #18

                          @thomas-braun sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                          @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                          Da sollte eigentlich nichts kaputt sein.

                          Auf dem System ist eigentlich sogar ziemlich viel 'kaputt'.

                          Tja, Linux halt. Durch normales Installieren geht anscheinend irgendwann alles kaputt....

                          Thomas BraunT 1 Reply Last reply
                          0
                          • Marc BergM Marc Berg

                            @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                            Woran kann das liegen?

                            Du hast mit ziemlicher Sicherheit einen zu großen Zeitwert in den InfluxDB Adapter Einstellungen eingetragen. Das wird da nicht verhindert. Zeig mal die Instanzeinstellungen (DB).

                            J Offline
                            J Offline
                            JoergH
                            wrote on last edited by
                            #19

                            @marc-berg sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                            @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                            Woran kann das liegen?

                            Du hast mit ziemlicher Sicherheit einen zu großen Zeitwert in den InfluxDB Adapter Einstellungen eingetragen. Das wird da nicht verhindert. Zeig mal die Instanzeinstellungen (DB).

                            Welchen Wert meinst Du? Schreibintervall?

                            Marc BergM 1 Reply Last reply
                            0
                            • J JoergH

                              @thomas-braun sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                              @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                              Da sollte eigentlich nichts kaputt sein.

                              Auf dem System ist eigentlich sogar ziemlich viel 'kaputt'.

                              Tja, Linux halt. Durch normales Installieren geht anscheinend irgendwann alles kaputt....

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #20

                              @joergh

                              Tja, Ahnungslosigkeit halt... Es ist ja eben nicht vom Admin (dir?) ordentlich installiert.

                              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 Reply Last reply
                              1
                              • J JoergH

                                @marc-berg sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                Woran kann das liegen?

                                Du hast mit ziemlicher Sicherheit einen zu großen Zeitwert in den InfluxDB Adapter Einstellungen eingetragen. Das wird da nicht verhindert. Zeig mal die Instanzeinstellungen (DB).

                                Welchen Wert meinst Du? Schreibintervall?

                                Marc BergM Offline
                                Marc BergM Offline
                                Marc Berg
                                Most Active
                                wrote on last edited by
                                #21

                                @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                Welchen Wert meinst Du? Schreibintervall?

                                Wahrscheinlich Timeout. Deswegen solltest du ja mal die Einstellungen zeigen.

                                NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

                                Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                                Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                J 1 Reply Last reply
                                0
                                • Marc BergM Marc Berg

                                  @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                  Welchen Wert meinst Du? Schreibintervall?

                                  Wahrscheinlich Timeout. Deswegen solltest du ja mal die Einstellungen zeigen.

                                  J Offline
                                  J Offline
                                  JoergH
                                  wrote on last edited by JoergH
                                  #22

                                  @marc-berg sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                  @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                  Welchen Wert meinst Du? Schreibintervall?

                                  Wahrscheinlich Timeout. Deswegen solltest du ja mal die Einstellungen zeigen.

                                  Sind mehrere Seiten, deswegen frage ich ja...

                                  2cc6ba6c-2c22-4190-89ce-7ca7a898a8e2-grafik.png

                                  46552f8e-0dc9-4d8e-8e68-355bc13d7dd0-grafik.png

                                  Marc BergM 2 Replies Last reply
                                  0
                                  • J JoergH

                                    @marc-berg sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                    @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                    Welchen Wert meinst Du? Schreibintervall?

                                    Wahrscheinlich Timeout. Deswegen solltest du ja mal die Einstellungen zeigen.

                                    Sind mehrere Seiten, deswegen frage ich ja...

                                    2cc6ba6c-2c22-4190-89ce-7ca7a898a8e2-grafik.png

                                    46552f8e-0dc9-4d8e-8e68-355bc13d7dd0-grafik.png

                                    Marc BergM Offline
                                    Marc BergM Offline
                                    Marc Berg
                                    Most Active
                                    wrote on last edited by
                                    #23

                                    @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                    Sind mehrere Seiten, deswegen frage ich ja...

                                    Deswegen schrieb ich "DB" 🙂

                                    NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

                                    Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                                    Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                    1 Reply Last reply
                                    0
                                    • J JoergH

                                      @marc-berg sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                      @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                      Welchen Wert meinst Du? Schreibintervall?

                                      Wahrscheinlich Timeout. Deswegen solltest du ja mal die Einstellungen zeigen.

                                      Sind mehrere Seiten, deswegen frage ich ja...

                                      2cc6ba6c-2c22-4190-89ce-7ca7a898a8e2-grafik.png

                                      46552f8e-0dc9-4d8e-8e68-355bc13d7dd0-grafik.png

                                      Marc BergM Offline
                                      Marc BergM Offline
                                      Marc Berg
                                      Most Active
                                      wrote on last edited by Marc Berg
                                      #24

                                      @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                      46552f8e-0dc9-4d8e-8e68-355bc13d7dd0-grafik.png

                                      Da ist alles sauber. Dann müsstest du mal die Datenpunkteinstellungen durchgehen. Dazu gibt es bereits ein Issue:
                                      https://github.com/ioBroker/ioBroker.influxdb/issues/324

                                      NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

                                      Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                                      Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                      J 1 Reply Last reply
                                      0
                                      • Marc BergM Marc Berg

                                        @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                        46552f8e-0dc9-4d8e-8e68-355bc13d7dd0-grafik.png

                                        Da ist alles sauber. Dann müsstest du mal die Datenpunkteinstellungen durchgehen. Dazu gibt es bereits ein Issue:
                                        https://github.com/ioBroker/ioBroker.influxdb/issues/324

                                        J Offline
                                        J Offline
                                        JoergH
                                        wrote on last edited by
                                        #25

                                        @marc-berg sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                        @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                        46552f8e-0dc9-4d8e-8e68-355bc13d7dd0-grafik.png

                                        Da ist alles sauber. Dann müsstest du mal die Datenpunkteinstellungen durchgehen. Dazu gibt es bereits ein Issue:
                                        https://github.com/ioBroker/ioBroker.influxdb/issues/324

                                        Danke! Jetzt klingelt es. Ich habe kürzlich einen Wert einige Werte mindestens einmal pro Tag auch ohne Änderung schreiben lassen wollen, da Grafana sonst die Punkte nicht verbindet....das könnte es sein.

                                        Marc BergM 1 Reply Last reply
                                        0
                                        • J JoergH

                                          @marc-berg sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                          @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                          46552f8e-0dc9-4d8e-8e68-355bc13d7dd0-grafik.png

                                          Da ist alles sauber. Dann müsstest du mal die Datenpunkteinstellungen durchgehen. Dazu gibt es bereits ein Issue:
                                          https://github.com/ioBroker/ioBroker.influxdb/issues/324

                                          Danke! Jetzt klingelt es. Ich habe kürzlich einen Wert einige Werte mindestens einmal pro Tag auch ohne Änderung schreiben lassen wollen, da Grafana sonst die Punkte nicht verbindet....das könnte es sein.

                                          Marc BergM Offline
                                          Marc BergM Offline
                                          Marc Berg
                                          Most Active
                                          wrote on last edited by
                                          #26

                                          @joergh sagte in Logfile läuft voll mit TimeoutoverflowWarning etc.:

                                          ch habe kürzlich einen Wert einige Werte mindestens einmal pro Tag

                                          der maximal zulässige Wert ist dann 2147483647 (32bit signed Integer)

                                          NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

                                          Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                                          Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                          J 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          729

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe