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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [erl.] Warnung fs@latest nicht installierbar

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    3.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

[erl.] Warnung fs@latest nicht installierbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
fs@lastest
11 Beiträge 5 Kommentatoren 870 Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M MCU

    @Thomas-Braun Bekomme bei Start vom javascript eine Warnung.

    Cannot install custom npm package "fs@latest": Cannot find package '/opt/iobroker/node_modules/@iobroker-javascript.0/fs/index.js' imported from /opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/cjs/lib/adapter/adapter.js
    

    eine Idee, was man machen muss? Danke.

    M Online
    M Online
    MCU
    schrieb am zuletzt editiert von
    #2

    @mcu sagte in Warnung fs@latest nicht installierbar:

    Cannot install custom npm package "fs@latest": Cannot find package '/opt/iobroker/node_modules/@iobroker-javascript.0/fs/index.js' imported from /opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/cjs/lib/adapter/adapter.js

    Darf anscheinend nicht mehr extra im javascript gesetzt werden.

    NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
    Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • M MCU

      @mcu sagte in Warnung fs@latest nicht installierbar:

      Cannot install custom npm package "fs@latest": Cannot find package '/opt/iobroker/node_modules/@iobroker-javascript.0/fs/index.js' imported from /opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/cjs/lib/adapter/adapter.js

      Darf anscheinend nicht mehr extra im javascript gesetzt werden.

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

      @mcu

      Das ist ein Bestandteil von nodejs selber. Warum willst du das nochmal reinholen?

      https://nodejs.org/api/fs.html

      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

      OliverIOO 1 Antwort Letzte Antwort
      0
      • M MCU

        @Thomas-Braun Bekomme bei Start vom javascript eine Warnung.

        Cannot install custom npm package "fs@latest": Cannot find package '/opt/iobroker/node_modules/@iobroker-javascript.0/fs/index.js' imported from /opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/cjs/lib/adapter/adapter.js
        

        eine Idee, was man machen muss? Danke.

        OliverIOO Offline
        OliverIOO Offline
        OliverIO
        schrieb am zuletzt editiert von OliverIO
        #4

        @mcu

        ich würde es mal mit

        node:fs
        

        probieren, falls mit fs filesystem gemeint ist

        https://nodejs.org/api/fs.html#file-system

        Meine Adapter und Widgets
        TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
        Links im Profil

        1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @mcu

          Das ist ein Bestandteil von nodejs selber. Warum willst du das nochmal reinholen?

          https://nodejs.org/api/fs.html

          OliverIOO Offline
          OliverIOO Offline
          OliverIO
          schrieb am zuletzt editiert von
          #5

          @thomas-braun sagte in [erl.] Warnung fs@latest nicht installierbar:

          Warum willst du das nochmal reinholen?

          um eine objektreferenz auf fs zu bekommen und damit zu arbeiten.
          hab es allerdings nie probiert, ob fs statisch verfügbar ist.
          aus sicht der coder-klarheit würde ich das aber immer präferieren,
          sonst kommt da eine referenz aus dem nix

          Meine Adapter und Widgets
          TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
          Links im Profil

          M 1 Antwort Letzte Antwort
          0
          • OliverIOO OliverIO

            @thomas-braun sagte in [erl.] Warnung fs@latest nicht installierbar:

            Warum willst du das nochmal reinholen?

            um eine objektreferenz auf fs zu bekommen und damit zu arbeiten.
            hab es allerdings nie probiert, ob fs statisch verfügbar ist.
            aus sicht der coder-klarheit würde ich das aber immer präferieren,
            sonst kommt da eine referenz aus dem nix

            M Online
            M Online
            MCU
            schrieb am zuletzt editiert von
            #6

            @Thomas-Braun @oliverio
            Damals musste man noch fs noch im javascript npm-Module mit eintragen, sonst liefen die Programme nicht.

            Ist jetzt anscheinend nicht mehr. Bislang gab es die Meldung nicht, bzw. ich habe sie übersehen.

            Vielen Dank für die Infos.

            NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
            Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

            1 Antwort Letzte Antwort
            0
            • R Offline
              R Offline
              rebel85
              schrieb am zuletzt editiert von Samson71
              #7
              Cannot install custom npm package "fs@latest": Cannot find package '/opt/iobroker/node_modules/@iobroker-javascript.0/fs/index.js' imported from /opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/cjs/lib/adapter/adapter.js
              

              habe auch die selbe meldung

              MOD-EDIT
              Code-Tags benutzen!

              Samson71S 1 Antwort Letzte Antwort
              0
              • R rebel85
                Cannot install custom npm package "fs@latest": Cannot find package '/opt/iobroker/node_modules/@iobroker-javascript.0/fs/index.js' imported from /opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/cjs/lib/adapter/adapter.js
                

                habe auch die selbe meldung

                MOD-EDIT
                Code-Tags benutzen!

                Samson71S Offline
                Samson71S Offline
                Samson71
                Global Moderator
                schrieb am zuletzt editiert von
                #8

                @rebel85 sagte in [erl.] Warnung fs@latest nicht installierbar:

                habe auch die selbe meldung

                Und das soll dem Mitleser jetzt was genau sagen? Abgesehen davon, dass das Thema "uralt" ist kann man von jemandem der seit über 6 Jahren mit 3-stelligen Beträgen dabei ist auch die Nutzung von Code-Tags </> erwarten.

                Markus

                Bitte beachten:
                Hinweise für gute Forenbeiträge
                Maßnahmen zum Schutz des Forums

                R 1 Antwort Letzte Antwort
                0
                • Samson71S Samson71

                  @rebel85 sagte in [erl.] Warnung fs@latest nicht installierbar:

                  habe auch die selbe meldung

                  Und das soll dem Mitleser jetzt was genau sagen? Abgesehen davon, dass das Thema "uralt" ist kann man von jemandem der seit über 6 Jahren mit 3-stelligen Beträgen dabei ist auch die Nutzung von Code-Tags </> erwarten.

                  R Offline
                  R Offline
                  rebel85
                  schrieb am zuletzt editiert von
                  #9

                  @samson71 sagte in [erl.] Warnung fs@latest nicht installierbar:

                  @rebel85 sagte in [erl.] Warnung fs@latest nicht installierbar:

                  habe auch die selbe meldung

                  Und das soll dem Mitleser jetzt was genau sagen? Abgesehen davon, dass das Thema "uralt" ist kann man von jemandem der seit über 6 Jahren mit 3-stelligen Beträgen dabei ist auch die Nutzung von Code-Tags </> erwarten.

                  Moin,
                  Sorry vergessen.
                  habe mien problem Stnad jetzt mit einem NPM Update gelöst, es sollte ein Hinweis sein das diese Meldung noch kommt.

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • R rebel85

                    @samson71 sagte in [erl.] Warnung fs@latest nicht installierbar:

                    @rebel85 sagte in [erl.] Warnung fs@latest nicht installierbar:

                    habe auch die selbe meldung

                    Und das soll dem Mitleser jetzt was genau sagen? Abgesehen davon, dass das Thema "uralt" ist kann man von jemandem der seit über 6 Jahren mit 3-stelligen Beträgen dabei ist auch die Nutzung von Code-Tags </> erwarten.

                    Moin,
                    Sorry vergessen.
                    habe mien problem Stnad jetzt mit einem NPM Update gelöst, es sollte ein Hinweis sein das diese Meldung noch kommt.

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

                    @rebel85 sagte in [erl.] Warnung fs@latest nicht installierbar:

                    habe mien problem Stnad jetzt mit einem NPM Update gelöst, es sollte ein Hinweis sein das diese Meldung noch kommt.

                    Dann schau dir dringend dein Setup mal an. Insbesondere was nodejs angeht. Scheint mir nicht sauber bzw. veraltet zu sein.

                    iob diag
                    

                    ist dein Freund.

                    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

                    R 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @rebel85 sagte in [erl.] Warnung fs@latest nicht installierbar:

                      habe mien problem Stnad jetzt mit einem NPM Update gelöst, es sollte ein Hinweis sein das diese Meldung noch kommt.

                      Dann schau dir dringend dein Setup mal an. Insbesondere was nodejs angeht. Scheint mir nicht sauber bzw. veraltet zu sein.

                      iob diag
                      

                      ist dein Freund.

                      R Offline
                      R Offline
                      rebel85
                      schrieb am zuletzt editiert von
                      #11

                      @thomas-braun @thomas-braun

                      Script v.2025-08-09
                      
                      *** BASE SYSTEM ***
                      Operating System: Debian GNU/Linux 13 (trixie)
                       Static hostname: iobroker
                             Icon name: computer-vm
                               Chassis: vm 🖴
                          AF_VSOCK CID: 1
                        Virtualization: kvm
                                Kernel: Linux 6.12.48+deb13-amd64
                          Architecture: x86-64
                       Hardware Vendor: QEMU
                        Hardware Model: Standard PC _i440FX + PIIX, 1996_
                      Firmware Version: rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org
                         Firmware Date: Tue 2014-04-01
                          Firmware Age: 11y 6month 1d
                      OS is similar to:
                      
                      model name      : Common KVM processor
                      Docker          : false
                      Virtualization  : kvm
                      Kernel          : x86_64
                      Userland        : 64 bit
                      
                      Systemuptime and Load:
                       11:41:29 up  2:27,  1 user,  load average: 0.33, 0.22, 0.14
                      CPU threads: 12
                      
                      
                      *** LIFE CYCLE STATUS ***
                      Operating System is the current Debian stable version codenamed 'trixie'!
                      
                      *** TIME AND TIMEZONES ***
                                     Local time: Wed 2025-10-01 11:41:29 CEST
                                 Universal time: Wed 2025-10-01 09:41:29 UTC
                                       RTC time: Wed 2025-10-01 09:41:29
                                      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':
                      marco
                      HOME=/home/marco
                      GROUPS=marco dialout cdrom floppy audio dip video plugdev netdev iobroker
                      
                      User that is running 'js-controller':
                      iobroker
                      HOME=/home/iobroker
                      SUDO_HOME=/home/marco
                      GROUPS=iobroker tty dialout audio video plugdev bluetooth
                      
                      *** DISPLAY-SERVER SETUP ***
                      Display-Server:         false
                      Unit display-manager.service could not be found.
                      Display-Manager:
                      Desktop:
                      Session:                tty
                      
                      System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi                                                            -user.target' or run 'iobroker fix'
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:             10G        3.5G        6.4G        7.0M        807M        6.9G
                      Swap:           1.0G          0B        1.0G
                      Total:           11G        3.5G        7.4G
                      
                      Active iob-Instances:   37
                      
                               9950 M total memory
                               3339 M used memory
                               2965 M active memory
                                469 M inactive memory
                               6119 M free memory
                                 57 M buffer memory
                                712 M swap cache
                                974 M total swap
                                  0 M used swap
                                974 M free swap
                      
                      *** top - Table Of Processes  ***
                      top - 11:41:29 up  2:27,  1 user,  load average: 0.33, 0.22, 0.14
                      Tasks: 208 total,   1 running, 207 sleeping,   0 stopped,   0 zombie
                      %Cpu(s):  3.1 us,  0.0 sy,  0.0 ni, 96.9 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                      MiB Mem :   9950.7 total,   6119.1 free,   3339.6 used,    769.8 buff/cache
                      MiB Swap:    975.0 total,    975.0 free,      0.0 used.   6611.1 avail Mem
                      
                      *** FAILED SERVICES ***
                      
                        UNIT LOAD ACTIVE SUB DESCRIPTION
                      
                      0 loaded units listed.
                      
                      
                      *** DMESG CRITICAL ERRORS ***
                      No critical errors detected
                      
                      *** FILESYSTEM ***
                      Filesystem     Type      Size  Used Avail Use% Mounted on
                      udev           devtmpfs  4.9G     0  4.9G   0% /dev
                      tmpfs          tmpfs     996M  3.7M  992M   1% /run
                      /dev/sda1      ext4       31G   21G  8.1G  72% /
                      tmpfs          tmpfs     4.9G     0  4.9G   0% /dev/shm
                      tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
                      tmpfs          tmpfs     4.9G  3.0M  4.9G   1% /tmp
                      tmpfs          tmpfs     1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
                      tmpfs          tmpfs     996M  8.0K  996M   1% /run/user/1000
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Wed Oct  1 09:14:21 2025] EXT4-fs (sda1): mounted filesystem 30a681fd-866d-4287-b154-13ccb0958a5d ro with ordered data mode.                                                             Quota mode: none.
                      [Wed Oct  1 09:14:22 2025] EXT4-fs (sda1): re-mounted 30a681fd-866d-4287-b154-13ccb0958a5d r/w.
                      
                      Show mounted filesystems:
                      TARGET SOURCE    FSTYPE OPTIONS
                      /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                      
                      Files in neuralgic directories:
                      
                      /var:
                      1.8G    /var/
                      1.5G    /var/log/journal/6d074b5a3f804f63bf97a4190b051c73
                      1.5G    /var/log/journal
                      1.5G    /var/log
                      190M    /var/lib
                      
                      Hint: You are currently not seeing messages from other users and the system.
                            Users in groups 'adm', 'systemd-journal' can see all messages.
                            Pass -q to turn off this notice.
                      Archived and active journals take up 172.5M in the file system.
                      
                      /opt/iobroker/backups:
                      9.6G    /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      1.1G    /opt/iobroker/iobroker-data/
                      725M    /opt/iobroker/iobroker-data/files
                      298M    /opt/iobroker/iobroker-data/files/ecovacs-deebot.0
                      205M    /opt/iobroker/iobroker-data/backup-objects
                      78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
                      
                      The five largest files in iobroker-data are:
                      52M     /opt/iobroker/iobroker-data/objects.jsonl
                      38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                      27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                      19M     /opt/iobroker/iobroker-data/objects.json.migrated
                      19M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                      
                      USB-Devices by-id:
                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                      
                      /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
                      
                      *** ZigBee Settings ***
                      
                      HINT:
                      Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                      /dev/ttyUSB0
                      Zigbee Network Settings on your coordinator/in nvbackup are:
                      
                      zigbee.X
                      Extended Pan ID:
                      *** MASKED ***
                      Pan ID:
                      *** MASKED ***
                      Channel:
                      *** MASKED ***
                      Network Key:
                      *** MASKED ***
                      
                      To unmask the settings run 'iob diag --unmask'
                      
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v22.20.0
                      /usr/bin/node           v22.20.0
                      /usr/bin/npm            10.9.3
                      /usr/bin/npx            10.9.3
                      /usr/bin/corepack       0.34.0
                      
                      nodejs:
                        Installed: 22.20.0-1nodesource1
                        Candidate: 22.20.0-1nodesource1
                        Version table:
                       *** 22.20.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                              100 /var/lib/dpkg/status
                           22.19.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.18.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.17.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.17.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.16.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.15.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.15.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.14.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.13.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.13.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.12.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.11.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.10.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.9.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.8.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.7.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.6.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.5.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.5.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.4.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.4.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.3.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.2.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.1.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           22.0.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_22.x nodistro/main amd64 Packages
                           20.19.2+dfsg-1 500
                              500 http://deb.debian.org/debian trixie/main amd64 Packages
                      
                      Temp directories causing deletion problem: 0
                      No problems detected
                      
                      Errors in npm tree: 0
                      No problems detected
                      
                      Checking for nodejs vulnerability:
                      
                      
                       █████  ██      ██           ██████   ██████   ██████  ██████         ██
                      ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                      ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                      ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                      ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                      
                      
                      
                      *** ioBroker-Installation ***
                      
                      ioBroker Status
                      iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Hosts:
                      iobroker            iobroker (version: 7.0.7, hostname: iobroker      , alive, uptime: 8822)
                      
                      Core adapters versions
                      js-controller:  7.0.7
                      admin:          7.7.2
                      javascript:     8.9.2
                      
                      nodejs modules from github:     5
                      +-- iobroker.botvac@2.2.0 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.botvac.git#9486a97bed0408d94544cc8614                                                            7318c08de9b90a)
                      | `-- node-botvac@0.4.2-schedule-write (git+ssh://git@github.com/PeterVoronov/node-botvac.git#04674af96bca09ac0db3f2f590209080                                                            474521fe)
                      +-- iobroker.ecovacs-deebot@1.4.16-alpha.7 (git+ssh://git@github.com/mrbungle64/ioBroker.ecovacs-deebot.git#e1e59250c436f947c5                                                            7cae72bf3690f1fd2dfdcc)
                      +-- iobroker.icons-open-icon-library-png@0.1.3 (git+ssh://git@github.com/ioBroker/ioBroker.icons-open-icon-library-png.git#084                                                            7a79d713ee6725ccb6ccfb044c025b73ec946)
                      +-- iobroker.pi-hole@1.3.6 (git+ssh://git@github.com/unltdnetworx/ioBroker.pi-hole.git#d8bb3f0ef3198d1e61c7f523a5980666b14c168                                                            1)
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port:                                                             8081, bind: 192.168.178.42 (SSL), run as: admin
                      + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                      + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                      + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                      + system.adapter.denon.0                  : denon                 : iobroker                                 -  enabled
                      + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                      + system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : iobroker                                 -  enabled
                      + system.adapter.fritzbox.0               : fritzbox              : iobroker                                 -  enabled
                        system.adapter.habpanel.0               : habpanel              : iobroker                                 - disabled
                      + system.adapter.harmony.0                : harmony               : iobroker                                 -  enabled
                      + system.adapter.hm-rega.1                : hm-rega               : iobroker                                 -  enabled
                      + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port:                                                             0
                      + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port:                                                             0
                        system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                        system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobroker                                 - disabl                                                            ed
                        system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 - disabled
                        system.adapter.icons-material-svg.0     : icons-material-svg    : iobroker                                 - disabled
                        system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : iobroker                                 - disabled
                      + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port:                                                             8086
                      + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                      + system.adapter.iqontrol.0               : iqontrol              : iobroker                                 -  enabled
                        system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                      + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                      + system.adapter.linkeddevices.0          : linkeddevices         : iobroker                                 -  enabled
                      + system.adapter.linux-control.0          : linux-control         : iobroker                                 -  enabled
                        system.adapter.mobile.0                 : mobile                : iobroker                                 - disabled
                      + system.adapter.opendtu.0                : opendtu               : iobroker                                 -  enabled
                      + system.adapter.owntracks.0              : owntracks             : iobroker                                 -  enabled, port:                                                             1884, bind: 0.0.0.0
                        system.adapter.pi-hole.0                : pi-hole               : iobroker                                 - disabled
                      + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port:                                                             8006
                      + system.adapter.pushover.0               : pushover              : iobroker                                 -  enabled
                      + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port:                                                             1882, bind: 0.0.0.0
                      + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port:                                                             8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port:                                                             8084, bind: 192.168.178.42, run as: admin
                      + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port:                                                             1883, bind: 0.0.0.0
                      + system.adapter.sony-bravia.0            : sony-bravia           : iobroker                                 -  enabled
                      + system.adapter.tankerkoenig.0           : tankerkoenig          : iobroker                                 -  enabled
                      + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port:                                                             8443, bind: 0.0.0.0
                      + system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled
                      + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                      + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                      + system.adapter.upnp.0                   : upnp                  : iobroker                                 -  enabled
                        system.adapter.vis-history.0            : vis-history           : iobroker                                 -  enabled
                        system.adapter.vis.0                    : vis                   : iobroker                                 - disabled
                        system.adapter.vofo-speedtest.0         : vofo-speedtest        : iobroker                                 -  enabled
                        system.adapter.weatherunderground.0     : weatherunderground    : iobroker                                 -  enabled
                      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port:                                                             8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.xterm.0                  : xterm                 : iobroker                                 -  enabled, port:                                                             8099, bind: 0.0.0.0
                      + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port:                                                             /dev/ttyUSB0
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port:                                                             8081, bind: 192.168.178.42 (SSL), run as: admin
                      + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port:                                                             0
                      + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port:                                                             0
                      + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port:                                                             8086
                      + system.adapter.owntracks.0              : owntracks             : iobroker                                 -  enabled, port:                                                             1884, bind: 0.0.0.0
                      + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port:                                                             8006
                      + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port:                                                             1882, bind: 0.0.0.0
                      + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port:                                                             8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.socketio.0               : socketio              : iobroker                                 -  enabled, port:                                                             8084, bind: 192.168.178.42, run as: admin
                      + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port:                                                             1883, bind: 0.0.0.0
                      + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port:                                                             8443, bind: 0.0.0.0
                      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port:                                                             8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.xterm.0                  : xterm                 : iobroker                                 -  enabled, port:                                                             8099, bind: 0.0.0.0
                      + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port:                                                             /dev/ttyUSB0
                      
                      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-Adapters
                      Used repository: stable
                      Adapter    "admin"        : 7.7.2    , installed 7.7.2
                      Adapter    "alexa2"       : 3.27.3   , installed 3.27.3
                      Adapter    "backitup"     : 3.3.5    , installed 3.3.5
                      Adapter    "ble"          : 0.14.0   , installed 0.14.0
                      Adapter    "botvac"       : 2.2.0    , installed 2.2.0
                      Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                      Adapter    "denon"        : 1.15.12  , installed 1.15.12
                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                      Adapter    "ecovacs-deebot": 1.4.15  , installed 1.4.16-alpha.7
                      Adapter    "fritzbox"     : 0.6.0    , installed 0.6.0
                      Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                      Adapter    "harmony"      : 1.5.0    , installed 1.5.0
                      Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                      Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                      Adapter    "hmip"         : 1.27.0   , installed 1.27.0
                      Adapter    "ical"         : 1.16.2   , installed 1.16.2
                      Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                      Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                      Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                      Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3
                      Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                      Adapter    "iot"          : 3.3.0    , installed 3.3.0
                      Adapter    "iqontrol"     : 3.0.0    , installed 3.0.0
                      Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                      Adapter    "javascript"   : 8.9.2    , installed 8.9.2
                      Controller "js-controller": 7.0.7    , installed 7.0.7
                      Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                      Adapter    "linux-control": 1.1.5    , installed 1.1.5
                      Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                      Adapter    "opendtu"      : 3.1.0    , installed 3.1.0
                      Adapter    "owntracks"    : 1.1.0    , installed 1.1.0
                      Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                      Adapter    "proxmox"      : 2.4.0    , installed 2.4.0
                      Adapter    "pushover"     : 4.1.0    , installed 4.1.0
                      Adapter    "rest-api"     : 2.0.3    , installed 2.0.3
                      Adapter    "shelly"       : 10.2.0   , installed 10.2.0
                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                      Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                      Adapter    "sony-bravia"  : 1.1.0    , installed 1.1.0
                      Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                      Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                      Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                      Adapter    "text2command" : 3.0.3    , installed 3.0.3
                      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                      Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                      Adapter    "upnp"         : 1.1.0    , installed 1.1.0
                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                      Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                      Adapter    "web"          : 7.0.8    , installed 7.0.8
                      Adapter    "ws"           : 2.6.2    , installed 2.6.2
                      Adapter    "xterm"        : 2.0.1    , installed 2.0.1
                      Adapter    "zigbee"       : 3.0.5    , installed 3.0.5
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        21008
                      States:         15580
                      
                      *** OS-Repositories and Updates ***
                      W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
                      Hit:1 http://deb.debian.org/debian trixie InRelease
                      Hit:2 http://security.debian.org/debian-security trixie-security InRelease
                      Hit:3 http://deb.debian.org/debian trixie-updates InRelease
                      Hit:4 https://deb.nodesource.com/node_22.x nodistro InRelease
                      Reading package lists...
                      W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
                      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 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       6081       680/iobroker.js-con
                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       4032       680/iobroker.js-con
                      tcp        0      0 192.168.178.42:8081     0.0.0.0:*               LISTEN      1001       10281      1089/io.admin.0
                      tcp        0      0 192.168.178.42:8084     0.0.0.0:*               LISTEN      1001       18995      2475/io.socketio.0
                      tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          7110       993/exim4
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          8304       740/sshd: /usr/sbin
                      tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          2876       1/init
                      tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          9247       1071/smbd
                      tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          9246       1071/smbd
                      tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       10800      1900/io.owntracks.0
                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       15497      2004/io.sonoff.0
                      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       13654      1942/io.shelly.0
                      tcp        0      0 192.168.178.42:42001    0.0.0.0:*               LISTEN      1001       13494      1604/io.hm-rpc.0
                      tcp        0      0 192.168.178.42:42010    0.0.0.0:*               LISTEN      1001       16579      2172/io.hm-rpc.1
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          8306       740/sshd: /usr/sbin
                      tcp6       0      0 :::111                  :::*                    LISTEN      0          370        1/init
                      tcp6       0      0 :::139                  :::*                    LISTEN      0          9245       1071/smbd
                      tcp6       0      0 :::445                  :::*                    LISTEN      0          9244       1071/smbd
                      tcp6       0      0 ::1:25                  :::*                    LISTEN      0          7111       993/exim4
                      tcp6       0      0 :::8000                 :::*                    LISTEN      1001       25285      2990/io.upnp.0
                      tcp6       0      0 :::8099                 :::*                    LISTEN      1001       11096      2238/io.xterm.0
                      tcp6       0      0 :::8087                 :::*                    LISTEN      1001       14962      2377/io.simple-api.
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       17007      3009/io.web.0
                      tcp6       0      0 :::61991                :::*                    LISTEN      1001       9718       1535/io.harmony.0
                      udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       19680      2990/io.upnp.0
                      udp        0      0 0.0.0.0:35866           0.0.0.0:*                           1001       15981      2990/io.upnp.0
                      udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       9719       1535/io.harmony.0
                      udp        0      0 192.168.178.42:5353     0.0.0.0:*                           1001       16556      2098/io.tr-064.0
                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          4868       642/dhclient
                      udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          2877       1/init
                      udp        0      0 192.168.178.255:137     0.0.0.0:*                           0          3987       987/nmbd
                      udp        0      0 192.168.178.42:137      0.0.0.0:*                           0          3986       987/nmbd
                      udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          3974       987/nmbd
                      udp        0      0 192.168.178.255:138     0.0.0.0:*                           0          3989       987/nmbd
                      udp        0      0 192.168.178.42:138      0.0.0.0:*                           0          3988       987/nmbd
                      udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          3975       987/nmbd
                      udp6       0      0 :::111                  :::*                                0          4152       1/init
                      
                      *** Log File - Last 25 Lines ***
                      
                      2025-10-01 11:41:03.140  - info: influxdb.0 (1152) Store 5 buffered influxDB history points
                      2025-10-01 11:41:06.329  - info: influxdb.0 (1152) Store 5 buffered influxDB history points
                      2025-10-01 11:41:07.850  - info: tr-064.0 (2098) forEachConfiguredDevice: in GetSpecificHostEntry 19(Deebot-T10/68:4E:05:8F:B0:B8) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                      2025-10-01 11:41:08.677  - info: tr-064.0 (2098) forEachConfiguredDevice: in GetSpecificHostEntry 23(ESP-Schuppen-Temp/BC:FF:4D:1A:63:04) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                      2025-10-01 11:41:09.777  - info: tr-064.0 (2098) forEachConfiguredDevice: in GetSpecificHostEntry 31(OSIRIS/60:CF:84:83:B1:03) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                      2025-10-01 11:41:10.405  - info: tr-064.0 (2098) forEachConfiguredDevice: in GetSpecificHostEntry 35(OpenDTU/A0:B7:65:4E:AC:94) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                      2025-10-01 11:41:12.404  - info: influxdb.0 (1152) Store 5 buffered influxDB history points
                      2025-10-01 11:41:15.275  - warn: ecovacs-deebot.0 (2268) setStateConditional: value for state id 'control.waterLevel' is undefined
                      2025-10-01 11:41:16.276  - warn: ecovacs-deebot.0 (2268) setStateConditional: value for state id 'control.waterLevel' is undefined
                      2025-10-01 11:41:17.500  - info: influxdb.0 (1152) Store 5 buffered influxDB history points
                      2025-10-01 11:41:20.001  - info: javascript.0 (1179) script.js.Zu_Hause.PV_AKKU.WR_Akku_Steuerung_Tags: Setting limit to 21 + 206.54 - 40 = 187.54W
                      2025-10-01 11:41:23.289  - info: influxdb.0 (1152) Store 5 buffered influxDB history points
                      2025-10-01 11:41:25.021  - info: tr-064.0 (2098) forEachConfiguredDevice: in GetSpecificHostEntry 19(Deebot-T10/68:4E:05:8F:B0:B8) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                      2025-10-01 11:41:25.641  - info: tr-064.0 (2098) forEachConfiguredDevice: in GetSpecificHostEntry 23(ESP-Schuppen-Temp/BC:FF:4D:1A:63:04) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                      2025-10-01 11:41:26.792  - info: tr-064.0 (2098) forEachConfiguredDevice: in GetSpecificHostEntry 31(OSIRIS/60:CF:84:83:B1:03) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                      2025-10-01 11:41:27.393  - info: tr-064.0 (2098) forEachConfiguredDevice: in GetSpecificHostEntry 35(OpenDTU/A0:B7:65:4E:AC:94) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                      2025-10-01 11:41:28.287  - info: influxdb.0 (1152) Store 5 buffered influxDB history points
                      2025-10-01 11:41:33.792  - info: influxdb.0 (1152) Store 5 buffered influxDB history points
                      2025-10-01 11:41:42.344  - info: tr-064.0 (2098) forEachConfiguredDevice: in GetSpecificHostEntry 19(Deebot-T10/68:4E:05:8F:B0:B8) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                      2025-10-01 11:41:42.981  - info: tr-064.0 (2098) forEachConfiguredDevice: in GetSpecificHostEntry 23(ESP-Schuppen-Temp/BC:FF:4D:1A:63:04) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                      2025-10-01 11:41:43.792  - info: influxdb.0 (1152) Store 3 buffered influxDB history points
                      2025-10-01 11:41:43.883  - info: tr-064.0 (2098) forEachConfiguredDevice: in GetSpecificHostEntry 31(OSIRIS/60:CF:84:83:B1:03) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                      2025-10-01 11:41:44.329  - info: tr-064.0 (2098) forEachConfiguredDevice: in GetSpecificHostEntry 35(OpenDTU/A0:B7:65:4E:AC:94) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
                      2025-10-01 11:41:47.506  - info: influxdb.0 (1152) Store 5 buffered influxDB history points
                      2025-10-01 11:41:48.808  - info: influxdb.0 (1152) Store 5 buffered influxDB history points
                      
                      

                      scheint alles gut zu sein, habe Node JS geupdatet und dann auf Debian Trixie "13" hochgezogen, sah aber vorher schon alles gut aus im diag.

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


                      Support us

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

                      395

                      Online

                      32.7k

                      Benutzer

                      82.4k

                      Themen

                      1.3m

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

                      • Du hast noch kein Konto? Registrieren

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