Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. Mal wieder BLE Probleme

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Mal wieder BLE Probleme

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      Tenor 0 @Thomas Braun last edited by

      @thomas-braun
      ja diverse male

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Tenor 0 last edited by

        @tenor-0

        Dann weiß ich nix mehr dazu.

        T 1 Reply Last reply Reply Quote 0
        • T
          Tenor 0 @Thomas Braun last edited by

          @thomas-braun
          Schade, aber Danke für deine Hilfe!

          1 Reply Last reply Reply Quote 0
          • haselchen
            haselchen Most Active last edited by

            @tenor-0

            Was sagt

            hciconfig --all

            T 1 Reply Last reply Reply Quote 0
            • T
              Tenor 0 @haselchen last edited by

              matthias@server:~$ sudo hciconfig --all
              [sudo] password for matthias:
              hci0:   Type: Primary  Bus: USB
                      BD Address: 8C:88:4B:05:62:63  ACL MTU: 1021:6  SCO MTU: 255:12
                      UP RUNNING
                      RX bytes:4613 acl:0 sco:0 events:349 errors:0
                      TX bytes:38399 acl:0 sco:0 commands:353 errors:0
                      Features: 0xff 0xff 0xff 0xfe 0xdb 0xfd 0x7b 0x87
                      Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
                      Link policy: RSWITCH HOLD SNIFF PARK
                      Link mode: PERIPHERAL ACCEPT
                      Name: 'RTK_BT_5.0'
                      Class: 0x000000
                      Service Classes: Unspecified
                      Device Class: Miscellaneous,
                      HCI Version: 5.1 (0xa)  Revision: 0xdfc6
                      LMP Version: 5.1 (0xa)  Subversion: 0xd922
                      Manufacturer: Realtek Semiconductor Corporation (93)
              
              matthias@server:~$
              matthias@server:~$
              matthias@server:~$ sudo hciconfig hci0 down
              matthias@server:~$ sudo hciconfig --all
              hci0:   Type: Primary  Bus: USB
                      BD Address: 8C:88:4B:05:62:63  ACL MTU: 1021:6  SCO MTU: 255:12
                      DOWN
                      RX bytes:4896 acl:0 sco:0 events:353 errors:0
                      TX bytes:38411 acl:0 sco:0 commands:357 errors:0
                      Features: 0xff 0xff 0xff 0xfe 0xdb 0xfd 0x7b 0x87
                      Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
                      Link policy: RSWITCH HOLD SNIFF PARK
                      Link mode: PERIPHERAL ACCEPT
              
              matthias@server:~$ sudo hciconfig hci0 up
              Can't init device hci0: Connection timed out (110)
              matthias@server:~$
              matthias@server:~$ sudo hciconfig --all
              hci0:   Type: Primary  Bus: USB
                      BD Address: 8C:88:4B:05:62:63  ACL MTU: 1021:6  SCO MTU: 255:12
                      DOWN
                      RX bytes:4896 acl:0 sco:0 events:353 errors:0
                      TX bytes:38414 acl:0 sco:0 commands:358 errors:0
                      Features: 0xff 0xff 0xff 0xfe 0xdb 0xfd 0x7b 0x87
                      Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
                      Link policy: RSWITCH HOLD SNIFF PARK
                      Link mode: PERIPHERAL ACCEPT
              

              Nach einem Reboot und anschließendem Neustart des BT Dienstes (das musste wohl wegen dem intern deaktivierten BT Adapter immer gemacht werden) ist auf Linux ebene scheinbar alles ok.
              Sobald ich den hci0 down nehme kommt er nicht mehr hoch. Das deutet wohl darauf hin, das es doch noch treiber Probleme o.ä, gibt.

              1 Reply Last reply Reply Quote 0
              • C
                chris299 last edited by

                Ich habe auch ein Problem mit BLE, seit ein paar Monaten empfange ich keine Daten mehr (wie ich grade erstaunt festgestellt habe).
                mein IOBROKER System (auf Ubuntu 22.04 bare metal) läuft auch schon eine Weile unverändert (nicht zuletzt weil ich etwas Angst vor dem nächsten update habe...), so dass daher m.W. keine Veränderung kam, die das hätte auslösen können....

                Der BLE adapter startet anscheinend einwandfrei und zeigt auch grün, aber in den Daten bekomme ich nur
                "unknown" in "driverState".... 😞

                Der hier https://forum.iobroker.net/topic/30179/ble-adapter-grün-driverstate-unknown?_=1730753369874 dazu genannte Befehl hat nicht geholfen. Das betrifft anscheinend auch eher die "unauthorized" Meldung gem. https://github.com/AlCalzone/ioBroker.ble

                Auf OS-Ebene scheint der bluetooth-stack einwandfrei zu funktionieren, z.B. arbeitet hcitool einfwandfrei und zeigt alles wie erwartet....

                das Adapter-debug log sieht ein bisschen so aus, als würde der Adapter hängen bleiben, aber er wird ja "grün"...

                Habt Ihr noch eine Idee, wo ich hingreifen könnte, um das wieder anzuwerfen?

                2024-11-04 21:58:25.157 - info: ble.0 (802921) Got terminate signal TERMINATE_YOURSELF
                2024-11-04 21:58:25.159 - info: ble.0 (802921) terminating
                2024-11-04 21:58:25.161 - info: ble.0 (802921) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                2024-11-04 21:58:25.195 - info: host.HP-EliteDesk-800-G3-DM-35W stopInstance system.adapter.ble.0 send kill signal
                2024-11-04 21:58:25.664 - info: ble.0 (802921) terminating
                2024-11-04 21:58:25.786 - info: host.HP-EliteDesk-800-G3-DM-35W instance system.adapter.ble.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                2024-11-04 21:58:28.313 - info: host.HP-EliteDesk-800-G3-DM-35W instance system.adapter.ble.0 started with pid 870418
                2024-11-04 21:58:28.706 - debug: ble.0 (870418) Redis Objects: Use Redis connection: 127.0.0.1:9001
                2024-11-04 21:58:28.731 - debug: ble.0 (870418) Objects client ready ... initialize now
                2024-11-04 21:58:28.732 - debug: ble.0 (870418) Objects create System PubSub Client
                2024-11-04 21:58:28.732 - debug: ble.0 (870418) Objects create User PubSub Client
                2024-11-04 21:58:28.773 - debug: ble.0 (870418) Objects client initialize lua scripts
                2024-11-04 21:58:28.775 - debug: ble.0 (870418) Objects connected to redis: 127.0.0.1:9001
                2024-11-04 21:58:28.803 - debug: ble.0 (870418) Redis States: Use Redis connection: 127.0.0.1:9000
                2024-11-04 21:58:28.856 - debug: ble.0 (870418) States create System PubSub Client
                2024-11-04 21:58:28.857 - debug: ble.0 (870418) States create User PubSub Client
                2024-11-04 21:58:28.920 - debug: ble.0 (870418) States connected to redis: 127.0.0.1:9000
                2024-11-04 21:58:28.986 - info: ble.0 (870418) starting. Version 0.14.0 in /opt/iobroker/node_modules/iobroker.ble, node: v18.20.4, js-controller: 5.0.19
                2024-11-04 21:58:29.048 - info: ble.0 (870418) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, BTHome, _default
                2024-11-04 21:58:29.048 - info: ble.0 (870418) enabled plugins: Xiaomi, BTHome, _default
                2024-11-04 21:58:29.048 - info: ble.0 (870418) monitoring all services
                2024-11-04 21:58:29.097 - info: ble.0 (870418) starting scanner process...
                2024-11-04 21:59:17.771 - info: admin.0 (1849) ==> Connected system.user.admin from ::ffff:192.168.246.129
                2024-11-04 21:59:36.498 - info: ble.0 (870418) Now accepting new devices
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @chris299 last edited by Thomas Braun

                  @chris299 sagte in Mal wieder BLE Probleme:

                  läuft auch schon eine Weile unverändert

                  Dann bring jetzt das Ding auf Stand...
                  Inkl. nodejs und z. B. dem js-controller.

                  C 1 Reply Last reply Reply Quote 0
                  • C
                    chris299 @Thomas Braun last edited by

                    @thomas-braun wenn ich nun den Controller hochziehe und danach die momentan laufenden Versionen diverser Adapter nicht mehr laufen, habe ich ein ernsthaftes Problem, weil die aktuellen Versionen einiger Adapter mit breaking changes daherkommen, und, wie man hier und da lesen kann, kleiner und grössere Problem mitbringen. Allen voran der Zigbee-Adapter, mit dem ich auch lange Schwierigkeiten hatte, bevor er in der nun von mir verwendeten Version für meine Usecases lief.
                    Insofern ist das für mich erst der letzte Schritt der Experimente.... Vorher würde ich gern erstmal analysieren, wo denn da das Problem eigentlich liegt, bevor ich es mit Expermimenten versuche zu lösen.

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @chris299 last edited by Thomas Braun

                      @chris299

                      Nicht rum schnacken, bring das Ding auf Stand.
                      Das ist die notwendige Basis für alles weitere.

                      C 1 Reply Last reply Reply Quote 0
                      • C
                        chris299 @Thomas Braun last edited by

                        @thomas-braun also node ist doch mit v18.20.4 auf einem aktuellen Stand. und was den Controller betrifft kann das nicht der Grund für mein Problem sein. Mit meiner derzeitigen Controller-Version und der Adapterversion von BLE lief es ja schon mal.
                        Und tut mir leid, aber PRODUKTIONS-Systeme updated man nicht mal eben auf Verdacht, besonders dann nicht, wenn man eine Indikation hat, dass andere bisher funktionierende Teile dann nicht mehr funktionieren.....

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @chris299 last edited by Thomas Braun

                          @chris299

                          Nein, nodejs@20 ist aktuell...

                          Tut mir leid, gerade PRODUKTIONS-Systeme hält man auf einem stabilen Stand.

                          C 1 Reply Last reply Reply Quote 0
                          • C
                            chris299 @Thomas Braun last edited by

                            @thomas-braun sagte in Mal wieder BLE Probleme:

                            @chris299

                            Nein, nodejs@20 ist aktuell...

                            Tut mir leid, gerade PRODUKTIONS-Systeme hält man auf einem stabilen Stand.

                            genau, und das ist eben oft nicht der neueste Stand.
                            Und ich würde gern wissen, was das eigentliche Problem ist. Alte Versionen sind nicht pauschal immer das Problem, besonders nicht, wenn sie stabil liefen....

                            Ich vermute hier eher ein Problem durch ein OS update im Bluetooth stack mit dem der BLE-Adapter nicht zurecht kommt. "undefined" ist IMHO schon ein starkes Indiz hierfür. mich würde dazu die Meinung von @AlCalzone sehr interssieren.... auch dazu, welche weiteren Analyse-möglichkeiten es gibt.

                            Thomas Braun 2 Replies Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @chris299 last edited by

                              @chris299

                              iob diag
                              

                              in der Langfassung sagt?

                              1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @chris299 last edited by Thomas Braun

                                @chris299 sagte in Mal wieder BLE Probleme:

                                genau, und das ist eben oft nicht der neueste Stand.

                                Genau, es ist der STABILSTE Stand, in dem die meisten Fehler ausgebügelt sind. Ich rede nicht von Beta-Versionen.

                                Ich vermute hier eher ein Problem

                                Und ich vermute eher ein Problem durch veraltete Versionen.

                                C 1 Reply Last reply Reply Quote 0
                                • C
                                  chris299 @Thomas Braun last edited by

                                  @thomas-braun sagte in Mal wieder BLE Probleme:

                                  @chris299 sagte in Mal wieder BLE Probleme:

                                  genau, und das ist eben oft nicht der neueste Stand.

                                  Genau, es ist der STABILSTE Stand, in dem die meisten Fehler ausgebügelt sind. Ich rede nicht von Beta-Versionen.

                                  unser Marketing erzählt auch diese Geschichte, sie stimmt halt öfter mal nicht 😉 speziell wenn neue Versionen durch breaking changes in dependencies motiviert sind, und ich glaube es gibt hier genügend solcher Beispiele, wo es dann wirklich unreifes Zeug ins stable geschafft hat, auch bei zentralen Adaptern.

                                  Auch wenn wir hier wohl unterschiedlicher Meinung sind, möchte ich Dir für Dein umfangreiches Engagement im Forum danken.

                                  Ich vermute hier eher ein Problem

                                  Und ich vermute eher ein Problem durch veraltete Versionen.

                                  aber welche? NODE18 ist doch AFAIk immernoch offiziell unterstüzt. BLE-Adapter ist in der aktuellsten Verision, womit nur noch der Controller in Frage kommt. Welchen Einfluss nimmt der denn auf BLE und dessen Kommunikation mit dem OS-Treiber, so dass der Adapter vor drei Monaten einfach aufhört zu funktionieren?

                                  Script v.2024-10-19
                                  
                                  *** BASE SYSTEM ***
                                   Static hostname: HP-EliteDesk-800-G3-DM-35W
                                         Icon name: computer-desktop
                                           Chassis: desktop
                                  Operating System: Ubuntu 22.04.5 LTS
                                            Kernel: Linux 6.8.0-45-generic
                                      Architecture: x86-64
                                  OS is similar to: debian
                                  
                                  model name      : Intel(R) Core(TM) i7-6700T CPU @ 2.80GHz
                                  Docker          : false
                                  Virtualization  : none
                                  Kernel          : x86_64
                                  Userland        : 64 bit
                                  
                                  Systemuptime and Load:
                                   08:40:52 up 24 days,  8:28,  3 users,  load average: 0.87, 0.58, 0.46
                                  CPU threads: 8
                                  
                                  
                                  *** LIFE CYCLE STATUS ***
                                  Operating System codenamed 'jammy' is an aging Ubuntu release! Please upgrade to the latest LTS release 'noble' in due time!
                                  
                                  *** TIME AND TIMEZONES ***
                                                 Local time: Tue 2024-11-05 08:40:52 CET
                                             Universal time: Tue 2024-11-05 07:40:52 UTC
                                                   RTC time: Tue 2024-11-05 07:40:52
                                                  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':
                                  christoph
                                  HOME=/home/christoph
                                  GROUPS=christoph adm cdrom sudo dip www-data plugdev lpadmin lxd sambashare plex iobroker
                                  
                                  User that is running 'js-controller':
                                  iobroker
                                  HOME=/home/iobroker
                                  GROUPS=iobroker tty dialout audio video bluetooth
                                  
                                  *** DISPLAY-SERVER SETUP ***
                                  Display-Server: true
                                  Desktop:
                                  Terminal:       tty
                                  
                                  System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:             15G        9.6G        569M        356M        5.7G        5.5G
                                  Swap:           2.0G        2.0G        0.0K
                                  Total:           17G         11G        569M
                                  
                                  Active iob-Instances:   31
                                  
                                          15867 M total memory
                                           9646 M used memory
                                           4593 M active memory
                                           8986 M inactive memory
                                            569 M free memory
                                            296 M buffer memory
                                           5355 M swap cache
                                           2047 M total swap
                                           2047 M used swap
                                              0 M free swap
                                  
                                  *** top - Table Of Processes  ***
                                  top - 08:40:53 up 24 days,  8:28,  3 users,  load average: 0.87, 0.58, 0.46
                                  Tasks: 381 total,   1 running, 380 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s):  8.3 us,  2.6 sy,  0.0 ni, 89.1 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                  MiB Mem :  15867.9 total,    575.9 free,   9639.5 used,   5652.5 buff/cache
                                  MiB Swap:   2048.0 total,      0.5 free,   2047.5 used.   5547.1 avail Mem
                                  
                                  *** FAILED SERVICES ***
                                  
                                    UNIT LOAD ACTIVE SUB DESCRIPTION
                                  0 loaded units listed.
                                  
                                  
                                  *** DMESG CRITICAL ERRORS ***
                                  No critical errors detected
                                  
                                  *** FILESYSTEM ***
                                  Filesystem     Type      Size  Used Avail Use% Mounted on
                                  tmpfs          tmpfs     1.6G  4.4M  1.6G   1% /run
                                  /dev/nvme0n1p4 ext4      1.8T  476G  1.2T  29% /
                                  tmpfs          tmpfs     7.8G  2.1M  7.8G   1% /dev/shm
                                  tmpfs          tmpfs     5.0M  8.0K  5.0M   1% /run/lock
                                  efivarfs       efivarfs  150K   83K   63K  57% /sys/firmware/efi/efivars
                                  /dev/sda       ext4      7.3T  5.9T  1.1T  86% /media/christoph/Mediathek_big
                                  /dev/nvme0n1p2 vfat      629M   99M  530M  16% /boot/efi
                                  tmpfs          tmpfs     1.6G  1.5M  1.6G   1% /run/user/1000
                                  /dev/sdb2      ext4      3.6T  478G  3.0T  14% /run/timeshift/backup
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Sat Oct 12 01:12:00 2024] EXT4-fs (nvme0n1p4): mounted filesystem 6a6fb72d-be1e-4341-bad6-f898f61454a6 ro with ordered data mode. Quota mode: none.
                                  [Sat Oct 12 01:12:00 2024] EXT4-fs (nvme0n1p4): re-mounted 6a6fb72d-be1e-4341-bad6-f898f61454a6 r/w. Quota mode: none.
                                  [Sat Oct 12 01:12:01 2024] EXT4-fs (sda): mounted filesystem 2d65e01a-b73a-4971-9db1-d7945f671ad9 r/w with ordered data mode. Quota mode: none.
                                  [Sat Oct 12 01:12:12 2024] EXT4-fs (sdb2): mounted filesystem 4c212929-f67d-4173-98fe-9dd6dbe9d64b r/w with ordered data mode. Quota mode: none.
                                  
                                  Show mounted filesystems:
                                  TARGET                                   SOURCE                              FSTYPE      OPTIONS
                                  /                                        /dev/nvme0n1p4                      ext4        rw,relatime,errors=remount-ro
                                  |-/run/user/1000/doc                     portal                              fuse.portal rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                                  |-/run/timeshift/backup                  /dev/sdb2                           ext4        rw,relatime,errors=remount-ro
                                  |-/snap/audacity/1051                    /dev/loop0                          squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/bare/5                           /dev/loop1                          squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/canonical-livepatch/282          /dev/loop2                          squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/canonical-livepatch/286          /dev/loop3                          squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/chromium/2985                    /dev/loop6                          squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/firefox/5187                     /dev/loop7                          squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/core/16928                       /dev/loop8                          squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/core/17200                       /dev/loop9                          squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/core18/2829                      /dev/loop10                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/core18/2846                      /dev/loop11                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/core22/1663                      /dev/loop12                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/core20/2379                      /dev/loop13                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/cups/1067                        /dev/loop14                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/core22/1621                      /dev/loop15                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/code/173                         /dev/loop16                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/cups/1058                        /dev/loop17                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/curl/1679                        /dev/loop18                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/curl/1754                        /dev/loop19                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/gnome-3-28-1804/194              /dev/loop22                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/gnome-3-28-1804/198              /dev/loop23                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/gnome-3-38-2004/140              /dev/loop24                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/gnome-3-38-2004/143              /dev/loop25                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/gnome-42-2204/172                /dev/loop26                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/gnome-42-2204/176                /dev/loop27                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/gtk-common-themes/1535           /dev/loop28                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/htop/4317                        /dev/loop29                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/htop/4407                        /dev/loop30                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/mediainfo/32                     /dev/loop31                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/mediainfo/34                     /dev/loop32                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/mediainfo-gui/32                 /dev/loop33                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/mediainfo-gui/34                 /dev/loop34                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/remote-touchpad/407              /dev/loop35                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/remote-touchpad/427              /dev/loop36                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/simplescreenrecorder/1           /dev/loop37                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/snap-store/1113                  /dev/loop38                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/snap-store/1216                  /dev/loop39                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/snapd/21465                      /dev/loop40                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/snapd/21759                      /dev/loop41                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/snapd-desktop-integration/247    /dev/loop42                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/var/snap/firefox/common/host-hunspell /dev/nvme0n1p4[/usr/share/hunspell] ext4        ro,noexec,noatime,errors=remount-ro
                                  |-/snap/snapd-desktop-integration/253    /dev/loop43                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/media/christoph/Mediathek_big         /dev/sda                            ext4        rw,relatime,stripe=8191
                                  |-/boot/efi                              /dev/nvme0n1p2                      vfat        rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
                                  |-/snap/firefox/5134                     /dev/loop44                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/media/christoph/Media_HDD_4Gb         /dev/sdb2                           ext4        rw,nosuid,nodev,relatime,errors=remount-ro
                                  |-/snap/chromium/2980                    /dev/loop20                         squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  |-/snap/code/174                         /dev/loop5                          squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  `-/snap/core20/2434                      /dev/loop4                          squashfs    ro,nodev,relatime,errors=continue,threads=single
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  131G    /var/
                                  96G     /var/www/nextcloud
                                  96G     /var/www
                                  93G     /var/www/nextcloud/data
                                  62G     /var/www/nextcloud/data/appdata_oc5rohg5lh5m
                                  
                                  Archived and active journals take up 3.7G in the file system.
                                  
                                  /opt/iobroker/backups:
                                  7.5G    /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  15G     /opt/iobroker/iobroker-data/
                                  14G     /opt/iobroker/iobroker-data/history
                                  1.1G    /opt/iobroker/iobroker-data/files
                                  617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                  560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                  
                                  The five largest files in iobroker-data are:
                                  41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                                  38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                  37M     /opt/iobroker/iobroker-data/objects.jsonl
                                  35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                  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_a45c4ee898c9eb11b94d914f1d69213e-if00-port0
                                  /dev/serial/by-id/usb-0658_0200-if00
                                  
                                  HINT:
                                  Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                  /dev/ttyUSB0
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs         v18.20.4
                                  /usr/bin/node           v18.20.4
                                  /usr/bin/npm            10.7.0
                                  /usr/bin/npx            10.7.0
                                  /usr/bin/corepack       0.28.0
                                  
                                  nodejs:
                                    Installed: 18.20.4-1nodesource1
                                    Candidate: 18.20.4-1nodesource1
                                    Version table:
                                   *** 18.20.4-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                          100 /var/lib/dpkg/status
                                       18.20.3-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.20.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.20.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.20.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.19.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.19.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.18.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.18.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.18.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.17.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.17.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.16.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.16.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.15.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.14.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.14.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.14.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.13.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.12.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.11.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.10.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.9.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.9.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.8.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.7.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.6.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.5.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.4.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.3.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.2.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.1.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       18.0.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                       12.22.9~dfsg-1ubuntu3.6 500
                                          500 http://de.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                                          500 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                                       12.22.9~dfsg-1ubuntu3 500
                                          500 http://de.archive.ubuntu.com/ubuntu jammy/universe 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:
                                  HP-EliteDesk-800-G3-DM-35W HP-EliteDesk-800-G3-DM-35W (version: 5.0.19, hostname: HP-EliteDesk-800-G3-DM-35W, alive, uptime: 2104146)
                                  
                                  Core adapters versions
                                  js-controller:  5.0.19
                                  admin:          6.13.16
                                  javascript:     8.8.3
                                  
                                  nodejs modules from github:     1
                                  +-- iobroker.iobapp@0.2.1 (git+ssh://git@github.com/DNAngelX/ioBroker.iOSAppAdapter.git#e3bc6d2682eacb766d253c85be3f84486cb10848)
                                  
                                  Adapter State
                                  + system.adapter.admin.0                  : admin                 : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.alexa2.0                 : alexa2                : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.alias-manager.0          : alias-manager         : HP-EliteDesk-800-G3-DM-35W               - disabled
                                  + system.adapter.backitup.0               : backitup              : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.ble.0                    : ble                   : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.cloud.0                  : cloud                 : HP-EliteDesk-800-G3-DM-35W               - disabled
                                    system.adapter.devices.0                : devices               : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.discovery.0              : discovery             : HP-EliteDesk-800-G3-DM-35W               - disabled
                                  + system.adapter.echarts.0                : echarts               : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.email.0                  : email                 : HP-EliteDesk-800-G3-DM-35W               - disabled
                                  + system.adapter.email.1                  : email                 : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.fb-checkpresence.0       : fb-checkpresence      : HP-EliteDesk-800-G3-DM-35W               - disabled
                                    system.adapter.feiertage.0              : feiertage             : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.flot.0                   : flot                  : HP-EliteDesk-800-G3-DM-35W               - disabled
                                  + system.adapter.followthesun.0           : followthesun          : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.history.0                : history               : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.info.0                   : info                  : HP-EliteDesk-800-G3-DM-35W               - disabled
                                  + system.adapter.iobapp.0                 : iobapp                : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.iot.0                    : iot                   : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.iqontrol.0               : iqontrol              : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.javascript.0             : javascript            : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.lovelace.0               : lovelace              : HP-EliteDesk-800-G3-DM-35W               - disabled, port: 8091, bind: 0.0.0.0, run as: admin
                                    system.adapter.material.0               : material              : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.mielecloudservice.0      : mielecloudservice     : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.mobile.0                 : mobile                : HP-EliteDesk-800-G3-DM-35W               - disabled
                                  + system.adapter.mqtt.0                   : mqtt                  : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: 1883, bind: 192.168.246.131
                                    system.adapter.net-tools.0              : net-tools             : HP-EliteDesk-800-G3-DM-35W               - disabled
                                  + system.adapter.netatmo.0                : netatmo               : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.nuki-extended.0          : nuki-extended         : HP-EliteDesk-800-G3-DM-35W               - disabled
                                  + system.adapter.opendtu.0                : opendtu               : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.ping.0                   : ping                  : HP-EliteDesk-800-G3-DM-35W               - disabled
                                    system.adapter.plex.0                   : plex                  : HP-EliteDesk-800-G3-DM-35W               - disabled
                                  + system.adapter.pushsafer.0              : pushsafer             : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.rest-api.0               : rest-api              : HP-EliteDesk-800-G3-DM-35W               - disabled, port: 8093, bind: 0.0.0.0, run as: admin
                                  + system.adapter.scenes.0                 : scenes                : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.schoolfree.0             : schoolfree            : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.shelly.0                 : shelly                : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: 1882, bind: 192.168.246.131
                                    system.adapter.smartcontrol.0           : smartcontrol          : HP-EliteDesk-800-G3-DM-35W               - disabled
                                  + system.adapter.socketio.0               : socketio              : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                    system.adapter.sony-bravia.0            : sony-bravia           : HP-EliteDesk-800-G3-DM-35W               - disabled
                                  + system.adapter.sourceanalytix.0         : sourceanalytix        : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.tankerkoenig.0           : tankerkoenig          : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.tr-064.0                 : tr-064                : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.vis.0                    : vis                   : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.weatherunderground.0     : weatherunderground    : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.web.0                    : web                   : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.webcal.0                 : webcal                : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.whatsapp-cmb.1           : whatsapp-cmb          : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                    system.adapter.ws.0                     : ws                    : HP-EliteDesk-800-G3-DM-35W               - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                                  + system.adapter.yahka.0                  : yahka                 : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  + system.adapter.zigbee.0                 : zigbee                : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: /dev/ttyUSB0
                                  + system.adapter.zwave2.0                 : zwave2                : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  
                                  + instance is alive
                                  
                                  Enabled adapters with bindings
                                  + system.adapter.admin.0                  : admin                 : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.mqtt.0                   : mqtt                  : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: 1883, bind: 192.168.246.131
                                  + system.adapter.shelly.0                 : shelly                : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: 1882, bind: 192.168.246.131
                                  + system.adapter.socketio.0               : socketio              : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                  + system.adapter.web.0                    : web                   : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.zigbee.0                 : zigbee                : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: /dev/ttyUSB0
                                  
                                  ioBroker-Repositories
                                  stable        : http://download.iobroker.net/sources-dist.json
                                  beta          : http://download.iobroker.net/sources-dist-latest.json
                                  
                                  Active repo(s): stable
                                  
                                  Installed ioBroker-Instances
                                  Used repository: stable
                                  Adapter    "admin"        : 7.1.5    , installed 6.13.16 [Updatable]
                                  Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                                  Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                  Adapter    "backitup"     : 3.0.25   , installed 2.11.0 [Updatable]
                                  Adapter    "ble"          : 0.14.0   , installed 0.14.0
                                  Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                  Adapter    "device-reminder": 3.1.2  , installed 3.1.2
                                  Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                  Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                  Adapter    "echarts"      : 1.9.2    , installed 1.7.2  [Updatable]
                                  Adapter    "email"        : 1.3.1    , installed 1.3.1
                                  Adapter    "fb-checkpresence": 1.2.5 , installed 1.2.5
                                  Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                                  Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                  Adapter    "followthesun" : 0.5.1    , installed 0.5.1
                                  Adapter    "history"      : 3.0.1    , installed 3.0.1
                                  Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                  Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                  Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                  Controller "js-controller": 6.0.11   , installed 5.0.19 [Updatable]
                                  Adapter    "lovelace"     : 4.1.10   , installed 4.1.10
                                  Adapter    "material"     : 1.3.1    , installed 1.3.1
                                  Adapter    "mielecloudservice": 6.5.7, installed 6.5.7
                                  Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                                  Adapter    "mqtt"         : 6.1.2    , installed 6.1.2
                                  Adapter    "net-tools"    : 1.0.11   , installed 0.2.0  [Updatable]
                                  Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                                  Adapter    "nuki-extended": 2.7.0    , installed 2.7.0
                                  Adapter    "opendtu"      : 2.0.0    , installed 2.0.0
                                  Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                  Adapter    "plex"         : 1.1.4    , installed 1.1.4
                                  Adapter    "pushsafer"    : 1.1.0    , installed 1.1.0
                                  Adapter    "rest-api"     : 2.0.3    , installed 2.0.3
                                  Adapter    "scenes"       : 3.2.3    , installed 3.2.3
                                  Adapter    "schoolfree"   : 1.1.5    , installed 1.1.5
                                  Adapter    "shelly"       : 8.2.1    , installed 6.6.1  [Updatable]
                                  Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                  Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                                  Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                  Adapter    "sony-bravia"  : 1.1.0    , installed 1.1.0
                                  Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                                  Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                  Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                  Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                                  Adapter    "web"          : 6.2.5    , installed 6.2.5
                                  Adapter    "webcal"       : 1.3.10   , installed 1.3.10
                                  Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                                  Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                  Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                  Adapter    "zigbee"       : 1.10.3   , installed 1.8.10 [Updatable]
                                  Adapter    "zwave2"       : 3.1.0    , installed 3.1.0
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        19305
                                  States:         16059
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 https://linux.teamviewer.com/deb stable InRelease
                                  Hit:2 https://downloads.plex.tv/repo/deb public InRelease
                                  Hit:3 http://de.archive.ubuntu.com/ubuntu jammy InRelease
                                  Hit:4 http://de.archive.ubuntu.com/ubuntu jammy-updates InRelease
                                  Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                                  Hit:6 https://apt.postgresql.org/pub/repos/apt jammy-pgdg InRelease
                                  Hit:7 http://de.archive.ubuntu.com/ubuntu jammy-backports InRelease
                                  Hit:8 https://ppa.launchpadcontent.net/linuxuprising/libpng12/ubuntu jammy InRelease
                                  Hit:9 https://esm.ubuntu.com/apps/ubuntu jammy-apps-security InRelease
                                  Hit:10 https://ppa.launchpadcontent.net/ondrej/apache2/ubuntu jammy InRelease
                                  Hit:11 https://esm.ubuntu.com/apps/ubuntu jammy-apps-updates InRelease
                                  Hit:12 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
                                  Hit:13 https://esm.ubuntu.com/infra/ubuntu jammy-infra-security InRelease
                                  Hit:14 https://esm.ubuntu.com/infra/ubuntu jammy-infra-updates InRelease
                                  Hit:15 http://security.ubuntu.com/ubuntu jammy-security InRelease
                                  Hit:16 https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/jammy pgadmin4 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:32469           0.0.0.0:*               LISTEN      999        34671433   2850536/Plex DLNA S
                                  tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      135        12959      1392/mariadbd
                                  tcp        0      0 127.0.0.1:3551          0.0.0.0:*               LISTEN      0          14580      1926/apcupsd
                                  tcp        0      0 127.0.0.1:44343         0.0.0.0:*               LISTEN      999        34675767   2850838/Plex Plug-i
                                  tcp        0      0 127.0.0.1:43629         0.0.0.0:*               LISTEN      1001       54829568   6486/io.yahka.0
                                  tcp        0      0 127.0.0.1:35587         0.0.0.0:*               LISTEN      999        34672616   2850582/Plex Plug-i
                                  tcp        0      0 127.0.0.1:35253         0.0.0.0:*               LISTEN      999        34674803   2850840/Plex Plug-i
                                  tcp        0      0 0.0.0.0:5432            0.0.0.0:*               LISTEN      137        14422      1345/postgres
                                  tcp        0      0 127.0.0.1:33481         0.0.0.0:*               LISTEN      999        34667320   2850579/Plex Plug-i
                                  tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          61613767   887636/cupsd
                                  tcp        0      0 192.168.246.131:1883    0.0.0.0:*               LISTEN      1001       60998124   775858/io.mqtt.0
                                  tcp        0      0 192.168.246.131:1882    0.0.0.0:*               LISTEN      1001       32796      5986/io.shelly.0
                                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       9014       1192/iobroker.js-co
                                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       12996      1192/iobroker.js-co
                                  tcp        0      0 127.0.0.1:41289         0.0.0.0:*               LISTEN      999        34669396   2850478/Plex Plug-i
                                  tcp        0      0 127.0.0.1:32401         0.0.0.0:*               LISTEN      999        34668395   2850433/Plex Media
                                  tcp        0      0 127.0.0.1:32600         0.0.0.0:*               LISTEN      999        34672973   2850538/Plex Tuner
                                  tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      101        11706      1006/systemd-resolv
                                  tcp        0      0 127.0.0.1:38639         0.0.0.0:*               LISTEN      1001       3136699    6486/io.yahka.0
                                  tcp        0      0 0.0.0.0:1056            0.0.0.0:*               LISTEN      999        34671426   2850536/Plex DLNA S
                                  tcp        0      0 127.0.0.1:5433          0.0.0.0:*               LISTEN      137        8857       1346/postgres
                                  tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          18609      2004/smbd
                                  tcp        0      0 127.0.0.1:45109         0.0.0.0:*               LISTEN      1001       60630874   6486/io.yahka.0
                                  tcp        0      0 0.0.0.0:8200            0.0.0.0:*               LISTEN      132        19512      1946/minidlnad
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11815      1253/sshd: /usr/sbi
                                  tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          6330       1/init
                                  tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          18610      2004/smbd
                                  tcp6       0      0 :::8084                 :::*                    LISTEN      1001       31572      6398/io.socketio.0
                                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       13863      1849/io.admin.0
                                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       29458      6469/io.web.0
                                  tcp6       0      0 :::32400                :::*                    LISTEN      999        34668393   2850433/Plex Media
                                  tcp6       0      0 :::5900                 :::*                    LISTEN      1000       19739      2206/gnome-remote-d
                                  tcp6       0      0 :::5432                 :::*                    LISTEN      137        14423      1345/postgres
                                  tcp6       0      0 ::1:631                 :::*                    LISTEN      0          61613766   887636/cupsd
                                  tcp6       0      0 :::3389                 :::*                    LISTEN      1000       19737      2206/gnome-remote-d
                                  tcp6       0      0 :::42497                :::*                    LISTEN      1001       33024      6486/io.yahka.0
                                  tcp6       0      0 :::1716                 :::*                    LISTEN      1000       17898      2637/kdeconnectd
                                  tcp6       0      0 :::9192                 :::*                    LISTEN      1001       37051      6654/io.iobapp.0
                                  tcp6       0      0 :::445                  :::*                    LISTEN      0          18607      2004/smbd
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          11817      1253/sshd: /usr/sbi
                                  tcp6       0      0 :::80                   :::*                    LISTEN      0          2361518    200297/apache2
                                  tcp6       0      0 :::111                  :::*                    LISTEN      0          749        1/init
                                  tcp6       0      0 :::139                  :::*                    LISTEN      0          18608      2004/smbd
                                  udp        0      0 192.168.246.131:5353    0.0.0.0:*                           1001       28345      6018/io.tr-064.0
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           114        13587      1101/avahi-daemon:
                                  udp        0      0 192.168.246.131:38362   0.0.0.0:*                           999        34672968   2850433/Plex Media
                                  udp        0      0 127.0.0.1:55415         0.0.0.0:*                           999        34672965   2850433/Plex Media
                                  udp        0      0 0.0.0.0:6587            0.0.0.0:*                           999        34671430   2850536/Plex DLNA S
                                  udp        0      0 0.0.0.0:32410           0.0.0.0:*                           999        34672962   2850433/Plex Media
                                  udp        0      0 0.0.0.0:32412           0.0.0.0:*                           999        34672963   2850433/Plex Media
                                  udp        0      0 0.0.0.0:32413           0.0.0.0:*                           999        34672964   2850433/Plex Media
                                  udp        0      0 0.0.0.0:32414           0.0.0.0:*                           999        34672961   2850433/Plex Media
                                  udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        11705      1006/systemd-resolv
                                  udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          6331       1/init
                                  udp        0      0 192.168.246.255:137     0.0.0.0:*                           0          16886      1907/nmbd
                                  udp        0      0 192.168.246.131:137     0.0.0.0:*                           0          16885      1907/nmbd
                                  udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          16873      1907/nmbd
                                  udp        0      0 192.168.246.255:138     0.0.0.0:*                           0          16888      1907/nmbd
                                  udp        0      0 192.168.246.131:138     0.0.0.0:*                           0          16887      1907/nmbd
                                  udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          16874      1907/nmbd
                                  udp        0      0 127.0.0.1:41668         0.0.0.0:*                           999        34672967   2850433/Plex Media
                                  udp        0      0 0.0.0.0:33708           0.0.0.0:*                           114        13589      1101/avahi-daemon:
                                  udp        0      0 192.168.246.131:59144   0.0.0.0:*                           999        34672966   2850433/Plex Media
                                  udp        0      0 0.0.0.0:1900            0.0.0.0:*                           999        34671423   2850536/Plex DLNA S
                                  udp        0      0 239.255.255.250:1900    0.0.0.0:*                           132        19511      1946/minidlnad
                                  udp        0      0 0.0.0.0:1901            0.0.0.0:*                           999        34672969   2850433/Plex Media
                                  udp        0      0 192.168.246.131:51908   0.0.0.0:*                           999        34672970   2850433/Plex Media
                                  udp        0      0 192.168.246.131:60724   0.0.0.0:*                           132        51167039   1946/minidlnad
                                  udp        0      0 0.0.0.0:36799           0.0.0.0:*                           999        34667274   2850536/Plex DLNA S
                                  udp        0      0 0.0.0.0:53405           0.0.0.0:*                           999        34667277   2850536/Plex DLNA S
                                  udp6       0      0 :::5353                 :::*                                114        13588      1101/avahi-daemon:
                                  udp6       0      0 :::111                  :::*                                0          2597       1/init
                                  udp6       0      0 :::58951                :::*                                114        13590      1101/avahi-daemon:
                                  udp6       0      0 :::1716                 :::*                                1000       17897      2637/kdeconnectd
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2024-11-05 07:52:12.370  - info: javascript.0 (3255) script.js.Rolladen.sun_protect_OstSeite: positionsänderung rolladen schlafzimmer: 100; bestätigttrue; Ursprungsystem.adapter.shelly.0; Qualität0; zeit: 1730789532370; command: true; letzte änderung1730789532370; kommentar:
                                  2024-11-05 07:52:16.174  - info: history.0 (2961) Delete old history "/opt/iobroker/iobroker-data/history/20221105/history.zigbee.0.54ef4410001ffd4f.illuminance.json"
                                  2024-11-05 07:53:42.744  - info: javascript.0 (3255) script.js.FritzBox.read_Answering_machine_messages: Der Anruf von  Doris Jahn hat 99 sec gedauert
                                  2024-11-05 07:56:07.879  - info: sourceanalytix.0 (6628) Updating SourceAnalytix configuration for : zwave2.0.Node_018.Meter.value_001_electric_kwh_consumed
                                  2024-11-05 07:56:07.882  - info: sourceanalytix.0 (6628) Updating SourceAnalytix configuration for : zwave2.0.Node_018.Meter.value_001_electric_kwh_consumed
                                  2024-11-05 07:57:05.338  - info: shelly.0 (5986) [MQTT] Device with client id "shellyswitch25-D8F15B132C3F" connected!
                                  2024-11-05 08:06:59.450  - info: javascript.0 (3255) script.js.FritzBox.read_Answering_machine_messages: Der Anruf von  Doris Jahn hat 460 sec gedauert
                                  2024-11-05 08:07:37.237  - info: javascript.0 (3255) script.js.Tuer.Shelly_button_as_key: {"scriptVersion":"0.1","src":"shellyplusuni-fcb467a626d4","srcBle":{"mac":"38:39:8f:99:0f:a1"},"payload":{"encryption":false,"BTHome_version":2,"pid":26,"battery":100,"button":2,"rssi":-66,"address":"38:39:8f:99:0f:a1"}}
                                  2024-11-05 08:07:37.237  - info: javascript.0 (3255) script.js.Tuer.Shelly_button_as_key: 2
                                  2024-11-05 08:07:37.238  - info: javascript.0 (3255) script.js.Tuer.Shelly_button_as_key: 38:39:8f:99:0f:a1
                                  2024-11-05 08:07:37.238  - info: javascript.0 (3255) script.js.Tuer.Shelly_button_as_key: unlatch by button 1
                                  2024-11-05 08:12:16.178  - info: history.0 (2961) Delete old history "/opt/iobroker/iobroker-data/history/20221105/history.zigbee.0.ec1bbdfffe8ad6c3.opened.json"
                                  2024-11-05 08:12:34.536  - info: javascript.0 (3255) script.js.Tuer.Shelly_button_as_key: {"scriptVersion":"0.1","src":"shellyplusuni-fcb467a626d4","srcBle":{"mac":"38:39:8f:99:0f:a1"},"payload":{"encryption":false,"BTHome_version":2,"pid":27,"battery":100,"button":2,"rssi":-81,"address":"38:39:8f:99:0f:a1"}}
                                  2024-11-05 08:12:34.537  - info: javascript.0 (3255) script.js.Tuer.Shelly_button_as_key: 2
                                  2024-11-05 08:12:34.537  - info: javascript.0 (3255) script.js.Tuer.Shelly_button_as_key: 38:39:8f:99:0f:a1
                                  2024-11-05 08:12:34.537  - info: javascript.0 (3255) script.js.Tuer.Shelly_button_as_key: unlatch by button 1
                                  2024-11-05 08:18:39.524  - info: sourceanalytix.0 (6628) Updating SourceAnalytix configuration for : zwave2.0.Node_018.Meter.value_001_electric_kwh_consumed
                                  2024-11-05 08:18:39.527  - info: sourceanalytix.0 (6628) Updating SourceAnalytix configuration for : zwave2.0.Node_018.Meter.value_001_electric_kwh_consumed
                                  2024-11-05 08:22:53.696  - info: webcal.0 (776226) found 7 calendar objects
                                  2024-11-05 08:22:54.169  - info: webcal.0 (776226) found 10 calendar objects
                                  2024-11-05 08:30:02.025  - info: javascript.0 (3255) script.js.FritzBox.read_Answering_machine_messages: Der Anruf von  Doris Jahn hat 25 sec gedauert
                                  2024-11-05 08:33:00.053  - info: host.HP-EliteDesk-800-G3-DM-35W instance system.adapter.weatherunderground.0 started with pid 963486
                                  2024-11-05 08:33:00.759  - info: weatherunderground.0 (963486) starting. Version 3.7.0 in /opt/iobroker/node_modules/iobroker.weatherunderground, node: v18.20.4, js-controller: 5.0.19
                                  2024-11-05 08:33:04.816  - info: weatherunderground.0 (963486) Terminated (NO_ERROR): Without reason
                                  2024-11-05 08:33:05.361  - info: host.HP-EliteDesk-800-G3-DM-35W instance system.adapter.weatherunderground.0 terminated with code 0 (NO_ERROR)
                                  
                                  
                                  ======================= SUMMARY =======================
                                                          v.2024-10-19
                                  
                                  
                                   Static hostname: HP-EliteDesk-800-G3-DM-35W
                                         Icon name: computer-desktop
                                           Chassis: desktop
                                  Operating System: Ubuntu 22.04.5 LTS
                                            Kernel: Linux 6.8.0-45-generic
                                      Architecture: x86-64
                                  
                                  Installation:           native
                                  Kernel:                 x86_64
                                  Userland:               64 bit
                                  Timezone:               Europe/Berlin (CET, +0100)
                                  User-ID:                1000
                                  Display-Server:         true
                                  Boot Target:            graphical.target
                                  
                                  Pending OS-Updates:     0
                                  Pending iob updates:    7
                                  
                                  Nodejs-Installation:
                                  /usr/bin/nodejs         v18.20.4
                                  /usr/bin/node           v18.20.4
                                  /usr/bin/npm            10.7.0
                                  /usr/bin/npx            10.7.0
                                  /usr/bin/corepack       0.28.0
                                  
                                  Recommended versions are nodejs 18.20.4 and npm 10.7.0
                                  nodeJS installation is correct
                                  
                                  MEMORY:
                                                 total        used        free      shared  buff/cache   available
                                  Mem:             15G        9.6G        1.1G        356M        5.1G        5.6G
                                  Swap:           2.0G        2.0G        0.0K
                                  Total:           17G         11G        1.1G
                                  
                                  Active iob-Instances:   31
                                  Active repo(s): stable
                                  
                                  ioBroker Core:          js-controller           5.0.19
                                                          admin                   6.13.16
                                  
                                  ioBroker Status:        iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Status admin and web instance:
                                  + system.adapter.admin.0                  : admin                 : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.web.0                    : web                   : HP-EliteDesk-800-G3-DM-35W               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.webcal.0                 : webcal                : HP-EliteDesk-800-G3-DM-35W               -  enabled
                                  
                                  Objects:                19305
                                  States:                 16059
                                  
                                  Size of iob-Database:
                                  
                                  47M     /opt/iobroker/iobroker-data/objects.jsonl
                                  20M     /opt/iobroker/iobroker-data/states.jsonl
                                  
                                  
                                  Operating System codenamed 'jammy' is an aging Ubuntu release! Please upgrade to the latest LTS release 'noble' in due time!
                                  
                                  =================== END OF SUMMARY ====================
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @chris299 last edited by

                                    @chris299

                                    Und es gibt mindestens genauso viele Fälle, in den ein auf Stand gebracht es System die Kiste wieder ans laufen bekommen hat.

                                    Ich bin jedenfalls hier raus.

                                    C 1 Reply Last reply Reply Quote 0
                                    • C
                                      chris299 @Thomas Braun last edited by

                                      @thomas-braun controller und admin sind nun aktuell, aber geändert hat das an meinem ble problem leider nichts. Mal sehen, wann ich mich an das node-update traue....

                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @chris299 last edited by

                                        @chris299

                                        Was muss man sich da trauen?

                                        iob nodejs-update
                                        

                                        und fertig.

                                        C 1 Reply Last reply Reply Quote 0
                                        • C
                                          chris299 @Thomas Braun last edited by chris299

                                          @thomas-braun naja, man muss immer mit Überraschungen rechnen, daher "trauen"....

                                          EDIT2: und sehr geduldig muss man sein: bei mir passierte eine halben Stunde nichts nach "Please be patient"
                                          läuft nun also auf Node 20.18. aber BLE-Adapter funktioniert trotz rebuild nicht.

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @chris299 last edited by

                                            @chris299 sagte in Mal wieder BLE Probleme:

                                            und sehr geduldig muss man sein

                                            Das ist aber sehr von den individuellen Bedingungen abhängig. Auf meiner Kiste dauert das keine 2 Minuten. Bei dem ganzen Zirkus, der auf deiner Kiste noch mitrumpelt wundert das aber auch nicht weiter.

                                            aber BLE-Adapter funktioniert trotz rebuild nicht.

                                            Meldungen eine 'Kaltstart' des Adapters?

                                            C 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            857
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            58
                                            2384
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo