Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. ioTechnik

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 55
    • Best 2
    • Groups 1

    ioTechnik

    @ioTechnik

    Starter

    2
    Reputation
    21
    Profile views
    55
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ioTechnik Follow
    Starter

    Best posts made by ioTechnik

    • RE: Adapter für Buderus KM200 (und eventuell auch anderen KMxxx)

      @iotechnik
      Hallo tom57
      ich hatte mir das Buderus-Script vom 29.April 2019 angesehen.
      Aber wenn das unter der momentanen iobroker-Konfiguration nicht funktioniert ist das eh erledigt. Hatte ein wenig damit experimentiert und mir dabei JS ruiniert. Habe das Raspi-System heute neu aufgesetzt und es läuft erst mal wieder.
      Gibt es andere Möglichkeiten der Energieanalyse für das KM200. Bin da nicht mehr auf dem Laufenden, weil ich das aus zeitlichen Gründen lange nicht beobachten konnte.
      Danke an Dich und das Forum 👷

      posted in ioBroker Allgemein
      I
      ioTechnik
    • RE: Adapter für Buderus KM200 (und eventuell auch anderen KMxxx)

      @jmeister79 und tp1de
      liebe Kollegen danke für Eure Anregungen. Ich habe "Bosch" nicht ausgesperrt und statt dessen am script herumgebastelt. Es ist hier aus einem Forum. Ich kann allerdings nicht mehr nachvollziehen woher es stammt. Es ist jedenfalls sehr gut. Die Monatswerte sind wieder da.
      Screenshot 2023-03-13 at 08-33-16 vis.png
      Ich habe mir die Daten aus Objekte im iobroker angesehen und festgestellt, dass sie 36 Datenpunkte enthalten, also 3 Jahre.
      ems-esp.0.recordings.heatSources.actualPower.Months
      [0,0,0,0,0,0,0,0,0,0,0,0,0,0,1504.3,1037.2,244.2,117.5,118.8,105.5,160.9,202.4,1106.7,2015.8,2191.1,1585.9,867.5,0,0,0,0,0,0,0,0,0]

      schedule({minute:[0,15,30,45]}, Tageswert );
      //if (ems-esp.0.heatSources.flameStatus === true) {Tageswert};
      
       function Tageswert() {
         log("Skript wird jede 1/4-Stunde ausgeführt!");
          var powertype =['actualCHPower','actualDHWPower','actualPower']
          for(var n=0; n<3; n++){
              var temp = getState('ems-esp.0.recordings.heatSources.'+powertype[n]+'.Days').val.toString();
              var tempArray = temp.split(","); 
              var value1 = Math.round(100*tempArray.slice(-1))/100; //letztes element: heute
              var value2 = Math.round(100*tempArray.slice(-2)[0])/100; //vorletztes element: gestern
              setState('javascript.0.HeizungVerbrauch.'+powertype[n]+'.Daily', value1, true);
              setState('javascript.0.HeizungVerbrauch.'+powertype[n]+'.Yesterday', value2, true);
             
              var temp = getState('ems-esp.0.recordings.heatSources.'+powertype[n]+'.Months').val.toString();
                  temp = temp.toString().replace(/0 /g, "");
              var tempArray = temp.split(",");
              var value3 = Math.round(100*tempArray.slice(-10)[0])/100; //Jahresende 10 Monate zurück
              setState('javascript.0.HeizungVerbrauch.'+powertype[n]+'.Monthly', value3, true);
          }
      }
      
      

      Ich habe daraufhin das script so angepasst, dass momentan der Monat März ausgegeben wird.
      Zeile 18:
      var value3 = Math.round(100*tempArray.slice(-10)[0])/100; //Jahresende 10 Monate zurück
      Das ist natürlich kein Dauerzustand jeden Monat das script anzupassen. Ich bin leider programmiertechnisch nicht so fit das einzurichten.
      Vielleicht kann jemand von Euch helfen.
      Danke

      posted in ioBroker Allgemein
      I
      ioTechnik

    Latest posts made by ioTechnik

    • RE: ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

      @thomas-braun
      Danke Thomas und Homoran. Habe mir sowas schon gedacht. Die Adapter werden wie bei Windows-updates o.ä. immer größer und der RAM reicht dann nicht mehr.
      Ich habe hier einen alten Laptop 64-bit mit Linux vorbereitet und werde versuchen mein System dahin umzusiedeln.
      Danke

      posted in ioBroker Allgemein
      I
      ioTechnik
    • RE: ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

      Hallo Thomas, Hallo Homoran
      nach der Neuinstallation und dem Durchlauf der angebotenen Updates läuft der admin nicht mehr.
      Ich komme nicht mehr auf meinen Pi3. Verschiedene Hinweise aus dem Forum brachten auch keinen Erfolg.
      Hier iob diag

      *** iob diag is starting up, please wait ***
      The state system.host.raspberrypi.versions.nodeNewestNext was not found!
      The state system.host.raspberrypi.versions.npmNewestNext was not found!
      The state system.host.raspberrypi.versions.nodeCurrent was not found!
      
      ======== Start marking the full check here =========
      
      
      Skript v.2024-05-22
      
      *** BASE SYSTEM ***
       Static hostname: raspberrypi
             Icon name: computer
      Operating System: Debian GNU/Linux 12 (bookworm)
                Kernel: Linux 6.6.31+rpt-rpi-v8
          Architecture: arm64
      
      Model           : Raspberry Pi 3 Model B Rev 1.2
      Docker          : false
      Virtualization  : none
      Kernel          : aarch64
      Userland        : 64 bit
      
      Systemuptime and Load:
       09:04:41 up  2:42,  3 users,  load average: 2.06, 1.49, 1.10
      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 2024-08-26 09:04:41 CEST
                 Universal time: Mon 2024-08-26 07:04:41 UTC
                       RTC time: n/a
                      Time zone: Europe/Berlin (CEST, +0200)
      System clock synchronized: yes
                    NTP service: active
                RTC in local TZ: no
      
      *** Users and Groups ***
      User that called 'iob diag':
      pi
      HOME=/home/pi
      GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
      
      User that is running 'js-controller':
      iobroker
      HOME=/home/iobroker
      GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
      
      *** Display-Server-Setup ***
      Display-Server: false
      Desktop:
      Terminal:       tty
      Boot Target:    multi-user.target
      
      *** MEMORY ***
                     total        used        free      shared  buff/cache   available
      Mem:            951M        747M         93M         28K        167M        204M
      Swap:           209M        206M        3.2M
      Total:          1.2G        953M         96M
      
      Active iob-Instances:   11
      
                907 M total memory
                712 M used memory
                378 M active memory
                351 M inactive memory
                 88 M free memory
                 18 M buffer memory
                140 M swap cache
                199 M total swap
                196 M used swap
                  3 M free swap
      
      *** top - Table Of Processes  ***
      top - 09:04:42 up  2:42,  3 users,  load average: 2.05, 1.49, 1.11
      Tasks: 167 total,   1 running, 166 sleeping,   0 stopped,   0 zombie
      %Cpu(s): 11.1 us, 22.2 sy,  0.0 ni, 66.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
      MiB Mem :    907.3 total,     88.9 free,    712.3 used,    159.8 buff/cache
      MiB Swap:    200.0 total,      3.1 free,    196.9 used.    195.0 avail Mem
      
      *** FAILED SERVICES ***
      
        UNIT LOAD ACTIVE SUB DESCRIPTION
      0 loaded units listed.
      
      *** FILESYSTEM ***
      Filesystem     Type      Size  Used Avail Use% Mounted on
      udev           devtmpfs  318M     0  318M   0% /dev
      tmpfs          tmpfs      91M  1.1M   90M   2% /run
      /dev/sda2      ext4      6.8G  5.1G  1.4G  79% /
      tmpfs          tmpfs     454M     0  454M   0% /dev/shm
      tmpfs          tmpfs     5.0M   12K  5.0M   1% /run/lock
      /dev/sda1      vfat      510M   64M  447M  13% /boot/firmware
      tmpfs          tmpfs      91M     0   91M   0% /run/user/1000
      
      Messages concerning ext4 filesystem in dmesg:
      [Mon Aug 26 06:22:24 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  vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=c80d8e3a-02 rootfstype=ext4 fsck.repair=yes rootwait
      [Mon Aug 26 06:22:31 2024] EXT4-fs (sda2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
      [Mon Aug 26 06:22:34 2024] EXT4-fs (sda2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
      
      Show mounted filesystems:
      TARGET                                                  SOURCE      FSTYPE      OPTIONS
      /                                                       /dev/sda2   ext4        rw,noatime
      |-/sys                                                  sysfs       sysfs       rw,nosuid,nodev,noexec,relatime
      | |-/sys/kernel/security                                securityfs  securityfs  rw,nosuid,nodev,noexec,relatime
      | |-/sys/fs/cgroup                                      cgroup2     cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
      | |-/sys/fs/pstore                                      pstore      pstore      rw,nosuid,nodev,noexec,relatime
      | |-/sys/fs/bpf                                         bpf         bpf         rw,nosuid,nodev,noexec,relatime,mode=700
      | |-/sys/kernel/debug                                   debugfs     debugfs     rw,nosuid,nodev,noexec,relatime
      | |-/sys/kernel/tracing                                 tracefs     tracefs     rw,nosuid,nodev,noexec,relatime
      | |-/sys/fs/fuse/connections                            fusectl     fusectl     rw,nosuid,nodev,noexec,relatime
      | `-/sys/kernel/config                                  configfs    configfs    rw,nosuid,nodev,noexec,relatime
      |-/proc                                                 proc        proc        rw,relatime
      | `-/proc/sys/fs/binfmt_misc                            systemd-1   autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=2867
      |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime
      |-/dev                                                  udev        devtmpfs    rw,nosuid,relatime,size=325396k,nr_inodes=81349,mode=755
      | |-/dev/pts                                            devpts      devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
      | |-/dev/shm                                            tmpfs       tmpfs       rw,nosuid,nodev
      | `-/dev/mqueue                                         mqueue      mqueue      rw,nosuid,nodev,noexec,relatime
      |-/run                                                  tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=92912k,mode=755
      | |-/run/lock                                           tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
      | |-/run/credentials/systemd-sysctl.service             ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
      | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
      | |-/run/credentials/systemd-sysusers.service           ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
      | |-/run/rpc_pipefs                                     sunrpc      rpc_pipefs  rw,relatime
      | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
      | `-/run/user/1000                                      tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=92908k,nr_inodes=23227,mode=700,uid=1000,gid=1000
      `-/boot/firmware                                        /dev/sda1   vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
      
      Files in neuralgic directories:
      
      /var:
      1.1G    /var/
      356M    /var/log
      355M    /var/log/journal/6dc99cd23c35495a81d44ed7c87f33e1
      355M    /var/log/journal
      349M    /var/cache
      
      Archived and active journals take up 354.9M in the file system.
      
      /opt/iobroker/backups:
      25M     /opt/iobroker/backups/
      
      /opt/iobroker/iobroker-data:
      457M    /opt/iobroker/iobroker-data/
      431M    /opt/iobroker/iobroker-data/files
      142M    /opt/iobroker/iobroker-data/files/vis-2
      81M     /opt/iobroker/iobroker-data/files/vis-2/static
      80M     /opt/iobroker/iobroker-data/files/vis-2/static/js
      
      The five largest files in iobroker-data are:
      41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
      27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
      24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
      19M     /opt/iobroker/iobroker-data/objects.jsonl
      19M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.e7bb655f.js.map
      
      USB-Devices by-id:
      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
      
      No Devices found 'by-id'
      
      
      
      
      *** NodeJS-Installation ***
      
      /usr/bin/nodejs         v20.17.0
      /usr/bin/node           v20.17.0
      /usr/bin/npm            10.8.2
      /usr/bin/npx            10.8.2
      /usr/bin/corepack       0.29.3
      
      
      nodejs:
        Installed: 20.17.0-1nodesource1
        Candidate: 20.17.0-1nodesource1
        Version table:
       *** 20.17.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
              100 /var/lib/dpkg/status
           20.16.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.15.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.15.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.14.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.13.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.13.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.12.2-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.12.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.12.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.11.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.11.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.10.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.9.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.8.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.8.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.7.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.6.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.6.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.5.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.5.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.4.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.3.1-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.3.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.2.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.1.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           20.0.0-1nodesource1 1001
              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
           18.19.0+dfsg-6~deb12u2 500
              500 http://deb.debian.org/debian bookworm/main arm64 Packages
           18.19.0+dfsg-6~deb12u1 500
              500 http://deb.debian.org/debian-security bookworm-security/main arm64 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:  6.0.9
      admin:          7.0.23
      javascript:     7.8.0
      
      nodejs modules from github:     0
      
      Adapter State
        system.adapter.admin.1                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
        system.adapter.awattar.0                : awattar               : raspberrypi                              - disabled
      + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
        system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled
      + system.adapter.ems-esp.0                : ems-esp               : raspberrypi                              -  enabled
        system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
        system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              - disabled
      + system.adapter.history.0                : history               : raspberrypi                              -  enabled
      + system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
      + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
        system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
        system.adapter.material.0               : material              : raspberrypi                              - disabled
      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
        system.adapter.pollenflug.0             : pollenflug            : raspberrypi                              - disabled
        system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              - disabled
      + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
      + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
        system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              - disabled
        system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
        system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              - disabled
        system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
        system.adapter.vis-history.0            : vis-history           : raspberrypi                              - disabled
        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : 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.0                    : vis                   : raspberrypi                              -  enabled
        system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi                              - disabled
      + 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.1                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
      + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      ioBroker-Repositories
      ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
      │ (index) │ name     │ url                                                     │ auto upgrade │
      ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
      │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
      │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
      └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
      
      Active repo(s): stable
      Upgrade policy: none
      
      Installed ioBroker-Instances
      Used repository: stable
      Adapter    "admin"        : 7.0.23   , installed 7.0.23
      Adapter    "awattar"      : 1.0.6    , installed 1.0.6
      Adapter    "backitup"     : 3.0.19   , installed 3.0.19
      Adapter    "discovery"    : 4.5.0    , installed 4.5.0
      Adapter    "dwd"          : 2.8.5    , installed 2.8.5
      Adapter    "ems-esp"      : 3.5.0    , installed 3.5.0
      Adapter    "flot"         : 1.12.0   , installed 1.12.0
      Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
      Adapter    "history"      : 3.0.1    , installed 3.0.1
      Adapter    "hm-rega"      : 5.0.0    , installed 4.0.0  [Updatable]
      Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
      Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
      Adapter    "javascript"   : 8.7.6    , installed 7.8.0  [Updatable]
      Controller "js-controller": 6.0.9    , installed 6.0.9
      Adapter    "material"     : 1.3.1    , installed 1.3.1
      Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
      Adapter    "pollenflug"   : 2.0.0    , installed 2.0.0
      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
      Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
      Adapter    "vis"          : 1.5.6    , installed 1.5.6
      Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
      Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
      Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
      Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
      Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
      Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
      Adapter    "weatherunderground": 3.7.0, installed 3.7.0
      Adapter    "web"          : 6.2.5    , installed 6.2.5
      Adapter    "ws"           : 2.6.2    , installed 2.6.2
      
      Objects and States
      Please stand by - This may take a while
      Objects:        6117
      States:         5526
      
      *** OS-Repositories and Updates ***
      Hit:1 http://deb.debian.org/debian bookworm InRelease
      Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
      Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
      Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
      Hit:5 https://deb.nodesource.com/node_20.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      1001       5841       969/io.mqtt.0
      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       6367       619/iobroker.js-con
      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       6362       619/iobroker.js-con
      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          826        647/sshd: /usr/sbin
      tcp        0      0 192.168.2.16:2001       0.0.0.0:*               LISTEN      1001       6665       962/io.hm-rpc.0
      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       8706       1152/io.web.0
      tcp6       0      0 :::22                   :::*                    LISTEN      0          828        647/sshd: /usr/sbin
      udp        0      0 0.0.0.0:52009           0.0.0.0:*                           104        712        498/avahi-daemon: r
      udp        0      0 192.168.2.16:5353       0.0.0.0:*                           1001       6016       984/io.tr-064.0
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        710        498/avahi-daemon: r
      udp6       0      0 :::57842                :::*                                104        713        498/avahi-daemon: r
      udp6       0      0 fe80::aa28:f59d:ff7:546 :::*                                0          6357       565/NetworkManager
      udp6       0      0 :::5353                 :::*                                104        711        498/avahi-daemon: r
      
      *** Log File - Last 25 Lines ***
      
      2024-08-26 07:24:53.890  - info: weatherunderground.0 (2135) Terminated (NO_ERROR): Without reason
      2024-08-26 07:24:54.485  - info: host.raspberrypi instance system.adapter.weatherunderground.0 having pid 2135 terminated with code 0 (NO_ERROR)
      2024-08-26 07:30:48.064  - info: host.raspberrypi instance system.adapter.dwd.0 in version "2.8.5" started with pid 2156
      2024-08-26 07:30:53.116  - info: dwd.0 (2156) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v20.17.0, js-controller: 6.0.9
      2024-08-26 07:30:54.762  - info: dwd.0 (2156) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2024-08-26 07:30:55.325  - info: host.raspberrypi instance system.adapter.dwd.0 having pid 2156 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2024-08-26 07:59:50.814  - info: host.raspberrypi "system.adapter.weatherunderground.0" disabled
      2024-08-26 07:59:50.823  - info: host.raspberrypi stopInstance system.adapter.weatherunderground.0 (force=false, process=false)
      2024-08-26 07:59:50.825  - info: host.raspberrypi stopInstance canceled schedule system.adapter.weatherunderground.0
      2024-08-26 08:00:48.124  - info: host.raspberrypi instance system.adapter.dwd.0 in version "2.8.5" started with pid 2347
      2024-08-26 08:00:53.234  - info: dwd.0 (2347) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v20.17.0, js-controller: 6.0.9
      2024-08-26 08:00:54.878  - info: dwd.0 (2347) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2024-08-26 08:00:55.449  - info: host.raspberrypi instance system.adapter.dwd.0 having pid 2347 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2024-08-26 08:24:54.735  - info: web.0 (1152) ==> Connected system.user.admin from ::ffff:192.168.2.21
      2024-08-26 08:25:08.352  - info: web.0 (1152) <== Disconnect system.user.admin from ::ffff:192.168.2.21 vis.0
      2024-08-26 08:25:08.595  - info: web.0 (1152) ==> Connected system.user.admin from ::ffff:192.168.2.21
      2024-08-26 08:30:48.086  - info: host.raspberrypi instance system.adapter.dwd.0 in version "2.8.5" started with pid 2498
      2024-08-26 08:30:54.414  - info: dwd.0 (2498) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v20.17.0, js-controller: 6.0.9
      2024-08-26 08:30:56.287  - info: dwd.0 (2498) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2024-08-26 08:30:56.927  - info: host.raspberrypi instance system.adapter.dwd.0 having pid 2498 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2024-08-26 09:00:48.156  - info: host.raspberrypi instance system.adapter.dwd.0 in version "2.8.5" started with pid 3776
      2024-08-26 09:00:56.331  - info: dwd.0 (3776) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v20.17.0, js-controller: 6.0.9
      2024-08-26 09:00:58.375  - info: dwd.0 (3776) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2024-08-26 09:00:58.947  - info: host.raspberrypi instance system.adapter.dwd.0 having pid 3776 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      
      iob diag has finished.
      
      
      posted in ioBroker Allgemein
      I
      ioTechnik
    • RE: ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

      @thomas-braun
      Hallo Thomas
      habe das System neu aufgesetzt (64bit). Das mit dem Netzteil ist auch OK - es lag am USB-Kabel - habe jetzt direkt verkabelt.
      Bin dabei die Adapter zu aktualisieren - leider lassen sich einige nicht über die Adapteroberfläche aktualisieren.
      Es scheitert momentan beim web-Adapter

      $ iobroker upgrade web@6.2.5
      
      Update web from @6.2.3 to @6.2.5
      
      NPM version: 10.8.2
      
      Installing iobroker.web@6.2.5... (System call)
      
      Could not handle ENOTEMPTY, because no deletable files were foundnpm error code ENOTEMPTYnpm error syscall renamenpm error path /opt/iobroker/node_modules/aggregate-errornpm error dest /opt/iobroker/node_modules/.aggregate-error-rAKexGiKnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/aggregate-error' -> '/opt/iobroker/node_modules/.aggregate-error-rAKexGiK'npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-08-23T14_35_28_536Z-debug-0.log
      
      host.raspberrypi Cannot install iobroker.web@6.2.5: 217
      
      ERROR: Process exited with code 25
      

      ebenso beim backitup-Adapter. Habe diesen schon neu installiert - ohne Erfolg
      Danke

      posted in ioBroker Allgemein
      I
      ioTechnik
    • RE: ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

      Hier iob diag


      ======== Start marking the full check here =========

      Skript v.2024-05-22
      
      *** BASE SYSTEM ***
         Static hostname: raspibroker
               Icon name: computer
        Operating System: Raspbian GNU/Linux 10 (buster)
                  Kernel: Linux 5.10.103-v7+
            Architecture: arm
      
      Model           : Raspberry Pi 3 Model B Rev 1.2
      Docker          : false
      Virtualization  : none
      Kernel          : armv7l
      Userland        : 32 bit
      
      Systemuptime and Load:
       13:10:30 up  9:10,  1 user,  load average: 0.61, 0.42, 0.28
      CPU threads: 4
      
      
      *** RASPBERRY THROTTLING ***
      Current issues:
      ~ Under-voltage detected
      ~ Arm frequency capped
      
      Previously detected issues:
      ~ Under-voltage has occurred
      ~ Arm frequency capping has occurred
      
      *** Time and Time Zones ***
                     Local time: Wed 2024-08-21 13:10:30 CEST
                 Universal time: Wed 2024-08-21 11:10:30 UTC
                       RTC time: n/a
                      Time zone: Europe/Berlin (CEST, +0200)
      System clock synchronized: yes
                    NTP service: active
                RTC in local TZ: no
      
      *** Users and Groups ***
      User that called 'iob diag':
      pi
      HOME=/home/pi
      GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
      
      User that is running 'js-controller':
      js-controller is not running
      
      *** Display-Server-Setup ***
      Display-Server: false
      Desktop:
      Terminal:       tty
      Boot Target:    multi-user.target
      
      *** MEMORY ***
                    total        used        free      shared  buff/cache   available
      Mem:           972M         43M        305M        3.0M        624M        862M
      Swap:           99M        4.0M         95M
      Total:         1.1G         47M        400M
      
      Active iob-Instances:   0
      
                972 M total memory
                 43 M used memory
                292 M active memory
                273 M inactive memory
                305 M free memory
                199 M buffer memory
                424 M swap cache
                 99 M total swap
                  4 M used swap
                 95 M free swap
      
      *** top - Table Of Processes  ***
      top - 13:10:30 up  9:10,  1 user,  load average: 0.61, 0.42, 0.28
      Tasks: 116 total,   1 running, 115 sleeping,   0 stopped,   0 zombie
      %Cpu(s):  3.9 us,  2.6 sy,  0.0 ni, 93.4 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
      MiB Mem :    972.8 total,    305.2 free,     43.5 used,    624.1 buff/cache
      MiB Swap:    100.0 total,     95.7 free,      4.3 used.    862.2 avail Mem
      
      *** FAILED SERVICES ***
      
      0 loaded units listed. Pass --all to see loaded but inactive units, too.
      To show all installed unit files use 'systemctl list-unit-files'.
      
      *** FILESYSTEM ***
      Filesystem     Type      Size  Used Avail Use% Mounted on
      /dev/root      ext4      7.1G  5.7G  1.1G  85% /
      devtmpfs       devtmpfs  454M     0  454M   0% /dev
      tmpfs          tmpfs     487M     0  487M   0% /dev/shm
      tmpfs          tmpfs     487M  6.6M  480M   2% /run
      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
      tmpfs          tmpfs     487M     0  487M   0% /sys/fs/cgroup
      /dev/sda1      vfat      247M   49M  198M  20% /boot
      tmpfs          tmpfs      98M     0   98M   0% /run/user/1000
      
      Messages concerning ext4 filesystem in dmesg:
      [Wed Aug 21 04:00:28 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000  console=ttyS0,115200 console=tty1 root=PARTUUID=32e689ec-02 rootfstype=ext4 fsck.repair=yes rootwait
      [Wed Aug 21 04:00:34 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
      [Wed Aug 21 04:00:34 2024] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
      [Wed Aug 21 04:00:36 2024] EXT4-fs (sda2): re-mounted. Opts: (null)
      
      Show mounted filesystems:
      TARGET                                SOURCE     FSTYPE     OPTIONS
      /                                     /dev/sda2  ext4       rw,noatime
      |-/dev                                devtmpfs   devtmpfs   rw,relatime,size=464768k,nr_inodes=116192,mode=755
      | |-/dev/shm                          tmpfs      tmpfs      rw,nosuid,nodev
      | |-/dev/pts                          devpts     devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
      | `-/dev/mqueue                       mqueue     mqueue     rw,relatime
      |-/sys                                sysfs      sysfs      rw,nosuid,nodev,noexec,relatime
      | |-/sys/kernel/security              securityfs securityfs rw,nosuid,nodev,noexec,relatime
      | |-/sys/fs/cgroup                    tmpfs      tmpfs      ro,nosuid,nodev,noexec,mode=755
      | | |-/sys/fs/cgroup/unified          cgroup2    cgroup2    rw,nosuid,nodev,noexec,relatime,nsdelegate
      | | |-/sys/fs/cgroup/systemd          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
      | | |-/sys/fs/cgroup/cpuset           cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,cpuset
      | | |-/sys/fs/cgroup/perf_event       cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,perf_event
      | | |-/sys/fs/cgroup/blkio            cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,blkio
      | | |-/sys/fs/cgroup/net_cls,net_prio cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
      | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
      | | |-/sys/fs/cgroup/freezer          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,freezer
      | | |-/sys/fs/cgroup/devices          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,devices
      | | `-/sys/fs/cgroup/pids             cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,pids
      | |-/sys/fs/bpf                       none       bpf        rw,nosuid,nodev,noexec,relatime,mode=700
      | |-/sys/kernel/debug                 debugfs    debugfs    rw,relatime
      | |-/sys/kernel/config                configfs   configfs   rw,relatime
      | `-/sys/fs/fuse/connections          fusectl    fusectl    rw,relatime
      |-/proc                               proc       proc       rw,relatime
      | `-/proc/sys/fs/binfmt_misc          systemd-1  autofs     rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
      |-/run                                tmpfs      tmpfs      rw,nosuid,nodev,mode=755
      | |-/run/lock                         tmpfs      tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
      | |-/run/rpc_pipefs                   sunrpc     rpc_pipefs rw,relatime
      | `-/run/user/1000                    tmpfs      tmpfs      rw,nosuid,nodev,relatime,size=99608k,mode=700,uid=1000,gid=1000
      `-/boot                               /dev/sda1  vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
      
      Files in neuralgic directories:
      
      /var:
      300M    /var/
      94M     /var/lib
      85M     /var/cache
      78M     /var/cache/apt
      69M     /var/lib/apt/lists
      
      Archived and active journals take up 6.0M in the file system.
      
      /opt/iobroker/backups:
      1.3M    /opt/iobroker/backups/
      
      /opt/iobroker/iobroker-data:
      908M    /opt/iobroker/iobroker-data/
      658M    /opt/iobroker/iobroker-data/files
      441M    /opt/iobroker/iobroker-data/files/javascript.admin
      409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
      408M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
      
      The five largest files in iobroker-data are:
      41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
      27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
      13M     /opt/iobroker/iobroker-data/objects.jsonl
      9.9M    /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js
      9.2M    /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js
      
      USB-Devices by-id:
      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
      
      No Devices found 'by-id'
      
      
      
      
      *** NodeJS-Installation ***
      
      /usr/bin/nodejs         v10.24.0
      /usr/bin/node           v10.24.0
      npm:                    N/A
      npx:                    N/A
      corepack:       N/A
      *** nodejs is NOT correctly installed ***
      
      nodejs:
        Installed: 10.24.0~dfsg-1~deb10u3
        Candidate: 10.24.0~dfsg-1~deb10u3
        Version table:
       *** 10.24.0~dfsg-1~deb10u3 500
              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
              100 /var/lib/dpkg/status
      
      Temp directories causing npm8 problem: 0
      No problems detected
      
      Errors in npm tree:
      
      *** ioBroker-Installation ***
      
      ioBroker Status
      (node:6853) UnhandledPromiseRejectionWarning: Error: Not supported
          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
          at Module.load (internal/modules/cjs/loader.js:653:32)
          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
          at startup (internal/bootstrap/node.js:283:19)
          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
      (node:6853) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
      (node:6853) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      
      Core adapters versions
      (node:6863) UnhandledPromiseRejectionWarning: Error: Not supported
          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
          at Module.load (internal/modules/cjs/loader.js:653:32)
          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
          at startup (internal/bootstrap/node.js:283:19)
          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
      (node:6863) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
      (node:6863) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      js-controller:
      (node:6872) UnhandledPromiseRejectionWarning: Error: Not supported
          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
          at Module.load (internal/modules/cjs/loader.js:653:32)
          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
          at startup (internal/bootstrap/node.js:283:19)
          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
      (node:6872) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
      (node:6872) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      admin:
      (node:6881) UnhandledPromiseRejectionWarning: Error: Not supported
          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
          at Module.load (internal/modules/cjs/loader.js:653:32)
          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
          at startup (internal/bootstrap/node.js:283:19)
          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
      (node:6881) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
      (node:6881) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      javascript:
      
      nodejs modules from github:     0
      
      Adapter State
      
      
      Enabled adapters with bindings
      
      ioBroker-Repositories
      (node:6898) UnhandledPromiseRejectionWarning: Error: Not supported
          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
          at Module.load (internal/modules/cjs/loader.js:653:32)
          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
          at startup (internal/bootstrap/node.js:283:19)
          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
      (node:6898) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
      (node:6898) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      
      Installed ioBroker-Instances
      (node:6907) UnhandledPromiseRejectionWarning: Error: Not supported
          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
          at Module.load (internal/modules/cjs/loader.js:653:32)
          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
          at startup (internal/bootstrap/node.js:283:19)
          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
      (node:6907) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
      (node:6907) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      
      Objects and States
      Please stand by - This may take a while
      Objects:        0
      States:         0
      
      *** OS-Repositories and Updates ***
      W: GPG error: https://deb.nodesource.com/node_18.x nodistro InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
      E: The repository 'https://deb.nodesource.com/node_18.x nodistro InRelease' is not signed.
      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          14266      678/sshd
      tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          17461      971/exim4
      tcp6       0      0 :::22                   :::*                    LISTEN      0          14268      678/sshd
      tcp6       0      0 ::1:25                  :::*                    LISTEN      0          17462      971/exim4
      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14851      625/dhcpcd
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13707      385/avahi-daemon: r
      udp        0      0 0.0.0.0:60864           0.0.0.0:*                           108        13709      385/avahi-daemon: r
      udp6       0      0 :::45260                :::*                                108        13710      385/avahi-daemon: r
      udp6       0      0 :::5353                 :::*                                108        13708      385/avahi-daemon: r
      udp6       0      0 :::546                  :::*                                0          16690      625/dhcpcd
      
      *** Log File - Last 25 Lines ***
      
      2024-08-20 09:12:38.956  - info: host.raspibroker stopInstance timeout system.adapter.admin.1 killing pid 800
      2024-08-20 09:12:38.959  - info: host.raspibroker stopInstance timeout system.adapter.javascript.0 killing pid 807
      2024-08-20 09:12:38.960  - info: host.raspibroker stopInstance timeout system.adapter.backitup.0 killing pid 853
      2024-08-20 09:12:38.961  - info: host.raspibroker stopInstance timeout system.adapter.tr-064.0 killing pid 859
      2024-08-20 09:12:38.961  - info: host.raspibroker stopInstance timeout system.adapter.ems-esp.0 killing pid 900
      2024-08-20 09:12:38.962  - info: host.raspibroker stopInstance timeout system.adapter.hm-rega.0 killing pid 932
      2024-08-20 09:12:38.964  - info: host.raspibroker stopInstance timeout system.adapter.web.0 killing pid 1138
      2024-08-20 09:12:39.162  - info: host.raspibroker instance system.adapter.sourceanalytix.0 terminated with code 0 (NO_ERROR)
      2024-08-20 09:12:39.164  - info: host.raspibroker instance system.adapter.hm-rpc.0 terminated with code 0 (NO_ERROR)
      2024-08-20 09:12:39.166  - info: host.raspibroker instance system.adapter.vis-inventwo.0 terminated with code 0 (NO_ERROR)
      2024-08-20 09:12:40.639  - info: host.raspibroker instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
      2024-08-20 09:12:40.641  - info: host.raspibroker instance system.adapter.tankerkoenig.0 terminated with code 0 (NO_ERROR)
      2024-08-20 09:12:40.642  - info: host.raspibroker instance system.adapter.pollenflug.0 terminated with code 0 (NO_ERROR)
      2024-08-20 09:12:40.686  - info: host.raspibroker instance system.adapter.admin.1 terminated with code 0 (NO_ERROR)
      2024-08-20 09:12:40.864  - info: host.raspibroker instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
      2024-08-20 09:12:40.866  - info: host.raspibroker instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
      2024-08-20 09:12:40.867  - info: host.raspibroker instance system.adapter.tr-064.0 terminated with code 0 (NO_ERROR)
      2024-08-20 09:12:40.868  - info: host.raspibroker instance system.adapter.ems-esp.0 terminated with code 0 (NO_ERROR)
      2024-08-20 09:12:40.869  - warn: host.raspibroker instance system.adapter.hm-rega.0 terminated due to SIGKILL
      2024-08-20 09:12:40.870  - info: host.raspibroker instance system.adapter.hm-rega.0 terminated with code null ()
      2024-08-20 09:12:40.871  - warn: host.raspibroker instance system.adapter.web.0 terminated due to SIGKILL
      2024-08-20 09:12:40.871  - info: host.raspibroker instance system.adapter.web.0 terminated with code null ()
      2024-08-20 09:12:41.153  - info: host.raspibroker instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
      2024-08-20 09:12:41.155  - info: host.raspibroker All instances are stopped.
      2024-08-20 09:12:41.396  - info: host.raspibroker terminated
      
      

      ============ Mark until here for C&P =============

      iob diag has finished.


      Danke

      posted in ioBroker Allgemein
      I
      ioTechnik
    • RE: ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

      @homoran
      Die Langfassung hatte ich, konnte sie aber nicht hochladen. Ich probiers gleich noch mal.

      posted in ioBroker Allgemein
      I
      ioTechnik
    • RE: ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

      Hallo Thomas
      habe deinen Versuch ohne Erfolg durchgeführt. Bleibt wohl nur die Neuinstallation.
      Danke

      posted in ioBroker Allgemein
      I
      ioTechnik
    • RE: ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

      @homoran
      OK - Neuinstallation
      wie mache ich das nach so vielen Jahren jetzt am Besten.
      Mein Raspi läuft auf einer mSATA SSD. Muss ich die komplett neu installieren oder macht das Raspi-Image-Programm.
      Würde das Paket "Raspberry Pi OS Lite" nehmen wollen.
      Ein Backup habe ich. Es fehlen dort nur die letzten Änderungen weil ich nicht mehr ins System kam.
      Danke erst mal für die Hilfe

      posted in ioBroker Allgemein
      I
      ioTechnik
    • RE: ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

      Hallo, ich habe das gleiche Problem.
      Im iobroker wurde angezeigt das Betriebssystem meines Raspi 3B Rev. 1.2 auf den neuesten Stand zu bringen.
      Leider kommt die obige Meldung und iobroker startet nicht mehr. Mein iob diag zeigt mir folgendes

      ======================= SUMMARY =======================
                             v.2024-05-22
        Static hostname: raspibroker
              Icon name: computer
       Operating System: Raspbian GNU/Linux 10 (buster)
                 Kernel: Linux 5.10.103-v7+
           Architecture: arm
      
      Installation:           native
      Kernel:                 armv7l
      Userland:               32 bit
      Timezone:               Europe/Berlin (CEST, +0200)
      User-ID:                1000
      Display-Server:         false
      Boot Target:            multi-user.target
      
      Pending OS-Updates:     0
      (node:23850) UnhandledPromiseRejectionWarning: Error: Not supported
         at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
         at Module._compile (internal/modules/cjs/loader.js:778:30)
         at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
         at Module.load (internal/modules/cjs/loader.js:653:32)
         at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
         at Function.Module._load (internal/modules/cjs/loader.js:585:3)
         at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
         at startup (internal/bootstrap/node.js:283:19)
         at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
      (node:23850) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
      (node:23850) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      Pending iob updates:    0
      
      Nodejs-Installation:
      /usr/bin/nodejs         v10.24.0
      /usr/bin/node           v10.24.0
      npm:                    N/A
      npx:                    N/A
      corepack:       N/A
      
      Recommended versions are nodejs  and npm
      *** nodejs is NOT correctly installed ***
      Wrong installation path detected. This needs to be fixed.
      
      Please execute
      iobroker nodejs-update
      to fix these errors.
      
      MEMORY:
                   total        used        free      shared  buff/cache   available
      Mem:           972M         47M        193M         48M        731M        812M
      Swap:           99M        4.0M         95M
      Total:         1.1G         52M        289M
      
      Active iob-Instances:   0
      (node:23870) UnhandledPromiseRejectionWarning: Error: Not supported
         at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
         at Module._compile (internal/modules/cjs/loader.js:778:30)
         at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
         at Module.load (internal/modules/cjs/loader.js:653:32)
         at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
         at Function.Module._load (internal/modules/cjs/loader.js:585:3)
         at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
         at startup (internal/bootstrap/node.js:283:19)
         at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
      (node:23870) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
      (node:23870) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      
      (node:23880) UnhandledPromiseRejectionWarning: Error: Not supported
         at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
         at Module._compile (internal/modules/cjs/loader.js:778:30)
         at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
         at Module.load (internal/modules/cjs/loader.js:653:32)
         at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
         at Function.Module._load (internal/modules/cjs/loader.js:585:3)
         at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
         at startup (internal/bootstrap/node.js:283:19)
         at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
      (node:23880) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
      (node:23880) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      ioBroker Core:          js-controller
      (node:23889) UnhandledPromiseRejectionWarning: Error: Not supported
         at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
         at Module._compile (internal/modules/cjs/loader.js:778:30)
         at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
         at Module.load (internal/modules/cjs/loader.js:653:32)
         at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
         at Function.Module._load (internal/modules/cjs/loader.js:585:3)
         at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
         at startup (internal/bootstrap/node.js:283:19)
         at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
      (node:23889) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
      (node:23889) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                             admin
      
      (node:23899) UnhandledPromiseRejectionWarning: Error: Not supported
         at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
         at Module._compile (internal/modules/cjs/loader.js:778:30)
         at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
         at Module.load (internal/modules/cjs/loader.js:653:32)
         at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
         at Function.Module._load (internal/modules/cjs/loader.js:585:3)
         at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
         at startup (internal/bootstrap/node.js:283:19)
         at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
      (node:23899) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
      (node:23899) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
      ioBroker Status:
      
      Status admin and web instance:
      
      Objects:                0
      States:                 0
      
      Size of iob-Database:
      
      13M     /opt/iobroker/iobroker-data/objects.jsonl
      3.0M    /opt/iobroker/iobroker-data/objects.json.migrated
      3.0M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
      3.1M    /opt/iobroker/iobroker-data/states.jsonl
      8.0K    /opt/iobroker/iobroker-data/states.json.migrated
      8.0K    /opt/iobroker/iobroker-data/states.json.bak.migrated
      =================== END OF SUMMARY ====================
      


      MOD-EDIT: Code in code-tags gesetzt!

      Was kann ich tun

      posted in ioBroker Allgemein
      I
      ioTechnik
    • RE: Awattar Strompreise Visualisieren

      @hyperbit
      Super Widget - Tolle Leistung
      Danke

      posted in Visualisierung
      I
      ioTechnik
    • RE: Adapter für Buderus KM200 (und eventuell auch anderen KMxxx)

      @jmeister79 und tp1de
      liebe Kollegen danke für Eure Anregungen. Ich habe "Bosch" nicht ausgesperrt und statt dessen am script herumgebastelt. Es ist hier aus einem Forum. Ich kann allerdings nicht mehr nachvollziehen woher es stammt. Es ist jedenfalls sehr gut. Die Monatswerte sind wieder da.
      Screenshot 2023-03-13 at 08-33-16 vis.png
      Ich habe mir die Daten aus Objekte im iobroker angesehen und festgestellt, dass sie 36 Datenpunkte enthalten, also 3 Jahre.
      ems-esp.0.recordings.heatSources.actualPower.Months
      [0,0,0,0,0,0,0,0,0,0,0,0,0,0,1504.3,1037.2,244.2,117.5,118.8,105.5,160.9,202.4,1106.7,2015.8,2191.1,1585.9,867.5,0,0,0,0,0,0,0,0,0]

      schedule({minute:[0,15,30,45]}, Tageswert );
      //if (ems-esp.0.heatSources.flameStatus === true) {Tageswert};
      
       function Tageswert() {
         log("Skript wird jede 1/4-Stunde ausgeführt!");
          var powertype =['actualCHPower','actualDHWPower','actualPower']
          for(var n=0; n<3; n++){
              var temp = getState('ems-esp.0.recordings.heatSources.'+powertype[n]+'.Days').val.toString();
              var tempArray = temp.split(","); 
              var value1 = Math.round(100*tempArray.slice(-1))/100; //letztes element: heute
              var value2 = Math.round(100*tempArray.slice(-2)[0])/100; //vorletztes element: gestern
              setState('javascript.0.HeizungVerbrauch.'+powertype[n]+'.Daily', value1, true);
              setState('javascript.0.HeizungVerbrauch.'+powertype[n]+'.Yesterday', value2, true);
             
              var temp = getState('ems-esp.0.recordings.heatSources.'+powertype[n]+'.Months').val.toString();
                  temp = temp.toString().replace(/0 /g, "");
              var tempArray = temp.split(",");
              var value3 = Math.round(100*tempArray.slice(-10)[0])/100; //Jahresende 10 Monate zurück
              setState('javascript.0.HeizungVerbrauch.'+powertype[n]+'.Monthly', value3, true);
          }
      }
      
      

      Ich habe daraufhin das script so angepasst, dass momentan der Monat März ausgegeben wird.
      Zeile 18:
      var value3 = Math.round(100*tempArray.slice(-10)[0])/100; //Jahresende 10 Monate zurück
      Das ist natürlich kein Dauerzustand jeden Monat das script anzupassen. Ich bin leider programmiertechnisch nicht so fit das einzurichten.
      Vielleicht kann jemand von Euch helfen.
      Danke

      posted in ioBroker Allgemein
      I
      ioTechnik
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo