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. iobroker im LXC crasht bei Adapter Updates

NEWS

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

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

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

iobroker im LXC crasht bei Adapter Updates

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
21 Beiträge 5 Kommentatoren 1.5k Aufrufe 3 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.
  • lumpersL lumpers

    Hallo liebe ioBroker-Gemeinde,
    meine ioBroker Installation im LXC Container crasht bei einem anstehenden Adapter-Update. Danach sind alle iobroker Verzeichnisse unter '/opt/iobroker/node_modules' weg!
    Ich muss das Proxmox Backup zurückspielen, damit ioBroker wieder mit dem letzten Stand startet. Das passiert mit jeden Adapter, für dem ein Update verfügbar ist.
    Kann mir jemand bei der Problemlösung helfen?

    Herzlichen Dank im Voraus.
    Adam

    meine Hardware:
    Platform : linux
    os : Debian GNU/Linux 11 (bullseye)
    Architecture : x64
    CPUs : 4
    Speed : 2000 MHz
    Model : Intel(R) Celeron(R) N5105 @ 2.00GHz
    RAM : 7.9 GB
    System uptime : 00:03:46
    Node.js : v16.19.1
    time : 1676716215680
    timeOffset : -60
    adapters count : 558
    NPM : v8.19.3
    Disk size : 78.2 GiB
    Disk free : 73.7 GiB

    Fehlermeldung:

    schuadrx@ioBroker:~$ iob status
    node:internal/modules/cjs/loader:1024
      throw err;
      ^
    
    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1021:15)
        at Function.Module._load (node:internal/modules/cjs/loader:866:27)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
        at node:internal/main/run_main_module:22:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []
    }
    schuadrx@ioBroker:~$
    

    MOD-EDIT: Code in code-tags gesetzt!

    GlasfaserG Offline
    GlasfaserG Offline
    Glasfaser
    schrieb am zuletzt editiert von Glasfaser
    #2

    @lumpers sagte in iobroker im LXC crasht bei Adapter Updates:

    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'

    erstmal hierzu :

    cd /opt/iobroker
    sudo -H -u iobroker npm install iobroker.js-controller
    iobroker restart
    

    dann was ich nicht verstehe ..

    bei einem anstehenden Adapter-Update

    ist dann immer diese Meldung !?

    Welche JS-Controller Version hast du bzw. zeige mal.

    iob diag
    

    aber die gesamte Full ausgabe in Code-Tags </> gesetzt .

    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

    lumpersL 1 Antwort Letzte Antwort
    0
    • lumpersL lumpers

      Hallo liebe ioBroker-Gemeinde,
      meine ioBroker Installation im LXC Container crasht bei einem anstehenden Adapter-Update. Danach sind alle iobroker Verzeichnisse unter '/opt/iobroker/node_modules' weg!
      Ich muss das Proxmox Backup zurückspielen, damit ioBroker wieder mit dem letzten Stand startet. Das passiert mit jeden Adapter, für dem ein Update verfügbar ist.
      Kann mir jemand bei der Problemlösung helfen?

      Herzlichen Dank im Voraus.
      Adam

      meine Hardware:
      Platform : linux
      os : Debian GNU/Linux 11 (bullseye)
      Architecture : x64
      CPUs : 4
      Speed : 2000 MHz
      Model : Intel(R) Celeron(R) N5105 @ 2.00GHz
      RAM : 7.9 GB
      System uptime : 00:03:46
      Node.js : v16.19.1
      time : 1676716215680
      timeOffset : -60
      adapters count : 558
      NPM : v8.19.3
      Disk size : 78.2 GiB
      Disk free : 73.7 GiB

      Fehlermeldung:

      schuadrx@ioBroker:~$ iob status
      node:internal/modules/cjs/loader:1024
        throw err;
        ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1021:15)
          at Function.Module._load (node:internal/modules/cjs/loader:866:27)
          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
          at node:internal/main/run_main_module:22:47 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      schuadrx@ioBroker:~$
      

      MOD-EDIT: Code in code-tags gesetzt!

      GlasfaserG Offline
      GlasfaserG Offline
      Glasfaser
      schrieb am zuletzt editiert von Glasfaser
      #3

      @lumpers sagte in iobroker im LXC crasht bei Adapter Updates:

      Danach sind alle iobroker Verzeichnisse unter '/opt/iobroker/node_modules' weg!

      und wie stellst du dieses fest !?

      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

      lumpersL 1 Antwort Letzte Antwort
      0
      • lumpersL lumpers

        Hallo liebe ioBroker-Gemeinde,
        meine ioBroker Installation im LXC Container crasht bei einem anstehenden Adapter-Update. Danach sind alle iobroker Verzeichnisse unter '/opt/iobroker/node_modules' weg!
        Ich muss das Proxmox Backup zurückspielen, damit ioBroker wieder mit dem letzten Stand startet. Das passiert mit jeden Adapter, für dem ein Update verfügbar ist.
        Kann mir jemand bei der Problemlösung helfen?

        Herzlichen Dank im Voraus.
        Adam

        meine Hardware:
        Platform : linux
        os : Debian GNU/Linux 11 (bullseye)
        Architecture : x64
        CPUs : 4
        Speed : 2000 MHz
        Model : Intel(R) Celeron(R) N5105 @ 2.00GHz
        RAM : 7.9 GB
        System uptime : 00:03:46
        Node.js : v16.19.1
        time : 1676716215680
        timeOffset : -60
        adapters count : 558
        NPM : v8.19.3
        Disk size : 78.2 GiB
        Disk free : 73.7 GiB

        Fehlermeldung:

        schuadrx@ioBroker:~$ iob status
        node:internal/modules/cjs/loader:1024
          throw err;
          ^
        
        Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
            at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1021:15)
            at Function.Module._load (node:internal/modules/cjs/loader:866:27)
            at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
            at node:internal/main/run_main_module:22:47 {
          code: 'MODULE_NOT_FOUND',
          requireStack: []
        }
        schuadrx@ioBroker:~$
        

        MOD-EDIT: Code in code-tags gesetzt!

        arteckA Offline
        arteckA Offline
        arteck
        Developer Most Active
        schrieb am zuletzt editiert von arteck
        #4

        @lumpers wie währe es mit einem LOG.. du musst verzeihen aber die Glaskugel ist gerade zur Politur

        dann sind so banale Sachen schon interessant

        zigbee hab ich, zwave auch, nuc's genauso und HA auch

        1 Antwort Letzte Antwort
        0
        • GlasfaserG Glasfaser

          @lumpers sagte in iobroker im LXC crasht bei Adapter Updates:

          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'

          erstmal hierzu :

          cd /opt/iobroker
          sudo -H -u iobroker npm install iobroker.js-controller
          iobroker restart
          

          dann was ich nicht verstehe ..

          bei einem anstehenden Adapter-Update

          ist dann immer diese Meldung !?

          Welche JS-Controller Version hast du bzw. zeige mal.

          iob diag
          

          aber die gesamte Full ausgabe in Code-Tags </> gesetzt .

          lumpersL Offline
          lumpersL Offline
          lumpers
          schrieb am zuletzt editiert von
          #5

          @glasfaser
          Danke für die Antwort.

          iob diag Ausgabe:
          ======== Start marking the full check here =========

          Skript v.2023-01-02
          
          *** BASE SYSTEM ***
          Architecture:   x86_64
          Docker:         false
          Virtualization: lxc
          Distributor ID: Debian
          Description:    Debian GNU/Linux 11 (bullseye)
          Release:        11
          Codename:       bullseye
          
          PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
          NAME="Debian GNU/Linux"
          VERSION_ID="11"
          VERSION="11 (bullseye)"
          VERSION_CODENAME=bullseye
          ID=debian
          HOME_URL="https://www.debian.org/"
          SUPPORT_URL="https://www.debian.org/support"
          BUG_REPORT_URL="https://bugs.debian.org/"
          
          Systemuptime and Load:
           12:33:51 up  1:07,  1 user,  load average: 0.07, 0.26, 0.33
          CPU threads: 4
          
          *** Time and Time Zones ***
          Sat Feb 18 11:33:51 UTC 2023
          Sat Feb 18 12:33:51 CET 2023
          CET +0100
          Europe/Berlin
          
          *** User and Groups ***
          schuadrx
          /home/schuadrx
          schuadrx sudo iobroker
          
          *** X-Server-Setup ***
          X-Server:       false
          Desktop:
          Terminal:       tty
          Boot Target:    graphical.target
          
          *** MEMORY ***
                         total        used        free      shared  buff/cache   available
          Mem:            8.1G        2.5G        5.1G        1.0M        427M        5.6G
          Swap:           512M          0B        512M
          Total:          8.6G        2.5G        5.7G
          
                   8092 M total memory
                   2517 M used memory
                    173 M active memory
                   2612 M inactive memory
                   5147 M free memory
                      0 M buffer memory
                    427 M swap cache
                    512 M total swap
                      0 M used swap
                    512 M free swap
          
          *** FILESYSTEM ***
          Filesystem                       Type      Size  Used Avail Use% Mounted on
          /dev/mapper/pve-vm--102--disk--0 ext4       79G  4.5G   70G   7% /
          none                             tmpfs     492K  4.0K  488K   1% /dev
          udev                             devtmpfs  7.8G     0  7.8G   0% /dev/ttyACM0
          tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
          tmpfs                            tmpfs     3.1G  1.6M  3.1G   1% /run
          tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
          tmpfs                            tmpfs     1.6G     0  1.6G   0% /run/user/1000
          
          Messages in dmesg:
          [Mon Feb 13 13:56:04 2023] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 13:56:04 2023] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
          [Mon Feb 13 13:58:49 2023] EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 13:59:31 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 14:55:06 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 14:55:33 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 15:05:10 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 15:07:33 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 15:36:44 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 15:40:44 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 16:05:37 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 16:44:36 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 16:45:03 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 19:11:54 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 19:36:47 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 20:12:03 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 20:26:02 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 20:52:15 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Mon Feb 13 21:28:49 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Tue Feb 14 02:00:40 2023] EXT4-fs (dm-10): write access unavailable, skipping orphan cleanup
          [Tue Feb 14 02:00:40 2023] EXT4-fs (dm-10): mounted filesystem without journal. Opts: noload. Quota mode: none.
          [Tue Feb 14 02:01:41 2023] EXT4-fs (dm-10): write access unavailable, skipping orphan cleanup
          [Tue Feb 14 02:01:41 2023] EXT4-fs (dm-10): mounted filesystem without journal. Opts: noload. Quota mode: none.
          [Tue Feb 14 09:52:55 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Tue Feb 14 11:27:56 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Tue Feb 14 12:55:00 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Tue Feb 14 13:02:33 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Tue Feb 14 14:52:03 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Tue Feb 14 15:05:08 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Wed Feb 15 02:00:36 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
          [Wed Feb 15 02:00:36 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
          [Wed Feb 15 02:01:35 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
          [Wed Feb 15 02:01:35 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
          [Thu Feb 16 09:44:49 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
          [Thu Feb 16 09:44:49 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
          [Thu Feb 16 09:46:36 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
          [Thu Feb 16 09:46:36 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
          [Fri Feb 17 02:00:42 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
          [Fri Feb 17 02:00:42 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
          [Fri Feb 17 02:01:44 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
          [Fri Feb 17 02:01:44 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
          [Fri Feb 17 10:35:22 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Sat Feb 18 02:00:40 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
          [Sat Feb 18 02:00:40 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
          [Sat Feb 18 02:01:43 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
          [Sat Feb 18 02:01:43 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
          [Sat Feb 18 11:14:08 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Sat Feb 18 11:19:23 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Sat Feb 18 11:25:07 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          [Sat Feb 18 11:26:33 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
          
          Show mounted filesystems (real ones only):
          TARGET SOURCE                           FSTYPE OPTIONS
          /      /dev/mapper/pve-vm--102--disk--0 ext4   rw,relatime,stripe=16
          
          Files in neuralgic directories:
          
          /var:
          468M    /var/
          225M    /var/cache
          221M    /var/cache/apt
          152M    /var/cache/apt/archives
          148M    /var/lib
          
          /opt/iobroker/backups:
          4.0K    /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          690M    /opt/iobroker/iobroker-data/
          535M    /opt/iobroker/iobroker-data/files
          102M    /opt/iobroker/iobroker-data/backup-objects
          78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
          62M     /opt/iobroker/iobroker-data/files/echarts.admin
          
          The five largest files in iobroker-data are:
          35M     /opt/iobroker/iobroker-data/objects.jsonl
          22M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.73f9c713.js.map
          22M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.73f9c713.js.map
          21M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.c034b4b0.js.map
          19M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.1f2fa060.js.map
          
          *** NodeJS-Installation ***
          
          /usr/bin/nodejs         v16.19.1
          /usr/bin/node           v16.19.1
          /usr/bin/npm            8.19.3
          /usr/bin/npx            8.19.3
          
          nodejs:
            Installed: 16.19.1-deb-1nodesource1
            Candidate: 16.19.1-deb-1nodesource1
            Version table:
           *** 16.19.1-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                  100 /var/lib/dpkg/status
               12.22.12~dfsg-1~deb11u3 500
                  500 http://security.debian.org bullseye-security/main amd64 Packages
               12.22.5~dfsg-2~11u1 500
                  500 http://deb.debian.org/debian bullseye/main amd64 Packages
          
          Temp directories causing npm8 problem: 0
          
          *** ioBroker-Installation ***
          
          ioBroker Status
          iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Core adapters versions
          js-controller:  4.0.24
          admin:          6.3.6
          javascript:     6.1.4
          
          Adapters from github:   1
          
          Adapter State
          + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 192.168.55.10, run as: admin
          + system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
            system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 -  enabled
            system.adapter.apple-find-me.0          : apple-find-me         : ioBroker                                 - disabled
          + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
          + system.adapter.bmw.0                    : bmw                   : ioBroker                                 -  enabled
          + system.adapter.cloud.0                  : cloud                 : ioBroker                                 -  enabled
            system.adapter.daswetter.0              : daswetter             : ioBroker                                 -  enabled
          + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
          + system.adapter.doorbird.0               : doorbird              : ioBroker                                 -  enabled
            system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
            system.adapter.echarts.0                : echarts               : ioBroker                                 - disabled
          + system.adapter.email.0                  : email                 : ioBroker                                 -  enabled
          + system.adapter.fb-checkpresence.0       : fb-checkpresence      : ioBroker                                 -  enabled
            system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
            system.adapter.flot.0                   : flot                  : ioBroker                                 -  enabled
          + system.adapter.fritzbox.0               : fritzbox              : ioBroker                                 -  enabled
          + system.adapter.history.0                : history               : ioBroker                                 -  enabled
          + system.adapter.hm-rega.0                : 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.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
          + system.adapter.hm-rpc.3                 : 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                                 -  enabled
            system.adapter.icons-icons8.0           : icons-icons8          : ioBroker                                 -  enabled
            system.adapter.icons-material-png.0     : icons-material-png    : ioBroker                                 -  enabled
            system.adapter.icons-mfd-png.0          : icons-mfd-png         : ioBroker                                 -  enabled
            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBroker                                 -  enabled
            system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: ioBroker                                 -  enabled
          + system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
          + system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
            system.adapter.iqontrol.0               : iqontrol              : ioBroker                                 - disabled
          + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
            system.adapter.lgtv11.0                 : lgtv11                : ioBroker                                 - disabled, port: 8080
          + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1884, bind: 192.168.55.10
          + system.adapter.nuki-extended.0          : nuki-extended         : ioBroker                                 -  enabled
            system.adapter.nuki.0                   : nuki                  : ioBroker                                 - disabled
            system.adapter.octoprint.0              : octoprint             : ioBroker                                 - disabled
            system.adapter.onvif.0                  : onvif                 : ioBroker                                 - disabled
            system.adapter.paw.0                    : paw                   : ioBroker                                 - disabled, port: 8898
            system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 - disabled
          + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
            system.adapter.places.0                 : places                : ioBroker                                 - disabled
          + system.adapter.pollenflug.0             : pollenflug            : ioBroker                                 -  enabled
          + system.adapter.radar2.0                 : radar2                : ioBroker                                 -  enabled
            system.adapter.rpi2.0                   : rpi2                  : ioBroker                                 - disabled
          + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 192.168.55.10, run as: admin
            system.adapter.smartmeter.0             : smartmeter            : ioBroker                                 - disabled
          + system.adapter.snmp.0                   : snmp                  : ioBroker                                 -  enabled
          + system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 192.168.55.10, run as: admin
          + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1883, bind: 192.168.55.10
          + 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.tvspielfilm.0            : tvspielfilm           : ioBroker                                 -  enabled
          + system.adapter.upnp.0                   : upnp                  : ioBroker                                 -  enabled
            system.adapter.vis-bars.0               : vis-bars              : ioBroker                                 -  enabled
            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker                                 -  enabled
            system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 -  enabled
            system.adapter.vis-history.0            : vis-history           : ioBroker                                 -  enabled
            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 -  enabled
            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 -  enabled
            system.adapter.vis-justgage.0           : vis-justgage          : ioBroker                                 -  enabled
            system.adapter.vis-map.0                : vis-map               : ioBroker                                 -  enabled
            system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 -  enabled
            system.adapter.vis-metro.0              : vis-metro             : ioBroker                                 -  enabled
            system.adapter.vis-players.0            : vis-players           : ioBroker                                 -  enabled
            system.adapter.vis-rgraph.0             : vis-rgraph            : ioBroker                                 -  enabled
            system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 -  enabled
            system.adapter.vis-weather.0            : vis-weather           : ioBroker                                 -  enabled
            system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
            system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
          + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 192.168.55.10, run as: admin
          + system.adapter.wled.0                   : wled                  : ioBroker                                 -  enabled
          + system.adapter.yahka.0                  : yahka                 : ioBroker                                 -  enabled
          + system.adapter.zwave2.0                 : zwave2                : ioBroker                                 -  enabled
          
          + instance is alive
          
          Enabled adapters with bindings
          + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 192.168.55.10, 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.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
          + system.adapter.hm-rpc.3                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
          + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1884, bind: 192.168.55.10
          + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 192.168.55.10, run as: admin
          + system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 192.168.55.10, run as: admin
          + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1883, bind: 192.168.55.10
          + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
          + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 192.168.55.10, run as: admin
          
          ioBroker-Repositories
          Stable (default): http://download.iobroker.net/sources-dist.json
          Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
          
          Active repo(s): Beta (latest)
          
          Installed ioBroker-Instances
          Used repository: Beta (latest)
          Adapter    "admin"        : 6.3.6    , installed 6.3.6
          Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
          Adapter    "alias-manager": 1.2.6    , installed 1.2.6
          Adapter    "apple-find-me": 0.0.15   , installed 0.0.15
          Adapter    "backitup"     : 2.6.0    , installed 2.5.12 [Updatable]
          Adapter    "bmw"          : 2.5.7    , installed 2.5.7
          Adapter    "cloud"        : 4.3.1    , installed 4.3.1
          Adapter    "daswetter"    : 3.1.7    , installed 3.1.7
          Adapter    "discovery"    : 3.1.0    , installed 3.1.0
          Adapter    "doorbird"     : 0.1.5    , installed 0.1.5
          Adapter    "dwd"          : 2.8.3    , installed 2.8.3
          Adapter    "echarts"      : 1.4.6    , installed 1.3.4  [Updatable]
          Adapter    "email"        : 1.1.4    , installed 1.1.4
          Adapter    "fb-checkpresence": 1.1.25, installed 1.1.25
          Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
          Adapter    "flot"         : 1.12.0   , installed 1.12.0
          Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
          Adapter    "history"      : 2.2.4    , installed 2.2.4
          Adapter    "hm-rega"      : 3.0.43   , installed 3.0.43
          Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
          Adapter    "ical"         : 1.13.2   , installed 1.13.2
          Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
          Adapter    "icons-material-png": 0.1.0, installed 0.1.0
          Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
          Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
          Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3
          Adapter    "info"         : 1.9.26   , installed 1.9.26
          Adapter    "iot"          : 1.14.3   , installed 1.14.3
          Adapter    "iqontrol"     : 2.1.0    , installed 2.1.0
          Adapter    "javascript"   : 6.2.0    , installed 6.1.4  [Updatable]
          Controller "js-controller": 4.0.24   , installed 4.0.24
          Adapter    "lgtv11"       : 1.0.5    , installed 1.0.5
          Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
          Adapter    "nuki"         : 1.6.0    , installed 1.6.0
          Adapter    "nuki-extended": 2.6.5    , installed 2.6.5
          Adapter    "octoprint"    : 4.1.0    , installed 4.1.0
          Adapter    "onvif"        : 0.4.4    , installed 0.4.4
          Adapter    "paw"          : 0.3.2    , installed 0.3.2
          Adapter    "pi-hole"      : 1.3.4    , installed 1.3.4
          Adapter    "ping"         : 1.5.3    , installed 1.5.3
          Adapter    "places"       : 1.1.2    , installed 1.1.2
          Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
          Adapter    "radar2"       : 2.0.7    , installed 2.0.7
          Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
          Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
          Adapter    "snmp"         : 2.3.0    , installed 2.3.0
          Adapter    "socketio"     : 6.3.3    , installed 6.3.3
          Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
          Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.6  [Updatable]
          Adapter    "telegram"     : 1.15.6   , installed 1.15.2 [Updatable]
          Adapter    "text2command" : 3.0.0    , installed 2.3.0  [Updatable]
          Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
          Adapter    "trashschedule": 2.2.0    , installed 2.2.0
          Adapter    "tvspielfilm"  : 2.0.5    , installed 2.0.5
          Adapter    "upnp"         : 1.0.21   , installed 1.0.21
          Adapter    "vis"          : 1.4.16   , installed 1.4.16
          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
          Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
          Adapter    "vis-hqwidgets": 1.3.1    , installed 1.3.1
          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
          Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
          Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
          Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
          Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
          Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
          Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
          Adapter    "weatherunderground": 3.4.2, installed 3.4.2
          Adapter    "web"          : 5.5.0    , installed 5.4.3  [Updatable]
          Adapter    "wled"         : 0.6.7    , installed 0.6.7
          Adapter    "ws"           : 2.3.5    , installed 2.3.5
          Adapter    "yahka"        : 0.17.0   , installed 0.17.0
          Adapter    "zwave2"       : 3.0.5    , installed 3.0.5
          
          Objects and States
          Please stand by - This may take a while
          Objects:        23307
          States:         20751
          
          *** OS-Repositories and Updates ***
          Hit:1 http://deb.debian.org/debian bullseye InRelease
          Hit:2 http://security.debian.org bullseye-security InRelease
          Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
          Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease
          Reading package lists...
          Pending Updates: 1
          
          *** 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:5355            0.0.0.0:*               LISTEN      104        18721659   108/systemd-resolve
          tcp        0      0 192.168.55.10:49292     0.0.0.0:*               LISTEN      1001       18730075   769/io.hm-rpc.3
          tcp        0      0 192.168.55.10:8701      0.0.0.0:*               LISTEN      1001       18726845   724/io.hm-rpc.1
          tcp        0      0 0.0.0.0:39521           0.0.0.0:*               LISTEN      1001       18734150   1101/io.yahka.0
          tcp        0      0 192.168.55.10:42010     0.0.0.0:*               LISTEN      1001       18727822   743/io.hm-rpc.2
          tcp        0      0 192.168.55.10:42001     0.0.0.0:*               LISTEN      1001       18728544   698/io.hm-rpc.0
          tcp        0      0 192.168.55.10:1883      0.0.0.0:*               LISTEN      1001       18729836   951/io.sonoff.0
          tcp        0      0 192.168.55.10:1884      0.0.0.0:*               LISTEN      1001       18728864   814/io.mqtt.0
          tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          18721726   194/smbd
          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          18723133   1/init
          tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          18721727   194/smbd
          tcp        0      0 192.168.55.10:8100      0.0.0.0:*               LISTEN      1001       18732974   1210/io.doorbird.0
          tcp        0      0 192.168.55.10:8081      0.0.0.0:*               LISTEN      1001       18724575   465/io.admin.0
          tcp        0      0 192.168.55.10:8082      0.0.0.0:*               LISTEN      1001       18735950   1872/io.web.0
          tcp        0      0 192.168.55.10:8084      0.0.0.0:*               LISTEN      1001       18737511   1775/io.socketio.0
          tcp        0      0 192.168.55.10:8087      0.0.0.0:*               LISTEN      1001       18737386   1723/io.simple-api.
          tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          18723922   303/master
          tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      104        18721665   108/systemd-resolve
          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       18724943   118/iobroker.js-con
          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       18723322   118/iobroker.js-con
          tcp6       0      0 :::5355                 :::*                    LISTEN      104        18721662   108/systemd-resolve
          tcp6       0      0 :::445                  :::*                    LISTEN      0          18721724   194/smbd
          tcp6       0      0 :::111                  :::*                    LISTEN      0          18723136   1/init
          tcp6       0      0 :::22                   :::*                    LISTEN      0          18720504   1/init
          tcp6       0      0 :::139                  :::*                    LISTEN      0          18721725   194/smbd
          tcp6       0      0 ::1:25                  :::*                    LISTEN      0          18723923   303/master
          tcp6       0      0 :::51989                :::*                    LISTEN      1001       18732045   847/io.nuki-extende
          udp        0      0 127.0.0.53:53           0.0.0.0:*                           104        18721664   108/systemd-resolve
          udp        0      0 0.0.0.0:67              0.0.0.0:*                           1001       18730358   895/io.radar2.0
          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          18722643   1/init
          udp        0      0 192.168.55.255:137      0.0.0.0:*                           0          18722814   131/nmbd
          udp        0      0 192.168.55.10:137       0.0.0.0:*                           0          18722813   131/nmbd
          udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          18722800   131/nmbd
          udp        0      0 192.168.55.255:138      0.0.0.0:*                           0          18722816   131/nmbd
          udp        0      0 192.168.55.10:138       0.0.0.0:*                           0          18722815   131/nmbd
          udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          18722801   131/nmbd
          udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       18738903   1857/io.upnp.0
          udp        0      0 0.0.0.0:35894           0.0.0.0:*                           1001       18736816   1756/io.snmp.0
          udp        0      0 0.0.0.0:37070           0.0.0.0:*                           1001       18738718   1857/io.upnp.0
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       18737931   1890/io.wled.0
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       18734147   1101/io.yahka.0
          udp        0      0 192.168.55.10:5353      0.0.0.0:*                           1001       18729946   989/io.tr-064.0
          udp        0      0 0.0.0.0:5355            0.0.0.0:*                           104        18721658   108/systemd-resolve
          udp6       0      0 :::111                  :::*                                0          18720417   1/init
          udp6       0      0 :::5355                 :::*                                104        18721661   108/systemd-resolve
          
          *** Log File - Last 25 Lines ***
          
          2023-02-18 12:34:15.675  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Yesterday: {"val":0,"ack":true,"ts":1676720055490,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676502003758}
          2023-02-18 12:34:15.683  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Today","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Today","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Gosund-SP112-6 ENERGY  Today"},"native":{},"type":"state"},"cbArg":0}
          2023-02-18 12:34:15.684  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Today
          2023-02-18 12:34:15.739  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Today: {"val":0,"ack":true,"ts":1676720055730,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676415603414}
          2023-02-18 12:34:15.740  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Period","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Period","common":{"role":"value","read":true,"write":false,"type":"number","name":"Gosund-SP112-6 ENERGY  Period"},"native":{},"type":"state"},"cbArg":0}
          2023-02-18 12:34:15.740  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Period
          2023-02-18 12:34:15.784  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Period: {"val":0,"ack":true,"ts":1676720055782,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397413210}
          2023-02-18 12:34:15.784  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Power","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Power","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"W","name":"Gosund-SP112-6 ENERGY  Power"},"native":{},"type":"state"},"cbArg":0}
          2023-02-18 12:34:15.784  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Power
          2023-02-18 12:34:15.828  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Power: {"val":0,"ack":true,"ts":1676720055826,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403223}
          2023-02-18 12:34:15.830  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_ApparentPower","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_ApparentPower","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"VA","name":"Gosund-SP112-6 ENERGY  ApparentPower"},"native":{},"type":"state"},"cbArg":0}
          2023-02-18 12:34:15.830  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_ApparentPower
          2023-02-18 12:34:15.880  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_ApparentPower: {"val":0,"ack":true,"ts":1676720055878,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403266}
          2023-02-18 12:34:15.880  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_ReactivePower","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_ReactivePower","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"var","name":"Gosund-SP112-6 ENERGY  ReactivePower"},"native":{},"type":"state"},"cbArg":0}
          2023-02-18 12:34:15.880  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_ReactivePower
          2023-02-18 12:34:15.923  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_ReactivePower: {"val":0,"ack":true,"ts":1676720055922,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676201763747}
          2023-02-18 12:34:15.924  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Factor","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Factor","common":{"type":"number","role":"value","read":true,"write":false,"name":"Gosund-SP112-6 ENERGY  Factor"},"native":{},"type":"state"},"cbArg":0}
          2023-02-18 12:34:15.924  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Factor
          2023-02-18 12:34:15.971  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Factor: {"val":0,"ack":true,"ts":1676720055970,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403447}
          2023-02-18 12:34:15.972  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Voltage","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Voltage","common":{"type":"number","role":"value.voltage","read":true,"write":false,"unit":"V","name":"Gosund-SP112-6 ENERGY  Voltage"},"native":{},"type":"state"},"cbArg":0}
          2023-02-18 12:34:15.972  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Voltage
          2023-02-18 12:34:16.015  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Voltage: {"val":0,"ack":true,"ts":1676720056014,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403490}
          2023-02-18 12:34:16.016  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Current","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Current","common":{"type":"number","role":"value.current","read":true,"write":false,"unit":"A","name":"Gosund-SP112-6 ENERGY  Current"},"native":{},"type":"state"},"cbArg":0}
          2023-02-18 12:34:16.016  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Current
          2023-02-18 12:34:16.060  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Current: {"val":0,"ack":true,"ts":1676720056058,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403535}
          
          

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

          iob diag has finished.

          Press any key for a summary

          GlasfaserG wendy2702W 2 Antworten Letzte Antwort
          0
          • lumpersL lumpers

            @glasfaser
            Danke für die Antwort.

            iob diag Ausgabe:
            ======== Start marking the full check here =========

            Skript v.2023-01-02
            
            *** BASE SYSTEM ***
            Architecture:   x86_64
            Docker:         false
            Virtualization: lxc
            Distributor ID: Debian
            Description:    Debian GNU/Linux 11 (bullseye)
            Release:        11
            Codename:       bullseye
            
            PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
            NAME="Debian GNU/Linux"
            VERSION_ID="11"
            VERSION="11 (bullseye)"
            VERSION_CODENAME=bullseye
            ID=debian
            HOME_URL="https://www.debian.org/"
            SUPPORT_URL="https://www.debian.org/support"
            BUG_REPORT_URL="https://bugs.debian.org/"
            
            Systemuptime and Load:
             12:33:51 up  1:07,  1 user,  load average: 0.07, 0.26, 0.33
            CPU threads: 4
            
            *** Time and Time Zones ***
            Sat Feb 18 11:33:51 UTC 2023
            Sat Feb 18 12:33:51 CET 2023
            CET +0100
            Europe/Berlin
            
            *** User and Groups ***
            schuadrx
            /home/schuadrx
            schuadrx sudo iobroker
            
            *** X-Server-Setup ***
            X-Server:       false
            Desktop:
            Terminal:       tty
            Boot Target:    graphical.target
            
            *** MEMORY ***
                           total        used        free      shared  buff/cache   available
            Mem:            8.1G        2.5G        5.1G        1.0M        427M        5.6G
            Swap:           512M          0B        512M
            Total:          8.6G        2.5G        5.7G
            
                     8092 M total memory
                     2517 M used memory
                      173 M active memory
                     2612 M inactive memory
                     5147 M free memory
                        0 M buffer memory
                      427 M swap cache
                      512 M total swap
                        0 M used swap
                      512 M free swap
            
            *** FILESYSTEM ***
            Filesystem                       Type      Size  Used Avail Use% Mounted on
            /dev/mapper/pve-vm--102--disk--0 ext4       79G  4.5G   70G   7% /
            none                             tmpfs     492K  4.0K  488K   1% /dev
            udev                             devtmpfs  7.8G     0  7.8G   0% /dev/ttyACM0
            tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
            tmpfs                            tmpfs     3.1G  1.6M  3.1G   1% /run
            tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
            tmpfs                            tmpfs     1.6G     0  1.6G   0% /run/user/1000
            
            Messages in dmesg:
            [Mon Feb 13 13:56:04 2023] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 13:56:04 2023] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
            [Mon Feb 13 13:58:49 2023] EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 13:59:31 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 14:55:06 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 14:55:33 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 15:05:10 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 15:07:33 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 15:36:44 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 15:40:44 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 16:05:37 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 16:44:36 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 16:45:03 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 19:11:54 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 19:36:47 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 20:12:03 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 20:26:02 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 20:52:15 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Mon Feb 13 21:28:49 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Tue Feb 14 02:00:40 2023] EXT4-fs (dm-10): write access unavailable, skipping orphan cleanup
            [Tue Feb 14 02:00:40 2023] EXT4-fs (dm-10): mounted filesystem without journal. Opts: noload. Quota mode: none.
            [Tue Feb 14 02:01:41 2023] EXT4-fs (dm-10): write access unavailable, skipping orphan cleanup
            [Tue Feb 14 02:01:41 2023] EXT4-fs (dm-10): mounted filesystem without journal. Opts: noload. Quota mode: none.
            [Tue Feb 14 09:52:55 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Tue Feb 14 11:27:56 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Tue Feb 14 12:55:00 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Tue Feb 14 13:02:33 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Tue Feb 14 14:52:03 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Tue Feb 14 15:05:08 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Wed Feb 15 02:00:36 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
            [Wed Feb 15 02:00:36 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
            [Wed Feb 15 02:01:35 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
            [Wed Feb 15 02:01:35 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
            [Thu Feb 16 09:44:49 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
            [Thu Feb 16 09:44:49 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
            [Thu Feb 16 09:46:36 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
            [Thu Feb 16 09:46:36 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
            [Fri Feb 17 02:00:42 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
            [Fri Feb 17 02:00:42 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
            [Fri Feb 17 02:01:44 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
            [Fri Feb 17 02:01:44 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
            [Fri Feb 17 10:35:22 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Sat Feb 18 02:00:40 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
            [Sat Feb 18 02:00:40 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
            [Sat Feb 18 02:01:43 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
            [Sat Feb 18 02:01:43 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
            [Sat Feb 18 11:14:08 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Sat Feb 18 11:19:23 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Sat Feb 18 11:25:07 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            [Sat Feb 18 11:26:33 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
            
            Show mounted filesystems (real ones only):
            TARGET SOURCE                           FSTYPE OPTIONS
            /      /dev/mapper/pve-vm--102--disk--0 ext4   rw,relatime,stripe=16
            
            Files in neuralgic directories:
            
            /var:
            468M    /var/
            225M    /var/cache
            221M    /var/cache/apt
            152M    /var/cache/apt/archives
            148M    /var/lib
            
            /opt/iobroker/backups:
            4.0K    /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            690M    /opt/iobroker/iobroker-data/
            535M    /opt/iobroker/iobroker-data/files
            102M    /opt/iobroker/iobroker-data/backup-objects
            78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
            62M     /opt/iobroker/iobroker-data/files/echarts.admin
            
            The five largest files in iobroker-data are:
            35M     /opt/iobroker/iobroker-data/objects.jsonl
            22M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.73f9c713.js.map
            22M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.73f9c713.js.map
            21M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.c034b4b0.js.map
            19M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.1f2fa060.js.map
            
            *** NodeJS-Installation ***
            
            /usr/bin/nodejs         v16.19.1
            /usr/bin/node           v16.19.1
            /usr/bin/npm            8.19.3
            /usr/bin/npx            8.19.3
            
            nodejs:
              Installed: 16.19.1-deb-1nodesource1
              Candidate: 16.19.1-deb-1nodesource1
              Version table:
             *** 16.19.1-deb-1nodesource1 500
                    500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                    100 /var/lib/dpkg/status
                 12.22.12~dfsg-1~deb11u3 500
                    500 http://security.debian.org bullseye-security/main amd64 Packages
                 12.22.5~dfsg-2~11u1 500
                    500 http://deb.debian.org/debian bullseye/main amd64 Packages
            
            Temp directories causing npm8 problem: 0
            
            *** ioBroker-Installation ***
            
            ioBroker Status
            iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Core adapters versions
            js-controller:  4.0.24
            admin:          6.3.6
            javascript:     6.1.4
            
            Adapters from github:   1
            
            Adapter State
            + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 192.168.55.10, run as: admin
            + system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
              system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 -  enabled
              system.adapter.apple-find-me.0          : apple-find-me         : ioBroker                                 - disabled
            + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
            + system.adapter.bmw.0                    : bmw                   : ioBroker                                 -  enabled
            + system.adapter.cloud.0                  : cloud                 : ioBroker                                 -  enabled
              system.adapter.daswetter.0              : daswetter             : ioBroker                                 -  enabled
            + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
            + system.adapter.doorbird.0               : doorbird              : ioBroker                                 -  enabled
              system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
              system.adapter.echarts.0                : echarts               : ioBroker                                 - disabled
            + system.adapter.email.0                  : email                 : ioBroker                                 -  enabled
            + system.adapter.fb-checkpresence.0       : fb-checkpresence      : ioBroker                                 -  enabled
              system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
              system.adapter.flot.0                   : flot                  : ioBroker                                 -  enabled
            + system.adapter.fritzbox.0               : fritzbox              : ioBroker                                 -  enabled
            + system.adapter.history.0                : history               : ioBroker                                 -  enabled
            + system.adapter.hm-rega.0                : 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.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
            + system.adapter.hm-rpc.3                 : 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                                 -  enabled
              system.adapter.icons-icons8.0           : icons-icons8          : ioBroker                                 -  enabled
              system.adapter.icons-material-png.0     : icons-material-png    : ioBroker                                 -  enabled
              system.adapter.icons-mfd-png.0          : icons-mfd-png         : ioBroker                                 -  enabled
              system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBroker                                 -  enabled
              system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: ioBroker                                 -  enabled
            + system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
            + system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
              system.adapter.iqontrol.0               : iqontrol              : ioBroker                                 - disabled
            + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
              system.adapter.lgtv11.0                 : lgtv11                : ioBroker                                 - disabled, port: 8080
            + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1884, bind: 192.168.55.10
            + system.adapter.nuki-extended.0          : nuki-extended         : ioBroker                                 -  enabled
              system.adapter.nuki.0                   : nuki                  : ioBroker                                 - disabled
              system.adapter.octoprint.0              : octoprint             : ioBroker                                 - disabled
              system.adapter.onvif.0                  : onvif                 : ioBroker                                 - disabled
              system.adapter.paw.0                    : paw                   : ioBroker                                 - disabled, port: 8898
              system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 - disabled
            + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
              system.adapter.places.0                 : places                : ioBroker                                 - disabled
            + system.adapter.pollenflug.0             : pollenflug            : ioBroker                                 -  enabled
            + system.adapter.radar2.0                 : radar2                : ioBroker                                 -  enabled
              system.adapter.rpi2.0                   : rpi2                  : ioBroker                                 - disabled
            + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 192.168.55.10, run as: admin
              system.adapter.smartmeter.0             : smartmeter            : ioBroker                                 - disabled
            + system.adapter.snmp.0                   : snmp                  : ioBroker                                 -  enabled
            + system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 192.168.55.10, run as: admin
            + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1883, bind: 192.168.55.10
            + 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.tvspielfilm.0            : tvspielfilm           : ioBroker                                 -  enabled
            + system.adapter.upnp.0                   : upnp                  : ioBroker                                 -  enabled
              system.adapter.vis-bars.0               : vis-bars              : ioBroker                                 -  enabled
              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker                                 -  enabled
              system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 -  enabled
              system.adapter.vis-history.0            : vis-history           : ioBroker                                 -  enabled
              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 -  enabled
              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 -  enabled
              system.adapter.vis-justgage.0           : vis-justgage          : ioBroker                                 -  enabled
              system.adapter.vis-map.0                : vis-map               : ioBroker                                 -  enabled
              system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 -  enabled
              system.adapter.vis-metro.0              : vis-metro             : ioBroker                                 -  enabled
              system.adapter.vis-players.0            : vis-players           : ioBroker                                 -  enabled
              system.adapter.vis-rgraph.0             : vis-rgraph            : ioBroker                                 -  enabled
              system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 -  enabled
              system.adapter.vis-weather.0            : vis-weather           : ioBroker                                 -  enabled
              system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
              system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
            + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 192.168.55.10, run as: admin
            + system.adapter.wled.0                   : wled                  : ioBroker                                 -  enabled
            + system.adapter.yahka.0                  : yahka                 : ioBroker                                 -  enabled
            + system.adapter.zwave2.0                 : zwave2                : ioBroker                                 -  enabled
            
            + instance is alive
            
            Enabled adapters with bindings
            + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 192.168.55.10, 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.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
            + system.adapter.hm-rpc.3                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
            + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1884, bind: 192.168.55.10
            + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 192.168.55.10, run as: admin
            + system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 192.168.55.10, run as: admin
            + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1883, bind: 192.168.55.10
            + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
            + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 192.168.55.10, run as: admin
            
            ioBroker-Repositories
            Stable (default): http://download.iobroker.net/sources-dist.json
            Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
            
            Active repo(s): Beta (latest)
            
            Installed ioBroker-Instances
            Used repository: Beta (latest)
            Adapter    "admin"        : 6.3.6    , installed 6.3.6
            Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
            Adapter    "alias-manager": 1.2.6    , installed 1.2.6
            Adapter    "apple-find-me": 0.0.15   , installed 0.0.15
            Adapter    "backitup"     : 2.6.0    , installed 2.5.12 [Updatable]
            Adapter    "bmw"          : 2.5.7    , installed 2.5.7
            Adapter    "cloud"        : 4.3.1    , installed 4.3.1
            Adapter    "daswetter"    : 3.1.7    , installed 3.1.7
            Adapter    "discovery"    : 3.1.0    , installed 3.1.0
            Adapter    "doorbird"     : 0.1.5    , installed 0.1.5
            Adapter    "dwd"          : 2.8.3    , installed 2.8.3
            Adapter    "echarts"      : 1.4.6    , installed 1.3.4  [Updatable]
            Adapter    "email"        : 1.1.4    , installed 1.1.4
            Adapter    "fb-checkpresence": 1.1.25, installed 1.1.25
            Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
            Adapter    "flot"         : 1.12.0   , installed 1.12.0
            Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
            Adapter    "history"      : 2.2.4    , installed 2.2.4
            Adapter    "hm-rega"      : 3.0.43   , installed 3.0.43
            Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
            Adapter    "ical"         : 1.13.2   , installed 1.13.2
            Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
            Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
            Adapter    "icons-material-png": 0.1.0, installed 0.1.0
            Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
            Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
            Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3
            Adapter    "info"         : 1.9.26   , installed 1.9.26
            Adapter    "iot"          : 1.14.3   , installed 1.14.3
            Adapter    "iqontrol"     : 2.1.0    , installed 2.1.0
            Adapter    "javascript"   : 6.2.0    , installed 6.1.4  [Updatable]
            Controller "js-controller": 4.0.24   , installed 4.0.24
            Adapter    "lgtv11"       : 1.0.5    , installed 1.0.5
            Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
            Adapter    "nuki"         : 1.6.0    , installed 1.6.0
            Adapter    "nuki-extended": 2.6.5    , installed 2.6.5
            Adapter    "octoprint"    : 4.1.0    , installed 4.1.0
            Adapter    "onvif"        : 0.4.4    , installed 0.4.4
            Adapter    "paw"          : 0.3.2    , installed 0.3.2
            Adapter    "pi-hole"      : 1.3.4    , installed 1.3.4
            Adapter    "ping"         : 1.5.3    , installed 1.5.3
            Adapter    "places"       : 1.1.2    , installed 1.1.2
            Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
            Adapter    "radar2"       : 2.0.7    , installed 2.0.7
            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
            Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
            Adapter    "snmp"         : 2.3.0    , installed 2.3.0
            Adapter    "socketio"     : 6.3.3    , installed 6.3.3
            Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
            Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.6  [Updatable]
            Adapter    "telegram"     : 1.15.6   , installed 1.15.2 [Updatable]
            Adapter    "text2command" : 3.0.0    , installed 2.3.0  [Updatable]
            Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
            Adapter    "trashschedule": 2.2.0    , installed 2.2.0
            Adapter    "tvspielfilm"  : 2.0.5    , installed 2.0.5
            Adapter    "upnp"         : 1.0.21   , installed 1.0.21
            Adapter    "vis"          : 1.4.16   , installed 1.4.16
            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
            Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
            Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
            Adapter    "vis-hqwidgets": 1.3.1    , installed 1.3.1
            Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
            Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
            Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
            Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
            Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
            Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
            Adapter    "weatherunderground": 3.4.2, installed 3.4.2
            Adapter    "web"          : 5.5.0    , installed 5.4.3  [Updatable]
            Adapter    "wled"         : 0.6.7    , installed 0.6.7
            Adapter    "ws"           : 2.3.5    , installed 2.3.5
            Adapter    "yahka"        : 0.17.0   , installed 0.17.0
            Adapter    "zwave2"       : 3.0.5    , installed 3.0.5
            
            Objects and States
            Please stand by - This may take a while
            Objects:        23307
            States:         20751
            
            *** OS-Repositories and Updates ***
            Hit:1 http://deb.debian.org/debian bullseye InRelease
            Hit:2 http://security.debian.org bullseye-security InRelease
            Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
            Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease
            Reading package lists...
            Pending Updates: 1
            
            *** 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:5355            0.0.0.0:*               LISTEN      104        18721659   108/systemd-resolve
            tcp        0      0 192.168.55.10:49292     0.0.0.0:*               LISTEN      1001       18730075   769/io.hm-rpc.3
            tcp        0      0 192.168.55.10:8701      0.0.0.0:*               LISTEN      1001       18726845   724/io.hm-rpc.1
            tcp        0      0 0.0.0.0:39521           0.0.0.0:*               LISTEN      1001       18734150   1101/io.yahka.0
            tcp        0      0 192.168.55.10:42010     0.0.0.0:*               LISTEN      1001       18727822   743/io.hm-rpc.2
            tcp        0      0 192.168.55.10:42001     0.0.0.0:*               LISTEN      1001       18728544   698/io.hm-rpc.0
            tcp        0      0 192.168.55.10:1883      0.0.0.0:*               LISTEN      1001       18729836   951/io.sonoff.0
            tcp        0      0 192.168.55.10:1884      0.0.0.0:*               LISTEN      1001       18728864   814/io.mqtt.0
            tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          18721726   194/smbd
            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          18723133   1/init
            tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          18721727   194/smbd
            tcp        0      0 192.168.55.10:8100      0.0.0.0:*               LISTEN      1001       18732974   1210/io.doorbird.0
            tcp        0      0 192.168.55.10:8081      0.0.0.0:*               LISTEN      1001       18724575   465/io.admin.0
            tcp        0      0 192.168.55.10:8082      0.0.0.0:*               LISTEN      1001       18735950   1872/io.web.0
            tcp        0      0 192.168.55.10:8084      0.0.0.0:*               LISTEN      1001       18737511   1775/io.socketio.0
            tcp        0      0 192.168.55.10:8087      0.0.0.0:*               LISTEN      1001       18737386   1723/io.simple-api.
            tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          18723922   303/master
            tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      104        18721665   108/systemd-resolve
            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       18724943   118/iobroker.js-con
            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       18723322   118/iobroker.js-con
            tcp6       0      0 :::5355                 :::*                    LISTEN      104        18721662   108/systemd-resolve
            tcp6       0      0 :::445                  :::*                    LISTEN      0          18721724   194/smbd
            tcp6       0      0 :::111                  :::*                    LISTEN      0          18723136   1/init
            tcp6       0      0 :::22                   :::*                    LISTEN      0          18720504   1/init
            tcp6       0      0 :::139                  :::*                    LISTEN      0          18721725   194/smbd
            tcp6       0      0 ::1:25                  :::*                    LISTEN      0          18723923   303/master
            tcp6       0      0 :::51989                :::*                    LISTEN      1001       18732045   847/io.nuki-extende
            udp        0      0 127.0.0.53:53           0.0.0.0:*                           104        18721664   108/systemd-resolve
            udp        0      0 0.0.0.0:67              0.0.0.0:*                           1001       18730358   895/io.radar2.0
            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          18722643   1/init
            udp        0      0 192.168.55.255:137      0.0.0.0:*                           0          18722814   131/nmbd
            udp        0      0 192.168.55.10:137       0.0.0.0:*                           0          18722813   131/nmbd
            udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          18722800   131/nmbd
            udp        0      0 192.168.55.255:138      0.0.0.0:*                           0          18722816   131/nmbd
            udp        0      0 192.168.55.10:138       0.0.0.0:*                           0          18722815   131/nmbd
            udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          18722801   131/nmbd
            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       18738903   1857/io.upnp.0
            udp        0      0 0.0.0.0:35894           0.0.0.0:*                           1001       18736816   1756/io.snmp.0
            udp        0      0 0.0.0.0:37070           0.0.0.0:*                           1001       18738718   1857/io.upnp.0
            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       18737931   1890/io.wled.0
            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       18734147   1101/io.yahka.0
            udp        0      0 192.168.55.10:5353      0.0.0.0:*                           1001       18729946   989/io.tr-064.0
            udp        0      0 0.0.0.0:5355            0.0.0.0:*                           104        18721658   108/systemd-resolve
            udp6       0      0 :::111                  :::*                                0          18720417   1/init
            udp6       0      0 :::5355                 :::*                                104        18721661   108/systemd-resolve
            
            *** Log File - Last 25 Lines ***
            
            2023-02-18 12:34:15.675  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Yesterday: {"val":0,"ack":true,"ts":1676720055490,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676502003758}
            2023-02-18 12:34:15.683  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Today","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Today","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Gosund-SP112-6 ENERGY  Today"},"native":{},"type":"state"},"cbArg":0}
            2023-02-18 12:34:15.684  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Today
            2023-02-18 12:34:15.739  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Today: {"val":0,"ack":true,"ts":1676720055730,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676415603414}
            2023-02-18 12:34:15.740  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Period","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Period","common":{"role":"value","read":true,"write":false,"type":"number","name":"Gosund-SP112-6 ENERGY  Period"},"native":{},"type":"state"},"cbArg":0}
            2023-02-18 12:34:15.740  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Period
            2023-02-18 12:34:15.784  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Period: {"val":0,"ack":true,"ts":1676720055782,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397413210}
            2023-02-18 12:34:15.784  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Power","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Power","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"W","name":"Gosund-SP112-6 ENERGY  Power"},"native":{},"type":"state"},"cbArg":0}
            2023-02-18 12:34:15.784  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Power
            2023-02-18 12:34:15.828  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Power: {"val":0,"ack":true,"ts":1676720055826,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403223}
            2023-02-18 12:34:15.830  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_ApparentPower","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_ApparentPower","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"VA","name":"Gosund-SP112-6 ENERGY  ApparentPower"},"native":{},"type":"state"},"cbArg":0}
            2023-02-18 12:34:15.830  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_ApparentPower
            2023-02-18 12:34:15.880  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_ApparentPower: {"val":0,"ack":true,"ts":1676720055878,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403266}
            2023-02-18 12:34:15.880  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_ReactivePower","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_ReactivePower","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"var","name":"Gosund-SP112-6 ENERGY  ReactivePower"},"native":{},"type":"state"},"cbArg":0}
            2023-02-18 12:34:15.880  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_ReactivePower
            2023-02-18 12:34:15.923  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_ReactivePower: {"val":0,"ack":true,"ts":1676720055922,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676201763747}
            2023-02-18 12:34:15.924  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Factor","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Factor","common":{"type":"number","role":"value","read":true,"write":false,"name":"Gosund-SP112-6 ENERGY  Factor"},"native":{},"type":"state"},"cbArg":0}
            2023-02-18 12:34:15.924  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Factor
            2023-02-18 12:34:15.971  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Factor: {"val":0,"ack":true,"ts":1676720055970,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403447}
            2023-02-18 12:34:15.972  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Voltage","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Voltage","common":{"type":"number","role":"value.voltage","read":true,"write":false,"unit":"V","name":"Gosund-SP112-6 ENERGY  Voltage"},"native":{},"type":"state"},"cbArg":0}
            2023-02-18 12:34:15.972  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Voltage
            2023-02-18 12:34:16.015  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Voltage: {"val":0,"ack":true,"ts":1676720056014,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403490}
            2023-02-18 12:34:16.016  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Current","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Current","common":{"type":"number","role":"value.current","read":true,"write":false,"unit":"A","name":"Gosund-SP112-6 ENERGY  Current"},"native":{},"type":"state"},"cbArg":0}
            2023-02-18 12:34:16.016  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Current
            2023-02-18 12:34:16.060  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Current: {"val":0,"ack":true,"ts":1676720056058,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403535}
            
            

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

            iob diag has finished.

            Press any key for a summary

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            schrieb am zuletzt editiert von
            #6

            @lumpers sagte in iobroker im LXC crasht bei Adapter Updates:

            debug: sonoff.0

            sieht erstmal alles gut aus ...

            Außer , warum loggst du den Sonoff Adapter im DEBUG .. der müllt dir dein Log zu !?

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            lumpersL wendy2702W 2 Antworten Letzte Antwort
            0
            • lumpersL lumpers

              @glasfaser
              Danke für die Antwort.

              iob diag Ausgabe:
              ======== Start marking the full check here =========

              Skript v.2023-01-02
              
              *** BASE SYSTEM ***
              Architecture:   x86_64
              Docker:         false
              Virtualization: lxc
              Distributor ID: Debian
              Description:    Debian GNU/Linux 11 (bullseye)
              Release:        11
              Codename:       bullseye
              
              PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
              NAME="Debian GNU/Linux"
              VERSION_ID="11"
              VERSION="11 (bullseye)"
              VERSION_CODENAME=bullseye
              ID=debian
              HOME_URL="https://www.debian.org/"
              SUPPORT_URL="https://www.debian.org/support"
              BUG_REPORT_URL="https://bugs.debian.org/"
              
              Systemuptime and Load:
               12:33:51 up  1:07,  1 user,  load average: 0.07, 0.26, 0.33
              CPU threads: 4
              
              *** Time and Time Zones ***
              Sat Feb 18 11:33:51 UTC 2023
              Sat Feb 18 12:33:51 CET 2023
              CET +0100
              Europe/Berlin
              
              *** User and Groups ***
              schuadrx
              /home/schuadrx
              schuadrx sudo iobroker
              
              *** X-Server-Setup ***
              X-Server:       false
              Desktop:
              Terminal:       tty
              Boot Target:    graphical.target
              
              *** MEMORY ***
                             total        used        free      shared  buff/cache   available
              Mem:            8.1G        2.5G        5.1G        1.0M        427M        5.6G
              Swap:           512M          0B        512M
              Total:          8.6G        2.5G        5.7G
              
                       8092 M total memory
                       2517 M used memory
                        173 M active memory
                       2612 M inactive memory
                       5147 M free memory
                          0 M buffer memory
                        427 M swap cache
                        512 M total swap
                          0 M used swap
                        512 M free swap
              
              *** FILESYSTEM ***
              Filesystem                       Type      Size  Used Avail Use% Mounted on
              /dev/mapper/pve-vm--102--disk--0 ext4       79G  4.5G   70G   7% /
              none                             tmpfs     492K  4.0K  488K   1% /dev
              udev                             devtmpfs  7.8G     0  7.8G   0% /dev/ttyACM0
              tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
              tmpfs                            tmpfs     3.1G  1.6M  3.1G   1% /run
              tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
              tmpfs                            tmpfs     1.6G     0  1.6G   0% /run/user/1000
              
              Messages in dmesg:
              [Mon Feb 13 13:56:04 2023] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 13:56:04 2023] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
              [Mon Feb 13 13:58:49 2023] EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 13:59:31 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 14:55:06 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 14:55:33 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 15:05:10 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 15:07:33 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 15:36:44 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 15:40:44 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 16:05:37 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 16:44:36 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 16:45:03 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 19:11:54 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 19:36:47 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 20:12:03 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 20:26:02 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 20:52:15 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Mon Feb 13 21:28:49 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Tue Feb 14 02:00:40 2023] EXT4-fs (dm-10): write access unavailable, skipping orphan cleanup
              [Tue Feb 14 02:00:40 2023] EXT4-fs (dm-10): mounted filesystem without journal. Opts: noload. Quota mode: none.
              [Tue Feb 14 02:01:41 2023] EXT4-fs (dm-10): write access unavailable, skipping orphan cleanup
              [Tue Feb 14 02:01:41 2023] EXT4-fs (dm-10): mounted filesystem without journal. Opts: noload. Quota mode: none.
              [Tue Feb 14 09:52:55 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Tue Feb 14 11:27:56 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Tue Feb 14 12:55:00 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Tue Feb 14 13:02:33 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Tue Feb 14 14:52:03 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Tue Feb 14 15:05:08 2023] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Wed Feb 15 02:00:36 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
              [Wed Feb 15 02:00:36 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
              [Wed Feb 15 02:01:35 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
              [Wed Feb 15 02:01:35 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
              [Thu Feb 16 09:44:49 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
              [Thu Feb 16 09:44:49 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
              [Thu Feb 16 09:46:36 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
              [Thu Feb 16 09:46:36 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
              [Fri Feb 17 02:00:42 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
              [Fri Feb 17 02:00:42 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
              [Fri Feb 17 02:01:44 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
              [Fri Feb 17 02:01:44 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
              [Fri Feb 17 10:35:22 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Sat Feb 18 02:00:40 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
              [Sat Feb 18 02:00:40 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
              [Sat Feb 18 02:01:43 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
              [Sat Feb 18 02:01:43 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
              [Sat Feb 18 11:14:08 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Sat Feb 18 11:19:23 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Sat Feb 18 11:25:07 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              [Sat Feb 18 11:26:33 2023] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
              
              Show mounted filesystems (real ones only):
              TARGET SOURCE                           FSTYPE OPTIONS
              /      /dev/mapper/pve-vm--102--disk--0 ext4   rw,relatime,stripe=16
              
              Files in neuralgic directories:
              
              /var:
              468M    /var/
              225M    /var/cache
              221M    /var/cache/apt
              152M    /var/cache/apt/archives
              148M    /var/lib
              
              /opt/iobroker/backups:
              4.0K    /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              690M    /opt/iobroker/iobroker-data/
              535M    /opt/iobroker/iobroker-data/files
              102M    /opt/iobroker/iobroker-data/backup-objects
              78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
              62M     /opt/iobroker/iobroker-data/files/echarts.admin
              
              The five largest files in iobroker-data are:
              35M     /opt/iobroker/iobroker-data/objects.jsonl
              22M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.73f9c713.js.map
              22M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.73f9c713.js.map
              21M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.c034b4b0.js.map
              19M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.1f2fa060.js.map
              
              *** NodeJS-Installation ***
              
              /usr/bin/nodejs         v16.19.1
              /usr/bin/node           v16.19.1
              /usr/bin/npm            8.19.3
              /usr/bin/npx            8.19.3
              
              nodejs:
                Installed: 16.19.1-deb-1nodesource1
                Candidate: 16.19.1-deb-1nodesource1
                Version table:
               *** 16.19.1-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                      100 /var/lib/dpkg/status
                   12.22.12~dfsg-1~deb11u3 500
                      500 http://security.debian.org bullseye-security/main amd64 Packages
                   12.22.5~dfsg-2~11u1 500
                      500 http://deb.debian.org/debian bullseye/main amd64 Packages
              
              Temp directories causing npm8 problem: 0
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Core adapters versions
              js-controller:  4.0.24
              admin:          6.3.6
              javascript:     6.1.4
              
              Adapters from github:   1
              
              Adapter State
              + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 192.168.55.10, run as: admin
              + system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
                system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 -  enabled
                system.adapter.apple-find-me.0          : apple-find-me         : ioBroker                                 - disabled
              + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
              + system.adapter.bmw.0                    : bmw                   : ioBroker                                 -  enabled
              + system.adapter.cloud.0                  : cloud                 : ioBroker                                 -  enabled
                system.adapter.daswetter.0              : daswetter             : ioBroker                                 -  enabled
              + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
              + system.adapter.doorbird.0               : doorbird              : ioBroker                                 -  enabled
                system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
                system.adapter.echarts.0                : echarts               : ioBroker                                 - disabled
              + system.adapter.email.0                  : email                 : ioBroker                                 -  enabled
              + system.adapter.fb-checkpresence.0       : fb-checkpresence      : ioBroker                                 -  enabled
                system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
                system.adapter.flot.0                   : flot                  : ioBroker                                 -  enabled
              + system.adapter.fritzbox.0               : fritzbox              : ioBroker                                 -  enabled
              + system.adapter.history.0                : history               : ioBroker                                 -  enabled
              + system.adapter.hm-rega.0                : 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.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
              + system.adapter.hm-rpc.3                 : 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                                 -  enabled
                system.adapter.icons-icons8.0           : icons-icons8          : ioBroker                                 -  enabled
                system.adapter.icons-material-png.0     : icons-material-png    : ioBroker                                 -  enabled
                system.adapter.icons-mfd-png.0          : icons-mfd-png         : ioBroker                                 -  enabled
                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBroker                                 -  enabled
                system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: ioBroker                                 -  enabled
              + system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
              + system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
                system.adapter.iqontrol.0               : iqontrol              : ioBroker                                 - disabled
              + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
                system.adapter.lgtv11.0                 : lgtv11                : ioBroker                                 - disabled, port: 8080
              + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1884, bind: 192.168.55.10
              + system.adapter.nuki-extended.0          : nuki-extended         : ioBroker                                 -  enabled
                system.adapter.nuki.0                   : nuki                  : ioBroker                                 - disabled
                system.adapter.octoprint.0              : octoprint             : ioBroker                                 - disabled
                system.adapter.onvif.0                  : onvif                 : ioBroker                                 - disabled
                system.adapter.paw.0                    : paw                   : ioBroker                                 - disabled, port: 8898
                system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 - disabled
              + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
                system.adapter.places.0                 : places                : ioBroker                                 - disabled
              + system.adapter.pollenflug.0             : pollenflug            : ioBroker                                 -  enabled
              + system.adapter.radar2.0                 : radar2                : ioBroker                                 -  enabled
                system.adapter.rpi2.0                   : rpi2                  : ioBroker                                 - disabled
              + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 192.168.55.10, run as: admin
                system.adapter.smartmeter.0             : smartmeter            : ioBroker                                 - disabled
              + system.adapter.snmp.0                   : snmp                  : ioBroker                                 -  enabled
              + system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 192.168.55.10, run as: admin
              + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1883, bind: 192.168.55.10
              + 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.tvspielfilm.0            : tvspielfilm           : ioBroker                                 -  enabled
              + system.adapter.upnp.0                   : upnp                  : ioBroker                                 -  enabled
                system.adapter.vis-bars.0               : vis-bars              : ioBroker                                 -  enabled
                system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker                                 -  enabled
                system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 -  enabled
                system.adapter.vis-history.0            : vis-history           : ioBroker                                 -  enabled
                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 -  enabled
                system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 -  enabled
                system.adapter.vis-justgage.0           : vis-justgage          : ioBroker                                 -  enabled
                system.adapter.vis-map.0                : vis-map               : ioBroker                                 -  enabled
                system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 -  enabled
                system.adapter.vis-metro.0              : vis-metro             : ioBroker                                 -  enabled
                system.adapter.vis-players.0            : vis-players           : ioBroker                                 -  enabled
                system.adapter.vis-rgraph.0             : vis-rgraph            : ioBroker                                 -  enabled
                system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 -  enabled
                system.adapter.vis-weather.0            : vis-weather           : ioBroker                                 -  enabled
                system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
                system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
              + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 192.168.55.10, run as: admin
              + system.adapter.wled.0                   : wled                  : ioBroker                                 -  enabled
              + system.adapter.yahka.0                  : yahka                 : ioBroker                                 -  enabled
              + system.adapter.zwave2.0                 : zwave2                : ioBroker                                 -  enabled
              
              + instance is alive
              
              Enabled adapters with bindings
              + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 192.168.55.10, 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.hm-rpc.2                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
              + system.adapter.hm-rpc.3                 : hm-rpc                : ioBroker                                 -  enabled, port: 0
              + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1884, bind: 192.168.55.10
              + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 192.168.55.10, run as: admin
              + system.adapter.socketio.0               : socketio              : ioBroker                                 -  enabled, port: 8084, bind: 192.168.55.10, run as: admin
              + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1883, bind: 192.168.55.10
              + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 192.168.55.10, run as: admin
              
              ioBroker-Repositories
              Stable (default): http://download.iobroker.net/sources-dist.json
              Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
              
              Active repo(s): Beta (latest)
              
              Installed ioBroker-Instances
              Used repository: Beta (latest)
              Adapter    "admin"        : 6.3.6    , installed 6.3.6
              Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
              Adapter    "alias-manager": 1.2.6    , installed 1.2.6
              Adapter    "apple-find-me": 0.0.15   , installed 0.0.15
              Adapter    "backitup"     : 2.6.0    , installed 2.5.12 [Updatable]
              Adapter    "bmw"          : 2.5.7    , installed 2.5.7
              Adapter    "cloud"        : 4.3.1    , installed 4.3.1
              Adapter    "daswetter"    : 3.1.7    , installed 3.1.7
              Adapter    "discovery"    : 3.1.0    , installed 3.1.0
              Adapter    "doorbird"     : 0.1.5    , installed 0.1.5
              Adapter    "dwd"          : 2.8.3    , installed 2.8.3
              Adapter    "echarts"      : 1.4.6    , installed 1.3.4  [Updatable]
              Adapter    "email"        : 1.1.4    , installed 1.1.4
              Adapter    "fb-checkpresence": 1.1.25, installed 1.1.25
              Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
              Adapter    "flot"         : 1.12.0   , installed 1.12.0
              Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
              Adapter    "history"      : 2.2.4    , installed 2.2.4
              Adapter    "hm-rega"      : 3.0.43   , installed 3.0.43
              Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
              Adapter    "ical"         : 1.13.2   , installed 1.13.2
              Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
              Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
              Adapter    "icons-material-png": 0.1.0, installed 0.1.0
              Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
              Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
              Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3
              Adapter    "info"         : 1.9.26   , installed 1.9.26
              Adapter    "iot"          : 1.14.3   , installed 1.14.3
              Adapter    "iqontrol"     : 2.1.0    , installed 2.1.0
              Adapter    "javascript"   : 6.2.0    , installed 6.1.4  [Updatable]
              Controller "js-controller": 4.0.24   , installed 4.0.24
              Adapter    "lgtv11"       : 1.0.5    , installed 1.0.5
              Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
              Adapter    "nuki"         : 1.6.0    , installed 1.6.0
              Adapter    "nuki-extended": 2.6.5    , installed 2.6.5
              Adapter    "octoprint"    : 4.1.0    , installed 4.1.0
              Adapter    "onvif"        : 0.4.4    , installed 0.4.4
              Adapter    "paw"          : 0.3.2    , installed 0.3.2
              Adapter    "pi-hole"      : 1.3.4    , installed 1.3.4
              Adapter    "ping"         : 1.5.3    , installed 1.5.3
              Adapter    "places"       : 1.1.2    , installed 1.1.2
              Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
              Adapter    "radar2"       : 2.0.7    , installed 2.0.7
              Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
              Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
              Adapter    "snmp"         : 2.3.0    , installed 2.3.0
              Adapter    "socketio"     : 6.3.3    , installed 6.3.3
              Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
              Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.6  [Updatable]
              Adapter    "telegram"     : 1.15.6   , installed 1.15.2 [Updatable]
              Adapter    "text2command" : 3.0.0    , installed 2.3.0  [Updatable]
              Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
              Adapter    "trashschedule": 2.2.0    , installed 2.2.0
              Adapter    "tvspielfilm"  : 2.0.5    , installed 2.0.5
              Adapter    "upnp"         : 1.0.21   , installed 1.0.21
              Adapter    "vis"          : 1.4.16   , installed 1.4.16
              Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
              Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
              Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
              Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
              Adapter    "vis-hqwidgets": 1.3.1    , installed 1.3.1
              Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
              Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
              Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
              Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
              Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
              Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
              Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
              Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
              Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
              Adapter    "weatherunderground": 3.4.2, installed 3.4.2
              Adapter    "web"          : 5.5.0    , installed 5.4.3  [Updatable]
              Adapter    "wled"         : 0.6.7    , installed 0.6.7
              Adapter    "ws"           : 2.3.5    , installed 2.3.5
              Adapter    "yahka"        : 0.17.0   , installed 0.17.0
              Adapter    "zwave2"       : 3.0.5    , installed 3.0.5
              
              Objects and States
              Please stand by - This may take a while
              Objects:        23307
              States:         20751
              
              *** OS-Repositories and Updates ***
              Hit:1 http://deb.debian.org/debian bullseye InRelease
              Hit:2 http://security.debian.org bullseye-security InRelease
              Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
              Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease
              Reading package lists...
              Pending Updates: 1
              
              *** 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:5355            0.0.0.0:*               LISTEN      104        18721659   108/systemd-resolve
              tcp        0      0 192.168.55.10:49292     0.0.0.0:*               LISTEN      1001       18730075   769/io.hm-rpc.3
              tcp        0      0 192.168.55.10:8701      0.0.0.0:*               LISTEN      1001       18726845   724/io.hm-rpc.1
              tcp        0      0 0.0.0.0:39521           0.0.0.0:*               LISTEN      1001       18734150   1101/io.yahka.0
              tcp        0      0 192.168.55.10:42010     0.0.0.0:*               LISTEN      1001       18727822   743/io.hm-rpc.2
              tcp        0      0 192.168.55.10:42001     0.0.0.0:*               LISTEN      1001       18728544   698/io.hm-rpc.0
              tcp        0      0 192.168.55.10:1883      0.0.0.0:*               LISTEN      1001       18729836   951/io.sonoff.0
              tcp        0      0 192.168.55.10:1884      0.0.0.0:*               LISTEN      1001       18728864   814/io.mqtt.0
              tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          18721726   194/smbd
              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          18723133   1/init
              tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          18721727   194/smbd
              tcp        0      0 192.168.55.10:8100      0.0.0.0:*               LISTEN      1001       18732974   1210/io.doorbird.0
              tcp        0      0 192.168.55.10:8081      0.0.0.0:*               LISTEN      1001       18724575   465/io.admin.0
              tcp        0      0 192.168.55.10:8082      0.0.0.0:*               LISTEN      1001       18735950   1872/io.web.0
              tcp        0      0 192.168.55.10:8084      0.0.0.0:*               LISTEN      1001       18737511   1775/io.socketio.0
              tcp        0      0 192.168.55.10:8087      0.0.0.0:*               LISTEN      1001       18737386   1723/io.simple-api.
              tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          18723922   303/master
              tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      104        18721665   108/systemd-resolve
              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       18724943   118/iobroker.js-con
              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       18723322   118/iobroker.js-con
              tcp6       0      0 :::5355                 :::*                    LISTEN      104        18721662   108/systemd-resolve
              tcp6       0      0 :::445                  :::*                    LISTEN      0          18721724   194/smbd
              tcp6       0      0 :::111                  :::*                    LISTEN      0          18723136   1/init
              tcp6       0      0 :::22                   :::*                    LISTEN      0          18720504   1/init
              tcp6       0      0 :::139                  :::*                    LISTEN      0          18721725   194/smbd
              tcp6       0      0 ::1:25                  :::*                    LISTEN      0          18723923   303/master
              tcp6       0      0 :::51989                :::*                    LISTEN      1001       18732045   847/io.nuki-extende
              udp        0      0 127.0.0.53:53           0.0.0.0:*                           104        18721664   108/systemd-resolve
              udp        0      0 0.0.0.0:67              0.0.0.0:*                           1001       18730358   895/io.radar2.0
              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          18722643   1/init
              udp        0      0 192.168.55.255:137      0.0.0.0:*                           0          18722814   131/nmbd
              udp        0      0 192.168.55.10:137       0.0.0.0:*                           0          18722813   131/nmbd
              udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          18722800   131/nmbd
              udp        0      0 192.168.55.255:138      0.0.0.0:*                           0          18722816   131/nmbd
              udp        0      0 192.168.55.10:138       0.0.0.0:*                           0          18722815   131/nmbd
              udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          18722801   131/nmbd
              udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       18738903   1857/io.upnp.0
              udp        0      0 0.0.0.0:35894           0.0.0.0:*                           1001       18736816   1756/io.snmp.0
              udp        0      0 0.0.0.0:37070           0.0.0.0:*                           1001       18738718   1857/io.upnp.0
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       18737931   1890/io.wled.0
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       18734147   1101/io.yahka.0
              udp        0      0 192.168.55.10:5353      0.0.0.0:*                           1001       18729946   989/io.tr-064.0
              udp        0      0 0.0.0.0:5355            0.0.0.0:*                           104        18721658   108/systemd-resolve
              udp6       0      0 :::111                  :::*                                0          18720417   1/init
              udp6       0      0 :::5355                 :::*                                104        18721661   108/systemd-resolve
              
              *** Log File - Last 25 Lines ***
              
              2023-02-18 12:34:15.675  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Yesterday: {"val":0,"ack":true,"ts":1676720055490,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676502003758}
              2023-02-18 12:34:15.683  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Today","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Today","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Gosund-SP112-6 ENERGY  Today"},"native":{},"type":"state"},"cbArg":0}
              2023-02-18 12:34:15.684  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Today
              2023-02-18 12:34:15.739  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Today: {"val":0,"ack":true,"ts":1676720055730,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676415603414}
              2023-02-18 12:34:15.740  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Period","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Period","common":{"role":"value","read":true,"write":false,"type":"number","name":"Gosund-SP112-6 ENERGY  Period"},"native":{},"type":"state"},"cbArg":0}
              2023-02-18 12:34:15.740  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Period
              2023-02-18 12:34:15.784  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Period: {"val":0,"ack":true,"ts":1676720055782,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397413210}
              2023-02-18 12:34:15.784  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Power","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Power","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"W","name":"Gosund-SP112-6 ENERGY  Power"},"native":{},"type":"state"},"cbArg":0}
              2023-02-18 12:34:15.784  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Power
              2023-02-18 12:34:15.828  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Power: {"val":0,"ack":true,"ts":1676720055826,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403223}
              2023-02-18 12:34:15.830  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_ApparentPower","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_ApparentPower","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"VA","name":"Gosund-SP112-6 ENERGY  ApparentPower"},"native":{},"type":"state"},"cbArg":0}
              2023-02-18 12:34:15.830  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_ApparentPower
              2023-02-18 12:34:15.880  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_ApparentPower: {"val":0,"ack":true,"ts":1676720055878,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403266}
              2023-02-18 12:34:15.880  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_ReactivePower","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_ReactivePower","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"var","name":"Gosund-SP112-6 ENERGY  ReactivePower"},"native":{},"type":"state"},"cbArg":0}
              2023-02-18 12:34:15.880  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_ReactivePower
              2023-02-18 12:34:15.923  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_ReactivePower: {"val":0,"ack":true,"ts":1676720055922,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676201763747}
              2023-02-18 12:34:15.924  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Factor","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Factor","common":{"type":"number","role":"value","read":true,"write":false,"name":"Gosund-SP112-6 ENERGY  Factor"},"native":{},"type":"state"},"cbArg":0}
              2023-02-18 12:34:15.924  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Factor
              2023-02-18 12:34:15.971  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Factor: {"val":0,"ack":true,"ts":1676720055970,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403447}
              2023-02-18 12:34:15.972  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Voltage","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Voltage","common":{"type":"number","role":"value.voltage","read":true,"write":false,"unit":"V","name":"Gosund-SP112-6 ENERGY  Voltage"},"native":{},"type":"state"},"cbArg":0}
              2023-02-18 12:34:15.972  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Voltage
              2023-02-18 12:34:16.015  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Voltage: {"val":0,"ack":true,"ts":1676720056014,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403490}
              2023-02-18 12:34:16.016  - debug: sonoff.0 (951) process task: {"type":"addObject","id":"sonoff.0.Gosund-SP112-6.ENERGY_Current","data":{"_id":"sonoff.0.Gosund-SP112-6.ENERGY_Current","common":{"type":"number","role":"value.current","read":true,"write":false,"unit":"A","name":"Gosund-SP112-6 ENERGY  Current"},"native":{},"type":"state"},"cbArg":0}
              2023-02-18 12:34:16.016  - debug: sonoff.0 (951) Set State after task: sonoff.0.Gosund-SP112-6.ENERGY_Current
              2023-02-18 12:34:16.060  - debug: sonoff.0 (951) stateChange sonoff.0.Gosund-SP112-6.ENERGY_Current: {"val":0,"ack":true,"ts":1676720056058,"q":0,"from":"system.adapter.sonoff.0","user":"system.user.admin","lc":1676397403535}
              
              

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

              iob diag has finished.

              Press any key for a summary

              wendy2702W Offline
              wendy2702W Offline
              wendy2702
              schrieb am zuletzt editiert von
              #7

              @lumpers sieht für mich nach einem Problem mit dem Dateisystem aus.

              Mach mal besser ein iob Backup und sichere das weg falls noch nicht passiert.

              Dann würde ich den LXC mal löschen, neuen aufsetzen und backup restoren.

              Könnte im schlimmsten fall ein Defekt vom Speichermedium (welches?) sein.

              Bitte keine Fragen per PN, die gehören ins Forum!

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              lumpersL 1 Antwort Letzte Antwort
              0
              • GlasfaserG Glasfaser

                @lumpers sagte in iobroker im LXC crasht bei Adapter Updates:

                Danach sind alle iobroker Verzeichnisse unter '/opt/iobroker/node_modules' weg!

                und wie stellst du dieses fest !?

                lumpersL Offline
                lumpersL Offline
                lumpers
                schrieb am zuletzt editiert von
                #8

                @glasfaser

                Ich verwende MobXTerm um mit ssh auf den ioBroker Client zu kommen. Bei der Fehlermeldung zum js-Controller steht das Verzeichnis, in dem er nicht gefunden wird. Wenn ich dann im Verzeichnis nachschaue, fehlen alle iobroker.* Verzeichnisse.

                1 Antwort Letzte Antwort
                0
                • GlasfaserG Glasfaser

                  @lumpers sagte in iobroker im LXC crasht bei Adapter Updates:

                  debug: sonoff.0

                  sieht erstmal alles gut aus ...

                  Außer , warum loggst du den Sonoff Adapter im DEBUG .. der müllt dir dein Log zu !?

                  lumpersL Offline
                  lumpersL Offline
                  lumpers
                  schrieb am zuletzt editiert von
                  #9

                  @glasfaser

                  Au Backe. Das habe ich übersehen, den wieder zurückzustellen. Hatte ein Problem mit den Sonff.

                  Thomas BraunT GlasfaserG 2 Antworten Letzte Antwort
                  0
                  • GlasfaserG Glasfaser

                    @lumpers sagte in iobroker im LXC crasht bei Adapter Updates:

                    debug: sonoff.0

                    sieht erstmal alles gut aus ...

                    Außer , warum loggst du den Sonoff Adapter im DEBUG .. der müllt dir dein Log zu !?

                    wendy2702W Offline
                    wendy2702W Offline
                    wendy2702
                    schrieb am zuletzt editiert von
                    #10

                    @glasfaser sagte in iobroker im LXC crasht bei Adapter Updates:

                    @lumpers sagte in iobroker im LXC crasht bei Adapter Updates:

                    sieht erstmal alles gut aus ...

                    Sicher ?

                    Was ist damit: Beispiel Zeilen.

                    
                    write access unavailable, skipping orphan cleanup
                    [Sat Feb 18 02:00:40 2023] EXT4-fs (dm-9): mounted filesystem without journal. Opts: noload. Quota mode: none.
                    [Sat Feb 18 02:01:43 2023] EXT4-fs (dm-9): write access unavailable, skipping orphan cleanup
                    
                    

                    Bitte keine Fragen per PN, die gehören ins Forum!

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    1 Antwort Letzte Antwort
                    0
                    • lumpersL lumpers

                      @glasfaser

                      Au Backe. Das habe ich übersehen, den wieder zurückzustellen. Hatte ein Problem mit den Sonff.

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

                      @lumpers

                      write access unavailable, skipping orphan cleanup
                      

                      Da dürfte das Dateisystem auf dm9 und dm10 einen Schuss haben.

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

                      1 Antwort Letzte Antwort
                      0
                      • lumpersL lumpers

                        @glasfaser

                        Au Backe. Das habe ich übersehen, den wieder zurückzustellen. Hatte ein Problem mit den Sonff.

                        GlasfaserG Offline
                        GlasfaserG Offline
                        Glasfaser
                        schrieb am zuletzt editiert von
                        #12

                        @lumpers

                        Ich muss das Proxmox Backup zurückspielen .

                        War das ein Backup oder ein Snapshot vom Container !?

                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                        lumpersL 1 Antwort Letzte Antwort
                        0
                        • wendy2702W wendy2702

                          @lumpers sieht für mich nach einem Problem mit dem Dateisystem aus.

                          Mach mal besser ein iob Backup und sichere das weg falls noch nicht passiert.

                          Dann würde ich den LXC mal löschen, neuen aufsetzen und backup restoren.

                          Könnte im schlimmsten fall ein Defekt vom Speichermedium (welches?) sein.

                          lumpersL Offline
                          lumpersL Offline
                          lumpers
                          schrieb am zuletzt editiert von
                          #13

                          @wendy2702
                          Danke für die Antwort.

                          Habe ich mir schon gedacht, das neu aufzusetzen wäre einfacher. Was mir auch aufgefallen ist, ist die enorm schwankende CPU-Auslastung im Betrieb. Gibt es da eine Erklärung dafür? Was ist besser? ioBroker im Container oder lieber in der VM?

                          SG
                          Adam

                          wendy2702W 1 Antwort Letzte Antwort
                          0
                          • lumpersL lumpers

                            @wendy2702
                            Danke für die Antwort.

                            Habe ich mir schon gedacht, das neu aufzusetzen wäre einfacher. Was mir auch aufgefallen ist, ist die enorm schwankende CPU-Auslastung im Betrieb. Gibt es da eine Erklärung dafür? Was ist besser? ioBroker im Container oder lieber in der VM?

                            SG
                            Adam

                            wendy2702W Offline
                            wendy2702W Offline
                            wendy2702
                            schrieb am zuletzt editiert von
                            #14

                            @lumpers Container ist ressourcenschonender.

                            Allerdings etwas Aufwendiger wenn man externe Devices z.B. USB Stick einbinden will.

                            https://www.iobroker.net/#de/documentation/install/proxmox.md

                            Bitte keine Fragen per PN, die gehören ins Forum!

                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                            lumpersL 1 Antwort Letzte Antwort
                            0
                            • wendy2702W wendy2702

                              @lumpers Container ist ressourcenschonender.

                              Allerdings etwas Aufwendiger wenn man externe Devices z.B. USB Stick einbinden will.

                              https://www.iobroker.net/#de/documentation/install/proxmox.md

                              lumpersL Offline
                              lumpersL Offline
                              lumpers
                              schrieb am zuletzt editiert von
                              #15

                              @wendy2702
                              Das Einbinden von USB-Sticks usw. in LXC Container habe ich schon praktiziert. Ich verwende einen Aeotec-USB-Stick für Zwave. Der funktioniert einwandfrei.

                              1 Antwort Letzte Antwort
                              0
                              • GlasfaserG Glasfaser

                                @lumpers

                                Ich muss das Proxmox Backup zurückspielen .

                                War das ein Backup oder ein Snapshot vom Container !?

                                lumpersL Offline
                                lumpersL Offline
                                lumpers
                                schrieb am zuletzt editiert von
                                #16

                                @glasfaser
                                Es war ein Snaphot.
                                Ich kann beim Backup zwischen "SnapShot"; "Suspend" und "Stopp" wählen. Was ist richtig?

                                GlasfaserG 1 Antwort Letzte Antwort
                                0
                                • lumpersL lumpers

                                  @glasfaser
                                  Es war ein Snaphot.
                                  Ich kann beim Backup zwischen "SnapShot"; "Suspend" und "Stopp" wählen. Was ist richtig?

                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  schrieb am zuletzt editiert von Glasfaser
                                  #17

                                  @lumpers sagte in iobroker im LXC crasht bei Adapter Updates:

                                  Was ist richtig?

                                  Neuinstallation , dann Backup einspielen ... so schleppst du den Müll immer mit !!!

                                  Bedenke , du bist BETA Tester .. da kann viel passieren

                                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                  lumpersL 1 Antwort Letzte Antwort
                                  0
                                  • GlasfaserG Glasfaser

                                    @lumpers sagte in iobroker im LXC crasht bei Adapter Updates:

                                    Was ist richtig?

                                    Neuinstallation , dann Backup einspielen ... so schleppst du den Müll immer mit !!!

                                    Bedenke , du bist BETA Tester .. da kann viel passieren

                                    lumpersL Offline
                                    lumpersL Offline
                                    lumpers
                                    schrieb am zuletzt editiert von
                                    #18

                                    @glasfaser
                                    Wenn ich das richtig verstanden habe, ist es besser die ioBroker Repositories auf Stable zu stellen.
                                    ioBroker Backups mache ich jeden Tag auf mein NAS. Funktioniert tadellos. In Proxmox habe ich ein tägliches Backup für die VM's und LXC Container eingerichtet. Das sind Snaphots. Was ist die richtige Einstellung in Proxmox für Backups?

                                    GlasfaserG wendy2702W 2 Antworten Letzte Antwort
                                    0
                                    • lumpersL lumpers

                                      @glasfaser
                                      Wenn ich das richtig verstanden habe, ist es besser die ioBroker Repositories auf Stable zu stellen.
                                      ioBroker Backups mache ich jeden Tag auf mein NAS. Funktioniert tadellos. In Proxmox habe ich ein tägliches Backup für die VM's und LXC Container eingerichtet. Das sind Snaphots. Was ist die richtige Einstellung in Proxmox für Backups?

                                      GlasfaserG Offline
                                      GlasfaserG Offline
                                      Glasfaser
                                      schrieb am zuletzt editiert von
                                      #19

                                      @lumpers sagte in iobroker im LXC crasht bei Adapter Updates:

                                      Wenn ich das richtig verstanden habe, ist es besser die ioBroker Repositories auf Stable zu stellen.

                                      OK .. also kein Beta Tester .

                                      Wenn du mit dem Stable Adaptern die freigegeben sind klar kommst , dann ja .

                                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                      1 Antwort Letzte Antwort
                                      0
                                      • lumpersL lumpers

                                        @glasfaser
                                        Wenn ich das richtig verstanden habe, ist es besser die ioBroker Repositories auf Stable zu stellen.
                                        ioBroker Backups mache ich jeden Tag auf mein NAS. Funktioniert tadellos. In Proxmox habe ich ein tägliches Backup für die VM's und LXC Container eingerichtet. Das sind Snaphots. Was ist die richtige Einstellung in Proxmox für Backups?

                                        wendy2702W Offline
                                        wendy2702W Offline
                                        wendy2702
                                        schrieb am zuletzt editiert von
                                        #20

                                        @lumpers Die Backup Einstellungen in Proxmox kann man Pauschal nicht beantworten.

                                        Da muss man schauen welche Anforderungen man hat.

                                        Bitte keine Fragen per PN, die gehören ins Forum!

                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        lumpersL 1 Antwort Letzte Antwort
                                        0
                                        • wendy2702W wendy2702

                                          @lumpers Die Backup Einstellungen in Proxmox kann man Pauschal nicht beantworten.

                                          Da muss man schauen welche Anforderungen man hat.

                                          lumpersL Offline
                                          lumpersL Offline
                                          lumpers
                                          schrieb am zuletzt editiert von
                                          #21

                                          @wendy2702
                                          Vielen herzlichen Dank für deine Hilfe. Auch an alle anderen Beitragenden sage ich Dank für die schnelle Hilfe. Auf die ioBroker Gemeinde ist halt Verlass.
                                          Mittlerweile habe ich mich mit den Proxmox Backup Varianten etwas schlau gemacht.

                                          Bevor ich vor einer Woche auf ioBroker im LXC Container umstieg hatte ich ein Raspi4 mit 8GB für ioBroker, einen Raspi3B+ mit Raspberrymatic und einen Raspbi B mit Pihole und Cups Printserver am Laufen. Alles lief da bisher ohne große Probleme. Kleinere Sachen hatte ich immer selbst lösen können.
                                          Mein Wunsch war es alles auf einen Mini-PC mit Proxmox zu realisieren. Es läuft noch nicht ganz rund, da Proxmox für mich noch Neuland ist.
                                          Aber es wird schon werden. Letztendlich kann man immer auf diese tolle ioBroker Community zurückgreifen und dafür bin ich dankbar.

                                          Schöne Grüße
                                          Adam

                                          1 Antwort Letzte Antwort
                                          1
                                          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

                                          715

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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