Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] Simple-api "states" mit Filter

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    7
    1
    274

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    9
    1
    252

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    903

[gelöst] Simple-api "states" mit Filter

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
22 Beiträge 3 Kommentatoren 1.7k Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • CodierknechtC Online
    CodierknechtC Online
    Codierknecht
    Developer Most Active
    schrieb am zuletzt editiert von Codierknecht
    #1

    Ich versuche, über das API Werte aus dem Modbus-Adapter zu lesen.
    Der Aufruf von
    http://192.168.178.9:8082/states
    funktioniert einwandfrei und liefert sämtliche States - was natürlich reichlich lange dauert und ordentlich Daten über die Leitung schickt.

    Wenn ich die Doku richtig verstanden habe, sollte das über ?pattern= einschränkbar sein.
    http://192.168.178.9:8082/states?pattern=modbus.0.inputRegisters.*
    Liefert aber dummerweise das hier:
    c9be95cf-9696-4375-82a0-d0a00b4cb13f-grafik.png
    Wo liegt hier mein Fehler?

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

    Proxmox 9.1.1 LXC|8 GB|Core i7-6700
    HmIP|ZigBee|Tasmota|Unifi
    Zabbix Certified Specialist
    Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

    1 Antwort Letzte Antwort
    0
    • M Online
      M Online
      MCU
      schrieb am zuletzt editiert von MCU
      #2

      @codierknecht In der Doku steht

      "states": "http://ipaddress:8087/states?pattern=system.adapter.admin.0*&prettyPrint"
      

      Muss prettyPrint dahinter?
      Also bei mir geht es auch ohne, aber mit 8087

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

      CodierknechtC 1 Antwort Letzte Antwort
      0
      • M MCU

        @codierknecht In der Doku steht

        "states": "http://ipaddress:8087/states?pattern=system.adapter.admin.0*&prettyPrint"
        

        Muss prettyPrint dahinter?
        Also bei mir geht es auch ohne, aber mit 8087

        CodierknechtC Online
        CodierknechtC Online
        Codierknecht
        Developer Most Active
        schrieb am zuletzt editiert von
        #3

        @mcu
        Ich verwende das "eingebaute Simple-API" des Web-Adapters über Port 8082.
        Ist das vielleicht etwas "abgespeckt"?

        08cf44ee-ed5e-4499-8ecc-505b93b9cc5c-grafik.png

        Was funktioniert ist z.B.
        http://192.168.178.9:8082/getBulk/modbus.0.inputRegisters._0x0000_GridVoltage,modbus.0.inputRegisters._0x0001_GridCurrent
        Also über eine Liste der einzelnen States. Das wird bei mir dann aber ein reichlich langer URL :-(

        "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

        Proxmox 9.1.1 LXC|8 GB|Core i7-6700
        HmIP|ZigBee|Tasmota|Unifi
        Zabbix Certified Specialist
        Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

        M 1 Antwort Letzte Antwort
        0
        • CodierknechtC Codierknecht

          @mcu
          Ich verwende das "eingebaute Simple-API" des Web-Adapters über Port 8082.
          Ist das vielleicht etwas "abgespeckt"?

          08cf44ee-ed5e-4499-8ecc-505b93b9cc5c-grafik.png

          Was funktioniert ist z.B.
          http://192.168.178.9:8082/getBulk/modbus.0.inputRegisters._0x0000_GridVoltage,modbus.0.inputRegisters._0x0001_GridCurrent
          Also über eine Liste der einzelnen States. Das wird bei mir dann aber ein reichlich langer URL :-(

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

          @codierknecht sieht so aus, da es bei mir mit 8082 auch nicht funktioniert.

          cf452244-1ba6-46d6-956c-b927f7c0f09a-image.png

          a83dc133-0da2-4d5f-ad13-4849bc420805-image.png

          8bbbdc30-999b-420f-bf4e-1d52542dd9ad-image.png

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

          CodierknechtC 1 Antwort Letzte Antwort
          0
          • M MCU

            @codierknecht sieht so aus, da es bei mir mit 8082 auch nicht funktioniert.

            cf452244-1ba6-46d6-956c-b927f7c0f09a-image.png

            a83dc133-0da2-4d5f-ad13-4849bc420805-image.png

            8bbbdc30-999b-420f-bf4e-1d52542dd9ad-image.png

            CodierknechtC Online
            CodierknechtC Online
            Codierknecht
            Developer Most Active
            schrieb am zuletzt editiert von
            #5

            @mcu
            Die Frage ist: Ist das beim "eingebauten" Simple-API überhaupt vorgesehen?

            Port 8087 wäre natürlich eine Alternative, liefert aber bei mir ein komplett leeres Ergebnis (aber auch keinen Fehler).

            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

            Proxmox 9.1.1 LXC|8 GB|Core i7-6700
            HmIP|ZigBee|Tasmota|Unifi
            Zabbix Certified Specialist
            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

            M 1 Antwort Letzte Antwort
            0
            • CodierknechtC Codierknecht

              @mcu
              Die Frage ist: Ist das beim "eingebauten" Simple-API überhaupt vorgesehen?

              Port 8087 wäre natürlich eine Alternative, liefert aber bei mir ein komplett leeres Ergebnis (aber auch keinen Fehler).

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

              @codierknecht Dann hast du simpleApi Adapter nicht extra installiert?

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

              CodierknechtC 1 Antwort Letzte Antwort
              0
              • M MCU

                @codierknecht Dann hast du simpleApi Adapter nicht extra installiert?

                CodierknechtC Online
                CodierknechtC Online
                Codierknecht
                Developer Most Active
                schrieb am zuletzt editiert von
                #7

                @mcu sagte in Simple-api "states" mit Filter:

                @codierknecht Dann hast du simpleApi Adapter nicht extra installiert?

                Doch:

                01d7a598-ba24-44df-82be-6be9350a38b9-grafik.png

                "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                HmIP|ZigBee|Tasmota|Unifi
                Zabbix Certified Specialist
                Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                M 1 Antwort Letzte Antwort
                0
                • CodierknechtC Codierknecht

                  @mcu sagte in Simple-api "states" mit Filter:

                  @codierknecht Dann hast du simpleApi Adapter nicht extra installiert?

                  Doch:

                  01d7a598-ba24-44df-82be-6be9350a38b9-grafik.png

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

                  @codierknecht Was sagt?

                  http://IP:8087/states?pattern=system.adapter.admin.0*&prettyPrint
                  

                  42826dc3-a875-4e36-a183-712f364ab124-image.png

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

                  CodierknechtC 1 Antwort Letzte Antwort
                  0
                  • M MCU

                    @codierknecht Was sagt?

                    http://IP:8087/states?pattern=system.adapter.admin.0*&prettyPrint
                    

                    42826dc3-a875-4e36-a183-712f364ab124-image.png

                    CodierknechtC Online
                    CodierknechtC Online
                    Codierknecht
                    Developer Most Active
                    schrieb am zuletzt editiert von
                    #9

                    @mcu
                    Wie bereits erwähnt: Gar nix :-(

                    e3e76635-7629-4ac6-b8f1-1bbb46e47b3a-grafik.png

                    Tutto completto leer.

                    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                    Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                    HmIP|ZigBee|Tasmota|Unifi
                    Zabbix Certified Specialist
                    Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                    M paul53P 2 Antworten Letzte Antwort
                    0
                    • CodierknechtC Codierknecht

                      @mcu
                      Wie bereits erwähnt: Gar nix :-(

                      e3e76635-7629-4ac6-b8f1-1bbb46e47b3a-grafik.png

                      Tutto completto leer.

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

                      @codierknecht Wie sind bei Dir die Einstellungen?

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

                      1 Antwort Letzte Antwort
                      0
                      • CodierknechtC Codierknecht

                        @mcu
                        Wie bereits erwähnt: Gar nix :-(

                        e3e76635-7629-4ac6-b8f1-1bbb46e47b3a-grafik.png

                        Tutto completto leer.

                        paul53P Offline
                        paul53P Offline
                        paul53
                        schrieb am zuletzt editiert von
                        #11

                        @codierknecht sagte: Tutto completto leer.

                        Ist auch die Instanz aktiviert?

                        Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                        Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                        CodierknechtC 1 Antwort Letzte Antwort
                        0
                        • paul53P paul53

                          @codierknecht sagte: Tutto completto leer.

                          Ist auch die Instanz aktiviert?

                          CodierknechtC Online
                          CodierknechtC Online
                          Codierknecht
                          Developer Most Active
                          schrieb am zuletzt editiert von
                          #12

                          @paul53 sagte in Simple-api "states" mit Filter:

                          Ist auch die Instanz aktiviert?

                          Der Hinweis war schon mal gut. Warum die weg war, steht auf einem anderen Blatt 🤔

                          @MCU Damit weiß ich dann vermutlich auch, welche Einstellungen Du meinst.

                          Das Blöde ist: Ist kriege die Instanz nicht gestartet :-(

                          8c57a105-0ac7-48a5-8fb4-17994e548025-grafik.png

                          "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                          Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                          HmIP|ZigBee|Tasmota|Unifi
                          Zabbix Certified Specialist
                          Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                          M 1 Antwort Letzte Antwort
                          0
                          • CodierknechtC Codierknecht

                            @paul53 sagte in Simple-api "states" mit Filter:

                            Ist auch die Instanz aktiviert?

                            Der Hinweis war schon mal gut. Warum die weg war, steht auf einem anderen Blatt 🤔

                            @MCU Damit weiß ich dann vermutlich auch, welche Einstellungen Du meinst.

                            Das Blöde ist: Ist kriege die Instanz nicht gestartet :-(

                            8c57a105-0ac7-48a5-8fb4-17994e548025-grafik.png

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

                            @codierknecht Web adapter auswählen

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

                            CodierknechtC 1 Antwort Letzte Antwort
                            0
                            • M MCU

                              @codierknecht Web adapter auswählen

                              CodierknechtC Online
                              CodierknechtC Online
                              Codierknecht
                              Developer Most Active
                              schrieb am zuletzt editiert von
                              #14

                              @mcu
                              Hat auch nicht geholfen. Schon probiert ;-)

                              "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                              Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                              HmIP|ZigBee|Tasmota|Unifi
                              Zabbix Certified Specialist
                              Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                              M 1 Antwort Letzte Antwort
                              0
                              • CodierknechtC Codierknecht

                                @mcu
                                Hat auch nicht geholfen. Schon probiert ;-)

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

                                @codierknecht Vielleicht einmal deinstallieren? System neustarten und dann neu installieren?

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

                                CodierknechtC 1 Antwort Letzte Antwort
                                1
                                • M MCU

                                  @codierknecht Vielleicht einmal deinstallieren? System neustarten und dann neu installieren?

                                  CodierknechtC Online
                                  CodierknechtC Online
                                  Codierknecht
                                  Developer Most Active
                                  schrieb am zuletzt editiert von
                                  #16

                                  @mcu sagte in Simple-api "states" mit Filter:

                                  Vielleicht einmal deinstallieren? System neustarten und dann neu installieren?

                                  Hilft nicht.
                                  Weder als Erweiterung noch StandAlone ist die Instanz zum Leben zu erwecken.

                                  System ist Debian 12 als LXC unter Proxmox.

                                  "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                                  Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                                  HmIP|ZigBee|Tasmota|Unifi
                                  Zabbix Certified Specialist
                                  Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                                  1 Antwort Letzte Antwort
                                  0
                                  • CodierknechtC Online
                                    CodierknechtC Online
                                    Codierknecht
                                    Developer Most Active
                                    schrieb am zuletzt editiert von
                                    #17

                                    Bevor die Frage kommt:

                                    Skript v.2024-05-22
                                    
                                    *** BASE SYSTEM ***
                                     Static hostname: iobroker
                                           Icon name: computer-container
                                             Chassis: container ☐
                                      Virtualization: lxc
                                    Operating System: Debian GNU/Linux 12 (bookworm)
                                              Kernel: Linux 6.8.4-2-pve
                                        Architecture: x86-64
                                    
                                    model name      : Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
                                    Docker          : false
                                    Virtualization  : lxc
                                    Kernel          : x86_64
                                    Userland        : 64 bit
                                    
                                    Systemuptime and Load:
                                     23:15:33 up 6 min,  2 users,  load average: 0.64, 0.55, 0.44
                                    CPU threads: 2
                                    
                                    
                                    *** Time and Time Zones ***
                                                   Local time: Wed 2024-06-19 23:15:33 CEST
                                               Universal time: Wed 2024-06-19 21:15:33 UTC
                                                     RTC time: n/a
                                                    Time zone: Europe/Berlin (CEST, +0200)
                                    System clock synchronized: yes
                                                  NTP service: inactive
                                              RTC in local TZ: no
                                    
                                    *** Users and Groups ***
                                    User that called 'iob diag':
                                    codierknecht
                                    HOME=/home/codierknecht
                                    GROUPS=codierknecht sudo users iobroker
                                    
                                    User that is running 'js-controller':
                                    iobroker
                                    HOME=/home/iobroker
                                    GROUPS=iobroker tty dialout audio video
                                    
                                    *** Display-Server-Setup ***
                                    Display-Server: false
                                    Desktop: 
                                    Terminal: 
                                    Boot Target:    multi-user.target
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            8.6G        2.4G        5.7G        421K        473M        6.2G
                                    Swap:           1.1G          0B        1.1G
                                    Total:          9.7G        2.4G        6.8G
                                    
                                    Active iob-Instances:   32
                                    
                                             8192 M total memory
                                             2280 M used memory
                                             2293 M active memory
                                              302 M inactive memory
                                             5459 M free memory
                                                0 M buffer memory
                                              451 M swap cache
                                             1024 M total swap
                                                0 M used swap
                                             1024 M free swap
                                    
                                    *** top - Table Of Processes  ***
                                    top - 23:15:33 up 6 min,  2 users,  load average: 0.64, 0.55, 0.44
                                    Tasks:  63 total,   5 running,  58 sleeping,   0 stopped,   0 zombie
                                    %Cpu(s):  0.0 us,100.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                                    MiB Mem :   8192.0 total,   5457.7 free,   2282.7 used,    452.0 buff/cache     
                                    MiB Swap:   1024.0 total,   1024.0 free,      0.0 used.   5909.3 avail Mem 
                                    
                                    *** FAILED SERVICES ***
                                    
                                      UNIT LOAD ACTIVE SUB DESCRIPTION
                                    0 loaded units listed.
                                    
                                    *** FILESYSTEM ***
                                    Filesystem                       Type   Size  Used Avail Use% Mounted on
                                    /dev/mapper/pve-vm--100--disk--0 ext4    20G  6.6G   12G  36% /
                                    none                             tmpfs  492K  4.0K  488K   1% /dev
                                    tmpfs                            tmpfs  7.8G     0  7.8G   0% /dev/shm
                                    tmpfs                            tmpfs  3.2G  124K  3.2G   1% /run
                                    tmpfs                            tmpfs  5.0M     0  5.0M   0% /run/lock
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Tue Jun 18 00:07:11 2024] EXT4-fs (dm-1): mounted filesystem 35e403cc-3cb6-4691-937c-5b0dccb22862 ro with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:07:11 2024] EXT4-fs (dm-1): re-mounted 35e403cc-3cb6-4691-937c-5b0dccb22862 r/w. Quota mode: none.
                                    [Tue Jun 18 00:11:52 2024] EXT4-fs (dm-12): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:12:21 2024] EXT4-fs (dm-12): unmounting filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4.
                                    [Tue Jun 18 00:12:37 2024] EXT4-fs (dm-13): mounted filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:12:50 2024] EXT4-fs (dm-13): unmounting filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3.
                                    [Tue Jun 18 00:13:04 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:13:16 2024] EXT4-fs (dm-14): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                    [Tue Jun 18 00:13:32 2024] EXT4-fs (dm-15): mounted filesystem 5df1d13b-e057-4349-be14-0c7f7caea850 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:13:33 2024] EXT4-fs (dm-15): unmounting filesystem 5df1d13b-e057-4349-be14-0c7f7caea850.
                                    [Tue Jun 18 00:13:45 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:13:46 2024] EXT4-fs (dm-14): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                    [Tue Jun 18 00:14:00 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:14:01 2024] EXT4-fs (dm-14): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                    [Tue Jun 18 00:15:09 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:15:11 2024] EXT4-fs (dm-14): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                    [Tue Jun 18 00:15:14 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:15:15 2024] EXT4-fs (dm-14): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                    [Tue Jun 18 00:15:48 2024] EXT4-fs (dm-12): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:15:49 2024] EXT4-fs (dm-12): unmounting filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4.
                                    [Tue Jun 18 00:16:52 2024] EXT4-fs (dm-15): mounted filesystem 5df1d13b-e057-4349-be14-0c7f7caea850 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:17:07 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:17:08 2024] EXT4-fs (dm-14): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                    [Tue Jun 18 00:17:17 2024] EXT4-fs (dm-13): mounted filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:17:18 2024] EXT4-fs (dm-13): unmounting filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3.
                                    [Tue Jun 18 00:17:29 2024] EXT4-fs (dm-12): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:17:30 2024] EXT4-fs (dm-12): unmounting filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4.
                                    [Tue Jun 18 00:20:50 2024] EXT4-fs (dm-12): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:21:25 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 00:21:42 2024] EXT4-fs (dm-13): mounted filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3 r/w with ordered data mode. Quota mode: none.
                                    [Tue Jun 18 11:14:44 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                    [Tue Jun 18 11:14:44 2024] EXT4-fs (dm-17): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 ro without journal. Quota mode: none.
                                    [Tue Jun 18 11:14:44 2024] EXT4-fs (dm-17): unmounting filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4.
                                    [Tue Jun 18 11:14:45 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                    [Tue Jun 18 11:14:45 2024] EXT4-fs (dm-17): mounted filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3 ro without journal. Quota mode: none.
                                    [Tue Jun 18 11:14:45 2024] EXT4-fs (dm-17): unmounting filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3.
                                    [Tue Jun 18 11:14:46 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                    [Tue Jun 18 11:14:46 2024] EXT4-fs (dm-17): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 ro without journal. Quota mode: none.
                                    [Tue Jun 18 11:14:46 2024] EXT4-fs (dm-17): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                    [Tue Jun 18 11:14:46 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                    [Tue Jun 18 11:14:46 2024] EXT4-fs (dm-17): mounted filesystem 5df1d13b-e057-4349-be14-0c7f7caea850 ro without journal. Quota mode: none.
                                    [Tue Jun 18 11:14:47 2024] EXT4-fs (dm-17): unmounting filesystem 5df1d13b-e057-4349-be14-0c7f7caea850.
                                    [Wed Jun 19 03:00:01 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                    [Wed Jun 19 03:00:01 2024] EXT4-fs (dm-17): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 ro without journal. Quota mode: none.
                                    [Wed Jun 19 03:00:01 2024] EXT4-fs (dm-17): unmounting filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4.
                                    [Wed Jun 19 03:00:02 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                    [Wed Jun 19 03:00:02 2024] EXT4-fs (dm-17): mounted filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3 ro without journal. Quota mode: none.
                                    [Wed Jun 19 03:00:02 2024] EXT4-fs (dm-17): unmounting filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3.
                                    [Wed Jun 19 03:00:02 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                    [Wed Jun 19 03:00:02 2024] EXT4-fs (dm-17): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 ro without journal. Quota mode: none.
                                    [Wed Jun 19 03:00:02 2024] EXT4-fs (dm-17): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                    [Wed Jun 19 03:00:03 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                    [Wed Jun 19 03:00:03 2024] EXT4-fs (dm-17): mounted filesystem 5df1d13b-e057-4349-be14-0c7f7caea850 ro without journal. Quota mode: none.
                                    [Wed Jun 19 03:00:03 2024] EXT4-fs (dm-17): unmounting filesystem 5df1d13b-e057-4349-be14-0c7f7caea850.
                                    [Wed Jun 19 23:09:27 2024] EXT4-fs (dm-12): unmounting filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4.
                                    [Wed Jun 19 23:09:28 2024] EXT4-fs (dm-12): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 r/w with ordered data mode. Quota mode: none.
                                    
                                    Show mounted filesystems:
                                    TARGET                                                  SOURCE                           FSTYPE     OPTIONS
                                    /                                                       /dev/mapper/pve-vm--100--disk--0 ext4       rw,relatime,stripe=16
                                    |-/run                                                  tmpfs                            tmpfs      rw,nosuid,nodev,size=3253060k,nr_inodes=819200,mode=755,inode64
                                    | |-/run/lock                                           tmpfs                            tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
                                    | |-/run/credentials/systemd-sysusers.service           ramfs                            ramfs      ro,nosuid,nodev,noexec,relatime,mode=700
                                    | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs                            ramfs      ro,nosuid,nodev,noexec,relatime,mode=700
                                    | |-/run/rpc_pipefs                                     sunrpc                           rpc_pipefs rw,relatime
                                    | |-/run/credentials/systemd-sysctl.service             ramfs                            ramfs      ro,nosuid,nodev,noexec,relatime,mode=700
                                    | `-/run/credentials/systemd-tmpfiles-setup.service     ramfs                            ramfs      ro,nosuid,nodev,noexec,relatime,mode=700
                                    |-/dev                                                  none                             tmpfs      rw,relatime,size=492k,mode=755,inode64
                                    | |-/dev/shm                                            tmpfs                            tmpfs      rw,nosuid,nodev,inode64
                                    | |-/dev/mqueue                                         mqueue                           mqueue     rw,nosuid,nodev,noexec,relatime
                                    | |-/dev/hugepages                                      hugetlbfs                        hugetlbfs  rw,relatime,pagesize=2M
                                    | |-/dev/.lxc/proc                                      proc                             proc       rw,relatime
                                    | |-/dev/.lxc/sys                                       sys                              sysfs      rw,relatime
                                    | |-/dev/pts                                            devpts                           devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026
                                    | |-/dev/ptmx                                           devpts[/ptmx]                    devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026
                                    | |-/dev/console                                        devpts[/0]                       devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026
                                    | |-/dev/tty1                                           devpts[/1]                       devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026
                                    | `-/dev/tty2                                           devpts[/2]                       devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026
                                    |-/proc                                                 proc                             proc       rw,nosuid,nodev,noexec,relatime
                                    | |-/proc/sys                                           proc[/sys]                       proc       ro,relatime
                                    | | |-/proc/sys/kernel/random/boot_id                   none[/.lxc-boot-id]              tmpfs      ro,nosuid,nodev,noexec,relatime,size=492k,mode=755,inode64
                                    | | `-/proc/sys/net                                     proc[/sys/net]                   proc       rw,nosuid,nodev,noexec,relatime
                                    | |-/proc/sysrq-trigger                                 proc[/sysrq-trigger]             proc       ro,relatime
                                    | |-/proc/cpuinfo                                       lxcfs[/proc/cpuinfo]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                    | |-/proc/diskstats                                     lxcfs[/proc/diskstats]           fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                    | |-/proc/loadavg                                       lxcfs[/proc/loadavg]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                    | |-/proc/meminfo                                       lxcfs[/proc/meminfo]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                    | |-/proc/slabinfo                                      lxcfs[/proc/slabinfo]            fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                    | |-/proc/stat                                          lxcfs[/proc/stat]                fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                    | |-/proc/swaps                                         lxcfs[/proc/swaps]               fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                    | `-/proc/uptime                                        lxcfs[/proc/uptime]              fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                    `-/sys                                                  sysfs                            sysfs      ro,nosuid,nodev,noexec,relatime
                                      |-/sys/fs/fuse/connections                            fusectl                          fusectl    rw,nosuid,nodev,noexec,relatime
                                      |-/sys/devices/virtual/net                            sysfs[/devices/virtual/net]      sysfs      rw,nosuid,nodev,noexec,relatime
                                      |-/sys/fs/cgroup                                      none                             cgroup2    rw,nosuid,nodev,noexec,relatime
                                      `-/sys/devices/system/cpu                             lxcfs[/sys/devices/system/cpu]   fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    2.7G    /var/
                                    1.9G    /var/log/journal/c56b513cffd54f1394845d28e4aeddf1
                                    1.9G    /var/log/journal
                                    1.9G    /var/log
                                    601M    /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 16.0M in the file system.
                                    
                                    /opt/iobroker/backups:
                                    27M     /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    472M    /opt/iobroker/iobroker-data/
                                    351M    /opt/iobroker/iobroker-data/files
                                    138M    /opt/iobroker/iobroker-data/files/javascript.admin
                                    118M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                    117M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                    
                                    The five largest files in iobroker-data are:
                                    26M     /opt/iobroker/iobroker-data/files/scenes.admin/static/js/main.8947f24d.js.map
                                    25M     /opt/iobroker/iobroker-data/objects.jsonl
                                    24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                    22M     /opt/iobroker/iobroker-data/files/scheduler.admin/static/js/main.888ae5cd.js.map
                                    22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js.map
                                    
                                    USB-Devices by-id:
                                    USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                    
                                    No Devices found 'by-id'
                                    
                                    HINT:
                                    Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                    tcp
                                    
                                    
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v18.20.3
                                    /usr/bin/node           v18.20.3
                                    /usr/bin/npm            10.7.0
                                    /usr/bin/npx            10.7.0
                                    /usr/bin/corepack       0.28.0
                                    
                                    
                                    nodejs:
                                      Installed: 18.20.3-1nodesource1
                                      Candidate: 18.20.3-1nodesource1
                                      Version table:
                                     *** 18.20.3-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            100 /var/lib/dpkg/status
                                         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+dfsg-6~deb12u1 500
                                            500 http://security.debian.org bookworm-security/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+dfsg1-1 500
                                            500 http://deb.debian.org/debian bookworm/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
                                    
                                    Temp directories causing npm8 problem: 0
                                    No problems detected
                                    
                                    Errors in npm tree:
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Core adapters versions
                                    js-controller:  5.0.19
                                    admin:          6.13.16
                                    javascript:     8.3.1
                                    
                                    nodejs modules from github:     2
                                    +-- iobroker.boschindego@1.2.0 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.boschindego.git#60da083095fdc8b2eb5d9fc159c494594e104608)
                                    +-- iobroker.renault@0.0.22 (git+ssh://git@github.com/TA2k/ioBroker.renault.git#2f50d0fc1fe0ca6ffac426d01434fd357657723a)
                                    
                                    Adapter State
                                    + system.adapter.adguard.0                : adguard               : iobroker                                 -  enabled
                                    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                      system.adapter.boschindego.0            : boschindego           : iobroker                                 - disabled
                                    + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                                      system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                                    + system.adapter.denon.0                  : denon                 : iobroker                                 -  enabled
                                    + system.adapter.device-watcher.0         : device-watcher        : iobroker                                 -  enabled
                                    + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
                                    + system.adapter.energiefluss.0           : energiefluss          : iobroker                                 -  enabled
                                    + system.adapter.fritzdect.0              : fritzdect             : iobroker                                 -  enabled
                                    + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                      system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                      system.adapter.ical.1                   : ical                  : iobroker                                 -  enabled
                                      system.adapter.ical.2                   : ical                  : iobroker                                 -  enabled
                                      system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 - disabled
                                    + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                    + system.adapter.lgtv.0                   : lgtv                  : iobroker                                 -  enabled
                                    + system.adapter.linux-control.0          : linux-control         : iobroker                                 -  enabled
                                    + system.adapter.lupusec.0                : lupusec               : iobroker                                 -  enabled
                                    + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                                    + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1886, bind: 0.0.0.0
                                    + system.adapter.nina.0                   : nina                  : iobroker                                 -  enabled
                                      system.adapter.octoprint.0              : octoprint             : iobroker                                 - disabled
                                    + system.adapter.opendtu.0                : opendtu               : iobroker                                 -  enabled
                                    + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                                    + system.adapter.renault.0                : renault               : iobroker                                 -  enabled
                                    + system.adapter.scenes.0                 : scenes                : iobroker                                 -  enabled
                                      system.adapter.scheduler.0              : scheduler             : iobroker                                 - disabled
                                      system.adapter.simple-api.0             : simple-api            : iobroker                                 - disabled, port: 8087, bind: 0.0.0.0, run as: admin
                                    + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                                    + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                                    + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                                    + system.adapter.unifi.0                  : unifi                 : iobroker                                 -  enabled
                                    + system.adapter.upnp.0                   : upnp                  : iobroker                                 -  enabled
                                      system.adapter.vis-bars.0               : vis-bars              : iobroker                                 - disabled
                                      system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 -  enabled
                                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 - disabled
                                      system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 - disabled
                                      system.adapter.vis-map.0                : vis-map               : iobroker                                 -  enabled
                                      system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker                                 - disabled
                                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : 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.yahka.0                  : yahka                 : iobroker                                 -  enabled
                                    + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.178.142:6638
                                    
                                    + 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.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                    + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1886, bind: 0.0.0.0
                                    + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                                    + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                                    + 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.178.142:6638
                                    
                                    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    "adguard"      : 0.0.8    , installed 0.0.8
                                    Adapter    "admin"        : 6.13.16  , installed 6.13.16
                                    Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                                    Adapter    "boschindego"  : 1.2.0    , installed 1.2.0
                                    Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                    Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                                    Adapter    "denon"        : 1.15.5   , installed 1.15.5
                                    Adapter    "device-watcher": 2.12.1  , installed 2.12.1
                                    Adapter    "email"        : 1.3.0    , installed 1.3.0
                                    Adapter    "energiefluss" : 3.6.0    , installed 3.6.0
                                    Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                                    Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                                    Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
                                    Adapter    "ical"         : 1.15.0   , installed 1.15.0
                                    Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                    Adapter    "javascript"   : 8.3.1    , installed 8.3.1
                                    Controller "js-controller": 5.0.19   , installed 5.0.19
                                    Adapter    "lgtv"         : 2.2.0    , installed 2.2.0
                                    Adapter    "linux-control": 1.1.5    , installed 1.1.5
                                    Adapter    "lupusec"      : 1.3.6    , installed 1.3.6
                                    Adapter    "modbus"       : 6.1.0    , installed 6.1.0
                                    Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                    Adapter    "nina"         : 0.0.25   , installed 0.0.25
                                    Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                                    Adapter    "opendtu"      : 1.0.1    , installed 1.0.1
                                    Adapter    "proxmox"      : 2.3.0    , installed 2.3.0
                                    Adapter    "scenes"       : 3.0.4    , installed 3.0.4
                                    Adapter    "scheduler"    : 1.3.12   , installed 1.3.12
                                    Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                    Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                                    Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                                    Adapter    "sql"          : 2.2.0    , installed 2.2.0
                                    Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                    Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                                    Adapter    "unifi"        : 0.7.0    , installed 0.7.0
                                    Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                    Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                    Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                    Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                    Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                    Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                    Adapter    "vis-map"      : 1.0.5    , installed 1.0.5
                                    Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                    Adapter    "web"          : 6.2.5    , installed 6.2.5
                                    Adapter    "ws"           : 2.6.1    , installed 2.6.1
                                    Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                    Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        8039
                                    States:         6083
                                    
                                    *** 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_18.x nodistro InRelease
                                    Hit:5 https://packagecloud.io/ookla/speedtest-cli/debian bookworm 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:44427           0.0.0.0:*               LISTEN      1001       15843499   1277/io.yahka.0     
                                    tcp        0      0 0.0.0.0:35099           0.0.0.0:*               LISTEN      1001       15843517   1277/io.yahka.0     
                                    tcp        0      0 0.0.0.0:35813           0.0.0.0:*               LISTEN      1001       15843513   1277/io.yahka.0     
                                    tcp        0      0 0.0.0.0:42031           0.0.0.0:*               LISTEN      1001       15843509   1277/io.yahka.0     
                                    tcp        0      0 0.0.0.0:2010            0.0.0.0:*               LISTEN      1001       15832651   507/io.hm-rpc.0     
                                    tcp        0      0 0.0.0.0:10050           0.0.0.0:*               LISTEN      105        15831151   148/zabbix_agentd   
                                    tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       15833722   634/io.sonoff.0     
                                    tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       15833661   619/io.mqtt.0       
                                    tcp        0      0 127.0.0.1:46053         0.0.0.0:*               LISTEN      1001       15841704   1277/io.yahka.0     
                                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          15825752   1/init              
                                    tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       15824666   145/iobroker.js-con 
                                    tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       15826845   145/iobroker.js-con 
                                    tcp        0      0 0.0.0.0:8087            0.0.0.0:*               LISTEN      1001       15840180   1209/io.lupusec.0   
                                    tcp        0      0 127.0.0.1:44751         0.0.0.0:*               LISTEN      1001       15841727   1277/io.yahka.0     
                                    tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          15826926   315/master          
                                    tcp        0      0 127.0.0.1:34663         0.0.0.0:*               LISTEN      1001       15841717   1277/io.yahka.0     
                                    tcp6       0      0 :::43973                :::*                    LISTEN      1001       15843500   1277/io.yahka.0     
                                    tcp6       0      0 ::1:25                  :::*                    LISTEN      0          15826927   315/master          
                                    tcp6       0      0 :::42861                :::*                    LISTEN      1001       15843504   1277/io.yahka.0     
                                    tcp6       0      0 :::10050                :::*                    LISTEN      105        15831152   148/zabbix_agentd   
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          15826691   1/init              
                                    tcp6       0      0 :::111                  :::*                    LISTEN      0          15825754   1/init              
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       15824736   326/io.admin.0      
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15850158   1455/io.web.0       
                                    tcp6       0      0 :::8000                 :::*                    LISTEN      1001       15855700   1312/io.upnp.0      
                                    tcp6       0      0 :::38043                :::*                    LISTEN      1001       15843502   1277/io.yahka.0     
                                    udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       15843959   1312/io.upnp.0      
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843514   1277/io.yahka.0     
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843510   1277/io.yahka.0     
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843506   1277/io.yahka.0     
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843505   1277/io.yahka.0     
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843503   1277/io.yahka.0     
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843501   1277/io.yahka.0     
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843496   1277/io.yahka.0     
                                    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          15826653   87/dhclient         
                                    udp        0      0 0.0.0.0:32842           0.0.0.0:*                           1001       15841938   1312/io.upnp.0      
                                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          15825753   1/init              
                                    udp6       0      0 :::111                  :::*                                0          15825755   1/init              
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2024-06-19 23:13:08.691  - info: web.0 (1431) Install extension on /setValueFromBody/
                                    2024-06-19 23:13:08.691  - info: web.0 (1431) Install extension on /getObjects/
                                    2024-06-19 23:13:08.691  - info: web.0 (1431) Install extension on /objects/
                                    2024-06-19 23:13:08.692  - info: web.0 (1431) Install extension on /states/
                                    2024-06-19 23:13:08.692  - info: web.0 (1431) Install extension on /getStates/
                                    2024-06-19 23:13:08.692  - info: web.0 (1431) Install extension on /search/
                                    2024-06-19 23:13:08.692  - info: web.0 (1431) Install extension on /query/
                                    2024-06-19 23:13:08.692  - info: web.0 (1431) Install extension on /annotations/
                                    2024-06-19 23:13:08.692  - info: web.0 (1431) Install extension on /help/
                                    2024-06-19 23:13:08.693  - info: web.0 (1431) simpleAPI server listening on port 8082
                                    2024-06-19 23:13:08.693  - info: web.0 (1431) Allow states only when user is owner: false
                                    2024-06-19 23:13:08.695  - info: web.0 (1431) http server listening on port 8082
                                    2024-06-19 23:13:08.696  - info: host.iobroker instance system.adapter.simple-api.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                                    2024-06-19 23:13:08.696  - info: host.iobroker Do not restart adapter system.adapter.simple-api.0 because desired by instance
                                    2024-06-19 23:13:18.402  - info: host.iobroker "system.adapter.simple-api.0" disabled
                                    2024-06-19 23:13:18.407  - warn: web.0 (1431) Terminated (-100): Without reason
                                    2024-06-19 23:13:18.913  - warn: web.0 (1431) setTimeout called, but adapter is shutting down
                                    2024-06-19 23:13:18.936  - info: host.iobroker instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                                    2024-06-19 23:13:18.936  - info: host.iobroker Restart adapter system.adapter.web.0 because enabled
                                    2024-06-19 23:13:19.970  - info: host.iobroker instance system.adapter.web.0 started with pid 1455
                                    2024-06-19 23:13:20.570  - info: web.0 (1455) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v18.20.3, js-controller: 5.0.19
                                    2024-06-19 23:13:20.641  - info: web.0 (1455) socket.io server listening on port 8082
                                    2024-06-19 23:13:20.643  - info: web.0 (1455) simpleAPI server listening on port 8082
                                    2024-06-19 23:13:20.643  - info: web.0 (1455) Allow states only when user is owner: false
                                    2024-06-19 23:13:20.644  - info: web.0 (1455) http server listening on port 8082
                                    
                                    

                                    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                                    Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                                    HmIP|ZigBee|Tasmota|Unifi
                                    Zabbix Certified Specialist
                                    Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                                    M 1 Antwort Letzte Antwort
                                    0
                                    • CodierknechtC Codierknecht

                                      Bevor die Frage kommt:

                                      Skript v.2024-05-22
                                      
                                      *** BASE SYSTEM ***
                                       Static hostname: iobroker
                                             Icon name: computer-container
                                               Chassis: container ☐
                                        Virtualization: lxc
                                      Operating System: Debian GNU/Linux 12 (bookworm)
                                                Kernel: Linux 6.8.4-2-pve
                                          Architecture: x86-64
                                      
                                      model name      : Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
                                      Docker          : false
                                      Virtualization  : lxc
                                      Kernel          : x86_64
                                      Userland        : 64 bit
                                      
                                      Systemuptime and Load:
                                       23:15:33 up 6 min,  2 users,  load average: 0.64, 0.55, 0.44
                                      CPU threads: 2
                                      
                                      
                                      *** Time and Time Zones ***
                                                     Local time: Wed 2024-06-19 23:15:33 CEST
                                                 Universal time: Wed 2024-06-19 21:15:33 UTC
                                                       RTC time: n/a
                                                      Time zone: Europe/Berlin (CEST, +0200)
                                      System clock synchronized: yes
                                                    NTP service: inactive
                                                RTC in local TZ: no
                                      
                                      *** Users and Groups ***
                                      User that called 'iob diag':
                                      codierknecht
                                      HOME=/home/codierknecht
                                      GROUPS=codierknecht sudo users iobroker
                                      
                                      User that is running 'js-controller':
                                      iobroker
                                      HOME=/home/iobroker
                                      GROUPS=iobroker tty dialout audio video
                                      
                                      *** Display-Server-Setup ***
                                      Display-Server: false
                                      Desktop: 
                                      Terminal: 
                                      Boot Target:    multi-user.target
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            8.6G        2.4G        5.7G        421K        473M        6.2G
                                      Swap:           1.1G          0B        1.1G
                                      Total:          9.7G        2.4G        6.8G
                                      
                                      Active iob-Instances:   32
                                      
                                               8192 M total memory
                                               2280 M used memory
                                               2293 M active memory
                                                302 M inactive memory
                                               5459 M free memory
                                                  0 M buffer memory
                                                451 M swap cache
                                               1024 M total swap
                                                  0 M used swap
                                               1024 M free swap
                                      
                                      *** top - Table Of Processes  ***
                                      top - 23:15:33 up 6 min,  2 users,  load average: 0.64, 0.55, 0.44
                                      Tasks:  63 total,   5 running,  58 sleeping,   0 stopped,   0 zombie
                                      %Cpu(s):  0.0 us,100.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                                      MiB Mem :   8192.0 total,   5457.7 free,   2282.7 used,    452.0 buff/cache     
                                      MiB Swap:   1024.0 total,   1024.0 free,      0.0 used.   5909.3 avail Mem 
                                      
                                      *** FAILED SERVICES ***
                                      
                                        UNIT LOAD ACTIVE SUB DESCRIPTION
                                      0 loaded units listed.
                                      
                                      *** FILESYSTEM ***
                                      Filesystem                       Type   Size  Used Avail Use% Mounted on
                                      /dev/mapper/pve-vm--100--disk--0 ext4    20G  6.6G   12G  36% /
                                      none                             tmpfs  492K  4.0K  488K   1% /dev
                                      tmpfs                            tmpfs  7.8G     0  7.8G   0% /dev/shm
                                      tmpfs                            tmpfs  3.2G  124K  3.2G   1% /run
                                      tmpfs                            tmpfs  5.0M     0  5.0M   0% /run/lock
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Tue Jun 18 00:07:11 2024] EXT4-fs (dm-1): mounted filesystem 35e403cc-3cb6-4691-937c-5b0dccb22862 ro with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:07:11 2024] EXT4-fs (dm-1): re-mounted 35e403cc-3cb6-4691-937c-5b0dccb22862 r/w. Quota mode: none.
                                      [Tue Jun 18 00:11:52 2024] EXT4-fs (dm-12): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:12:21 2024] EXT4-fs (dm-12): unmounting filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4.
                                      [Tue Jun 18 00:12:37 2024] EXT4-fs (dm-13): mounted filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:12:50 2024] EXT4-fs (dm-13): unmounting filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3.
                                      [Tue Jun 18 00:13:04 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:13:16 2024] EXT4-fs (dm-14): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                      [Tue Jun 18 00:13:32 2024] EXT4-fs (dm-15): mounted filesystem 5df1d13b-e057-4349-be14-0c7f7caea850 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:13:33 2024] EXT4-fs (dm-15): unmounting filesystem 5df1d13b-e057-4349-be14-0c7f7caea850.
                                      [Tue Jun 18 00:13:45 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:13:46 2024] EXT4-fs (dm-14): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                      [Tue Jun 18 00:14:00 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:14:01 2024] EXT4-fs (dm-14): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                      [Tue Jun 18 00:15:09 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:15:11 2024] EXT4-fs (dm-14): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                      [Tue Jun 18 00:15:14 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:15:15 2024] EXT4-fs (dm-14): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                      [Tue Jun 18 00:15:48 2024] EXT4-fs (dm-12): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:15:49 2024] EXT4-fs (dm-12): unmounting filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4.
                                      [Tue Jun 18 00:16:52 2024] EXT4-fs (dm-15): mounted filesystem 5df1d13b-e057-4349-be14-0c7f7caea850 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:17:07 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:17:08 2024] EXT4-fs (dm-14): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                      [Tue Jun 18 00:17:17 2024] EXT4-fs (dm-13): mounted filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:17:18 2024] EXT4-fs (dm-13): unmounting filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3.
                                      [Tue Jun 18 00:17:29 2024] EXT4-fs (dm-12): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:17:30 2024] EXT4-fs (dm-12): unmounting filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4.
                                      [Tue Jun 18 00:20:50 2024] EXT4-fs (dm-12): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:21:25 2024] EXT4-fs (dm-14): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 00:21:42 2024] EXT4-fs (dm-13): mounted filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3 r/w with ordered data mode. Quota mode: none.
                                      [Tue Jun 18 11:14:44 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                      [Tue Jun 18 11:14:44 2024] EXT4-fs (dm-17): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 ro without journal. Quota mode: none.
                                      [Tue Jun 18 11:14:44 2024] EXT4-fs (dm-17): unmounting filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4.
                                      [Tue Jun 18 11:14:45 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                      [Tue Jun 18 11:14:45 2024] EXT4-fs (dm-17): mounted filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3 ro without journal. Quota mode: none.
                                      [Tue Jun 18 11:14:45 2024] EXT4-fs (dm-17): unmounting filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3.
                                      [Tue Jun 18 11:14:46 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                      [Tue Jun 18 11:14:46 2024] EXT4-fs (dm-17): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 ro without journal. Quota mode: none.
                                      [Tue Jun 18 11:14:46 2024] EXT4-fs (dm-17): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                      [Tue Jun 18 11:14:46 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                      [Tue Jun 18 11:14:46 2024] EXT4-fs (dm-17): mounted filesystem 5df1d13b-e057-4349-be14-0c7f7caea850 ro without journal. Quota mode: none.
                                      [Tue Jun 18 11:14:47 2024] EXT4-fs (dm-17): unmounting filesystem 5df1d13b-e057-4349-be14-0c7f7caea850.
                                      [Wed Jun 19 03:00:01 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                      [Wed Jun 19 03:00:01 2024] EXT4-fs (dm-17): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 ro without journal. Quota mode: none.
                                      [Wed Jun 19 03:00:01 2024] EXT4-fs (dm-17): unmounting filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4.
                                      [Wed Jun 19 03:00:02 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                      [Wed Jun 19 03:00:02 2024] EXT4-fs (dm-17): mounted filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3 ro without journal. Quota mode: none.
                                      [Wed Jun 19 03:00:02 2024] EXT4-fs (dm-17): unmounting filesystem a11f86ac-a4e4-488c-bc2c-2db75e997cc3.
                                      [Wed Jun 19 03:00:02 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                      [Wed Jun 19 03:00:02 2024] EXT4-fs (dm-17): mounted filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853 ro without journal. Quota mode: none.
                                      [Wed Jun 19 03:00:02 2024] EXT4-fs (dm-17): unmounting filesystem 8b461bc5-aaae-4f92-b9dc-1b253ff32853.
                                      [Wed Jun 19 03:00:03 2024] EXT4-fs (dm-17): write access unavailable, skipping orphan cleanup
                                      [Wed Jun 19 03:00:03 2024] EXT4-fs (dm-17): mounted filesystem 5df1d13b-e057-4349-be14-0c7f7caea850 ro without journal. Quota mode: none.
                                      [Wed Jun 19 03:00:03 2024] EXT4-fs (dm-17): unmounting filesystem 5df1d13b-e057-4349-be14-0c7f7caea850.
                                      [Wed Jun 19 23:09:27 2024] EXT4-fs (dm-12): unmounting filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4.
                                      [Wed Jun 19 23:09:28 2024] EXT4-fs (dm-12): mounted filesystem 12b6cd06-d008-4b2e-af55-31858bff43d4 r/w with ordered data mode. Quota mode: none.
                                      
                                      Show mounted filesystems:
                                      TARGET                                                  SOURCE                           FSTYPE     OPTIONS
                                      /                                                       /dev/mapper/pve-vm--100--disk--0 ext4       rw,relatime,stripe=16
                                      |-/run                                                  tmpfs                            tmpfs      rw,nosuid,nodev,size=3253060k,nr_inodes=819200,mode=755,inode64
                                      | |-/run/lock                                           tmpfs                            tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
                                      | |-/run/credentials/systemd-sysusers.service           ramfs                            ramfs      ro,nosuid,nodev,noexec,relatime,mode=700
                                      | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs                            ramfs      ro,nosuid,nodev,noexec,relatime,mode=700
                                      | |-/run/rpc_pipefs                                     sunrpc                           rpc_pipefs rw,relatime
                                      | |-/run/credentials/systemd-sysctl.service             ramfs                            ramfs      ro,nosuid,nodev,noexec,relatime,mode=700
                                      | `-/run/credentials/systemd-tmpfiles-setup.service     ramfs                            ramfs      ro,nosuid,nodev,noexec,relatime,mode=700
                                      |-/dev                                                  none                             tmpfs      rw,relatime,size=492k,mode=755,inode64
                                      | |-/dev/shm                                            tmpfs                            tmpfs      rw,nosuid,nodev,inode64
                                      | |-/dev/mqueue                                         mqueue                           mqueue     rw,nosuid,nodev,noexec,relatime
                                      | |-/dev/hugepages                                      hugetlbfs                        hugetlbfs  rw,relatime,pagesize=2M
                                      | |-/dev/.lxc/proc                                      proc                             proc       rw,relatime
                                      | |-/dev/.lxc/sys                                       sys                              sysfs      rw,relatime
                                      | |-/dev/pts                                            devpts                           devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026
                                      | |-/dev/ptmx                                           devpts[/ptmx]                    devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026
                                      | |-/dev/console                                        devpts[/0]                       devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026
                                      | |-/dev/tty1                                           devpts[/1]                       devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026
                                      | `-/dev/tty2                                           devpts[/2]                       devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666,max=1026
                                      |-/proc                                                 proc                             proc       rw,nosuid,nodev,noexec,relatime
                                      | |-/proc/sys                                           proc[/sys]                       proc       ro,relatime
                                      | | |-/proc/sys/kernel/random/boot_id                   none[/.lxc-boot-id]              tmpfs      ro,nosuid,nodev,noexec,relatime,size=492k,mode=755,inode64
                                      | | `-/proc/sys/net                                     proc[/sys/net]                   proc       rw,nosuid,nodev,noexec,relatime
                                      | |-/proc/sysrq-trigger                                 proc[/sysrq-trigger]             proc       ro,relatime
                                      | |-/proc/cpuinfo                                       lxcfs[/proc/cpuinfo]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | |-/proc/diskstats                                     lxcfs[/proc/diskstats]           fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | |-/proc/loadavg                                       lxcfs[/proc/loadavg]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | |-/proc/meminfo                                       lxcfs[/proc/meminfo]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | |-/proc/slabinfo                                      lxcfs[/proc/slabinfo]            fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | |-/proc/stat                                          lxcfs[/proc/stat]                fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | |-/proc/swaps                                         lxcfs[/proc/swaps]               fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      | `-/proc/uptime                                        lxcfs[/proc/uptime]              fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      `-/sys                                                  sysfs                            sysfs      ro,nosuid,nodev,noexec,relatime
                                        |-/sys/fs/fuse/connections                            fusectl                          fusectl    rw,nosuid,nodev,noexec,relatime
                                        |-/sys/devices/virtual/net                            sysfs[/devices/virtual/net]      sysfs      rw,nosuid,nodev,noexec,relatime
                                        |-/sys/fs/cgroup                                      none                             cgroup2    rw,nosuid,nodev,noexec,relatime
                                        `-/sys/devices/system/cpu                             lxcfs[/sys/devices/system/cpu]   fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      2.7G    /var/
                                      1.9G    /var/log/journal/c56b513cffd54f1394845d28e4aeddf1
                                      1.9G    /var/log/journal
                                      1.9G    /var/log
                                      601M    /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 16.0M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      27M     /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      472M    /opt/iobroker/iobroker-data/
                                      351M    /opt/iobroker/iobroker-data/files
                                      138M    /opt/iobroker/iobroker-data/files/javascript.admin
                                      118M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                      117M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                      
                                      The five largest files in iobroker-data are:
                                      26M     /opt/iobroker/iobroker-data/files/scenes.admin/static/js/main.8947f24d.js.map
                                      25M     /opt/iobroker/iobroker-data/objects.jsonl
                                      24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                      22M     /opt/iobroker/iobroker-data/files/scheduler.admin/static/js/main.888ae5cd.js.map
                                      22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js.map
                                      
                                      USB-Devices by-id:
                                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                      
                                      No Devices found 'by-id'
                                      
                                      HINT:
                                      Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                      tcp
                                      
                                      
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v18.20.3
                                      /usr/bin/node           v18.20.3
                                      /usr/bin/npm            10.7.0
                                      /usr/bin/npx            10.7.0
                                      /usr/bin/corepack       0.28.0
                                      
                                      
                                      nodejs:
                                        Installed: 18.20.3-1nodesource1
                                        Candidate: 18.20.3-1nodesource1
                                        Version table:
                                       *** 18.20.3-1nodesource1 1001
                                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                              100 /var/lib/dpkg/status
                                           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+dfsg-6~deb12u1 500
                                              500 http://security.debian.org bookworm-security/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+dfsg1-1 500
                                              500 http://deb.debian.org/debian bookworm/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
                                      
                                      Temp directories causing npm8 problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree:
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Core adapters versions
                                      js-controller:  5.0.19
                                      admin:          6.13.16
                                      javascript:     8.3.1
                                      
                                      nodejs modules from github:     2
                                      +-- iobroker.boschindego@1.2.0 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.boschindego.git#60da083095fdc8b2eb5d9fc159c494594e104608)
                                      +-- iobroker.renault@0.0.22 (git+ssh://git@github.com/TA2k/ioBroker.renault.git#2f50d0fc1fe0ca6ffac426d01434fd357657723a)
                                      
                                      Adapter State
                                      + system.adapter.adguard.0                : adguard               : iobroker                                 -  enabled
                                      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                        system.adapter.boschindego.0            : boschindego           : iobroker                                 - disabled
                                      + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                                        system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                                      + system.adapter.denon.0                  : denon                 : iobroker                                 -  enabled
                                      + system.adapter.device-watcher.0         : device-watcher        : iobroker                                 -  enabled
                                      + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
                                      + system.adapter.energiefluss.0           : energiefluss          : iobroker                                 -  enabled
                                      + system.adapter.fritzdect.0              : fritzdect             : iobroker                                 -  enabled
                                      + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                                      + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                        system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                        system.adapter.ical.1                   : ical                  : iobroker                                 -  enabled
                                        system.adapter.ical.2                   : ical                  : iobroker                                 -  enabled
                                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobroker                                 - disabled
                                      + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                      + system.adapter.lgtv.0                   : lgtv                  : iobroker                                 -  enabled
                                      + system.adapter.linux-control.0          : linux-control         : iobroker                                 -  enabled
                                      + system.adapter.lupusec.0                : lupusec               : iobroker                                 -  enabled
                                      + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                                      + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1886, bind: 0.0.0.0
                                      + system.adapter.nina.0                   : nina                  : iobroker                                 -  enabled
                                        system.adapter.octoprint.0              : octoprint             : iobroker                                 - disabled
                                      + system.adapter.opendtu.0                : opendtu               : iobroker                                 -  enabled
                                      + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                                      + system.adapter.renault.0                : renault               : iobroker                                 -  enabled
                                      + system.adapter.scenes.0                 : scenes                : iobroker                                 -  enabled
                                        system.adapter.scheduler.0              : scheduler             : iobroker                                 - disabled
                                        system.adapter.simple-api.0             : simple-api            : iobroker                                 - disabled, port: 8087, bind: 0.0.0.0, run as: admin
                                      + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                                      + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                                      + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                                      + system.adapter.unifi.0                  : unifi                 : iobroker                                 -  enabled
                                      + system.adapter.upnp.0                   : upnp                  : iobroker                                 -  enabled
                                        system.adapter.vis-bars.0               : vis-bars              : iobroker                                 - disabled
                                        system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 -  enabled
                                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 - disabled
                                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 - disabled
                                        system.adapter.vis-map.0                : vis-map               : iobroker                                 -  enabled
                                        system.adapter.vis-material-advanced.0  : vis-material-advanced : iobroker                                 - disabled
                                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : 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.yahka.0                  : yahka                 : iobroker                                 -  enabled
                                      + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.178.142:6638
                                      
                                      + 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.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                      + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1886, bind: 0.0.0.0
                                      + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                                      + system.adapter.sonoff.0                 : sonoff                : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                                      + 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.178.142:6638
                                      
                                      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    "adguard"      : 0.0.8    , installed 0.0.8
                                      Adapter    "admin"        : 6.13.16  , installed 6.13.16
                                      Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                                      Adapter    "boschindego"  : 1.2.0    , installed 1.2.0
                                      Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                      Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                                      Adapter    "denon"        : 1.15.5   , installed 1.15.5
                                      Adapter    "device-watcher": 2.12.1  , installed 2.12.1
                                      Adapter    "email"        : 1.3.0    , installed 1.3.0
                                      Adapter    "energiefluss" : 3.6.0    , installed 3.6.0
                                      Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                                      Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                                      Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
                                      Adapter    "ical"         : 1.15.0   , installed 1.15.0
                                      Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                      Adapter    "javascript"   : 8.3.1    , installed 8.3.1
                                      Controller "js-controller": 5.0.19   , installed 5.0.19
                                      Adapter    "lgtv"         : 2.2.0    , installed 2.2.0
                                      Adapter    "linux-control": 1.1.5    , installed 1.1.5
                                      Adapter    "lupusec"      : 1.3.6    , installed 1.3.6
                                      Adapter    "modbus"       : 6.1.0    , installed 6.1.0
                                      Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                      Adapter    "nina"         : 0.0.25   , installed 0.0.25
                                      Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                                      Adapter    "opendtu"      : 1.0.1    , installed 1.0.1
                                      Adapter    "proxmox"      : 2.3.0    , installed 2.3.0
                                      Adapter    "scenes"       : 3.0.4    , installed 3.0.4
                                      Adapter    "scheduler"    : 1.3.12   , installed 1.3.12
                                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                      Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                                      Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                                      Adapter    "sql"          : 2.2.0    , installed 2.2.0
                                      Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                      Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                                      Adapter    "unifi"        : 0.7.0    , installed 0.7.0
                                      Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                      Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                      Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                      Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                      Adapter    "vis-map"      : 1.0.5    , installed 1.0.5
                                      Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                      Adapter    "web"          : 6.2.5    , installed 6.2.5
                                      Adapter    "ws"           : 2.6.1    , installed 2.6.1
                                      Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                      Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        8039
                                      States:         6083
                                      
                                      *** 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_18.x nodistro InRelease
                                      Hit:5 https://packagecloud.io/ookla/speedtest-cli/debian bookworm 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:44427           0.0.0.0:*               LISTEN      1001       15843499   1277/io.yahka.0     
                                      tcp        0      0 0.0.0.0:35099           0.0.0.0:*               LISTEN      1001       15843517   1277/io.yahka.0     
                                      tcp        0      0 0.0.0.0:35813           0.0.0.0:*               LISTEN      1001       15843513   1277/io.yahka.0     
                                      tcp        0      0 0.0.0.0:42031           0.0.0.0:*               LISTEN      1001       15843509   1277/io.yahka.0     
                                      tcp        0      0 0.0.0.0:2010            0.0.0.0:*               LISTEN      1001       15832651   507/io.hm-rpc.0     
                                      tcp        0      0 0.0.0.0:10050           0.0.0.0:*               LISTEN      105        15831151   148/zabbix_agentd   
                                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       15833722   634/io.sonoff.0     
                                      tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       15833661   619/io.mqtt.0       
                                      tcp        0      0 127.0.0.1:46053         0.0.0.0:*               LISTEN      1001       15841704   1277/io.yahka.0     
                                      tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          15825752   1/init              
                                      tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       15824666   145/iobroker.js-con 
                                      tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       15826845   145/iobroker.js-con 
                                      tcp        0      0 0.0.0.0:8087            0.0.0.0:*               LISTEN      1001       15840180   1209/io.lupusec.0   
                                      tcp        0      0 127.0.0.1:44751         0.0.0.0:*               LISTEN      1001       15841727   1277/io.yahka.0     
                                      tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          15826926   315/master          
                                      tcp        0      0 127.0.0.1:34663         0.0.0.0:*               LISTEN      1001       15841717   1277/io.yahka.0     
                                      tcp6       0      0 :::43973                :::*                    LISTEN      1001       15843500   1277/io.yahka.0     
                                      tcp6       0      0 ::1:25                  :::*                    LISTEN      0          15826927   315/master          
                                      tcp6       0      0 :::42861                :::*                    LISTEN      1001       15843504   1277/io.yahka.0     
                                      tcp6       0      0 :::10050                :::*                    LISTEN      105        15831152   148/zabbix_agentd   
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          15826691   1/init              
                                      tcp6       0      0 :::111                  :::*                    LISTEN      0          15825754   1/init              
                                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       15824736   326/io.admin.0      
                                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       15850158   1455/io.web.0       
                                      tcp6       0      0 :::8000                 :::*                    LISTEN      1001       15855700   1312/io.upnp.0      
                                      tcp6       0      0 :::38043                :::*                    LISTEN      1001       15843502   1277/io.yahka.0     
                                      udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       15843959   1312/io.upnp.0      
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843514   1277/io.yahka.0     
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843510   1277/io.yahka.0     
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843506   1277/io.yahka.0     
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843505   1277/io.yahka.0     
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843503   1277/io.yahka.0     
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843501   1277/io.yahka.0     
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       15843496   1277/io.yahka.0     
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          15826653   87/dhclient         
                                      udp        0      0 0.0.0.0:32842           0.0.0.0:*                           1001       15841938   1312/io.upnp.0      
                                      udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          15825753   1/init              
                                      udp6       0      0 :::111                  :::*                                0          15825755   1/init              
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2024-06-19 23:13:08.691  - info: web.0 (1431) Install extension on /setValueFromBody/
                                      2024-06-19 23:13:08.691  - info: web.0 (1431) Install extension on /getObjects/
                                      2024-06-19 23:13:08.691  - info: web.0 (1431) Install extension on /objects/
                                      2024-06-19 23:13:08.692  - info: web.0 (1431) Install extension on /states/
                                      2024-06-19 23:13:08.692  - info: web.0 (1431) Install extension on /getStates/
                                      2024-06-19 23:13:08.692  - info: web.0 (1431) Install extension on /search/
                                      2024-06-19 23:13:08.692  - info: web.0 (1431) Install extension on /query/
                                      2024-06-19 23:13:08.692  - info: web.0 (1431) Install extension on /annotations/
                                      2024-06-19 23:13:08.692  - info: web.0 (1431) Install extension on /help/
                                      2024-06-19 23:13:08.693  - info: web.0 (1431) simpleAPI server listening on port 8082
                                      2024-06-19 23:13:08.693  - info: web.0 (1431) Allow states only when user is owner: false
                                      2024-06-19 23:13:08.695  - info: web.0 (1431) http server listening on port 8082
                                      2024-06-19 23:13:08.696  - info: host.iobroker instance system.adapter.simple-api.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                                      2024-06-19 23:13:08.696  - info: host.iobroker Do not restart adapter system.adapter.simple-api.0 because desired by instance
                                      2024-06-19 23:13:18.402  - info: host.iobroker "system.adapter.simple-api.0" disabled
                                      2024-06-19 23:13:18.407  - warn: web.0 (1431) Terminated (-100): Without reason
                                      2024-06-19 23:13:18.913  - warn: web.0 (1431) setTimeout called, but adapter is shutting down
                                      2024-06-19 23:13:18.936  - info: host.iobroker instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                                      2024-06-19 23:13:18.936  - info: host.iobroker Restart adapter system.adapter.web.0 because enabled
                                      2024-06-19 23:13:19.970  - info: host.iobroker instance system.adapter.web.0 started with pid 1455
                                      2024-06-19 23:13:20.570  - info: web.0 (1455) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v18.20.3, js-controller: 5.0.19
                                      2024-06-19 23:13:20.641  - info: web.0 (1455) socket.io server listening on port 8082
                                      2024-06-19 23:13:20.643  - info: web.0 (1455) simpleAPI server listening on port 8082
                                      2024-06-19 23:13:20.643  - info: web.0 (1455) Allow states only when user is owner: false
                                      2024-06-19 23:13:20.644  - info: web.0 (1455) http server listening on port 8082
                                      
                                      
                                      M Online
                                      M Online
                                      MCU
                                      schrieb am zuletzt editiert von MCU
                                      #18

                                      @codierknecht sagte in Simple-api "states" mit Filter:

                                      tcp 0 0 0.0.0.0:8087 0.0.0.0:* LISTEN 1001 15840180 1209/io.lupusec.0

                                      Da scheint lupusec den gleichen Port zu verwenden?

                                      Dann setz mal den Port im simpleApi auf 8083

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

                                      CodierknechtC 1 Antwort Letzte Antwort
                                      1
                                      • M MCU

                                        @codierknecht sagte in Simple-api "states" mit Filter:

                                        tcp 0 0 0.0.0.0:8087 0.0.0.0:* LISTEN 1001 15840180 1209/io.lupusec.0

                                        Da scheint lupusec den gleichen Port zu verwenden?

                                        Dann setz mal den Port im simpleApi auf 8083

                                        CodierknechtC Online
                                        CodierknechtC Online
                                        Codierknecht
                                        Developer Most Active
                                        schrieb am zuletzt editiert von
                                        #19

                                        @mcu
                                        Adlerauge. Danke!

                                        Kaum macht man's richtig, funktioniert's auch.
                                        Ich hatte immer nur unter "Adapters with bindings" nachgeschaut.

                                        1718a7ec-36ca-4258-b23a-0e7036a2f522-grafik.png

                                        "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                                        Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                                        HmIP|ZigBee|Tasmota|Unifi
                                        Zabbix Certified Specialist
                                        Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                                        1 Antwort Letzte Antwort
                                        1
                                        • M Online
                                          M Online
                                          MCU
                                          schrieb am zuletzt editiert von
                                          #20

                                          Issue für Web-Adapter angelegt
                                          https://github.com/ioBroker/ioBroker.web/issues/437

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

                                          M 1 Antwort Letzte Antwort
                                          1

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          618

                                          Online

                                          32.8k

                                          Benutzer

                                          82.8k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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