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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iob diag - Skript

NEWS

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

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

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

iob diag - Skript

iob diag - Skript

Scheduled Pinned Locked Moved ioBroker Allgemein
738 Posts 49 Posters 206.2k Views 38 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Shadowhunter23

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

    Script v.2024-09-17
    
    *** BASE SYSTEM ***
     Static hostname: iobroker
           Icon name: computer-container
             Chassis: container ☐
      Virtualization: lxc
    Operating System: Debian GNU/Linux 12 (bookworm)
              Kernel: Linux 6.8.12-1-pve
        Architecture: x86-64
    OS is similar to:
    
    model name      : Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
    Docker          : false
    Virtualization  : lxc
    Kernel          : x86_64
    Userland        : 64 bit
    
    Systemuptime and Load:
     18:19:46 up 4 days,  6:33,  1 user,  load average: 0.12, 0.12, 0.10
    CPU threads: 4
    
    
    *** LIFE CYCLE STATUS ***
    Operating System is the current Debian stable version codenamed 'bookworm'!
    
    *** TIME AND TIMEZONES ***
                   Local time: Wed 2024-09-18 18:19:46 CEST
               Universal time: Wed 2024-09-18 16:19:46 UTC
                     RTC time: n/a
                    Time zone: Europe/Berlin (CEST, +0200)
    System clock synchronized: yes
                  NTP service: n/a
              RTC in local TZ: no
    
    *** Users and Groups ***
    User that called 'iob diag':
    tobias
    HOME=/home/tobias
    GROUPS=tobias sudo users iobroker
    
    User that is running 'js-controller':
    iobroker
    HOME=/home/iobroker
    GROUPS=iobroker tty dialout audio video plugdev redis
    
    *** DISPLAY-SERVER SETUP ***
    Display-Server: false
    Desktop:
    Terminal:       tty
    Boot Target:    graphical.target
    
    System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Do you want to switch to 'multi-user.target'? (y/n)
    
    

    @Thomas-Braun
    Kannst du mir diese Frage erklären? Was ändert sich wenn ich mit y weiter mache?

    edit
    Ist ein LXC unter Proxmox.

    Noch ein edit
    Google hilft:

    multi-user.target -> The multiuser target in Linux is a Command Line Interface and it's like a mode where multiple people can use the computer at the same time. It's perfect for situations where several users need to log in and do their own stuff on the computer simultaneously. So, when your system is in the multiuser target, it's ready for several users to work on it together.

    graphical.target -> The multiuser target in Linux is a Graphical User Interface and it's like a mode where multiple people can use the computer at the same time. It's perfect for situations where several users need to log in and do their own stuff on the computer simultaneously. So, when your system is in the multiuser target, it's ready for several users to work on it together.

    Steht das jetzt nicht im Gegensatz zu Display-Server: false?

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

    @shadowhunter23 sagte in iob diag - Skript:

    Steht das jetzt nicht im Gegensatz zu Display-Server: false?

    Nein, das boot.target ist unabhängig davon ob da wirklich ein Display-Server installiert ist und gestartet werden kann.
    Das boot.target auf einem Server sollte aber dennoch multi-user sein. Deswegen der Vorschlag das so einzurichten.

    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

    S Thomas BraunT 2 Replies Last reply
    0
    • Thomas BraunT Thomas Braun

      @shadowhunter23 sagte in iob diag - Skript:

      Steht das jetzt nicht im Gegensatz zu Display-Server: false?

      Nein, das boot.target ist unabhängig davon ob da wirklich ein Display-Server installiert ist und gestartet werden kann.
      Das boot.target auf einem Server sollte aber dennoch multi-user sein. Deswegen der Vorschlag das so einzurichten.

      S Away
      S Away
      Shadowhunter23
      wrote on last edited by
      #675

      @thomas-braun
      Danke, hab's umgestellt und muss das aufnehmen in meine Neuinstallation Routine.

      Proxmox 9 HA-Cluster mit 3x HP prodesk 400 G6 i5
      Bei einem downvote bitte melden, es könnte sein, dass dieser ungewollt ist!

      1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @shadowhunter23 sagte in iob diag - Skript:

        Steht das jetzt nicht im Gegensatz zu Display-Server: false?

        Nein, das boot.target ist unabhängig davon ob da wirklich ein Display-Server installiert ist und gestartet werden kann.
        Das boot.target auf einem Server sollte aber dennoch multi-user sein. Deswegen der Vorschlag das so einzurichten.

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

        An die Tester:
        Es darf wieder getestet werden!

        Bitte mal die TEST-Version (siehe erster Eintrag) unter die Äuglein nehmen.
        (Nicht von der Benennung als raspbian irritieren lassen, das sollte auf allen Systemen laufen).

        • Neue Sektion *** ZigBee Settings ***
          Wenn eine Instanz des zigbee-Adapters gefunden wird erscheint diese neue Sektion:
        *** ZigBee Settings ***
        
        Your zigbee.0 COM-Port is matching 'by-id'. Very good!
        Zigbee Network Settings on your coordinator/in nvbackup are:
        
        zigbee.X
        Extended Pan ID:
        *** MASKED ***
        Pan ID:
        *** MASKED ***
        Channel:
        *** MASKED ***
        Network Key:
        *** MASKED ***
        
        To unmask the settings run 'iob diag --unmask'
        
        
        • Neue Option --unmask beim Aufruf des Skripts lüftet dann die Maske und die entsprechenden Werte erscheinen im Klartext und können dann in den Einstellungen des zigbee-Adapters eingetragen werden.

        Bitte mal schauen ob das alles wie gedacht funktioniert, insbesondere Installationen mit mehr als einer Instanz oder per tcp angebunden wären interressant zu sehen.

        Danke schön!

        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

        L 1 Reply Last reply
        3
        • NashraN Offline
          NashraN Offline
          Nashra
          Most Active Forum Testing
          wrote on last edited by Nashra
          #677

          @Thomas-Braun

          Proxmox lxc

          ```bash
          Script v.2024-12-08 Raspbian+zigbee diag+masking
          
          *** BASE SYSTEM ***
           Static hostname: ioBroker
                 Icon name: computer-container
                   Chassis: container ☐
            Virtualization: lxc
          Operating System: Debian GNU/Linux 12 (bookworm)
                    Kernel: Linux 6.8.12-4-pve
              Architecture: x86-64
          OS is similar to: 
          
          model name      : Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz
          Docker          : false
          Virtualization  : lxc
          Kernel          : x86_64
          Userland        : 64 bit
          
          Systemuptime and Load:
           09:19:11 up 16 days, 22:59,  1 user,  load average: 1.12, 1.17, 1.11
          CPU threads: 4
          
          
          *** LIFE CYCLE STATUS ***
          Unknown release codenamed 'bookworm'. Please check yourself if the Operating System is actively maintained.
          
          *** TIME AND TIMEZONES ***
                         Local time: Mon 2024-12-09 09:19:11 CET
                     Universal time: Mon 2024-12-09 08:19:11 UTC
                           RTC time: n/a
                          Time zone: Europe/Berlin (CET, +0100)
          System clock synchronized: yes
                        NTP service: inactive
                    RTC in local TZ: no
          
          *** Users and Groups ***
          User that called 'iob diag':
          jack
          HOME=/home/jack
          GROUPS=jack sudo iobroker
          
          User that is running 'js-controller':
          iobroker
          HOME=/home/iobroker
          GROUPS=iobroker tty dialout audio video plugdev
          
          *** DISPLAY-SERVER SETUP ***
          Display-Server: false
          Desktop: 
          Terminal: 
          
          System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'
          
          *** MEMORY ***
                         total        used        free      shared  buff/cache   available
          Mem:             12G        4.9G        6.8G        131K        1.1G        8.0G
          Swap:             0B          0B          0B
          Total:           12G        4.9G        6.8G
          
          Active iob-Instances:   47
          
                  12288 M total memory
                   4686 M used memory
                   3030 M active memory
                   2479 M inactive memory
                   6506 M free memory
                      0 M buffer memory
                   1094 M swap cache
                      0 M total swap
                      0 M used swap
                      0 M free swap
          
          *** top - Table Of Processes  ***
          top - 09:19:11 up 16 days, 22:59,  1 user,  load average: 1.12, 1.17, 1.11
          Tasks:  75 total,   1 running,  74 sleeping,   0 stopped,   0 zombie
          %Cpu(s): 50.0 us, 50.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
          MiB Mem :  12288.0 total,   6505.2 free,   4688.0 used,   1094.9 buff/cache     
          MiB Swap:      0.0 total,      0.0 free,      0.0 used.   7600.0 avail Mem 
          
          *** FAILED SERVICES ***
          
            UNIT                                 LOAD   ACTIVE SUB    DESCRIPTION                      
          * run-rpc_pipefs.mount                 loaded failed failed RPC Pipe File System
          * sys-kernel-config.mount              loaded failed failed Kernel Configuration File System 
          * systemd-networkd-wait-online.service loaded failed failed Wait for Network to be Configured
          
          LOAD   = Reflects whether the unit definition was properly loaded.
          ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
          SUB    = The low-level unit activation state, values depend on unit type.
          3 loaded units listed.
          
          
          *** DMESG CRITICAL ERRORS ***
          dmesg: read kernel buffer failed: Operation not permitted
          No critical errors detected
          
          *** FILESYSTEM ***
          Filesystem                       Type      Size  Used Avail Use% Mounted on
          /dev/mapper/pve-vm--100--disk--0 ext4       20G   15G  3.7G  81% /
          none                             tmpfs     492K  4.0K  488K   1% /dev
          udev                             devtmpfs  7.8G     0  7.8G   0% /dev/tty
          tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
          tmpfs                            tmpfs     3.2G  120K  3.2G   1% /run
          tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
          
          Messages concerning ext4 filesystem in dmesg:
          dmesg: read kernel buffer failed: Operation not permitted
          
          Show mounted filesystems:
          TARGET SOURCE                           FSTYPE OPTIONS
          /      /dev/mapper/pve-vm--100--disk--0 ext4   rw,relatime,stripe=16
          
          Files in neuralgic directories:
          
          /var:
          2.6G    /var/
          2.1G    /var/log
          2.0G    /var/log/journal/5cd6ef18c5fb4a33b292b16e63f26ce7
          2.0G    /var/log/journal
          351M    /var/cache
          
          Hint: You are currently not seeing messages from other users and the system.
                Users in groups 'adm', 'systemd-journal' can see all messages.
                Pass -q to turn off this notice.
          Archived and active journals take up 95.6M in the file system.
          
          /opt/iobroker/backups:
          1.3G    /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          2.6G    /opt/iobroker/iobroker-data/
          1.7G    /opt/iobroker/iobroker-data/files
          617M    /opt/iobroker/iobroker-data/files/javascript.admin
          560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
          558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
          
          The five largest files in iobroker-data are:
          135M    /opt/iobroker/iobroker-data/states.jsonl
          63M     /opt/iobroker/iobroker-data/objects.jsonl
          38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
          33M     /opt/iobroker/iobroker-data/files/meteoalarm.admin/geocodes.json
          27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
          
          USB-Devices by-id:
          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
          
          /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_a8533ff07196ed1182936c4ce259fb3e-if00-port0
          
          *** ZigBee Settings ***
          
          HINT:
          Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
          /dev/ttyUSB0
          Zigbee Network Settings on your coordinator/in nvbackup are:
          
          zigbee.X
          Extended Pan ID:
          *** MASKED ***
          Pan ID:
          *** MASKED ***
          Channel:
          *** MASKED ***
          Network Key:
          *** MASKED ***
          
          To unmask the settings run 'iob diag --unmask'
          
          
          *** NodeJS-Installation ***
          
          /usr/bin/nodejs         v20.18.1
          /usr/bin/node           v20.18.1
          /usr/bin/npm            10.8.2
          /usr/bin/npx            10.8.2
          /usr/bin/corepack       0.29.4
          
          nodejs:
            Installed: 20.18.1-1nodesource1
            Candidate: 20.18.1-1nodesource1
            Version table:
           *** 20.18.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                  100 /var/lib/dpkg/status
               20.18.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.17.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.16.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.15.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.15.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.14.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.13.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.13.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.12.2-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.12.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.12.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.11.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.11.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.10.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.9.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.8.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.8.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.7.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.6.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.6.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.5.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.5.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.4.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.3.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.3.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.2.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.1.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               20.0.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
               18.19.0+dfsg-6~deb12u2 500
                  500 http://deb.debian.org/debian bookworm/main amd64 Packages
               18.19.0+dfsg-6~deb12u1 500
                  500 http://security.debian.org bookworm-security/main amd64 Packages
          
          Temp directories causing deletion problem: 0
          No problems detected
          
          Errors in npm tree: 0
          No problems detected
          
          *** ioBroker-Installation ***
          
          ioBroker Status
          iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Hosts:
          ioBroker            ioBroker (version: 7.0.3, hostname: ioBroker      , alive, uptime: 954147)
          
          Core adapters versions
          js-controller:  7.0.3
          admin:          7.1.5
          javascript:     8.8.3
          
          nodejs modules from github:     6
          +-- iobroker.energiefluss-erweitert@0.5.1-alpha.11 (git+ssh://git@github.com/SKB-CGN/ioBroker.energiefluss-erweitert.git#ac743deb1d81e364ec7f0a9edd2f9da21329f5b6)
          +-- iobroker.icons-icons8@0.0.1 (git+ssh://git@github.com/ioBroker/ioBroker.icons-icons8.git#c0fcc9a6aa79b281951215cf86726f45622c8409)
          +-- iobroker.labcom@0.1.4 (git+ssh://git@github.com/100prznt/ioBroker.labcom.git#0fae7c5e0f5c705838ff71922846fea7769b67fd)
          | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
          +-- iobroker.vis-materialdesign@0.5.94 (git+ssh://git@github.com/Scrounger/ioBroker.vis-materialdesign.git#8b7529d493f223dfc4f1d1f632553fcb35bbcc92)
          +-- iobroker.vis-owl@0.2.13 (git+ssh://git@github.com/gerbuchner/ioBroker.vis-owl.git#26f227f5d70d75b265c03bb40c3e400d90013b84)
          
          Adapter State
            system.adapter.accuweather.0            : accuweather           : ioBroker                                 - disabled
          + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
            system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 -  enabled
          + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
            system.adapter.birthdays.0              : birthdays             : ioBroker                                 -  enabled
            system.adapter.birthdays.1              : birthdays             : ioBroker                                 -  enabled
            system.adapter.daswetter.0              : daswetter             : ioBroker                                 -  enabled
            system.adapter.daswetter.1              : daswetter             : ioBroker                                 -  enabled
          + system.adapter.deyeidc.0                : deyeidc               : ioBroker                                 -  enabled, port: 8899
            system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
          + system.adapter.echarts.0                : echarts               : ioBroker                                 -  enabled
          + system.adapter.email.0                  : email                 : ioBroker                                 -  enabled
          + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: ioBroker                                 -  enabled
            system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
            system.adapter.flot.0                   : flot                  : ioBroker                                 - disabled
          + system.adapter.history.0                : history               : ioBroker                                 -  enabled
            system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
            system.adapter.ical.1                   : ical                  : ioBroker                                 -  enabled
            system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: ioBroker                                 - disabled
            system.adapter.icons-icons8.0           : icons-icons8          : ioBroker                                 - disabled
            system.adapter.icons-material-png.0     : icons-material-png    : ioBroker                                 - disabled
            system.adapter.icons-material-svg.0     : icons-material-svg    : ioBroker                                 - disabled
            system.adapter.icons-mfd-png.0          : icons-mfd-png         : ioBroker                                 - disabled
            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBroker                                 - disabled
            system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: ioBroker                                 - disabled
            system.adapter.influxdb.0               : influxdb              : ioBroker                                 - disabled, port: 8086
          + system.adapter.influxdb.1               : influxdb              : ioBroker                                 -  enabled, port: 8086
          + system.adapter.influxdb.2               : influxdb              : ioBroker                                 -  enabled, port: 8086
          + system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
          + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
            system.adapter.labcom.0                 : labcom                : ioBroker                                 -  enabled
          + system.adapter.lgtv.0                   : lgtv                  : ioBroker                                 -  enabled
          + system.adapter.lgtv.1                   : lgtv                  : ioBroker                                 -  enabled
          + system.adapter.linux-control.0          : linux-control         : ioBroker                                 -  enabled
          + system.adapter.logparser.0              : logparser             : ioBroker                                 -  enabled
            system.adapter.meteoalarm.0             : meteoalarm            : ioBroker                                 - disabled
            system.adapter.meteoalarm.1             : meteoalarm            : ioBroker                                 - disabled
            system.adapter.meteoalarm.2             : meteoalarm            : ioBroker                                 - disabled
            system.adapter.meteoalarm.3             : meteoalarm            : ioBroker                                 - disabled
          + system.adapter.nut.0                    : nut                   : ioBroker                                 -  enabled
          + system.adapter.nut.1                    : nut                   : ioBroker                                 -  enabled
          + system.adapter.nut.2                    : nut                   : ioBroker                                 -  enabled
            system.adapter.openweathermap.0         : openweathermap        : ioBroker                                 -  enabled
          + system.adapter.parcel.0                 : parcel                : ioBroker                                 -  enabled
            system.adapter.pegelalarm.0             : pegelalarm            : ioBroker                                 - disabled
            system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 - disabled
          + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
          + system.adapter.pollenflug.0             : pollenflug            : ioBroker                                 -  enabled
          + system.adapter.pollenflug.1             : pollenflug            : ioBroker                                 -  enabled
          + system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
          + system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0, run as: rest
          + system.adapter.rssfeed.0                : rssfeed               : ioBroker                                 -  enabled
          + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
          + system.adapter.shelly.1                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
          + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
          + system.adapter.snmp.0                   : snmp                  : ioBroker                                 -  enabled
            system.adapter.socketio.0               : socketio              : ioBroker                                 - disabled, port: 8084, bind: 0.0.0.0, run as: admin
          + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5000
          + system.adapter.synology.1               : synology              : ioBroker                                 -  enabled, port: 5000
          + system.adapter.synology.2               : synology              : ioBroker                                 -  enabled, port: 5000
          + system.adapter.tankerkoenig.0           : tankerkoenig          : ioBroker                                 -  enabled
          + system.adapter.tr-064.0                 : tr-064                : ioBroker                                 -  enabled
          + system.adapter.trashschedule.0          : trashschedule         : ioBroker                                 -  enabled
          + system.adapter.tuya.0                   : tuya                  : ioBroker                                 -  enabled
          + system.adapter.unifi.0                  : unifi                 : ioBroker                                 -  enabled
          + system.adapter.upnp.0                   : upnp                  : ioBroker                                 -  enabled
            system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : ioBroker                                 -  enabled
            system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : ioBroker                                 -  enabled
            system.adapter.vis-2-widgets-inventwo.0 : vis-2-widgets-inventwo: ioBroker                                 -  enabled
            system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: ioBroker                                 -  enabled
          + system.adapter.vis-2.0                  : vis-2                 : ioBroker                                 -  enabled
            system.adapter.vis-bars.0               : vis-bars              : ioBroker                                 - disabled
            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker                                 - disabled
            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : ioBroker                                 - disabled
            system.adapter.vis-google-fonts.0       : vis-google-fonts      : ioBroker                                 - disabled
            system.adapter.vis-history.0            : vis-history           : ioBroker                                 - disabled
            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 - disabled
            system.adapter.vis-icontwo.0            : vis-icontwo           : ioBroker                                 - disabled
          + system.adapter.vis-inventwo.0           : vis-inventwo          : ioBroker                                 -  enabled
            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 - disabled
            system.adapter.vis-justgage.0           : vis-justgage          : ioBroker                                 - disabled
            system.adapter.vis-map.0                : vis-map               : ioBroker                                 - disabled
            system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 - disabled
            system.adapter.vis-rgraph.0             : vis-rgraph            : ioBroker                                 - disabled
            system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 - disabled
            system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
          + system.adapter.weather-warnings.0       : weather-warnings      : ioBroker                                 -  enabled
            system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
            system.adapter.weatherunderground.1     : weatherunderground    : ioBroker                                 -  enabled
          + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 192.168.1.14, run as: admin
          + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : ioBroker                                 -  enabled
          + system.adapter.ws.0                     : ws                    : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
            system.adapter.yr.0                     : yr                    : ioBroker                                 - disabled
          + system.adapter.zigbee.0                 : zigbee                : ioBroker                                 -  enabled, port: /dev/ttyUSB0
          
          + instance is alive
          
          Enabled adapters with bindings
          + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.deyeidc.0                : deyeidc               : ioBroker                                 -  enabled, port: 8899
          + system.adapter.influxdb.1               : influxdb              : ioBroker                                 -  enabled, port: 8086
          + system.adapter.influxdb.2               : influxdb              : ioBroker                                 -  enabled, port: 8086
          + system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
          + system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0, run as: rest
          + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
          + system.adapter.shelly.1                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
          + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
          + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5000
          + system.adapter.synology.1               : synology              : ioBroker                                 -  enabled, port: 5000
          + system.adapter.synology.2               : synology              : ioBroker                                 -  enabled, port: 5000
          + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 192.168.1.14, run as: admin
          + system.adapter.ws.0                     : ws                    : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
          + system.adapter.zigbee.0                 : zigbee                : ioBroker                                 -  enabled, port: /dev/ttyUSB0
          
          ioBroker-Repositories
          ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
          │ (index) │ name               │ url                                                     │ auto upgrade │
          ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
          │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
          │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
          │ 2       │ 'stable-live'      │ 'http://iobroker.live/repo/sources-dist.json'           │ false        │
          │ 3       │ 'latest-live'      │ 'http://iobroker.live/repo/sources-dist-latest.json'    │ false        │
          └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
          
          Active repo(s): Stable (default)
          Upgrade policy: none
          
          Installed ioBroker-Instances
          Used repository: Stable (default)
          Adapter    "accuweather"  : 1.5.0    , installed 1.5.0
          Adapter    "admin"        : 7.1.5    , installed 7.1.5
          Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
          Adapter    "alias-manager": 2.0.0    , installed 2.0.0
          Adapter    "backitup"     : 3.0.25   , installed 3.0.25
          Adapter    "birthdays"    : 3.1.0    , installed 3.1.0
          Adapter    "daswetter"    : 3.1.16   , installed 3.1.16
          Adapter    "deyeidc"      : 0.1.1    , installed 0.1.1
          Adapter    "dwd"          : 2.8.5    , installed 2.8.5
          Adapter    "echarts"      : 1.9.2    , installed 1.9.2
          Adapter    "email"        : 1.3.1    , installed 1.3.1
          Adapter    "energiefluss-erweitert": 0.4.1, installed 0.5.1-alpha.11
          Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
          Adapter    "flot"         : 1.12.0   , installed 1.12.0
          Adapter    "history"      : 3.0.1    , installed 3.0.1
          Adapter    "ical"         : 1.16.1   , installed 1.16.1
          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-material-svg": 0.1.0, installed 0.1.0
          Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
          Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
          Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
          Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
          Adapter    "iot"          : 3.3.0    , installed 3.3.0
          Adapter    "javascript"   : 8.8.3    , installed 8.8.3
          Controller "js-controller": 7.0.3    , installed 7.0.3
          Adapter    "lgtv"         : 2.2.0    , installed 2.3.0
          Adapter    "linux-control": 1.1.5    , installed 1.1.5
          Adapter    "logparser"    : 2.2.2    , installed 2.2.2
          Adapter    "meteoalarm"   : 3.0.3    , installed 3.0.3
          Adapter    "nut"          : 1.6.0    , installed 1.6.0
          Adapter    "openweathermap": 1.1.2   , installed 1.1.2
          Adapter    "pegelalarm"   : 1.3.5    , installed 1.3.5
          Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
          Adapter    "ping"         : 1.6.2    , installed 1.6.2
          Adapter    "pollenflug"   : 2.0.0    , installed 2.0.0
          Adapter    "proxmox"      : 2.3.0    , installed 2.3.0
          Adapter    "rest-api"     : 2.0.3    , installed 2.0.3
          Adapter    "rssfeed"      : 3.1.0    , installed 3.1.0
          Adapter    "shelly"       : 8.2.1    , installed 8.2.1
          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
          Adapter    "snmp"         : 3.2.0    , installed 3.2.0
          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
          Adapter    "synology"     : 3.1.0    , installed 3.1.0
          Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
          Adapter    "trashschedule": 3.3.0    , installed 3.3.0
          Adapter    "tuya"         : 3.16.0   , installed 3.16.0
          Adapter    "unifi"        : 0.7.0    , installed 0.7.0
          Adapter    "upnp"         : 1.1.0    , installed 1.1.0
          Adapter    "vis"          : 1.5.6    , installed 1.5.6
          Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
          Adapter    "vis-2-widgets-energy": 1.0.2, installed 1.0.2
          Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.1.0
          Adapter    "vis-2-widgets-inventwo": 0.1.11, installed 0.1.11
          Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
          Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
          Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
          Adapter    "vis-icontwo"  : 1.5.0    , installed 1.6.3
          Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
          Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
          Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
          Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
          Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
          Adapter    "weather-warnings": 0.6.11, installed 0.6.11
          Adapter    "weatherunderground": 3.7.0, installed 3.7.0
          Adapter    "web"          : 6.2.5    , installed 6.2.5
          Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
          Adapter    "ws"           : 2.6.2    , installed 2.6.2
          Adapter    "yr"           : 5.3.0    , installed 5.3.0
          Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
          
          Objects and States
          Please stand by - This may take a while
          Objects:        55071
          States:         51750
          
          *** OS-Repositories and Updates ***
          Hit:1 http://deb.debian.org/debian bookworm InRelease
          Hit:2 http://security.debian.org bookworm-security InRelease                                              
          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease                                             
          Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease                                             
          Hit:5 https://packagecloud.io/ookla/speedtest-cli/debian bookworm InRelease
          Reading package lists... Done
          Pending Updates: 0
          
          *** Listening Ports ***
          Active Internet connections (only servers)
          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
          tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          28017      1140/master         
          tcp        0      0 192.168.1.14:8082       0.0.0.0:*               LISTEN      1001       60490678   4018371/io.web.0    
          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          17497      1/init              
          tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       60462657   4015570/iobroker.js 
          tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       60460940   4015570/iobroker.js 
          tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       60475909   4017307/io.shelly.1 
          tcp        0      0 0.0.0.0:9999            0.0.0.0:*               LISTEN      1000       171017909  3079198/nc          
          tcp6       0      0 ::1:25                  :::*                    LISTEN      0          28018      1140/master         
          tcp6       0      0 :::8087                 :::*                    LISTEN      1001       60487396   4018286/io.simple-a 
          tcp6       0      0 :::8084                 :::*                    LISTEN      1001       60493088   4018385/io.ws.0     
          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       60462774   4015859/io.admin.0  
          tcp6       0      0 :::8093                 :::*                    LISTEN      1001       60487711   4017938/io.rest-api 
          tcp6       0      0 :::111                  :::*                    LISTEN      0          17499      1/init              
          tcp6       0      0 :::22                   :::*                    LISTEN      0          16838      1/init              
          udp        0      0 0.0.0.0:50381           0.0.0.0:*                           1001       60470790   4016716/io.snmp.0   
          udp        0      0 0.0.0.0:58778           0.0.0.0:*                           1001       60491897   4018341/io.upnp.0   
          udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       60494417   4018341/io.upnp.0   
          udp        0      0 0.0.0.0:46235           0.0.0.0:*                           1001       60470190   4016716/io.snmp.0   
          udp        0      0 192.168.1.14:5353       0.0.0.0:*                           1001       60474435   4016795/io.tr-064.0 
          udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       60468082   4016698/io.shelly.0 
          udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       60474506   4016825/io.tuya.0   
          udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       60474507   4016825/io.tuya.0   
          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          16795      90/dhclient         
          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          17498      1/init              
          udp6       0      0 :::111                  :::*                                0          17500      1/init              
          
          *** Log File - Last 25 Lines ***
          
          2024-12-09 09:13:00.018  - info: host.ioBroker instance system.adapter.ical.0 in version "1.16.1" started with pid 3075148
          2024-12-09 09:13:01.656  - info: javascript.0 (4016006) script.js.Kalender.ICal-farben-Kalender: <table style='font-size:0.9em;'><tbody><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>15.12.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Dritter Advent</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>22.12.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Vierter Advent</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>24.12.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Heiligabend (halber Tag)</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#ffff00'>24.12.</td><td style='font-size:1.1em; padding-left:5px;color:#ffff00'>Jack</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>25.12.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Erster Weihnachtstag</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>26.12.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Zweiter Weihnachtstag</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>31.12.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Silvester (halber Tag)</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>01.01.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Neujahrstag</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#ffff00'>01.01.</td><td style='font-size:1.1em; padding-left:5px;color:#ffff00'>Hühner</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#ffff00'>05.01.</td><td style='font-size:1.1em; padding-left:5px;color:#ffff00'>Michael</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>06.01.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Heilige Drei Könige (regionaler Feiertag)</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#0080c0'>01.02.</td><td style='font-size:1.1em; padding-left:5px;color:#0080c0'>Jubiläum 2002</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>14.02.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Valentinstag</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#ffff00'>14.02.</td><td style='font-size:1.1em; padding-left:5px;color:#ffff00'>Anouk</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#ffff00'>17.02.</td><td style='font-size:1.1em; padding-left:5px;color:#ffff00'>Manny & Sunny</td></tr></body></table>
          2024-12-09 09:13:07.181  - info: host.ioBroker instance system.adapter.ical.0 having pid 3075148 terminated with code 0 (NO_ERROR)
          2024-12-09 09:13:22.136  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md: Material Design Widgets: Wetter Skript triggered by '0_userdata.0.Wetterstation.Aussentemperatur'
          2024-12-09 09:13:37.016  - info: host.ioBroker instance system.adapter.daswetter.1 in version "3.1.16" started with pid 3075580
          2024-12-09 09:13:38.099  - info: daswetter.1 (3075580) starting. Version 3.1.16 in /opt/iobroker/node_modules/iobroker.daswetter, node: v20.18.1, js-controller: 7.0.3
          2024-12-09 09:13:43.335  - info: daswetter.1 (3075580) still wrong data structure from server received! repaired...
          2024-12-09 09:13:45.176  - info: daswetter.1 (3075580) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
          2024-12-09 09:13:45.680  - info: daswetter.1 (3075580) cleaned everything up...
          2024-12-09 09:13:45.688  - info: host.ioBroker instance system.adapter.daswetter.1 having pid 3075580 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          2024-12-09 09:13:45.689  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md-gitti: Material Design Widgets: Wetter Skript triggered by 'system.adapter.daswetter.1.alive'
          2024-12-09 09:14:23.090  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md: Material Design Widgets: Wetter Skript triggered by '0_userdata.0.Wetterstation.Aussentemperatur'
          2024-12-09 09:14:53.769  - info: javascript.0 (4016006) script.js.Ereignisse.Flurlicht: #### Flurlicht eingeschaltet
          2024-12-09 09:15:00.035  - info: javascript.0 (4016006) script.js.Allerlei.Shelly-Verbrauch: Shelly Verbrauch: Verbrauchswerte aktualisiert: 5 | Reboots korrigiert: 0 | Unveränderte Werte: 2
          2024-12-09 09:15:00.047  - info: javascript.0 (4016006) script.js.Allerlei.Shelly-Verbrauch-MQTT: Shelly Verbrauch: Verbrauchswerte aktualisiert: 1 | Reboots korrigiert: 0 | Unveränderte Werte: 0
          2024-12-09 09:15:30.108  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md: Material Design Widgets: Wetter Skript triggered by '0_userdata.0.Wetterstation.Aussentemperatur'
          2024-12-09 09:16:00.199  - info: javascript.0 (4016006) script.js.Netzwerk.IP-Adresse2: IP-Adresse (ausgelesen von http://ipecho.net/plain): 94.31.88.205
          2024-12-09 09:16:34.100  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md: Material Design Widgets: Wetter Skript triggered by '0_userdata.0.Wetterstation.Aussentemperatur'
          2024-12-09 09:16:58.013  - info: history.0 (4015915) Delete old history "/opt/iobroker/iobroker-data/history/20241130/history.deyeidc.0.3918369324.Apo_t1.json"
          2024-12-09 09:17:38.264  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md: Material Design Widgets: Wetter Skript triggered by '0_userdata.0.Wetterstation.Aussentemperatur'
          2024-12-09 09:18:36.343  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md: Material Design Widgets: Wetter Skript triggered by '0_userdata.0.Wetterstation.Aussentemperatur'
          2024-12-09 09:18:53.020  - info: host.ioBroker instance system.adapter.dwd.0 in version "2.8.5" started with pid 3079218
          2024-12-09 09:18:54.021  - info: dwd.0 (3079218) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v20.18.1, js-controller: 7.0.3
          2024-12-09 09:18:54.384  - info: dwd.0 (3079218) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2024-12-09 09:18:54.896  - info: host.ioBroker instance system.adapter.dwd.0 having pid 3079218 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          
          
          
          
          ======================= SUMMARY =======================
                                  v.2024-12-08 Raspbian+zigbee diag+masking
          
          
           Static hostname: ioBroker
                 Icon name: computer-container
                   Chassis: container ☐
            Virtualization: lxc
          Operating System: Debian GNU/Linux 12 (bookworm)
                    Kernel: Linux 6.8.12-4-pve
              Architecture: x86-64
          
          Installation:           lxc
          Kernel:                 x86_64
          Userland:               64 bit
          Timezone:               Europe/Berlin (CET, +0100)
          User-ID:                1000
          Display-Server:         false
          Boot Target:            graphical.target
          
          Pending OS-Updates:     0
          Pending iob updates:    0
          
          Nodejs-Installation:
          /usr/bin/nodejs         v20.18.1
          /usr/bin/node           v20.18.1
          /usr/bin/npm            10.8.2
          /usr/bin/npx            10.8.2
          /usr/bin/corepack       0.29.4
          
          Recommended versions are nodejs 20.18.1 and npm 10.8.2
          nodeJS installation is correct
          
          MEMORY: 
                         total        used        free      shared  buff/cache   available
          Mem:             12G        4.9G        6.9G        139K        1.2G        8.0G
          Swap:             0B          0B          0B
          Total:           12G        4.9G        6.9G
          
          Active iob-Instances:   47
          Upgrade policy: none
          
          ioBroker Core:          js-controller           7.0.3
                                  admin                   7.1.5
          
          ioBroker Status:        iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Status admin and web instance:
          + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 192.168.1.14, run as: admin
          
          Objects:                55071
          States:                 51750
          
          Size of iob-Database:
          
          63M     /opt/iobroker/iobroker-data/objects.jsonl
          144M    /opt/iobroker/iobroker-data/states.jsonl
          
          
          Unknown release codenamed 'bookworm'. Please check yourself if the Operating System is actively maintained.
          
          =================== END OF SUMMARY ====================
          

          Gruß Ralf
          Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

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

          Thomas BraunT 1 Reply Last reply
          0
          • NashraN Nashra

            @Thomas-Braun

            Proxmox lxc

            ```bash
            Script v.2024-12-08 Raspbian+zigbee diag+masking
            
            *** BASE SYSTEM ***
             Static hostname: ioBroker
                   Icon name: computer-container
                     Chassis: container ☐
              Virtualization: lxc
            Operating System: Debian GNU/Linux 12 (bookworm)
                      Kernel: Linux 6.8.12-4-pve
                Architecture: x86-64
            OS is similar to: 
            
            model name      : Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz
            Docker          : false
            Virtualization  : lxc
            Kernel          : x86_64
            Userland        : 64 bit
            
            Systemuptime and Load:
             09:19:11 up 16 days, 22:59,  1 user,  load average: 1.12, 1.17, 1.11
            CPU threads: 4
            
            
            *** LIFE CYCLE STATUS ***
            Unknown release codenamed 'bookworm'. Please check yourself if the Operating System is actively maintained.
            
            *** TIME AND TIMEZONES ***
                           Local time: Mon 2024-12-09 09:19:11 CET
                       Universal time: Mon 2024-12-09 08:19:11 UTC
                             RTC time: n/a
                            Time zone: Europe/Berlin (CET, +0100)
            System clock synchronized: yes
                          NTP service: inactive
                      RTC in local TZ: no
            
            *** Users and Groups ***
            User that called 'iob diag':
            jack
            HOME=/home/jack
            GROUPS=jack sudo iobroker
            
            User that is running 'js-controller':
            iobroker
            HOME=/home/iobroker
            GROUPS=iobroker tty dialout audio video plugdev
            
            *** DISPLAY-SERVER SETUP ***
            Display-Server: false
            Desktop: 
            Terminal: 
            
            System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'
            
            *** MEMORY ***
                           total        used        free      shared  buff/cache   available
            Mem:             12G        4.9G        6.8G        131K        1.1G        8.0G
            Swap:             0B          0B          0B
            Total:           12G        4.9G        6.8G
            
            Active iob-Instances:   47
            
                    12288 M total memory
                     4686 M used memory
                     3030 M active memory
                     2479 M inactive memory
                     6506 M free memory
                        0 M buffer memory
                     1094 M swap cache
                        0 M total swap
                        0 M used swap
                        0 M free swap
            
            *** top - Table Of Processes  ***
            top - 09:19:11 up 16 days, 22:59,  1 user,  load average: 1.12, 1.17, 1.11
            Tasks:  75 total,   1 running,  74 sleeping,   0 stopped,   0 zombie
            %Cpu(s): 50.0 us, 50.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
            MiB Mem :  12288.0 total,   6505.2 free,   4688.0 used,   1094.9 buff/cache     
            MiB Swap:      0.0 total,      0.0 free,      0.0 used.   7600.0 avail Mem 
            
            *** FAILED SERVICES ***
            
              UNIT                                 LOAD   ACTIVE SUB    DESCRIPTION                      
            * run-rpc_pipefs.mount                 loaded failed failed RPC Pipe File System
            * sys-kernel-config.mount              loaded failed failed Kernel Configuration File System 
            * systemd-networkd-wait-online.service loaded failed failed Wait for Network to be Configured
            
            LOAD   = Reflects whether the unit definition was properly loaded.
            ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
            SUB    = The low-level unit activation state, values depend on unit type.
            3 loaded units listed.
            
            
            *** DMESG CRITICAL ERRORS ***
            dmesg: read kernel buffer failed: Operation not permitted
            No critical errors detected
            
            *** FILESYSTEM ***
            Filesystem                       Type      Size  Used Avail Use% Mounted on
            /dev/mapper/pve-vm--100--disk--0 ext4       20G   15G  3.7G  81% /
            none                             tmpfs     492K  4.0K  488K   1% /dev
            udev                             devtmpfs  7.8G     0  7.8G   0% /dev/tty
            tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
            tmpfs                            tmpfs     3.2G  120K  3.2G   1% /run
            tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
            
            Messages concerning ext4 filesystem in dmesg:
            dmesg: read kernel buffer failed: Operation not permitted
            
            Show mounted filesystems:
            TARGET SOURCE                           FSTYPE OPTIONS
            /      /dev/mapper/pve-vm--100--disk--0 ext4   rw,relatime,stripe=16
            
            Files in neuralgic directories:
            
            /var:
            2.6G    /var/
            2.1G    /var/log
            2.0G    /var/log/journal/5cd6ef18c5fb4a33b292b16e63f26ce7
            2.0G    /var/log/journal
            351M    /var/cache
            
            Hint: You are currently not seeing messages from other users and the system.
                  Users in groups 'adm', 'systemd-journal' can see all messages.
                  Pass -q to turn off this notice.
            Archived and active journals take up 95.6M in the file system.
            
            /opt/iobroker/backups:
            1.3G    /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            2.6G    /opt/iobroker/iobroker-data/
            1.7G    /opt/iobroker/iobroker-data/files
            617M    /opt/iobroker/iobroker-data/files/javascript.admin
            560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
            558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
            
            The five largest files in iobroker-data are:
            135M    /opt/iobroker/iobroker-data/states.jsonl
            63M     /opt/iobroker/iobroker-data/objects.jsonl
            38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
            33M     /opt/iobroker/iobroker-data/files/meteoalarm.admin/geocodes.json
            27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
            
            USB-Devices by-id:
            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
            
            /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_a8533ff07196ed1182936c4ce259fb3e-if00-port0
            
            *** ZigBee Settings ***
            
            HINT:
            Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
            /dev/ttyUSB0
            Zigbee Network Settings on your coordinator/in nvbackup are:
            
            zigbee.X
            Extended Pan ID:
            *** MASKED ***
            Pan ID:
            *** MASKED ***
            Channel:
            *** MASKED ***
            Network Key:
            *** MASKED ***
            
            To unmask the settings run 'iob diag --unmask'
            
            
            *** NodeJS-Installation ***
            
            /usr/bin/nodejs         v20.18.1
            /usr/bin/node           v20.18.1
            /usr/bin/npm            10.8.2
            /usr/bin/npx            10.8.2
            /usr/bin/corepack       0.29.4
            
            nodejs:
              Installed: 20.18.1-1nodesource1
              Candidate: 20.18.1-1nodesource1
              Version table:
             *** 20.18.1-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                    100 /var/lib/dpkg/status
                 20.18.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.17.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.16.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.15.1-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.15.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.14.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.13.1-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.13.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.12.2-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.12.1-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.12.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.11.1-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.11.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.10.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.9.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.8.1-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.8.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.7.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.6.1-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.6.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.5.1-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.5.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.4.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.3.1-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.3.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.2.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.1.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 20.0.0-1nodesource1 600
                    500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                 18.19.0+dfsg-6~deb12u2 500
                    500 http://deb.debian.org/debian bookworm/main amd64 Packages
                 18.19.0+dfsg-6~deb12u1 500
                    500 http://security.debian.org bookworm-security/main amd64 Packages
            
            Temp directories causing deletion problem: 0
            No problems detected
            
            Errors in npm tree: 0
            No problems detected
            
            *** ioBroker-Installation ***
            
            ioBroker Status
            iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Hosts:
            ioBroker            ioBroker (version: 7.0.3, hostname: ioBroker      , alive, uptime: 954147)
            
            Core adapters versions
            js-controller:  7.0.3
            admin:          7.1.5
            javascript:     8.8.3
            
            nodejs modules from github:     6
            +-- iobroker.energiefluss-erweitert@0.5.1-alpha.11 (git+ssh://git@github.com/SKB-CGN/ioBroker.energiefluss-erweitert.git#ac743deb1d81e364ec7f0a9edd2f9da21329f5b6)
            +-- iobroker.icons-icons8@0.0.1 (git+ssh://git@github.com/ioBroker/ioBroker.icons-icons8.git#c0fcc9a6aa79b281951215cf86726f45622c8409)
            +-- iobroker.labcom@0.1.4 (git+ssh://git@github.com/100prznt/ioBroker.labcom.git#0fae7c5e0f5c705838ff71922846fea7769b67fd)
            | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
            +-- iobroker.vis-materialdesign@0.5.94 (git+ssh://git@github.com/Scrounger/ioBroker.vis-materialdesign.git#8b7529d493f223dfc4f1d1f632553fcb35bbcc92)
            +-- iobroker.vis-owl@0.2.13 (git+ssh://git@github.com/gerbuchner/ioBroker.vis-owl.git#26f227f5d70d75b265c03bb40c3e400d90013b84)
            
            Adapter State
              system.adapter.accuweather.0            : accuweather           : ioBroker                                 - disabled
            + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
              system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 -  enabled
            + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
              system.adapter.birthdays.0              : birthdays             : ioBroker                                 -  enabled
              system.adapter.birthdays.1              : birthdays             : ioBroker                                 -  enabled
              system.adapter.daswetter.0              : daswetter             : ioBroker                                 -  enabled
              system.adapter.daswetter.1              : daswetter             : ioBroker                                 -  enabled
            + system.adapter.deyeidc.0                : deyeidc               : ioBroker                                 -  enabled, port: 8899
              system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
            + system.adapter.echarts.0                : echarts               : ioBroker                                 -  enabled
            + system.adapter.email.0                  : email                 : ioBroker                                 -  enabled
            + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: ioBroker                                 -  enabled
              system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
              system.adapter.flot.0                   : flot                  : ioBroker                                 - disabled
            + system.adapter.history.0                : history               : ioBroker                                 -  enabled
              system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
              system.adapter.ical.1                   : ical                  : ioBroker                                 -  enabled
              system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: ioBroker                                 - disabled
              system.adapter.icons-icons8.0           : icons-icons8          : ioBroker                                 - disabled
              system.adapter.icons-material-png.0     : icons-material-png    : ioBroker                                 - disabled
              system.adapter.icons-material-svg.0     : icons-material-svg    : ioBroker                                 - disabled
              system.adapter.icons-mfd-png.0          : icons-mfd-png         : ioBroker                                 - disabled
              system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBroker                                 - disabled
              system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: ioBroker                                 - disabled
              system.adapter.influxdb.0               : influxdb              : ioBroker                                 - disabled, port: 8086
            + system.adapter.influxdb.1               : influxdb              : ioBroker                                 -  enabled, port: 8086
            + system.adapter.influxdb.2               : influxdb              : ioBroker                                 -  enabled, port: 8086
            + system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
            + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
              system.adapter.labcom.0                 : labcom                : ioBroker                                 -  enabled
            + system.adapter.lgtv.0                   : lgtv                  : ioBroker                                 -  enabled
            + system.adapter.lgtv.1                   : lgtv                  : ioBroker                                 -  enabled
            + system.adapter.linux-control.0          : linux-control         : ioBroker                                 -  enabled
            + system.adapter.logparser.0              : logparser             : ioBroker                                 -  enabled
              system.adapter.meteoalarm.0             : meteoalarm            : ioBroker                                 - disabled
              system.adapter.meteoalarm.1             : meteoalarm            : ioBroker                                 - disabled
              system.adapter.meteoalarm.2             : meteoalarm            : ioBroker                                 - disabled
              system.adapter.meteoalarm.3             : meteoalarm            : ioBroker                                 - disabled
            + system.adapter.nut.0                    : nut                   : ioBroker                                 -  enabled
            + system.adapter.nut.1                    : nut                   : ioBroker                                 -  enabled
            + system.adapter.nut.2                    : nut                   : ioBroker                                 -  enabled
              system.adapter.openweathermap.0         : openweathermap        : ioBroker                                 -  enabled
            + system.adapter.parcel.0                 : parcel                : ioBroker                                 -  enabled
              system.adapter.pegelalarm.0             : pegelalarm            : ioBroker                                 - disabled
              system.adapter.pi-hole.0                : pi-hole               : ioBroker                                 - disabled
            + system.adapter.ping.0                   : ping                  : ioBroker                                 -  enabled
            + system.adapter.pollenflug.0             : pollenflug            : ioBroker                                 -  enabled
            + system.adapter.pollenflug.1             : pollenflug            : ioBroker                                 -  enabled
            + system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
            + system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0, run as: rest
            + system.adapter.rssfeed.0                : rssfeed               : ioBroker                                 -  enabled
            + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
            + system.adapter.shelly.1                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
            + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
            + system.adapter.snmp.0                   : snmp                  : ioBroker                                 -  enabled
              system.adapter.socketio.0               : socketio              : ioBroker                                 - disabled, port: 8084, bind: 0.0.0.0, run as: admin
            + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5000
            + system.adapter.synology.1               : synology              : ioBroker                                 -  enabled, port: 5000
            + system.adapter.synology.2               : synology              : ioBroker                                 -  enabled, port: 5000
            + system.adapter.tankerkoenig.0           : tankerkoenig          : ioBroker                                 -  enabled
            + system.adapter.tr-064.0                 : tr-064                : ioBroker                                 -  enabled
            + system.adapter.trashschedule.0          : trashschedule         : ioBroker                                 -  enabled
            + system.adapter.tuya.0                   : tuya                  : ioBroker                                 -  enabled
            + system.adapter.unifi.0                  : unifi                 : ioBroker                                 -  enabled
            + system.adapter.upnp.0                   : upnp                  : ioBroker                                 -  enabled
              system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : ioBroker                                 -  enabled
              system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : ioBroker                                 -  enabled
              system.adapter.vis-2-widgets-inventwo.0 : vis-2-widgets-inventwo: ioBroker                                 -  enabled
              system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: ioBroker                                 -  enabled
            + system.adapter.vis-2.0                  : vis-2                 : ioBroker                                 -  enabled
              system.adapter.vis-bars.0               : vis-bars              : ioBroker                                 - disabled
              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker                                 - disabled
              system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : ioBroker                                 - disabled
              system.adapter.vis-google-fonts.0       : vis-google-fonts      : ioBroker                                 - disabled
              system.adapter.vis-history.0            : vis-history           : ioBroker                                 - disabled
              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 - disabled
              system.adapter.vis-icontwo.0            : vis-icontwo           : ioBroker                                 - disabled
            + system.adapter.vis-inventwo.0           : vis-inventwo          : ioBroker                                 -  enabled
              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 - disabled
              system.adapter.vis-justgage.0           : vis-justgage          : ioBroker                                 - disabled
              system.adapter.vis-map.0                : vis-map               : ioBroker                                 - disabled
              system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 - disabled
              system.adapter.vis-rgraph.0             : vis-rgraph            : ioBroker                                 - disabled
              system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 - disabled
              system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
            + system.adapter.weather-warnings.0       : weather-warnings      : ioBroker                                 -  enabled
              system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 -  enabled
              system.adapter.weatherunderground.1     : weatherunderground    : ioBroker                                 -  enabled
            + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 192.168.1.14, run as: admin
            + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : ioBroker                                 -  enabled
            + system.adapter.ws.0                     : ws                    : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
              system.adapter.yr.0                     : yr                    : ioBroker                                 - disabled
            + system.adapter.zigbee.0                 : zigbee                : ioBroker                                 -  enabled, port: /dev/ttyUSB0
            
            + instance is alive
            
            Enabled adapters with bindings
            + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.deyeidc.0                : deyeidc               : ioBroker                                 -  enabled, port: 8899
            + system.adapter.influxdb.1               : influxdb              : ioBroker                                 -  enabled, port: 8086
            + system.adapter.influxdb.2               : influxdb              : ioBroker                                 -  enabled, port: 8086
            + system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
            + system.adapter.rest-api.0               : rest-api              : ioBroker                                 -  enabled, port: 8093, bind: 0.0.0.0, run as: rest
            + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
            + system.adapter.shelly.1                 : shelly                : ioBroker                                 -  enabled, port: 1882, bind: 0.0.0.0
            + system.adapter.simple-api.0             : simple-api            : ioBroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
            + system.adapter.synology.0               : synology              : ioBroker                                 -  enabled, port: 5000
            + system.adapter.synology.1               : synology              : ioBroker                                 -  enabled, port: 5000
            + system.adapter.synology.2               : synology              : ioBroker                                 -  enabled, port: 5000
            + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 192.168.1.14, run as: admin
            + system.adapter.ws.0                     : ws                    : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
            + system.adapter.zigbee.0                 : zigbee                : ioBroker                                 -  enabled, port: /dev/ttyUSB0
            
            ioBroker-Repositories
            ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
            │ (index) │ name               │ url                                                     │ auto upgrade │
            ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
            │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
            │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
            │ 2       │ 'stable-live'      │ 'http://iobroker.live/repo/sources-dist.json'           │ false        │
            │ 3       │ 'latest-live'      │ 'http://iobroker.live/repo/sources-dist-latest.json'    │ false        │
            └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
            
            Active repo(s): Stable (default)
            Upgrade policy: none
            
            Installed ioBroker-Instances
            Used repository: Stable (default)
            Adapter    "accuweather"  : 1.5.0    , installed 1.5.0
            Adapter    "admin"        : 7.1.5    , installed 7.1.5
            Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
            Adapter    "alias-manager": 2.0.0    , installed 2.0.0
            Adapter    "backitup"     : 3.0.25   , installed 3.0.25
            Adapter    "birthdays"    : 3.1.0    , installed 3.1.0
            Adapter    "daswetter"    : 3.1.16   , installed 3.1.16
            Adapter    "deyeidc"      : 0.1.1    , installed 0.1.1
            Adapter    "dwd"          : 2.8.5    , installed 2.8.5
            Adapter    "echarts"      : 1.9.2    , installed 1.9.2
            Adapter    "email"        : 1.3.1    , installed 1.3.1
            Adapter    "energiefluss-erweitert": 0.4.1, installed 0.5.1-alpha.11
            Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
            Adapter    "flot"         : 1.12.0   , installed 1.12.0
            Adapter    "history"      : 3.0.1    , installed 3.0.1
            Adapter    "ical"         : 1.16.1   , installed 1.16.1
            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-material-svg": 0.1.0, installed 0.1.0
            Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
            Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
            Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
            Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
            Adapter    "iot"          : 3.3.0    , installed 3.3.0
            Adapter    "javascript"   : 8.8.3    , installed 8.8.3
            Controller "js-controller": 7.0.3    , installed 7.0.3
            Adapter    "lgtv"         : 2.2.0    , installed 2.3.0
            Adapter    "linux-control": 1.1.5    , installed 1.1.5
            Adapter    "logparser"    : 2.2.2    , installed 2.2.2
            Adapter    "meteoalarm"   : 3.0.3    , installed 3.0.3
            Adapter    "nut"          : 1.6.0    , installed 1.6.0
            Adapter    "openweathermap": 1.1.2   , installed 1.1.2
            Adapter    "pegelalarm"   : 1.3.5    , installed 1.3.5
            Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
            Adapter    "ping"         : 1.6.2    , installed 1.6.2
            Adapter    "pollenflug"   : 2.0.0    , installed 2.0.0
            Adapter    "proxmox"      : 2.3.0    , installed 2.3.0
            Adapter    "rest-api"     : 2.0.3    , installed 2.0.3
            Adapter    "rssfeed"      : 3.1.0    , installed 3.1.0
            Adapter    "shelly"       : 8.2.1    , installed 8.2.1
            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
            Adapter    "snmp"         : 3.2.0    , installed 3.2.0
            Adapter    "socketio"     : 6.7.1    , installed 6.7.1
            Adapter    "synology"     : 3.1.0    , installed 3.1.0
            Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
            Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
            Adapter    "trashschedule": 3.3.0    , installed 3.3.0
            Adapter    "tuya"         : 3.16.0   , installed 3.16.0
            Adapter    "unifi"        : 0.7.0    , installed 0.7.0
            Adapter    "upnp"         : 1.1.0    , installed 1.1.0
            Adapter    "vis"          : 1.5.6    , installed 1.5.6
            Adapter    "vis-2"        : 2.9.64   , installed 2.9.64
            Adapter    "vis-2-widgets-energy": 1.0.2, installed 1.0.2
            Adapter    "vis-2-widgets-gauges": 1.1.0, installed 1.1.0
            Adapter    "vis-2-widgets-inventwo": 0.1.11, installed 0.1.11
            Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
            Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
            Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
            Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
            Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
            Adapter    "vis-icontwo"  : 1.5.0    , installed 1.6.3
            Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
            Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
            Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
            Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
            Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
            Adapter    "weather-warnings": 0.6.11, installed 0.6.11
            Adapter    "weatherunderground": 3.7.0, installed 3.7.0
            Adapter    "web"          : 6.2.5    , installed 6.2.5
            Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
            Adapter    "ws"           : 2.6.2    , installed 2.6.2
            Adapter    "yr"           : 5.3.0    , installed 5.3.0
            Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
            
            Objects and States
            Please stand by - This may take a while
            Objects:        55071
            States:         51750
            
            *** OS-Repositories and Updates ***
            Hit:1 http://deb.debian.org/debian bookworm InRelease
            Hit:2 http://security.debian.org bookworm-security InRelease                                              
            Hit:3 http://deb.debian.org/debian bookworm-updates InRelease                                             
            Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease                                             
            Hit:5 https://packagecloud.io/ookla/speedtest-cli/debian bookworm InRelease
            Reading package lists... Done
            Pending Updates: 0
            
            *** Listening Ports ***
            Active Internet connections (only servers)
            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
            tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          28017      1140/master         
            tcp        0      0 192.168.1.14:8082       0.0.0.0:*               LISTEN      1001       60490678   4018371/io.web.0    
            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          17497      1/init              
            tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       60462657   4015570/iobroker.js 
            tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       60460940   4015570/iobroker.js 
            tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       60475909   4017307/io.shelly.1 
            tcp        0      0 0.0.0.0:9999            0.0.0.0:*               LISTEN      1000       171017909  3079198/nc          
            tcp6       0      0 ::1:25                  :::*                    LISTEN      0          28018      1140/master         
            tcp6       0      0 :::8087                 :::*                    LISTEN      1001       60487396   4018286/io.simple-a 
            tcp6       0      0 :::8084                 :::*                    LISTEN      1001       60493088   4018385/io.ws.0     
            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       60462774   4015859/io.admin.0  
            tcp6       0      0 :::8093                 :::*                    LISTEN      1001       60487711   4017938/io.rest-api 
            tcp6       0      0 :::111                  :::*                    LISTEN      0          17499      1/init              
            tcp6       0      0 :::22                   :::*                    LISTEN      0          16838      1/init              
            udp        0      0 0.0.0.0:50381           0.0.0.0:*                           1001       60470790   4016716/io.snmp.0   
            udp        0      0 0.0.0.0:58778           0.0.0.0:*                           1001       60491897   4018341/io.upnp.0   
            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       60494417   4018341/io.upnp.0   
            udp        0      0 0.0.0.0:46235           0.0.0.0:*                           1001       60470190   4016716/io.snmp.0   
            udp        0      0 192.168.1.14:5353       0.0.0.0:*                           1001       60474435   4016795/io.tr-064.0 
            udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       60468082   4016698/io.shelly.0 
            udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       60474506   4016825/io.tuya.0   
            udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       60474507   4016825/io.tuya.0   
            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          16795      90/dhclient         
            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          17498      1/init              
            udp6       0      0 :::111                  :::*                                0          17500      1/init              
            
            *** Log File - Last 25 Lines ***
            
            2024-12-09 09:13:00.018  - info: host.ioBroker instance system.adapter.ical.0 in version "1.16.1" started with pid 3075148
            2024-12-09 09:13:01.656  - info: javascript.0 (4016006) script.js.Kalender.ICal-farben-Kalender: <table style='font-size:0.9em;'><tbody><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>15.12.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Dritter Advent</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>22.12.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Vierter Advent</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>24.12.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Heiligabend (halber Tag)</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#ffff00'>24.12.</td><td style='font-size:1.1em; padding-left:5px;color:#ffff00'>Jack</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>25.12.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Erster Weihnachtstag</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>26.12.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Zweiter Weihnachtstag</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>31.12.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Silvester (halber Tag)</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>01.01.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Neujahrstag</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#ffff00'>01.01.</td><td style='font-size:1.1em; padding-left:5px;color:#ffff00'>Hühner</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#ffff00'>05.01.</td><td style='font-size:1.1em; padding-left:5px;color:#ffff00'>Michael</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>06.01.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Heilige Drei Könige (regionaler Feiertag)</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#0080c0'>01.02.</td><td style='font-size:1.1em; padding-left:5px;color:#0080c0'>Jubiläum 2002</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#fff'>14.02.</td><td style='font-size:1.1em; padding-left:5px;color:#fff'>Valentinstag</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#ffff00'>14.02.</td><td style='font-size:1.1em; padding-left:5px;color:#ffff00'>Anouk</td></tr><tr><td style='font-size:1.1em; padding-left:3px;color:#ffff00'>17.02.</td><td style='font-size:1.1em; padding-left:5px;color:#ffff00'>Manny & Sunny</td></tr></body></table>
            2024-12-09 09:13:07.181  - info: host.ioBroker instance system.adapter.ical.0 having pid 3075148 terminated with code 0 (NO_ERROR)
            2024-12-09 09:13:22.136  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md: Material Design Widgets: Wetter Skript triggered by '0_userdata.0.Wetterstation.Aussentemperatur'
            2024-12-09 09:13:37.016  - info: host.ioBroker instance system.adapter.daswetter.1 in version "3.1.16" started with pid 3075580
            2024-12-09 09:13:38.099  - info: daswetter.1 (3075580) starting. Version 3.1.16 in /opt/iobroker/node_modules/iobroker.daswetter, node: v20.18.1, js-controller: 7.0.3
            2024-12-09 09:13:43.335  - info: daswetter.1 (3075580) still wrong data structure from server received! repaired...
            2024-12-09 09:13:45.176  - info: daswetter.1 (3075580) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
            2024-12-09 09:13:45.680  - info: daswetter.1 (3075580) cleaned everything up...
            2024-12-09 09:13:45.688  - info: host.ioBroker instance system.adapter.daswetter.1 having pid 3075580 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            2024-12-09 09:13:45.689  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md-gitti: Material Design Widgets: Wetter Skript triggered by 'system.adapter.daswetter.1.alive'
            2024-12-09 09:14:23.090  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md: Material Design Widgets: Wetter Skript triggered by '0_userdata.0.Wetterstation.Aussentemperatur'
            2024-12-09 09:14:53.769  - info: javascript.0 (4016006) script.js.Ereignisse.Flurlicht: #### Flurlicht eingeschaltet
            2024-12-09 09:15:00.035  - info: javascript.0 (4016006) script.js.Allerlei.Shelly-Verbrauch: Shelly Verbrauch: Verbrauchswerte aktualisiert: 5 | Reboots korrigiert: 0 | Unveränderte Werte: 2
            2024-12-09 09:15:00.047  - info: javascript.0 (4016006) script.js.Allerlei.Shelly-Verbrauch-MQTT: Shelly Verbrauch: Verbrauchswerte aktualisiert: 1 | Reboots korrigiert: 0 | Unveränderte Werte: 0
            2024-12-09 09:15:30.108  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md: Material Design Widgets: Wetter Skript triggered by '0_userdata.0.Wetterstation.Aussentemperatur'
            2024-12-09 09:16:00.199  - info: javascript.0 (4016006) script.js.Netzwerk.IP-Adresse2: IP-Adresse (ausgelesen von http://ipecho.net/plain): 94.31.88.205
            2024-12-09 09:16:34.100  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md: Material Design Widgets: Wetter Skript triggered by '0_userdata.0.Wetterstation.Aussentemperatur'
            2024-12-09 09:16:58.013  - info: history.0 (4015915) Delete old history "/opt/iobroker/iobroker-data/history/20241130/history.deyeidc.0.3918369324.Apo_t1.json"
            2024-12-09 09:17:38.264  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md: Material Design Widgets: Wetter Skript triggered by '0_userdata.0.Wetterstation.Aussentemperatur'
            2024-12-09 09:18:36.343  - info: javascript.0 (4016006) script.js.Wetter.Statistik-md: Material Design Widgets: Wetter Skript triggered by '0_userdata.0.Wetterstation.Aussentemperatur'
            2024-12-09 09:18:53.020  - info: host.ioBroker instance system.adapter.dwd.0 in version "2.8.5" started with pid 3079218
            2024-12-09 09:18:54.021  - info: dwd.0 (3079218) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v20.18.1, js-controller: 7.0.3
            2024-12-09 09:18:54.384  - info: dwd.0 (3079218) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
            2024-12-09 09:18:54.896  - info: host.ioBroker instance system.adapter.dwd.0 having pid 3079218 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
            
            
            
            
            ======================= SUMMARY =======================
                                    v.2024-12-08 Raspbian+zigbee diag+masking
            
            
             Static hostname: ioBroker
                   Icon name: computer-container
                     Chassis: container ☐
              Virtualization: lxc
            Operating System: Debian GNU/Linux 12 (bookworm)
                      Kernel: Linux 6.8.12-4-pve
                Architecture: x86-64
            
            Installation:           lxc
            Kernel:                 x86_64
            Userland:               64 bit
            Timezone:               Europe/Berlin (CET, +0100)
            User-ID:                1000
            Display-Server:         false
            Boot Target:            graphical.target
            
            Pending OS-Updates:     0
            Pending iob updates:    0
            
            Nodejs-Installation:
            /usr/bin/nodejs         v20.18.1
            /usr/bin/node           v20.18.1
            /usr/bin/npm            10.8.2
            /usr/bin/npx            10.8.2
            /usr/bin/corepack       0.29.4
            
            Recommended versions are nodejs 20.18.1 and npm 10.8.2
            nodeJS installation is correct
            
            MEMORY: 
                           total        used        free      shared  buff/cache   available
            Mem:             12G        4.9G        6.9G        139K        1.2G        8.0G
            Swap:             0B          0B          0B
            Total:           12G        4.9G        6.9G
            
            Active iob-Instances:   47
            Upgrade policy: none
            
            ioBroker Core:          js-controller           7.0.3
                                    admin                   7.1.5
            
            ioBroker Status:        iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Status admin and web instance:
            + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 192.168.1.14, run as: admin
            
            Objects:                55071
            States:                 51750
            
            Size of iob-Database:
            
            63M     /opt/iobroker/iobroker-data/objects.jsonl
            144M    /opt/iobroker/iobroker-data/states.jsonl
            
            
            Unknown release codenamed 'bookworm'. Please check yourself if the Operating System is actively maintained.
            
            =================== END OF SUMMARY ====================
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #678

            @nashra sagte in iob diag - Skript:

            Danke.

            Und

            iob diag --unmask
            

            deckt die Zigbee-Werte auf?

            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

            NashraN 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @nashra sagte in iob diag - Skript:

              Danke.

              Und

              iob diag --unmask
              

              deckt die Zigbee-Werte auf?

              NashraN Offline
              NashraN Offline
              Nashra
              Most Active Forum Testing
              wrote on last edited by
              #679

              @thomas-braun sagte in iob diag - Skript:

              @nashra sagte in iob diag - Skript:

              Danke.

              Und

              iob diag --unmask
              

              deckt die Zigbee-Werte auf?

              Ja, werden angezeigt

              Gruß Ralf
              Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

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

              1 Reply Last reply
              1
              • Thomas BraunT Thomas Braun

                An die Tester:
                Es darf wieder getestet werden!

                Bitte mal die TEST-Version (siehe erster Eintrag) unter die Äuglein nehmen.
                (Nicht von der Benennung als raspbian irritieren lassen, das sollte auf allen Systemen laufen).

                • Neue Sektion *** ZigBee Settings ***
                  Wenn eine Instanz des zigbee-Adapters gefunden wird erscheint diese neue Sektion:
                *** ZigBee Settings ***
                
                Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                Zigbee Network Settings on your coordinator/in nvbackup are:
                
                zigbee.X
                Extended Pan ID:
                *** MASKED ***
                Pan ID:
                *** MASKED ***
                Channel:
                *** MASKED ***
                Network Key:
                *** MASKED ***
                
                To unmask the settings run 'iob diag --unmask'
                
                
                • Neue Option --unmask beim Aufruf des Skripts lüftet dann die Maske und die entsprechenden Werte erscheinen im Klartext und können dann in den Einstellungen des zigbee-Adapters eingetragen werden.

                Bitte mal schauen ob das alles wie gedacht funktioniert, insbesondere Installationen mit mehr als einer Instanz oder per tcp angebunden wären interressant zu sehen.

                Danke schön!

                L Offline
                L Offline
                Lucky_ESA
                Developer Most Active
                wrote on last edited by Lucky_ESA
                #680

                @thomas-braun

                Command: pi@iobroker:~ $ ./iob_diag.sh -de | tee iob_diag.log
                
                Script v.2024-12-08 Raspbian+zigbee diag+masking
                
                *** BASE SYSTEM ***
                 Static hostname: iobroker
                       Icon name: computer
                Operating System: Debian GNU/Linux 12 (bookworm)
                          Kernel: Linux 6.6.62+rpt-rpi-2712
                    Architecture: arm64
                OS is similar to:
                
                Model           : Raspberry Pi 5 Model B Rev 1.0
                Docker          : false
                Virtualization  : none
                Kernel          : aarch64
                Userland        : 64 bit
                
                Systemuptime and Load:
                 10:21:35 up 18 min,  1 user,  load average: 0.42, 0.47, 0.56
                CPU threads: 4
                
                
                *** LIFE CYCLE STATUS ***
                Operating System is the current Debian stable version codenamed 'bookworm'!
                
                *** RASPBERRY THROTTLING ***
                Current issues:
                No throttling issues detected.
                
                Previously detected issues:
                No throttling issues detected.
                
                *** TIME AND TIMEZONES ***
                               Local time: Mon 2024-12-09 10:21:36 CET
                           Universal time: Mon 2024-12-09 09:21:36 UTC
                                 RTC time: Mon 2024-12-09 09:21:36
                                Time zone: Europe/Berlin (CET, +0100)
                System clock synchronized: yes
                              NTP service: active
                          RTC in local TZ: no
                
                *** Users and Groups ***
                User that called 'iob diag':
                pi
                HOME=/home/pi
                GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                
                User that is running 'js-controller':
                iobroker
                HOME=/home/iobroker
                GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                
                *** DISPLAY-SERVER SETUP ***
                Display-Server: false
                Desktop:
                Terminal:       tty
                
                *** MEMORY ***
                               total        used        free      shared  buff/cache   available
                Mem:            8.4G        4.2G        2.9G        5.7M        1.5G        4.2G
                Swap:           209M          0B        209M
                Total:          8.7G        4.2G        3.1G
                
                Active iob-Instances:   44
                
                         8052 M total memory
                         4025 M used memory
                         3791 M active memory
                         1094 M inactive memory
                         2721 M free memory
                          143 M buffer memory
                         1263 M swap cache
                          199 M total swap
                            0 M used swap
                          199 M free swap
                
                *** top - Table Of Processes  ***
                top - 10:21:36 up 18 min,  1 user,  load average: 0.42, 0.47, 0.56
                Tasks: 198 total,   1 running, 197 sleeping,   0 stopped,   0 zombie
                %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                MiB Mem :   8052.2 total,   2720.8 free,   4026.7 used,   1407.1 buff/cache
                MiB Swap:    200.0 total,    200.0 free,      0.0 used.   4025.6 avail Mem
                
                *** FAILED SERVICES ***
                
                  UNIT LOAD ACTIVE SUB DESCRIPTION
                0 loaded units listed.
                
                
                *** DMESG CRITICAL ERRORS ***
                No critical errors detected
                
                *** FILESYSTEM ***
                Filesystem     Type      Size  Used Avail Use% Mounted on
                udev           devtmpfs  3.9G     0  3.9G   0% /dev
                tmpfs          tmpfs     806M  5.4M  800M   1% /run
                /dev/mmcblk0p2 ext4      117G   21G   91G  19% /
                tmpfs          tmpfs     4.0G     0  4.0G   0% /dev/shm
                tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                /dev/mmcblk0p1 vfat      510M   65M  446M  13% /boot/firmware
                tmpfs          tmpfs     806M     0  806M   0% /run/user/1000
                tmpfs          tmpfs     806M     0  806M   0% /run/user/0
                
                Messages concerning ext4 filesystem in dmesg:
                [Mon Dec  9 10:03:12 2024] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave  smsc95xx.macaddr=D8:3A:DD:99:6E:9A vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=675ae9ae-02 rootfstype=ext4 fsck.repair=yes rootwait
                [Mon Dec  9 10:04:31 2024] EXT4-fs (mmcblk0p2): mounted filesystem 3b614a3f-4a65-4480-876a-8a998e01ac9b ro with ordered data mode. Quota mode: none.
                [Mon Dec  9 10:04:33 2024] EXT4-fs (mmcblk0p2): re-mounted 3b614a3f-4a65-4480-876a-8a998e01ac9b r/w. Quota mode: none.
                
                Show mounted filesystems:
                TARGET           SOURCE         FSTYPE OPTIONS
                /                /dev/mmcblk0p2 ext4   rw,noatime
                `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                
                Files in neuralgic directories:
                
                /var:
                3.0G    /var/
                2.2G    /var/log/journal/87fcd42a64fb499e969e09ffa538a8fe
                2.2G    /var/log/journal
                2.2G    /var/log
                409M    /var/cache
                
                Archived and active journals take up 2.1G in the file system.
                
                /opt/iobroker/backups:
                4.0K    /opt/iobroker/backups/
                
                /opt/iobroker/iobroker-data:
                2.0G    /opt/iobroker/iobroker-data/
                1.5G    /opt/iobroker/iobroker-data/files
                617M    /opt/iobroker/iobroker-data/files/javascript.admin
                560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                
                The five largest files in iobroker-data are:
                207M    /opt/iobroker/iobroker-data/files/0_userdata.0/ram/cpu
                73M     /opt/iobroker/iobroker-data/objects.jsonl
                41M     /opt/iobroker/iobroker-data/states.jsonl
                19M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.6964fae2.js.map
                19M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.02fc3820.js.map
                
                USB-Devices by-id:
                USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                
                /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_d6df2ac6ddc9eb118cf3914f1d69213e-if00-port0
                
                *** ZigBee Settings ***
                
                Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                Zigbee Network Settings on your coordinator/in nvbackup are:
                
                zigbee.X
                Extended Pan ID:
                *** MASKED ***
                Pan ID:
                *** MASKED ***
                Channel:
                *** MASKED ***
                Network Key:
                *** MASKED ***
                
                To unmask the settings run 'iob diag --unmask'
                
                
                *** NodeJS-Installation ***
                
                /usr/bin/nodejs         v20.18.1
                /usr/bin/node           v20.18.1
                /usr/bin/npm            10.8.2
                /usr/bin/npx            10.8.2
                /usr/bin/corepack       0.29.4
                
                nodejs:
                  Installed: 20.18.1-1nodesource1
                  Candidate: 20.18.1-1nodesource1
                  Version table:
                 *** 20.18.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                        100 /var/lib/dpkg/status
                     20.18.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.17.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.16.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.15.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.15.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.14.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.13.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.13.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.12.2-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.12.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.12.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.11.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.11.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.10.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.9.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.8.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.8.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.7.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.6.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.6.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.5.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.5.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.4.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.3.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.3.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.2.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.1.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     20.0.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                     18.19.0+dfsg-6~deb12u2 500
                        500 http://deb.debian.org/debian bookworm/main arm64 Packages
                     18.19.0+dfsg-6~deb12u1 500
                        500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                
                Temp directories causing deletion problem: 0
                No problems detected
                
                Errors in npm tree: 0
                No problems detected
                
                *** ioBroker-Installation ***
                
                ioBroker Status
                iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Hosts:
                iobroker            iobroker (version: 7.0.6, hostname: iobroker      , alive, uptime: 1005)
                
                Core adapters versions
                js-controller:  7.0.6
                admin:          7.4.4
                javascript:     8.8.3
                
                nodejs modules from github:     7
                +-- iobroker.e2-openwebif@0.0.1 (git+ssh://git@github.com/Lucky-ESA/ioBroker.e2-openwebif.git#aedac36b2975e02bdcdf0133cca24cd54483d339)
                +-- iobroker.fritzboxdect@0.0.1 (git+ssh://git@github.com/Lucky-ESA/ioBroker.fritzboxdect.git#6c0d80663cce795eff92460421f42a8d0b5d0fef)
                +-- iobroker.hiobs@0.0.1 (git+ssh://git@github.com/Lucky-ESA/ioBroker.hiobs.git#07971db72cce7a5a01169c120e32de199d313f09)
                +-- iobroker.netgear@0.0.1 (git+ssh://git@github.com/Lucky-ESA/ioBroker.netgear.git#fbe57dc2de2516d66e4d76d61df2021553d85cfe)
                +-- iobroker.philips-android-tv@0.0.1 (git+ssh://git@github.com/Lucky-ESA/ioBroker.philips-android-tv.git#1e9c610c86a9790d13efe3c212a2ed61cab57238)
                +-- iobroker.vis-materialdesign@0.5.94 (git+ssh://git@github.com/Scrounger/ioBroker.vis-materialdesign.git#8b7529d493f223dfc4f1d1f632553fcb35bbcc92)
                +-- iobroker.vis-owl@0.2.13 (git+ssh://git@github.com/gerbuchner/ioBroker.vis-owl.git#26f227f5d70d75b265c03bb40c3e400d90013b84)
                
                Adapter State
                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                  system.adapter.alias-manager.0          : alias-manager         : iobroker                                 -  enabled
                + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                  system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                + system.adapter.e2-openwebif.0           : e2-openwebif          : iobroker                                 -  enabled
                + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
                  system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                + system.adapter.followthesun.0           : followthesun          : iobroker                                 -  enabled
                + system.adapter.fritzboxdect.0           : fritzboxdect          : iobroker                                 -  enabled
                + system.adapter.fullybrowser.0           : fullybrowser          : iobroker                                 -  enabled
                  system.adapter.hiob.0                   : hiob                  : iobroker                                 - disabled, port: 8097
                + system.adapter.hiobs.0                  : hiobs                 : iobroker                                 -  enabled, port: 8095
                + 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.ical.0                   : ical                  : 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.imap.0                   : imap                  : iobroker                                 -  enabled
                + system.adapter.info.0                   : info                  : iobroker                                 -  enabled
                + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                + system.adapter.iqontrol.0               : iqontrol              : iobroker                                 -  enabled
                + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                + system.adapter.lg-thinq.0               : lg-thinq              : iobroker                                 -  enabled
                + system.adapter.lgtv.0                   : lgtv                  : iobroker                                 -  enabled
                + system.adapter.lgtv.1                   : lgtv                  : iobroker                                 -  enabled
                  system.adapter.linux-control.0          : linux-control         : iobroker                                 - disabled
                + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled
                + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                + system.adapter.netgear.0                : netgear               : iobroker                                 -  enabled
                + system.adapter.onvif.0                  : onvif                 : iobroker                                 -  enabled, port: 80, 90, 8088, 8999, 554
                + system.adapter.parcel.0                 : parcel                : iobroker                                 -  enabled
                + system.adapter.philips-android-tv.0     : philips-android-tv    : iobroker                                 -  enabled
                + system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled
                + system.adapter.schedule-switcher.0      : schedule-switcher     : iobroker                                 -  enabled
                + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                + system.adapter.telegram.1               : 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                                 - disabled
                + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                + system.adapter.vis-2.0                  : vis-2                 : 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-fancyswitch.0        : vis-fancyswitch       : iobroker                                 -  enabled
                  system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                  system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 -  enabled
                + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                  system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 -  enabled
                  system.adapter.vis-metro.0              : vis-metro             : iobroker                                 -  enabled
                  system.adapter.vis-owl.0                : vis-owl               : 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.wallpanel.0              : wallpanel             : iobroker                                 -  enabled
                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  system.adapter.worx.0                   : worx                  : iobroker                                 - disabled
                + system.adapter.yamaha.0                 : yamaha                : iobroker                                 -  enabled
                + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_d6df2ac6ddc9eb118cf3914f1d69213e-if00-port0
                
                + instance is alive
                
                Enabled adapters with bindings
                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.hiobs.0                  : hiobs                 : iobroker                                 -  enabled, port: 8095
                + 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.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                + system.adapter.onvif.0                  : onvif                 : iobroker                                 -  enabled, port: 80, 90, 8088, 8999, 554
                + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_d6df2ac6ddc9eb118cf3914f1d69213e-if00-port0
                
                ioBroker-Repositories
                ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                │ (index) │ name     │ url                                                     │ auto upgrade │
                ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                
                Active repo(s): beta
                Upgrade policy: none
                
                Installed ioBroker-Instances
                Used repository: beta
                Adapter    "admin"        : 7.4.4    , installed 7.4.4
                Adapter    "alexa2"       : 3.26.7   , installed 3.26.7
                Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                Adapter    "daswetter"    : 3.2.1    , installed 3.2.1
                Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                Adapter    "email"        : 1.3.1    , installed 1.4.0
                Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                Adapter    "followthesun" : 0.5.1    , installed 0.5.1
                Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                Adapter    "hiob"         : 0.1.6    , installed 0.1.6
                Adapter    "history"      : 3.0.1    , installed 3.0.1
                Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                Adapter    "ical"         : 1.16.1   , installed 1.16.1
                Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3
                Adapter    "imap"         : 0.3.0    , installed 0.3.0
                Adapter    "iot"          : 3.4.4    , installed 3.4.4
                Adapter    "iqontrol"     : 3.0.0    , installed 3.0.0
                Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                Controller "js-controller": 7.0.6    , installed 7.0.6
                Adapter    "lg-thinq"     : 1.0.7    , installed 1.0.7
                Adapter    "lgtv"         : 2.3.1    , installed 2.3.1
                Adapter    "linux-control": 1.1.5    , installed 1.1.5
                Adapter    "logparser"    : 2.2.2    , installed 2.2.2
                Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                Adapter    "onvif"        : 1.1.4    , installed 1.1.4
                Adapter    "parcel"       : 0.2.8    , installed 0.2.8
                Adapter    "rpi2"         : 2.2.2    , installed 2.2.2
                Adapter    "schedule-switcher": 0.0.8, installed 0.0.8
                Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                Adapter    "text2command" : 3.0.3    , installed 3.0.3
                Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                Adapter    "trashschedule": 3.4.1    , installed 3.4.1
                Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                Adapter    "vis"          : 1.5.6    , installed 1.5.6
                Adapter    "vis-2"        : 2.11.1   , installed 2.11.1
                Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                Adapter    "vis-icontwo"  : 1.10.1   , installed 1.10.1
                Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                Adapter    "wallpanel"    : 0.3.11   , installed 0.3.11
                Adapter    "web"          : 6.3.1    , installed 6.3.1
                Adapter    "worx"         : 3.1.1    , installed 3.1.1
                Adapter    "ws"           : 2.6.2    , installed 2.6.2
                Adapter    "yamaha"       : 0.5.4    , installed 0.5.4
                Adapter    "zigbee"       : 1.10.13  , installed 1.10.13
                
                Objects and States
                Please stand by - This may take a while
                Objects:        31186
                States:         26419
                
                *** OS-Repositories and Updates ***
                Hit:1 http://deb.debian.org/debian bookworm InRelease
                Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                Reading package lists...
                Pending Updates: 0
                
                *** Listening Ports ***
                Active Internet connections (only servers)
                Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       8862       1412/io.mqtt.0
                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          4073       804/sshd: /usr/sbin
                tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          7559       1/init
                tcp        0      0 0.0.0.0:57413           0.0.0.0:*               LISTEN      103        7586       1194/rpc.statd
                tcp        0      0 192.168.2.66:9292       0.0.0.0:*               LISTEN      1001       8740       1313/io.hm-rpc.2
                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       6351       787/iobroker.js-con
                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       6356       787/iobroker.js-con
                tcp        0      0 192.168.2.66:2010       0.0.0.0:*               LISTEN      1001       7747       1289/io.hm-rpc.0
                tcp        0      0 192.168.2.66:8701       0.0.0.0:*               LISTEN      1001       8743       1312/io.hm-rpc.1
                tcp6       0      0 :::49453                :::*                    LISTEN      103        7592       1194/rpc.statd
                tcp6       0      0 :::22                   :::*                    LISTEN      0          4075       804/sshd: /usr/sbin
                tcp6       0      0 :::111                  :::*                    LISTEN      0          6711       1/init
                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       10374      1589/io.web.0
                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       7300       898/io.admin.0
                tcp6       0      0 :::8087                 :::*                    LISTEN      1001       10155      2288/io.simple-api.
                tcp6       0      0 :::8095                 :::*                    LISTEN      1001       11919      2539/io.hiobs.0
                udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          6709       1/init
                udp        0      0 0.0.0.0:53647           0.0.0.0:*                           103        7583       1194/rpc.statd
                udp        0      0 127.0.0.1:946           0.0.0.0:*                           0          7578       1194/rpc.statd
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       13828      2604/io.philips-and
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        4035       685/avahi-daemon: r
                udp        0      0 192.168.2.66:50593      0.0.0.0:*                           1001       8933       1556/io.yamaha.0
                udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       8934       1556/io.yamaha.0
                udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       9477       1470/io.tuya.0
                udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       9478       1470/io.tuya.0
                udp        0      0 0.0.0.0:35984           0.0.0.0:*                           104        4037       685/avahi-daemon: r
                udp6       0      0 :::111                  :::*                                0          6713       1/init
                udp6       0      0 :::33111                :::*                                104        4038       685/avahi-daemon: r
                udp6       0      0 fe80::eb3e:7926:d35:546 :::*                                0          7202       767/NetworkManager
                udp6       0      0 :::5353                 :::*                                104        4036       685/avahi-daemon: r
                udp6       0      0 :::35689                :::*                                103        7589       1194/rpc.statd
                
                *** Log File - Last 25 Lines ***
                
                2024-12-09 10:09:54.486  - info: javascript.0 (942) script.js.Scripts.Überwachung.Instanzen_Check: Instanz vis-inventwo.0 alive läuft wieder
                2024-12-09 10:09:54.910  - info: javascript.0 (942) script.js.Scripts.Überwachung.Instanzen_Check: Instanz wallpanel.0 alive läuft wieder
                2024-12-09 10:09:55.691  - info: javascript.0 (942) script.js.Scripts.Überwachung.Instanzen_Check: Instanz trashschedule.0 alive läuft wieder
                2024-12-09 10:09:57.759  - info: javascript.0 (942) script.js.Scripts.Überwachung.Instanzen_Check: Instanz text2command.0 alive läuft wieder
                2024-12-09 10:10:01.056  - info: javascript.0 (942) script.js.Scripts.Überwachung.Instanzen_Check: Instanz fritzboxdect.0 alive läuft wieder
                2024-12-09 10:10:04.984  - info: javascript.0 (942) script.js.Scripts.Überwachung.Instanzen_Check: Instanz hiobs.0 alive läuft wieder
                2024-12-09 10:10:10.318  - info: javascript.0 (942) script.js.Scripts.Überwachung.Instanzen_Check: Instanz parcel.0 alive läuft wieder
                2024-12-09 10:10:13.413  - info: javascript.0 (942) script.js.Scripts.Überwachung.Instanzen_Check: Instanz onvif.0 alive läuft wieder
                2024-12-09 10:10:18.722  - info: javascript.0 (942) script.js.Scripts.Überwachung.Instanzen_Check: Instanz philips-android-tv.0 alive läuft wieder
                2024-12-09 10:10:23.595  - info: javascript.0 (942) script.js.Scripts.Überwachung.Instanzen_Check: Instanz netgear.0 alive läuft wieder
                2024-12-09 10:10:27.121  - info: javascript.0 (942) script.js.Scripts.Überwachung.Instanzen_Check: Instanz schedule-switcher.0 alive läuft wieder
                2024-12-09 10:12:33.089  - info: admin.0 (898) ==> Connected system.user.admin from ::ffff:192.168.2.164
                2024-12-09 10:12:43.512  - info: admin.0 (898) <== Disconnect system.user.admin from ::ffff:192.168.2.164
                2024-12-09 10:12:50.519  - info: admin.0 (898) ==> Connected system.user.admin from ::ffff:192.168.2.164
                2024-12-09 10:15:42.021  - info: host.iobroker instance system.adapter.daswetter.0 in version "3.2.1" started with pid 4970
                2024-12-09 10:15:43.390  - info: daswetter.0 (4970) starting. Version 3.2.1 in /opt/iobroker/node_modules/iobroker.daswetter, node: v20.18.1, js-controller: 7.0.6
                2024-12-09 10:15:52.637  - info: daswetter.0 (4970) still wrong data structure from server received! repaired...
                2024-12-09 10:15:54.956  - info: daswetter.0 (4970) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                2024-12-09 10:15:55.467  - info: daswetter.0 (4970) cleaned everything up...
                2024-12-09 10:15:55.475  - info: host.iobroker instance system.adapter.daswetter.0 having pid 4970 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                2024-12-09 10:17:08.952  - info: javascript.0 (942) script.js.Scripts.Thinq.Kühlschrank: Kühlschrank
                2024-12-09 10:17:08.964  - info: javascript.0 (942) script.js.Scripts.Thinq.Kühlschrank: Kühlschrank
                2024-12-09 10:17:47.309  - info: fritzboxdect.0 (2510) Check successfully!
                
                ======================= SUMMARY =======================
                                        v.2024-12-08 Raspbian+zigbee diag+masking
                
                
                 Static hostname: iobroker
                       Icon name: computer
                Operating System: Debian GNU/Linux 12 (bookworm)
                          Kernel: Linux 6.6.62+rpt-rpi-2712
                    Architecture: arm64
                
                Installation:           native
                Kernel:                 aarch64
                Userland:               64 bit
                Timezone:               Europe/Berlin (CET, +0100)
                User-ID:                1000
                Display-Server:         false
                Boot Target:            multi-user.target
                
                Pending OS-Updates:     0
                Pending iob updates:    0
                
                Nodejs-Installation:
                /usr/bin/nodejs         v20.18.1
                /usr/bin/node           v20.18.1
                /usr/bin/npm            10.8.2
                /usr/bin/npx            10.8.2
                /usr/bin/corepack       0.29.4
                
                Recommended versions are nodejs 20.18.1 and npm 10.8.2
                nodeJS installation is correct
                
                MEMORY:
                               total        used        free      shared  buff/cache   available
                Mem:            8.4G        4.1G        2.9G        5.7M        1.5G        4.3G
                Swap:           209M          0B        209M
                Total:          8.7G        4.1G        3.1G
                
                Active iob-Instances:   44
                Upgrade policy: none
                
                ioBroker Core:          js-controller           7.0.6
                                        admin                   7.4.4
                
                ioBroker Status:        iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Status admin and web instance:
                + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                
                Objects:                31186
                States:                 26288
                
                Size of iob-Database:
                
                73M     /opt/iobroker/iobroker-data/objects.jsonl
                42M     /opt/iobroker/iobroker-data/states.jsonl
                
                
                Operating System is the current Debian stable version codenamed 'bookworm'!
                
                =================== END OF SUMMARY ====================
                
                Command: pi@iobroker:~ $ ./iob_diag.sh -de --unmask | tee iob_diag.log
                

                Zeigt alles an

                Edit: Zigbee Log mit SN entfernt

                Gruß//Lucky

                1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  WIP: Übersetzung auf Deutsch in Arbeit. Wird aber nur teilweise möglich sein.
                  Skript einfach mal mit der Option '--de' starten. Also ./iob_diag.sh --de

                  TEST-Version:

                  curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/is_node_vulnerable/diag.sh > iob_diag.sh
                  chmod 744 iob_diag.sh
                  ./iob_diag.sh
                  
                  Weitere Optionen: 
                  ./iob_diag.sh --unmask           <--- Zeigt maskierte Ausgaben im Klartext 
                  ./iob_diag.sh --de               <--- Ausgabe tw. auf deutsch
                  ./iob_diag.sh --de --unmask      <--- Kombination aus deutsch und Klartext 
                  

                  Mit Ausgabe in eine Logdatei namens iob_diag.log sähe der Aufruf so aus:

                  ./iob_diag.sh | tee iob_diag.log
                  

                  Vielleicht mag ja jemand mit Docker oder LXC das mal ausführen und den Output zeigen?

                  Hier werden die üblichen Dinge relativ kompakt aufgelistet, die immer wieder bei Anfragen im Forum vermisst werden.

                  Hier mal als ersten Einblick, vielleicht fällt ja noch etwas ein, was auch interessant zu wissen wäre, bevor man im Nebel stochert:

                  *** ioBroker Diagnose ***
                  
                  Bitte das Fenster von puTTY breit ziehen oder auf Vollbild setzen
                  Den nachfolgenden Output 1:1 in das ioBroker-Forum unter
                  https://forum.iobroker.net
                  vollständig posten ,inkl der jeweils drei Steuerzeichen ``` am Anfang und Ende:
                  
                  ===========Ab hier kopieren =========
                  
                  *** BASISSYSTEM ***
                  CPU-Architektur: aarch64
                  Docker: Nein
                  No LSB modules are available.
                  Distributor ID: Debian
                  Description:    Debian GNU/Linux 11 (bullseye)
                  Release:        11
                  Codename:       bullseye
                  
                  *** Zeit und Zeitzonen ***
                                 Local time: Tue 2022-11-01 16:53:39 CET
                             Universal time: Tue 2022-11-01 15:53:39 UTC
                                   RTC time: n/a
                                  Time zone: Europe/Berlin (CET, +0100)
                  System clock synchronized: yes
                                NTP service: active
                            RTC in local TZ: no
                  
                  *** ARBEITSSPEICHER ***
                                 total        used        free      shared  buff/cache   available
                  Mem:           7.7Gi       2.3Gi       3.2Gi       0.0Ki       2.2Gi       5.2Gi
                  Swap:           99Mi          0B        99Mi
                  Total:         7.8Gi       2.3Gi       3.3Gi
                  
                  *** Nodejs-Installation ***
                  /usr/bin/nodejs         v18.12.0
                  /usr/bin/node           v18.12.0
                  /usr/bin/npm            8.19.2
                  
                  *** ioBroker-Installation ***
                  js-controller:  4.0.23
                  Updates + Repos:
                  Used repository: beta
                  
                  *** User und Gruppen ***
                  echad
                  /home/echad
                  echad adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                  
                  *** Server-Setup ***
                  Konsole: tty
                  Desktop:
                  
                  *** Repositories und OS-Updates ***
                  Hit:1 http://deb.debian.org/debian bullseye InRelease
                  Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                  Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                  Hit:4 http://phoscon.de/apt/deconz bullseye InRelease
                  Hit:5 http://deb.debian.org/debian bullseye-backports InRelease
                  Hit:6 http://archive.raspberrypi.org/debian bullseye InRelease
                  Hit:7 http://packages.azlux.fr/debian bullseye InRelease
                  Hit:8 https://packages.grafana.com/oss/deb stable InRelease
                  Hit:9 https://deb.nodesource.com/node_10.x bullseye InRelease
                  Hit:10 https://repos.influxdata.com/debian bullseye InRelease
                  Hit:11 https://deb.nodesource.com/node_12.x bullseye InRelease
                  Hit:12 https://deb.nodesource.com/node_14.x bullseye InRelease
                  Hit:13 https://deb.nodesource.com/node_16.x bullseye InRelease
                  Hit:14 https://packages.redis.io/deb bullseye InRelease
                  Hit:15 https://deb.volian.org/volian scar InRelease
                  Hit:16 https://deb.nodesource.com/node_18.x bullseye InRelease
                  Hit:18 https://deb.nodesource.com/node_19.x bullseye InRelease
                  Get:19 https://pkgs.tailscale.com/stable/debian bullseye InRelease
                  Hit:17 https://packagecloud.io/ookla/speedtest-cli/debian bullseye InRelease
                  Fetched 5,545 B in 3s (1,694 B/s)
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  All packages are up to date.
                  nodejs:
                    Installed: 18.12.0-deb-1nodesource1
                    Candidate: 18.12.0-deb-1nodesource1
                    Version table:
                       19.0.0-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_19.x bullseye/main arm64 Packages
                   *** 18.12.0-deb-1nodesource1 501
                          500 https://deb.nodesource.com/node_18.x bullseye/main arm64 Packages
                          100 /var/lib/dpkg/status
                       16.18.0-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages
                       14.20.1-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_14.x bullseye/main arm64 Packages
                       12.22.12-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_12.x bullseye/main arm64 Packages
                       12.22.12~dfsg-1~deb11u1 500
                          500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                       12.22.5~dfsg-2~11u1 500
                          500 http://deb.debian.org/debian bullseye/main arm64 Packages
                       10.24.1-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_10.x bullseye/main arm64 Packages
                  
                  ========== Bis hier kopieren ===========
                  
                  iob diag wurde beendet.
                  

                  Bitte nicht über den wilden Zoo an Repos wundern, das ist mein Test/Frickel-System, das soll so! 😄

                  S Away
                  S Away
                  Shadowhunter23
                  wrote on last edited by Shadowhunter23
                  #681

                  @thomas-braun
                  Bei mir im LXC mit 5 Zigbee Instanzen werden gleich alle Parameter von 4 Instanzen angezeigt. Meine Koordinatoren sind per TCP eingebunden. Kann / soll ich die Ausgabe zeigen oder muss ich das zensieren?

                  curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/Raspbian/diag.sh > iob_diag.sh
                  chmod 744 iob_diag.sh
                  ./iob_diag.sh
                  

                  Proxmox 9 HA-Cluster mit 3x HP prodesk 400 G6 i5
                  Bei einem downvote bitte melden, es könnte sein, dass dieser ungewollt ist!

                  Thomas BraunT 1 Reply Last reply
                  0
                  • S Shadowhunter23

                    @thomas-braun
                    Bei mir im LXC mit 5 Zigbee Instanzen werden gleich alle Parameter von 4 Instanzen angezeigt. Meine Koordinatoren sind per TCP eingebunden. Kann / soll ich die Ausgabe zeigen oder muss ich das zensieren?

                    curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/Raspbian/diag.sh > iob_diag.sh
                    chmod 744 iob_diag.sh
                    ./iob_diag.sh
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by Thomas Braun
                    #682

                    @shadowhunter23

                    Ja, 4 Instanzen sind im Moment das Limit.
                    Es werden zigbee.0 bis zigbee.3 angezeigt.

                    Kann / soll ich die Ausgabe zeigen oder muss ich das zensieren?

                    Ja, das würde ich gerne mal in Gänze sehen.
                    Kannst ja die Schlüssel mit Platzhaltern/Phantasiewerten ersetzen.

                    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

                    S 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @shadowhunter23

                      Ja, 4 Instanzen sind im Moment das Limit.
                      Es werden zigbee.0 bis zigbee.3 angezeigt.

                      Kann / soll ich die Ausgabe zeigen oder muss ich das zensieren?

                      Ja, das würde ich gerne mal in Gänze sehen.
                      Kannst ja die Schlüssel mit Platzhaltern/Phantasiewerten ersetzen.

                      S Away
                      S Away
                      Shadowhunter23
                      wrote on last edited by Shadowhunter23
                      #683

                      @thomas-braun

                      Leerzeichen bei zigbee.2 und .3 kamen so, ich hab jetzt nur meine Daten geändert:

                      Script v.2024-12-08 Raspbian+zigbee diag+masking
                      
                      *** BASE SYSTEM ***
                       Static hostname: iobroker
                             Icon name: computer-container
                               Chassis: container ☐
                        Virtualization: lxc
                      Operating System: Debian GNU/Linux 12 (bookworm)
                                Kernel: Linux 6.8.12-4-pve
                          Architecture: x86-64
                      OS is similar to:
                      
                      model name      : Intel(R) Core(TM) i7-10700T CPU @ 2.00GHz
                      Docker          : false
                      Virtualization  : lxc
                      Kernel          : x86_64
                      Userland        : 64 bit
                      
                      Systemuptime and Load:
                       18:12:42 up 1 day, 23:11,  1 user,  load average: 0.06, 0.06, 0.08
                      CPU threads: 6
                      
                      
                      *** LIFE CYCLE STATUS ***
                      Operating System is the current Debian stable version codenamed 'bookworm'!
                      
                      *** TIME AND TIMEZONES ***
                                     Local time: Mon 2024-12-09 18:12:42 CET
                                 Universal time: Mon 2024-12-09 17:12:42 UTC
                                       RTC time: n/a
                                      Time zone: Europe/Berlin (CET, +0100)
                      System clock synchronized: yes
                                    NTP service: inactive
                                RTC in local TZ: no
                      
                      *** Users and Groups ***
                      User that called 'iob diag':
                      tobias
                      HOME=/home/tobias
                      GROUPS=tobias adm dialout sudo audio video plugdev users iobroker
                      
                      User that is running 'js-controller':
                      iobroker
                      [sudo] password for tobias:
                      HOME=/home/iobroker
                      GROUPS=iobroker tty dialout audio video plugdev redis
                      
                      *** DISPLAY-SERVER SETUP ***
                      Display-Server: false
                      Desktop:
                      Terminal:       tty
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:             10G        4.0G        5.3G        491K        1.4G        6.7G
                      Swap:             0B          0B          0B
                      Total:           10G        4.0G        5.3G
                      
                      Active iob-Instances:   49
                      
                              10240 M total memory
                               3825 M used memory
                               3730 M active memory
                               1121 M inactive memory
                               5083 M free memory
                                  0 M buffer memory
                               1331 M swap cache
                                  0 M total swap
                                  0 M used swap
                                  0 M free swap
                      
                      *** top - Table Of Processes  ***
                      top - 18:12:55 up 1 day, 23:11,  1 user,  load average: 0.05, 0.06, 0.08
                      Tasks:  78 total,   1 running,  77 sleeping,   0 stopped,   0 zombie
                      %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                      MiB Mem :  10240.0 total,   5082.5 free,   3826.9 used,   1331.1 buff/cache
                      MiB Swap:      0.0 total,      0.0 free,      0.0 used.   6413.1 avail Mem
                      
                      *** FAILED SERVICES ***
                      
                        UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
                      * run-rpc_pipefs.mount loaded failed failed RPC Pipe File System
                      
                      LOAD   = Reflects whether the unit definition was properly loaded.
                      ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                      SUB    = The low-level unit activation state, values depend on unit type.
                      1 loaded units listed.
                      
                      
                      *** DMESG CRITICAL ERRORS ***
                      dmesg: read kernel buffer failed: Operation not permitted
                      No critical errors detected
                      
                      *** FILESYSTEM ***
                      Filesystem                       Type      Size  Used Avail Use% Mounted on
                      /dev/mapper/pve-vm--400--disk--0 ext4       20G  6.5G   13G  35% /
                      none                             tmpfs     492K  4.0K  488K   1% /dev
                      udev                             devtmpfs   16G     0   16G   0% /dev/tty
                      tmpfs                            tmpfs      16G     0   16G   0% /dev/shm
                      tmpfs                            tmpfs     6.3G  136K  6.3G   1% /run
                      tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                      tmpfs                            tmpfs     3.2G     0  3.2G   0% /run/user/1000
                      
                      Messages concerning ext4 filesystem in dmesg:
                      dmesg: read kernel buffer failed: Operation not permitted
                      
                      Show mounted filesystems:
                      TARGET SOURCE                           FSTYPE OPTIONS
                      /      /dev/mapper/pve-vm--400--disk--0 ext4   rw,relatime,stripe=16
                      
                      Files in neuralgic directories:
                      
                      /var:
                      831M    /var/
                      534M    /var/lib
                      383M    /var/lib/redis
                      226M    /var/cache
                      222M    /var/cache/apt
                      
                      Archived and active journals take up 67.8M in the file system.
                      
                      /opt/iobroker/backups:
                      355M    /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      144M    /opt/iobroker/iobroker-data/
                      128M    /opt/iobroker/iobroker-data/files
                      99M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js
                      99M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static
                      99M     /opt/iobroker/iobroker-data/files/admin.admin/custom
                      
                      The five largest files in iobroker-data are:
                      16M     /opt/iobroker/iobroker-data/objects.jsonl
                      12M     /opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.bd24114f.js
                      7.0M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.e5b40573.chunk.js.map
                      7.0M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.8219fdd8.chunk.js.map
                      5.6M    /opt/iobroker/iobroker-data/files/backitup.admin/custom/static/js/vendors-node_modules_file-saver_dist_FileSaver_min_js-node_modules_react-icons_di_index_mjs-n-f0ed96.6c33ff1f.chunk.js
                      
                      USB-Devices by-id:
                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                      
                      No Devices found 'by-id'
                      
                      ./iob_diag.sh: line 617: [: too many arguments
                      
                      HINT:
                      Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                      tcp
                      
                      HINT:
                      Your zigbee.1 COM-Port is NOT matching 'by-id'. Please check your setting:
                      tcp
                      
                      HINT:
                      Your zigbee.2 COM-Port is NOT matching 'by-id'. Please check your setting:
                      tcp
                      
                      HINT:
                      Your zigbee.3 COM-Port is NOT matching 'by-id'. Please check your setting:
                      tcp
                      ./iob_diag.sh: line 676: [: too many arguments
                      Zigbee Network Settings on your coordinator/in nvbackup are:
                      
                      zigbee.0
                      Extended Pan ID:
                      ghnjghgh
                      Pan ID:
                      1234
                      Channel:
                      00
                      Network Key:
                      gfhjnhhf
                      
                      zigbee.1
                      Extended Pan ID:
                      ghnjghgh
                      Pan ID:
                      1234
                      Channel:
                      00
                      Network Key:
                      gfhjnhhf
                      
                      zigbee.2
                      Extended Pan ID:
                      ghnjghgh
                      
                      Pan ID:
                      1234
                      
                      Channel:
                      00
                      
                      Network Key:
                      gfhjnhhf
                      
                      zigbee.3
                      Extended Pan ID:
                      ghnjghgh
                      
                      Pan ID:
                      1234
                      
                      Channel:
                      00
                      
                      Network Key:
                      gfhjnhhf
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v20.18.1
                      /usr/bin/node           v20.18.1
                      /usr/bin/npm            10.8.2
                      /usr/bin/npx            10.8.2
                      /usr/bin/corepack       0.29.4
                      
                      nodejs:
                        Installed: 20.18.1-1nodesource1
                        Candidate: 20.18.1-1nodesource1
                        Version table:
                       *** 20.18.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                              100 /var/lib/dpkg/status
                           20.18.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.17.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.16.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.15.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.15.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.14.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.13.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.13.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.12.2-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.12.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.12.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.11.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.11.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.10.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.9.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.8.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.8.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.7.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.6.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.6.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.5.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.5.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.4.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.3.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.3.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.2.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.1.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           20.0.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                           18.19.0+dfsg-6~deb12u2 500
                              500 http://deb.debian.org/debian bookworm/main amd64 Packages
                           18.19.0+dfsg-6~deb12u1 500
                              500 http://security.debian.org bookworm-security/main amd64 Packages
                      
                      Temp directories causing deletion problem: 0
                      No problems detected
                      
                      Errors in npm tree: 0
                      No problems detected
                      
                      *** ioBroker-Installation ***
                      
                      ioBroker Status
                      iobroker is running on this host.
                      
                      At least one iobroker host is running.
                      
                      Objects type: redis
                      States  type: redis
                      
                      Hosts:
                      iobroker            iobroker (version: 7.0.6, hostname: iobroker      , alive, uptime: 5746)
                      
                      Core adapters versions
                      js-controller:  7.0.6
                      admin:          7.4.4
                      javascript:     8.8.3
                      
                      nodejs modules from github:     0
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                      + system.adapter.awtrix-light.0           : awtrix-light          : iobroker                                 -  enabled
                      + system.adapter.awtrix-light.1           : awtrix-light          : iobroker                                 -  enabled
                      + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                      + system.adapter.chromecast.0             : chromecast            : iobroker                                 -  enabled
                      + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                      + system.adapter.device-watcher.0         : device-watcher        : iobroker                                 -  enabled
                      + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
                      + system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker                                 -  enabled
                      + system.adapter.fritzdect.0              : fritzdect             : iobroker                                 -  enabled
                      + system.adapter.fullybrowser.0           : fullybrowser          : iobroker                                 -  enabled
                        system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                        system.adapter.ical.1                   : ical                  : iobroker                                 -  enabled
                      + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                      + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                      + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                        system.adapter.lg-thinq.0               : lg-thinq              : iobroker                                 - disabled
                      + system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 -  enabled, port: 1883
                      + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                        system.adapter.mqtt.1                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                      + system.adapter.mytime.0                 : mytime                : iobroker                                 -  enabled
                      + system.adapter.netatmo.0                : netatmo               : iobroker                                 -  enabled
                      + system.adapter.notification-manager.0   : notification-manager  : iobroker                                 -  enabled
                      + system.adapter.nuki.0                   : nuki                  : iobroker                                 -  enabled
                        system.adapter.octoprint.1              : octoprint             : iobroker                                 - disabled
                        system.adapter.octoprint.2              : octoprint             : iobroker                                 - disabled
                      + system.adapter.operating-hours.0        : operating-hours       : iobroker                                 -  enabled
                      + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                      + system.adapter.ping.1                   : ping                  : iobroker                                 -  enabled
                      + system.adapter.pushover.0               : pushover              : iobroker                                 -  enabled
                      + system.adapter.pushover.1               : pushover              : iobroker                                 -  enabled
                      + system.adapter.pushover.2               : pushover              : iobroker                                 -  enabled
                      + system.adapter.sayit.0                  : sayit                 : iobroker                                 -  enabled
                      + system.adapter.sayit.1                  : sayit                 : iobroker                                 -  enabled
                      + system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled
                      + system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled
                      + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                        system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 - disabled
                      + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.telegram.2               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled
                      + system.adapter.text2command.1           : text2command          : iobroker                                 -  enabled
                      + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                      + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                        system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 - disabled
                      + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                        system.adapter.vis-weather.0            : vis-weather           : iobroker                                 - disabled
                        system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.64:20108
                      + system.adapter.zigbee.1                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.69:20108
                      + system.adapter.zigbee.2                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.79:20108
                      + system.adapter.zigbee.3                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.63:20108
                      + system.adapter.zigbee.4                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.99:20108
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                      + system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 -  enabled, port: 1883
                      + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                      + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.telegram.2               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.64:20108
                      + system.adapter.zigbee.1                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.69:20108
                      + system.adapter.zigbee.2                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.79:20108
                      + system.adapter.zigbee.3                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.63:20108
                      + system.adapter.zigbee.4                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.99:20108
                      
                      ioBroker-Repositories
                      ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                      │ (index) │ name     │ url                                                     │ auto upgrade │
                      ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                      │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                      │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                      └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                      
                      Active repo(s): beta
                      Upgrade policy: none
                      
                      Installed ioBroker-Instances
                      Used repository: beta
                      Adapter    "admin"        : 7.4.4    , installed 7.4.4
                      Adapter    "alexa2"       : 3.26.7   , installed 3.26.7
                      Adapter    "awtrix-light" : 1.4.1    , installed 1.4.1
                      Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                      Adapter    "chromecast"   : 4.0.0    , installed 4.0.0
                      Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                      Adapter    "device-watcher": 2.12.1  , installed 2.12.1
                      Adapter    "email"        : 1.3.1    , installed 1.4.0
                      Adapter    "fb-checkpresence": 1.2.8 , installed 1.2.8
                      Adapter    "fritzdect"    : 2.5.11   , installed 2.5.11
                      Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                      Adapter    "ical"         : 1.16.1   , installed 1.16.1
                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                      Adapter    "iot"          : 3.4.4    , installed 3.4.4
                      Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                      Controller "js-controller": 7.0.6    , installed 7.0.6
                      Adapter    "lg-thinq"     : 1.0.7    , installed 1.0.7
                      Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                      Adapter    "mqtt-client"  : 2.1.0    , installed 2.1.0
                      Adapter    "mytime"       : 1.2.2    , installed 1.2.2
                      Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                      Adapter    "notification-manager": 1.3.0, installed 1.3.0
                      Adapter    "nuki"         : 2.0.0    , installed 2.0.0
                      Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                      Adapter    "operating-hours": 1.2.0  , installed 1.2.0
                      Adapter    "ping"         : 1.7.9    , installed 1.7.9
                      Adapter    "pushover"     : 4.1.0    , installed 4.1.0
                      Adapter    "sayit"        : 5.0.0    , installed 5.0.0
                      Adapter    "shelly"       : 8.5.1    , installed 8.5.1
                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                      Adapter    "sourceanalytix": 0.4.14  , installed 0.4.14
                      Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                      Adapter    "text2command" : 3.0.3    , installed 3.0.3
                      Adapter    "trashschedule": 3.4.1    , installed 3.4.1
                      Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                      Adapter    "vis-icontwo"  : 1.10.1   , installed 1.10.1
                      Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                      Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                      Adapter    "web"          : 6.3.1    , installed 6.3.1
                      Adapter    "ws"           : 2.6.2    , installed 2.6.2
                      Adapter    "zigbee"       : 1.10.13  , installed 1.10.13
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        13487
                      States:         11924
                      
                      *** OS-Repositories and Updates ***
                      Hit:1 http://security.debian.org bookworm-security InRelease
                      Hit:2 http://deb.debian.org/debian bookworm InRelease
                      Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                      Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
                      Hit:5 https://packages.redis.io/deb bookworm InRelease
                      Reading package lists... Done
                      Pending Updates: 0
                      
                      *** Listening Ports ***
                      Active Internet connections (only servers)
                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                      tcp        0      0 192.168.0.222:9092      0.0.0.0:*               LISTEN      1001       11999557   207697/io.nuki.0
                      tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      103        16776      153/redis-server 12
                      tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          689        1/init
                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       11997884   207652/io.mqtt.0
                      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       11998035   207800/io.shelly.1
                      tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          15869      384/master
                      tcp6       0      0 ::1:25                  :::*                    LISTEN      0          15870      384/master
                      tcp6       0      0 ::1:6379                :::*                    LISTEN      103        16777      153/redis-server 12
                      tcp6       0      0 :::3000                 :::*                    LISTEN      1001       11999063   208020/io.fullybrow
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          11649      1/init
                      tcp6       0      0 :::111                  :::*                    LISTEN      0          691        1/init
                      tcp6       0      0 :::80                   :::*                    LISTEN      0          6137       176/apache2
                      tcp6       0      0 :::8087                 :::*                    LISTEN      1001       12007886   208176/io.simple-ap
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       12015647   208292/io.web.0
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       11995807   207272/io.admin.0
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       11996105   207567/io.chromecas
                      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       11999591   207780/io.shelly.0
                      udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       11998078   207822/io.tuya.0
                      udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       11998079   207822/io.tuya.0
                      udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          690        1/init
                      udp6       0      0 :::111                  :::*                                0          692        1/init
                      
                      
                      

                      Proxmox 9 HA-Cluster mit 3x HP prodesk 400 G6 i5
                      Bei einem downvote bitte melden, es könnte sein, dass dieser ungewollt ist!

                      Thomas BraunT 1 Reply Last reply
                      0
                      • S Shadowhunter23

                        @thomas-braun

                        Leerzeichen bei zigbee.2 und .3 kamen so, ich hab jetzt nur meine Daten geändert:

                        Script v.2024-12-08 Raspbian+zigbee diag+masking
                        
                        *** BASE SYSTEM ***
                         Static hostname: iobroker
                               Icon name: computer-container
                                 Chassis: container ☐
                          Virtualization: lxc
                        Operating System: Debian GNU/Linux 12 (bookworm)
                                  Kernel: Linux 6.8.12-4-pve
                            Architecture: x86-64
                        OS is similar to:
                        
                        model name      : Intel(R) Core(TM) i7-10700T CPU @ 2.00GHz
                        Docker          : false
                        Virtualization  : lxc
                        Kernel          : x86_64
                        Userland        : 64 bit
                        
                        Systemuptime and Load:
                         18:12:42 up 1 day, 23:11,  1 user,  load average: 0.06, 0.06, 0.08
                        CPU threads: 6
                        
                        
                        *** LIFE CYCLE STATUS ***
                        Operating System is the current Debian stable version codenamed 'bookworm'!
                        
                        *** TIME AND TIMEZONES ***
                                       Local time: Mon 2024-12-09 18:12:42 CET
                                   Universal time: Mon 2024-12-09 17:12:42 UTC
                                         RTC time: n/a
                                        Time zone: Europe/Berlin (CET, +0100)
                        System clock synchronized: yes
                                      NTP service: inactive
                                  RTC in local TZ: no
                        
                        *** Users and Groups ***
                        User that called 'iob diag':
                        tobias
                        HOME=/home/tobias
                        GROUPS=tobias adm dialout sudo audio video plugdev users iobroker
                        
                        User that is running 'js-controller':
                        iobroker
                        [sudo] password for tobias:
                        HOME=/home/iobroker
                        GROUPS=iobroker tty dialout audio video plugdev redis
                        
                        *** DISPLAY-SERVER SETUP ***
                        Display-Server: false
                        Desktop:
                        Terminal:       tty
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:             10G        4.0G        5.3G        491K        1.4G        6.7G
                        Swap:             0B          0B          0B
                        Total:           10G        4.0G        5.3G
                        
                        Active iob-Instances:   49
                        
                                10240 M total memory
                                 3825 M used memory
                                 3730 M active memory
                                 1121 M inactive memory
                                 5083 M free memory
                                    0 M buffer memory
                                 1331 M swap cache
                                    0 M total swap
                                    0 M used swap
                                    0 M free swap
                        
                        *** top - Table Of Processes  ***
                        top - 18:12:55 up 1 day, 23:11,  1 user,  load average: 0.05, 0.06, 0.08
                        Tasks:  78 total,   1 running,  77 sleeping,   0 stopped,   0 zombie
                        %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                        MiB Mem :  10240.0 total,   5082.5 free,   3826.9 used,   1331.1 buff/cache
                        MiB Swap:      0.0 total,      0.0 free,      0.0 used.   6413.1 avail Mem
                        
                        *** FAILED SERVICES ***
                        
                          UNIT                 LOAD   ACTIVE SUB    DESCRIPTION
                        * run-rpc_pipefs.mount loaded failed failed RPC Pipe File System
                        
                        LOAD   = Reflects whether the unit definition was properly loaded.
                        ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                        SUB    = The low-level unit activation state, values depend on unit type.
                        1 loaded units listed.
                        
                        
                        *** DMESG CRITICAL ERRORS ***
                        dmesg: read kernel buffer failed: Operation not permitted
                        No critical errors detected
                        
                        *** FILESYSTEM ***
                        Filesystem                       Type      Size  Used Avail Use% Mounted on
                        /dev/mapper/pve-vm--400--disk--0 ext4       20G  6.5G   13G  35% /
                        none                             tmpfs     492K  4.0K  488K   1% /dev
                        udev                             devtmpfs   16G     0   16G   0% /dev/tty
                        tmpfs                            tmpfs      16G     0   16G   0% /dev/shm
                        tmpfs                            tmpfs     6.3G  136K  6.3G   1% /run
                        tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                        tmpfs                            tmpfs     3.2G     0  3.2G   0% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        dmesg: read kernel buffer failed: Operation not permitted
                        
                        Show mounted filesystems:
                        TARGET SOURCE                           FSTYPE OPTIONS
                        /      /dev/mapper/pve-vm--400--disk--0 ext4   rw,relatime,stripe=16
                        
                        Files in neuralgic directories:
                        
                        /var:
                        831M    /var/
                        534M    /var/lib
                        383M    /var/lib/redis
                        226M    /var/cache
                        222M    /var/cache/apt
                        
                        Archived and active journals take up 67.8M in the file system.
                        
                        /opt/iobroker/backups:
                        355M    /opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        144M    /opt/iobroker/iobroker-data/
                        128M    /opt/iobroker/iobroker-data/files
                        99M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js
                        99M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static
                        99M     /opt/iobroker/iobroker-data/files/admin.admin/custom
                        
                        The five largest files in iobroker-data are:
                        16M     /opt/iobroker/iobroker-data/objects.jsonl
                        12M     /opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.bd24114f.js
                        7.0M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.e5b40573.chunk.js.map
                        7.0M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.8219fdd8.chunk.js.map
                        5.6M    /opt/iobroker/iobroker-data/files/backitup.admin/custom/static/js/vendors-node_modules_file-saver_dist_FileSaver_min_js-node_modules_react-icons_di_index_mjs-n-f0ed96.6c33ff1f.chunk.js
                        
                        USB-Devices by-id:
                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                        
                        No Devices found 'by-id'
                        
                        ./iob_diag.sh: line 617: [: too many arguments
                        
                        HINT:
                        Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                        tcp
                        
                        HINT:
                        Your zigbee.1 COM-Port is NOT matching 'by-id'. Please check your setting:
                        tcp
                        
                        HINT:
                        Your zigbee.2 COM-Port is NOT matching 'by-id'. Please check your setting:
                        tcp
                        
                        HINT:
                        Your zigbee.3 COM-Port is NOT matching 'by-id'. Please check your setting:
                        tcp
                        ./iob_diag.sh: line 676: [: too many arguments
                        Zigbee Network Settings on your coordinator/in nvbackup are:
                        
                        zigbee.0
                        Extended Pan ID:
                        ghnjghgh
                        Pan ID:
                        1234
                        Channel:
                        00
                        Network Key:
                        gfhjnhhf
                        
                        zigbee.1
                        Extended Pan ID:
                        ghnjghgh
                        Pan ID:
                        1234
                        Channel:
                        00
                        Network Key:
                        gfhjnhhf
                        
                        zigbee.2
                        Extended Pan ID:
                        ghnjghgh
                        
                        Pan ID:
                        1234
                        
                        Channel:
                        00
                        
                        Network Key:
                        gfhjnhhf
                        
                        zigbee.3
                        Extended Pan ID:
                        ghnjghgh
                        
                        Pan ID:
                        1234
                        
                        Channel:
                        00
                        
                        Network Key:
                        gfhjnhhf
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs         v20.18.1
                        /usr/bin/node           v20.18.1
                        /usr/bin/npm            10.8.2
                        /usr/bin/npx            10.8.2
                        /usr/bin/corepack       0.29.4
                        
                        nodejs:
                          Installed: 20.18.1-1nodesource1
                          Candidate: 20.18.1-1nodesource1
                          Version table:
                         *** 20.18.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                100 /var/lib/dpkg/status
                             20.18.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.17.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.16.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.15.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.15.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.14.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.13.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.13.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.12.2-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.12.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.12.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.11.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.11.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.10.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.9.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.8.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.8.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.7.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.6.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.6.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.5.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.5.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.4.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.3.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.3.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.2.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.1.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             20.0.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                             18.19.0+dfsg-6~deb12u2 500
                                500 http://deb.debian.org/debian bookworm/main amd64 Packages
                             18.19.0+dfsg-6~deb12u1 500
                                500 http://security.debian.org bookworm-security/main amd64 Packages
                        
                        Temp directories causing deletion problem: 0
                        No problems detected
                        
                        Errors in npm tree: 0
                        No problems detected
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is running on this host.
                        
                        At least one iobroker host is running.
                        
                        Objects type: redis
                        States  type: redis
                        
                        Hosts:
                        iobroker            iobroker (version: 7.0.6, hostname: iobroker      , alive, uptime: 5746)
                        
                        Core adapters versions
                        js-controller:  7.0.6
                        admin:          7.4.4
                        javascript:     8.8.3
                        
                        nodejs modules from github:     0
                        
                        Adapter State
                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                        + system.adapter.awtrix-light.0           : awtrix-light          : iobroker                                 -  enabled
                        + system.adapter.awtrix-light.1           : awtrix-light          : iobroker                                 -  enabled
                        + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                        + system.adapter.chromecast.0             : chromecast            : iobroker                                 -  enabled
                        + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                        + system.adapter.device-watcher.0         : device-watcher        : iobroker                                 -  enabled
                        + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
                        + system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker                                 -  enabled
                        + system.adapter.fritzdect.0              : fritzdect             : iobroker                                 -  enabled
                        + system.adapter.fullybrowser.0           : fullybrowser          : iobroker                                 -  enabled
                          system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                          system.adapter.ical.1                   : ical                  : iobroker                                 -  enabled
                        + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                        + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                        + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                          system.adapter.lg-thinq.0               : lg-thinq              : iobroker                                 - disabled
                        + system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 -  enabled, port: 1883
                        + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                          system.adapter.mqtt.1                   : mqtt                  : iobroker                                 - disabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.mytime.0                 : mytime                : iobroker                                 -  enabled
                        + system.adapter.netatmo.0                : netatmo               : iobroker                                 -  enabled
                        + system.adapter.notification-manager.0   : notification-manager  : iobroker                                 -  enabled
                        + system.adapter.nuki.0                   : nuki                  : iobroker                                 -  enabled
                          system.adapter.octoprint.1              : octoprint             : iobroker                                 - disabled
                          system.adapter.octoprint.2              : octoprint             : iobroker                                 - disabled
                        + system.adapter.operating-hours.0        : operating-hours       : iobroker                                 -  enabled
                        + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                        + system.adapter.ping.1                   : ping                  : iobroker                                 -  enabled
                        + system.adapter.pushover.0               : pushover              : iobroker                                 -  enabled
                        + system.adapter.pushover.1               : pushover              : iobroker                                 -  enabled
                        + system.adapter.pushover.2               : pushover              : iobroker                                 -  enabled
                        + system.adapter.sayit.0                  : sayit                 : iobroker                                 -  enabled
                        + system.adapter.sayit.1                  : sayit                 : iobroker                                 -  enabled
                        + system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled
                        + system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled
                        + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                          system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 - disabled
                        + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.telegram.2               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.text2command.0           : text2command          : iobroker                                 -  enabled
                        + system.adapter.text2command.1           : text2command          : iobroker                                 -  enabled
                        + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                        + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                          system.adapter.vis-icontwo.0            : vis-icontwo           : iobroker                                 - disabled
                        + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                          system.adapter.vis-weather.0            : vis-weather           : iobroker                                 - disabled
                          system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.64:20108
                        + system.adapter.zigbee.1                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.69:20108
                        + system.adapter.zigbee.2                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.79:20108
                        + system.adapter.zigbee.3                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.63:20108
                        + system.adapter.zigbee.4                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.99:20108
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                        + system.adapter.mqtt-client.0            : mqtt-client           : iobroker                                 -  enabled, port: 1883
                        + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.shelly.1                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                        + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.telegram.2               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                        + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.64:20108
                        + system.adapter.zigbee.1                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.69:20108
                        + system.adapter.zigbee.2                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.79:20108
                        + system.adapter.zigbee.3                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.63:20108
                        + system.adapter.zigbee.4                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.0.99:20108
                        
                        ioBroker-Repositories
                        ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                        │ (index) │ name     │ url                                                     │ auto upgrade │
                        ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                        │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                        │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                        └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                        
                        Active repo(s): beta
                        Upgrade policy: none
                        
                        Installed ioBroker-Instances
                        Used repository: beta
                        Adapter    "admin"        : 7.4.4    , installed 7.4.4
                        Adapter    "alexa2"       : 3.26.7   , installed 3.26.7
                        Adapter    "awtrix-light" : 1.4.1    , installed 1.4.1
                        Adapter    "backitup"     : 3.0.31   , installed 3.0.31
                        Adapter    "chromecast"   : 4.0.0    , installed 4.0.0
                        Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                        Adapter    "device-watcher": 2.12.1  , installed 2.12.1
                        Adapter    "email"        : 1.3.1    , installed 1.4.0
                        Adapter    "fb-checkpresence": 1.2.8 , installed 1.2.8
                        Adapter    "fritzdect"    : 2.5.11   , installed 2.5.11
                        Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                        Adapter    "ical"         : 1.16.1   , installed 1.16.1
                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                        Adapter    "iot"          : 3.4.4    , installed 3.4.4
                        Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                        Controller "js-controller": 7.0.6    , installed 7.0.6
                        Adapter    "lg-thinq"     : 1.0.7    , installed 1.0.7
                        Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                        Adapter    "mqtt-client"  : 2.1.0    , installed 2.1.0
                        Adapter    "mytime"       : 1.2.2    , installed 1.2.2
                        Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                        Adapter    "notification-manager": 1.3.0, installed 1.3.0
                        Adapter    "nuki"         : 2.0.0    , installed 2.0.0
                        Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                        Adapter    "operating-hours": 1.2.0  , installed 1.2.0
                        Adapter    "ping"         : 1.7.9    , installed 1.7.9
                        Adapter    "pushover"     : 4.1.0    , installed 4.1.0
                        Adapter    "sayit"        : 5.0.0    , installed 5.0.0
                        Adapter    "shelly"       : 8.5.1    , installed 8.5.1
                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                        Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                        Adapter    "sourceanalytix": 0.4.14  , installed 0.4.14
                        Adapter    "telegram"     : 3.9.0    , installed 3.9.0
                        Adapter    "text2command" : 3.0.3    , installed 3.0.3
                        Adapter    "trashschedule": 3.4.1    , installed 3.4.1
                        Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                        Adapter    "vis"          : 1.5.6    , installed 1.5.6
                        Adapter    "vis-icontwo"  : 1.10.1   , installed 1.10.1
                        Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                        Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                        Adapter    "web"          : 6.3.1    , installed 6.3.1
                        Adapter    "ws"           : 2.6.2    , installed 2.6.2
                        Adapter    "zigbee"       : 1.10.13  , installed 1.10.13
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects:        13487
                        States:         11924
                        
                        *** OS-Repositories and Updates ***
                        Hit:1 http://security.debian.org bookworm-security InRelease
                        Hit:2 http://deb.debian.org/debian bookworm InRelease
                        Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                        Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
                        Hit:5 https://packages.redis.io/deb bookworm InRelease
                        Reading package lists... Done
                        Pending Updates: 0
                        
                        *** Listening Ports ***
                        Active Internet connections (only servers)
                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                        tcp        0      0 192.168.0.222:9092      0.0.0.0:*               LISTEN      1001       11999557   207697/io.nuki.0
                        tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      103        16776      153/redis-server 12
                        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          689        1/init
                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       11997884   207652/io.mqtt.0
                        tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       11998035   207800/io.shelly.1
                        tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          15869      384/master
                        tcp6       0      0 ::1:25                  :::*                    LISTEN      0          15870      384/master
                        tcp6       0      0 ::1:6379                :::*                    LISTEN      103        16777      153/redis-server 12
                        tcp6       0      0 :::3000                 :::*                    LISTEN      1001       11999063   208020/io.fullybrow
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          11649      1/init
                        tcp6       0      0 :::111                  :::*                    LISTEN      0          691        1/init
                        tcp6       0      0 :::80                   :::*                    LISTEN      0          6137       176/apache2
                        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       12007886   208176/io.simple-ap
                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       12015647   208292/io.web.0
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       11995807   207272/io.admin.0
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       11996105   207567/io.chromecas
                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       11999591   207780/io.shelly.0
                        udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       11998078   207822/io.tuya.0
                        udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       11998079   207822/io.tuya.0
                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          690        1/init
                        udp6       0      0 :::111                  :::*                                0          692        1/init
                        
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #684

                        @shadowhunter23 sagte in iob diag - Skript:

                        ./iob_diag.sh: line 617: [: too many arguments
                        ./iob_diag.sh: line 676: [: too many arguments

                        Muss ich schauen.

                        Leerzeichen bei zigbee.2 und .3 kamen so

                        Da sollte eigentlich keine Leerzeichen kommen und die Ausgabe als kompaktes Päckchen pro Instanz erscheinen. Ist aber nur noch Kosmetik an der Stelle.

                        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

                        S 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @shadowhunter23 sagte in iob diag - Skript:

                          ./iob_diag.sh: line 617: [: too many arguments
                          ./iob_diag.sh: line 676: [: too many arguments

                          Muss ich schauen.

                          Leerzeichen bei zigbee.2 und .3 kamen so

                          Da sollte eigentlich keine Leerzeichen kommen und die Ausgabe als kompaktes Päckchen pro Instanz erscheinen. Ist aber nur noch Kosmetik an der Stelle.

                          S Away
                          S Away
                          Shadowhunter23
                          wrote on last edited by
                          #685

                          @thomas-braun sagte in iob diag - Skript:

                          Da sollte eigentlich keine Leerzeichen kommen und die Ausgabe als kompaktes Päckchen pro Instanz erscheinen. Ist aber nur noch Kosmetik an der Stelle.

                          Wollte es nur korrekt angeben, nicht dass du denkst ich habe die Leerzeichen eingefügt.

                          Proxmox 9 HA-Cluster mit 3x HP prodesk 400 G6 i5
                          Bei einem downvote bitte melden, es könnte sein, dass dieser ungewollt ist!

                          Thomas BraunT 2 Replies Last reply
                          0
                          • S Shadowhunter23

                            @thomas-braun sagte in iob diag - Skript:

                            Da sollte eigentlich keine Leerzeichen kommen und die Ausgabe als kompaktes Päckchen pro Instanz erscheinen. Ist aber nur noch Kosmetik an der Stelle.

                            Wollte es nur korrekt angeben, nicht dass du denkst ich habe die Leerzeichen eingefügt.

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

                            @shadowhunter23 sagte in iob diag - Skript:

                            Wollte es nur korrekt angeben

                            Das ist genau richtig, solche 'Fehler' suche ich.

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

                            1 Reply Last reply
                            0
                            • S Shadowhunter23

                              @thomas-braun sagte in iob diag - Skript:

                              Da sollte eigentlich keine Leerzeichen kommen und die Ausgabe als kompaktes Päckchen pro Instanz erscheinen. Ist aber nur noch Kosmetik an der Stelle.

                              Wollte es nur korrekt angeben, nicht dass du denkst ich habe die Leerzeichen eingefügt.

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

                              @shadowhunter23

                              Kannst du nochmal testen?

                              Es sollten nun auch die Werte für alle deine Instanzen angezeigt werden.
                              Jedenfalls solange die Instanznummer einstellig ist... 🙂

                              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

                              S 1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @shadowhunter23

                                Kannst du nochmal testen?

                                Es sollten nun auch die Werte für alle deine Instanzen angezeigt werden.
                                Jedenfalls solange die Instanznummer einstellig ist... 🙂

                                S Away
                                S Away
                                Shadowhunter23
                                wrote on last edited by Shadowhunter23
                                #688

                                @thomas-braun

                                Ich mache wohl was falsch?

                                curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/Raspbian/diag.sh > iob_diag.sh
                                chmod 744 iob_diag.sh
                                ./iob_diag.sh
                                
                                USB-Devices by-id:
                                USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                
                                No Devices found 'by-id'
                                
                                ./iob_diag.sh: line 617: [: too many arguments
                                
                                HINT:
                                Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                tcp
                                
                                HINT:
                                Your zigbee.1 COM-Port is NOT matching 'by-id'. Please check your setting:
                                tcp
                                
                                HINT:
                                Your zigbee.2 COM-Port is NOT matching 'by-id'. Please check your setting:
                                tcp
                                
                                HINT:
                                Your zigbee.3 COM-Port is NOT matching 'by-id'. Please check your setting:
                                tcp
                                ./iob_diag.sh: line 676: [: too many arguments
                                Zigbee Network Settings on your coordinator/in nvbackup are:
                                

                                Proxmox 9 HA-Cluster mit 3x HP prodesk 400 G6 i5
                                Bei einem downvote bitte melden, es könnte sein, dass dieser ungewollt ist!

                                Thomas BraunT 1 Reply Last reply
                                0
                                • S Shadowhunter23

                                  @thomas-braun

                                  Ich mache wohl was falsch?

                                  curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/Raspbian/diag.sh > iob_diag.sh
                                  chmod 744 iob_diag.sh
                                  ./iob_diag.sh
                                  
                                  USB-Devices by-id:
                                  USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                  
                                  No Devices found 'by-id'
                                  
                                  ./iob_diag.sh: line 617: [: too many arguments
                                  
                                  HINT:
                                  Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                  tcp
                                  
                                  HINT:
                                  Your zigbee.1 COM-Port is NOT matching 'by-id'. Please check your setting:
                                  tcp
                                  
                                  HINT:
                                  Your zigbee.2 COM-Port is NOT matching 'by-id'. Please check your setting:
                                  tcp
                                  
                                  HINT:
                                  Your zigbee.3 COM-Port is NOT matching 'by-id'. Please check your setting:
                                  tcp
                                  ./iob_diag.sh: line 676: [: too many arguments
                                  Zigbee Network Settings on your coordinator/in nvbackup are:
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #689

                                  @shadowhunter23

                                  Hast du die Datei nochmal frisch geladen?

                                  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

                                  S 1 Reply Last reply
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @shadowhunter23

                                    Hast du die Datei nochmal frisch geladen?

                                    S Away
                                    S Away
                                    Shadowhunter23
                                    wrote on last edited by
                                    #690

                                    @thomas-braun

                                    Ja aber ich lösche sie jetzt zuerst und versuche es nochmals.

                                    Proxmox 9 HA-Cluster mit 3x HP prodesk 400 G6 i5
                                    Bei einem downvote bitte melden, es könnte sein, dass dieser ungewollt ist!

                                    Thomas BraunT 1 Reply Last reply
                                    0
                                    • S Shadowhunter23

                                      @thomas-braun

                                      Ja aber ich lösche sie jetzt zuerst und versuche es nochmals.

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

                                      @shadowhunter23

                                      Versionsnummer ist
                                      2024-12-09 Raspbian+zigbee diag+masking

                                      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

                                      S 1 Reply Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @shadowhunter23

                                        Versionsnummer ist
                                        2024-12-09 Raspbian+zigbee diag+masking

                                        S Away
                                        S Away
                                        Shadowhunter23
                                        wrote on last edited by Shadowhunter23
                                        #692

                                        @thomas-braun

                                        Lag an mir:

                                        USB-Devices by-id:
                                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                        
                                        No Devices found 'by-id'
                                        
                                        *** ZigBee Settings ***
                                        
                                        HINT:
                                        Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                        tcp
                                        
                                        HINT:
                                        Your zigbee.1 COM-Port is NOT matching 'by-id'. Please check your setting:
                                        tcp
                                        
                                        HINT:
                                        Your zigbee.2 COM-Port is NOT matching 'by-id'. Please check your setting:
                                        tcp
                                        
                                        HINT:
                                        Your zigbee.3 COM-Port is NOT matching 'by-id'. Please check your setting:
                                        tcp
                                        Zigbee Network Settings on your coordinator/in nvbackup are:
                                        
                                        zigbee.X
                                        Extended Pan ID:
                                        *** MASKED ***
                                        Pan ID:
                                        *** MASKED ***
                                        Channel:
                                        *** MASKED ***
                                        Network Key:
                                        *** MASKED ***
                                        
                                        To unmask the settings run 'iob diag --unmask'
                                        

                                        Mit --unmask sehe ich dann die komplette Ausgabe.

                                        edit
                                        Die Leerzeichen/Absätze sind auch weg bei --unmask.

                                        Proxmox 9 HA-Cluster mit 3x HP prodesk 400 G6 i5
                                        Bei einem downvote bitte melden, es könnte sein, dass dieser ungewollt ist!

                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • S Shadowhunter23

                                          @thomas-braun

                                          Lag an mir:

                                          USB-Devices by-id:
                                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                          
                                          No Devices found 'by-id'
                                          
                                          *** ZigBee Settings ***
                                          
                                          HINT:
                                          Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                          tcp
                                          
                                          HINT:
                                          Your zigbee.1 COM-Port is NOT matching 'by-id'. Please check your setting:
                                          tcp
                                          
                                          HINT:
                                          Your zigbee.2 COM-Port is NOT matching 'by-id'. Please check your setting:
                                          tcp
                                          
                                          HINT:
                                          Your zigbee.3 COM-Port is NOT matching 'by-id'. Please check your setting:
                                          tcp
                                          Zigbee Network Settings on your coordinator/in nvbackup are:
                                          
                                          zigbee.X
                                          Extended Pan ID:
                                          *** MASKED ***
                                          Pan ID:
                                          *** MASKED ***
                                          Channel:
                                          *** MASKED ***
                                          Network Key:
                                          *** MASKED ***
                                          
                                          To unmask the settings run 'iob diag --unmask'
                                          

                                          Mit --unmask sehe ich dann die komplette Ausgabe.

                                          edit
                                          Die Leerzeichen/Absätze sind auch weg bei --unmask.

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

                                          @shadowhunter23 sagte in iob diag - Skript:

                                          Mit --unmask sehe ich dann die komplette Ausgabe.

                                          Also alle 5 Instanzen in kompakten Blöcken, ohne komische Leerzeichen?
                                          So soll es sein.

                                          Dann schau ich auch mal wie ich das für die 'by-id'-Links hinbekommen kann, für den Fall, das jemand da ein halbes Dutzend zigbee-Stöckchen betreibt.

                                          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

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


                                          Support us

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

                                          626

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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