Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Performance verbessern

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Performance verbessern

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @toki1973 last edited by Homoran

      @toki1973 sagte in Performance verbessern:

      home/iobroker/.diag.sh: line 488: npm: command not found

      bitte eigenen Thread aufmachen, wenn nach lesen der angepinnten Ankündigungen noch fragen sind.
      Die wichtigen Infos stehen auch nicht in der Summary.

      EDIT: Ist ja schon dein Thread, sorry!
      aber ich hatte ja nach full gefragt

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

        @toki1973 sagte in Performance verbessern:

        Die Verzeichnisse sind korrekt:

        Schon. Für nodejs und node jedenfalls. Dafür fehlt dir npm, npx und corepack komplett.
        Da wirst du dir die dfsg-Version des Pakets 'nodejs' eingehandelt haben.
        Siehe:
        https://forum.iobroker.net/topic/71478/plötzliche-probleme-durch-nodejs-dfsg-version-npm-fehlt

        T 1 Reply Last reply Reply Quote 2
        • T
          toki1973 @Thomas Braun last edited by

          @thomas-braun Vielen Dank mal wieder! Auf diesem Weg wurde es repariert!
          Das ist der Nachteil von regelmäßigen Updates 🙂

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

            @toki1973 sagte in Performance verbessern:

            Das ist der Nachteil von regelmäßigen Updates

            In dem Fall ist es aber kein 'Fehler' gewesen, denn dein Paketmanager hat genau das getan, was er tun soll: Die aktuellste Version die in den Repos bereitgestellt wird einspielen. Das die dfsg-Version nicht die für den ioBroker passende Variante darstellt kann der nicht wissen.

            1 Reply Last reply Reply Quote 2
            • S
              sunny9999 last edited by sunny9999

              Hi an alle,
              hab hier auch nochmal ein Thema bzgl. Performance.....mein System müsste anhand der Hardware und den in der VM gegebenen Ressourcen deutlich leistungsfähiger sein, der Aufruf z.b. der Objekte oder anderer Seiten im Browser ist manchmal sehr zäh......
              Alles ist auf Redis am laufen ( Objekte und States)
              Anbindung an die VM ist mit 10Gb

              Iobroker VM auf ESXi 7 am laufen mit folgenden Specs :

              Dual Socket System mit 16 Cores
              16 GB Ram

              Iobroker Diag Full Summary sieht wie folgt aus :

              ======================= SUMMARY =======================
                                      v.2023-10-10
              
              
               Static hostname: IOBROKER-MASTER
                     Icon name: computer-vm
                       Chassis: vm 🖴
                Virtualization: vmware
              Operating System: Debian GNU/Linux 12 (bookworm)
                        Kernel: Linux 6.1.0-17-amd64
                  Architecture: x86-64
               Hardware Vendor: VMware, Inc.
                Hardware Model: VMware Virtual Platform
              Firmware Version: 6.00
              
              Installation:           vmware
              Kernel:                 x86_64
              Userland:               amd64
              Timezone:               Europe/Berlin (CET, +0100)
              User-ID:                1000
              X-Server:               false
              Boot Target:            graphical.target
              
              Pending OS-Updates:     17
              Pending iob updates:    1
              
              Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                                      /usr/bin/node           v18.19.0
                                      /usr/bin/npm            10.2.3
                                      /usr/bin/npx            10.2.3
                                      /usr/bin/corepack       0.22.0
              
              Recommended versions are nodejs 18.19.0 and npm 10.2.3
              Your nodejs installation is correct
              
              MEMORY:
                             total        used        free      shared  buff/cache   available
              Mem:             12G        8.0G        1.2G        3.2M        3.6G        4.5G
              Swap:           2.1G        285M        1.9G
              Total:           14G        8.3G        3.0G
              
              Active iob-Instances:   76
              Active repo(s): stable
              
              ioBroker Core:          js-controller           5.0.17
                                      admin                   6.13.16
              
              ioBroker Status:        iobroker is running on this host.
              
              At least one iobroker host is running.
              
              Objects type: redis
              States  type: redis
              
              Status admin and web instance:
              + system.adapter.admin.0                  : admin                 : IOBROKER-MASTER                          -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.web.0                    : web                   : IOBROKER-MASTER                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              + system.adapter.webcal.0                 : webcal                : IOBROKER-MASTER                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              Objects:                56453
              States:                 48398
              
              Size of iob-Database:
              
              46M     /opt/iobroker/iobroker-data/objects.jsonl
              22M     /opt/iobroker/iobroker-data/objects.json.migrated
              22M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
              612K    /opt/iobroker/iobroker-data/states.json
              260K    /opt/iobroker/iobroker-data/states.json.bak
              
              
              
              =================== END OF SUMMARY ====================
              
              

              Paar krumme "Hunde" mit drin, aber daran kann es ja nicht liegen oder ?
              BTW : Kann nicht das volle Log posten , da immer ne Meldung kommt " payload too large" .......komisch, Server überlastet ?

              Danke für ne helping hand.......
              Grüße

              Sunny

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

                @sunny9999

                Naja, 76 laufende Instanzen halten auch vermeintliche Dickschiffe auf Trab. Stichwort i/o-Last.

                S 1 Reply Last reply Reply Quote 0
                • S
                  sunny9999 @Thomas Braun last edited by

                  @thomas-braun
                  Ja ist mir bewusst.....
                  was wäre Deine Empfehlung ?
                  Ram Auslastung und CPU Auslastung auf dem ESXI sieht eigentlich alles gut aus, da ist nichts am Limit...
                  Idee ?
                  Grüße und Danke
                  Sunny

                  Homoran 1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @sunny9999 last edited by

                    @sunny9999 sagte in Performance verbessern:

                    Ram Auslastung und CPU Auslastung auf dem ESXI sieht eigentlich alles gut aus, da ist nichts am Limit...

                    und bei top?

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      sunny9999 @Homoran last edited by

                      @homoran
                      Full Diag sieht so aus :

                      Skript v.2023-10-10
                      
                      *** BASE SYSTEM ***
                       Static hostname: IOBROKER-MASTER
                             Icon name: computer-vm
                               Chassis: vm 🖴
                        Virtualization: vmware
                      Operating System: Debian GNU/Linux 12 (bookworm)
                                Kernel: Linux 6.1.0-17-amd64
                          Architecture: x86-64
                       Hardware Vendor: VMware, Inc.
                        Hardware Model: VMware Virtual Platform
                      Firmware Version: 6.00
                      
                      model name      : Intel(R) Xeon(R) Gold 6152 CPU @ 2.10GHz
                      Docker          : false
                      Virtualization  : vmware
                      Kernel          : x86_64
                      Userland        : amd64
                      
                      Systemuptime and Load:
                       18:54:06 up 25 days, 10:19,  1 user,  load average: 0.28, 0.29, 0.34
                      CPU threads: 16
                      
                      
                      *** Time and Time Zones ***
                                     Local time: Tue 2024-02-06 18:54:07 CET
                                 Universal time: Tue 2024-02-06 17:54:07 UTC
                                       RTC time: Tue 2024-02-06 17:54:07
                                      Time zone: Europe/Berlin (CET, +0100)
                      System clock synchronized: yes
                                    NTP service: active
                                RTC in local TZ: no
                      
                      *** User and Groups ***
                      debian
                      /home/debian
                      debian cdrom floppy sudo audio dip video plugdev netdev bluetooth lpadmin scanner iobroker
                      
                      *** X-Server-Setup ***
                      X-Server:       false
                      Desktop:
                      Terminal:       tty
                      Boot Target:    graphical.target
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:             12G        8.2G        1.2G        3.2M        3.4G        4.4G
                      Swap:           2.1G        296M        1.8G
                      Total:           14G        8.5G        3.1G
                      
                              11926 M total memory
                               7776 M used memory
                               1345 M active memory
                               8112 M inactive memory
                               1179 M free memory
                                403 M buffer memory
                               2883 M swap cache
                               2043 M total swap
                                283 M used swap
                               1760 M free swap
                      
                      *** FAILED SERVICES ***
                      
                        UNIT            LOAD   ACTIVE SUB    DESCRIPTION
                      * apcupsd.service loaded failed failed UPS power management daemon
                      
                      LOAD   = Reflects whether the unit definition was properly loaded.
                      ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                      SUB    = The low-level unit activation state, values depend on unit type.
                      1 loaded units listed.
                      
                      *** FILESYSTEM ***
                      Filesystem                                                               Type      Size  Used Avail Use% Mounted on
                      udev                                                                     devtmpfs  5.8G     0  5.8G   0% /dev
                      tmpfs                                                                    tmpfs     1.2G  1.5M  1.2G   1% /run
                      /dev/mapper/debian10--vg-root                                            ext4      107G   43G   59G  42% /
                      tmpfs                                                                    tmpfs     5.9G     0  5.9G   0% /dev/shm
                      tmpfs                                                                    tmpfs     5.0M     0  5.0M   0% /run/lock
                      /dev/sda1                                                                ext2      234M  128M   95M  58% /boot
                      /dev/mapper/debian10--vg-tmp                                             ext4      1.2G  144K  1.1G   1% /tmp
                      /dev/mapper/debian10--vg-home                                            ext4       70G  8.6G   58G  13% /home
                      /dev/mapper/debian10--vg-var                                             ext4      6.4G  1.9G  4.1G  32% /var
                      tmpfs                                                                    tmpfs     1.2G   68K  1.2G   1% /run/user/116
                      192.168.10.47:/volume1/IOBROKER                                          nfs4      2.7T  1.6T  1.1T  61% /mnt/IOBROKERDATA
                      192.168.10.47:/volume2/Backup                                            nfs4      1.9T  499G  1.4T  26% /mnt/BACKUP
                      192.168.10.47:/volume2/photo/PROJEKTBILDER/Situationen/Diashow-MonitorPi nfs4      1.9T  499G  1.4T  26% /mnt/photosyno
                      tmpfs                                                                    tmpfs     1.2G   60K  1.2G   1% /run/user/1000
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Fri Jan 12 08:34:47 2024] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Quota mode: none.
                      [Fri Jan 12 08:34:48 2024] EXT4-fs (dm-0): re-mounted. Quota mode: none.
                      [Fri Jan 12 08:34:49 2024] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
                      [Fri Jan 12 08:34:49 2024] EXT4-fs (sda1): mounted filesystem without journal. Quota mode: none.
                      [Fri Jan 12 08:34:49 2024] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Quota mode: none.
                      [Fri Jan 12 08:34:49 2024] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Quota mode: none.
                      [Fri Jan 12 08:34:49 2024] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Quota mode: none.
                      
                      Show mounted filesystems \(real ones only\):
                      TARGET              SOURCE                                                                   FSTYPE OPTIONS
                      /                   /dev/mapper/debian10--vg-root                                            ext4   rw,relatime,errors=remount-ro
                      |-/boot             /dev/sda1                                                                ext2   rw,relatime
                      |-/tmp              /dev/mapper/debian10--vg-tmp                                             ext4   rw,relatime
                      |-/home             /dev/mapper/debian10--vg-home                                            ext4   rw,relatime
                      |-/var              /dev/mapper/debian10--vg-var                                             ext4   rw,relatime
                      |-/mnt/IOBROKERDATA 192.168.10.47:/volume1/IOBROKER                                          nfs4   rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.10.16,local_lock=none,addr=192.168.10.47
                      |-/mnt/BACKUP       192.168.10.47:/volume2/Backup                                            nfs4   rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.10.16,local_lock=none,addr=192.168.10.47
                      `-/mnt/photosyno    192.168.10.47:/volume2/photo/PROJEKTBILDER/Situationen/Diashow-MonitorPi nfs4   rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.10.16,local_lock=none,addr=192.168.10.47
                      
                      Files in neuralgic directories:
                      
                      /var:
                      1.9G    /var/
                      1.5G    /var/lib
                      525M    /var/lib/grafana
                      520M    /var/lib/grafana/plugins
                      516M    /var/lib/grafana/plugins/grafana-image-renderer
                      
                      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 11.1M in the file system.
                      
                      /opt/iobroker/backups:
                      1.8G    /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      31G     /opt/iobroker/iobroker-data/
                      30G     /opt/iobroker/iobroker-data/history
                      947M    /opt/iobroker/iobroker-data/files
                      195M    /opt/iobroker/iobroker-data/backup-objects
                      176M    /opt/iobroker/iobroker-data/files/vis-2
                      
                      The five largest files in iobroker-data are:
                      46M     /opt/iobroker/iobroker-data/objects.jsonl
                      35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                      33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                      24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                      24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                      
                      USB-Devices by-id:
                      USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                      
                      find: '/dev/serial/by-id/': No such file or directory
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v18.19.0
                      /usr/bin/node           v18.19.0
                      /usr/bin/npm            10.2.3
                      /usr/bin/npx            10.2.3
                      /usr/bin/corepack       0.22.0
                      
                      
                      nodejs:
                        Installed: 18.19.0-1nodesource1
                        Candidate: 18.19.0-1nodesource1
                        Version table:
                           18.19.0+dfsg-6~deb12u1 500
                              500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                       *** 18.19.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                              100 /var/lib/dpkg/status
                           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.
                      
                      At least one iobroker host is running.
                      
                      Objects type: redis
                      States  type: redis
                      
                      Core adapters versions
                      js-controller:  5.0.17
                      admin:          6.13.16
                      javascript:     7.1.6
                      
                      Adapters from github:   21
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : IOBROKER-MASTER                          -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.alarm.0                  : alarm                 : IOBROKER-MASTER                          -  enabled
                      + system.adapter.alexa2.0                 : alexa2                : IOBROKER-MASTER                          -  enabled
                        system.adapter.alias-manager.0          : alias-manager         : IOBROKER-MASTER                          -  enabled
                        system.adapter.apcups.0                 : apcups                : IOBROKER-MASTER                          - disabled
                      + system.adapter.asterisk.0               : asterisk              : IOBROKER-MASTER                          -  enabled, port: 5038
                      + system.adapter.backitup.0               : backitup              : IOBROKER-MASTER                          -  enabled
                      + system.adapter.backitup.1               : backitup              : IOBROKER-SLAVE                           -  enabled
                      + system.adapter.chromecast.0             : chromecast            : IOBROKER-MASTER                          -  enabled
                        system.adapter.daswetter.0              : daswetter             : IOBROKER-MASTER                          -  enabled
                        system.adapter.device-watcher.0         : device-watcher        : IOBROKER-MASTER                          - disabled
                        system.adapter.devices.0                : devices               : IOBROKER-MASTER                          -  enabled
                      + system.adapter.discovery.0              : discovery             : IOBROKER-MASTER                          -  enabled
                        system.adapter.dwd.0                    : dwd                   : IOBROKER-MASTER                          -  enabled
                      + system.adapter.echarts.0                : echarts               : IOBROKER-MASTER                          -  enabled
                      + system.adapter.email.0                  : email                 : IOBROKER-MASTER                          -  enabled
                        system.adapter.feiertage.0              : feiertage             : IOBROKER-MASTER                          -  enabled
                        system.adapter.flot.0                   : flot                  : IOBROKER-MASTER                          -  enabled
                      + system.adapter.fullybrowser.0           : fullybrowser          : IOBROKER-MASTER                          -  enabled
                      + system.adapter.gartenbewaesserung.0     : gartenbewaesserung    : IOBROKER-MASTER                          -  enabled
                      + system.adapter.govee-app.0              : govee-app             : IOBROKER-MASTER                          -  enabled
                      + system.adapter.ham.0                    : ham                   : IOBROKER-MASTER                          -  enabled
                      + system.adapter.hass.0                   : hass                  : IOBROKER-MASTER                          -  enabled, port: 8123
                        system.adapter.heatingcontrol.0         : heatingcontrol        : IOBROKER-MASTER                          - disabled
                        system.adapter.hiob.0                   : hiob                  : IOBROKER-MASTER                          - disabled
                      + system.adapter.history.0                : history               : IOBROKER-MASTER                          -  enabled
                      + system.adapter.hm-rega.0                : hm-rega               : IOBROKER-MASTER                          -  enabled
                      + system.adapter.hm-rpc.0                 : hm-rpc                : IOBROKER-MASTER                          -  enabled, port: 0
                      + system.adapter.hm-rpc.1                 : hm-rpc                : IOBROKER-MASTER                          -  enabled, port: 0
                      + system.adapter.hm-rpc.2                 : hm-rpc                : IOBROKER-MASTER                          -  enabled, port: 0
                      + system.adapter.hue.0                    : hue                   : IOBROKER-MASTER                          -  enabled, port: 80
                        system.adapter.husq-automower.0         : husq-automower        : IOBROKER-MASTER                          - disabled
                        system.adapter.ical.0                   : ical                  : IOBROKER-MASTER                          -  enabled
                        system.adapter.ical.1                   : ical                  : IOBROKER-MASTER                          -  enabled
                        system.adapter.ical.2                   : ical                  : IOBROKER-MASTER                          -  enabled
                        system.adapter.icons-material-png.0     : icons-material-png    : IOBROKER-MASTER                          -  enabled
                        system.adapter.icons-mfd-png.0          : icons-mfd-png         : IOBROKER-MASTER                          -  enabled
                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : IOBROKER-MASTER                          -  enabled
                        system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : IOBROKER-MASTER                          -  enabled
                      + system.adapter.influxdb.0               : influxdb              : IOBROKER-MASTER                          -  enabled, port: 8086
                        system.adapter.info.0                   : info                  : IOBROKER-MASTER                          - disabled
                      + system.adapter.javascript.0             : javascript            : IOBROKER-MASTER                          -  enabled
                      + system.adapter.kodi.0                   : kodi                  : IOBROKER-MASTER                          -  enabled, port: 9090
                      + system.adapter.linkeddevices.0          : linkeddevices         : IOBROKER-MASTER                          -  enabled
                      + system.adapter.linktap.0                : linktap               : IOBROKER-MASTER                          -  enabled
                      + system.adapter.linux-control.0          : linux-control         : IOBROKER-MASTER                          -  enabled
                      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : IOBROKER-MASTER                          -  enabled, port: 54321
                      + system.adapter.mqtt-client.0            : mqtt-client           : IOBROKER-MASTER                          -  enabled, port: 1883, bind: 0.0.0.0
                      + system.adapter.mqtt.0                   : mqtt                  : IOBROKER-MASTER                          -  enabled, port: 1883, bind: 0.0.0.0
                        system.adapter.mytime.0                 : mytime                : IOBROKER-MASTER                          - disabled
                      + system.adapter.net-tools.0              : net-tools             : IOBROKER-MASTER                          -  enabled
                        system.adapter.netatmo-crawler.0        : netatmo-crawler       : IOBROKER-MASTER                          -  enabled
                      + system.adapter.node-red.0               : node-red              : IOBROKER-MASTER                          -  enabled, port: 1880, bind: 0.0.0.0
                      + system.adapter.notificationforandroidtv.0: notificationforandroidtv: IOBROKER-MASTER                          -  enabled
                      + system.adapter.nuki-extended.0          : nuki-extended         : IOBROKER-MASTER                          -  enabled
                        system.adapter.oasecontrol.0            : oasecontrol           : IOBROKER-MASTER                          - disabled
                      + system.adapter.ocpp.0                   : ocpp                  : IOBROKER-MASTER                          -  enabled, port: 9220
                      + system.adapter.onkyo.0                  : onkyo                 : IOBROKER-MASTER                          -  enabled
                        system.adapter.onvif.0                  : onvif                 : IOBROKER-MASTER                          - disabled
                      + system.adapter.ping.0                   : ping                  : IOBROKER-MASTER                          -  enabled
                      + system.adapter.pushover.0               : pushover              : IOBROKER-MASTER                          -  enabled
                      + system.adapter.reolink.0                : reolink               : IOBROKER-MASTER                          -  enabled
                      + system.adapter.robonect.0               : robonect              : IOBROKER-MASTER                          -  enabled
                      + system.adapter.samsung.0                : samsung               : IOBROKER-MASTER                          -  enabled
                        system.adapter.samsung_tizen.0          : samsung_tizen         : IOBROKER-MASTER                          - disabled, port: 8002
                      + system.adapter.sayit.0                  : sayit                 : IOBROKER-MASTER                          -  enabled
                      + system.adapter.scenes.0                 : scenes                : IOBROKER-MASTER                          -  enabled
                      + system.adapter.scheduler.0              : scheduler             : IOBROKER-MASTER                          -  enabled
                      + system.adapter.shelly.0                 : shelly                : IOBROKER-MASTER                          -  enabled, port: 1882, bind: 0.0.0.0
                        system.adapter.shuttercontrol.0         : shuttercontrol        : IOBROKER-MASTER                          - disabled
                      + system.adapter.simple-api.0             : simple-api            : IOBROKER-MASTER                          -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.slideshow.0              : slideshow             : IOBROKER-MASTER                          -  enabled
                      + system.adapter.smartcontrol.0           : smartcontrol          : IOBROKER-MASTER                          -  enabled
                        system.adapter.smartmeter.0             : smartmeter            : IOBROKER-SLAVE                           - disabled
                      + system.adapter.smartthings.0            : smartthings           : IOBROKER-MASTER                          -  enabled
                      + system.adapter.sonoff.0                 : sonoff                : IOBROKER-MASTER                          -  enabled, port: 1885, bind: 0.0.0.0
                      + system.adapter.sonos.0                  : sonos                 : IOBROKER-MASTER                          -  enabled
                      + system.adapter.sourceanalytix.0         : sourceanalytix        : IOBROKER-MASTER                          -  enabled
                      + system.adapter.synology.0               : synology              : IOBROKER-MASTER                          -  enabled, port: 5000
                      + system.adapter.tahoma.0                 : tahoma                : IOBROKER-MASTER                          -  enabled
                      + system.adapter.tankerkoenig.0           : tankerkoenig          : IOBROKER-MASTER                          -  enabled
                      + system.adapter.telegram.0               : telegram              : IOBROKER-MASTER                          -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.telegram.1               : telegram              : IOBROKER-MASTER                          -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.telegram.2               : telegram              : IOBROKER-MASTER                          -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.text2command.0           : text2command          : IOBROKER-MASTER                          -  enabled
                      + system.adapter.text2command.1           : text2command          : IOBROKER-MASTER                          -  enabled
                      + system.adapter.time-switch.0            : time-switch           : IOBROKER-MASTER                          -  enabled
                      + system.adapter.trashschedule.0          : trashschedule         : IOBROKER-MASTER                          -  enabled
                        system.adapter.trashschedule.1          : trashschedule         : IOBROKER-MASTER                          - disabled
                      + system.adapter.unifi.0                  : unifi                 : IOBROKER-MASTER                          -  enabled
                        system.adapter.upnp.0                   : upnp                  : IOBROKER-MASTER                          - disabled
                      + system.adapter.vaillant.0               : vaillant              : IOBROKER-MASTER                          -  enabled
                      + system.adapter.vis-2.0                  : vis-2                 : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-bars.0               : vis-bars              : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-colorpicker.0        : vis-colorpicker       : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-google-fonts.0       : vis-google-fonts      : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-icontwo.0            : vis-icontwo           : IOBROKER-MASTER                          -  enabled
                      + system.adapter.vis-inventwo.0           : vis-inventwo          : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-justgage.0           : vis-justgage          : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-material-advanced.0  : vis-material-advanced : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-materialdesign.0     : vis-materialdesign    : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-metro.0              : vis-metro             : IOBROKER-MASTER                          - disabled
                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis-weather.0            : vis-weather           : IOBROKER-MASTER                          -  enabled
                        system.adapter.vis.0                    : vis                   : IOBROKER-MASTER                          -  enabled
                      + system.adapter.vw-connect.0             : vw-connect            : IOBROKER-MASTER                          -  enabled
                      + system.adapter.vw-connect.1             : vw-connect            : IOBROKER-MASTER                          -  enabled
                        system.adapter.weatherunderground.0     : weatherunderground    : IOBROKER-MASTER                          -  enabled
                      + system.adapter.web.0                    : web                   : IOBROKER-MASTER                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.webcal.0                 : webcal                : IOBROKER-MASTER                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : IOBROKER-MASTER                          -  enabled
                      + system.adapter.whatsapp-cmb.1           : whatsapp-cmb          : IOBROKER-MASTER                          -  enabled
                      + system.adapter.yahka.0                  : yahka                 : IOBROKER-MASTER                          -  enabled
                      + system.adapter.zigbee.1                 : zigbee                : IOBROKER-SLAVE                           -  enabled, port: /dev/ttyACM0
                      + system.adapter.zigbee.2                 : zigbee                : IOBROKER-MASTER                          -  enabled, port: tcp://192.168.10.24:6638
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : IOBROKER-MASTER                          -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.asterisk.0               : asterisk              : IOBROKER-MASTER                          -  enabled, port: 5038
                      + system.adapter.hass.0                   : hass                  : IOBROKER-MASTER                          -  enabled, port: 8123
                      + system.adapter.hm-rpc.0                 : hm-rpc                : IOBROKER-MASTER                          -  enabled, port: 0
                      + system.adapter.hm-rpc.1                 : hm-rpc                : IOBROKER-MASTER                          -  enabled, port: 0
                      + system.adapter.hm-rpc.2                 : hm-rpc                : IOBROKER-MASTER                          -  enabled, port: 0
                      + system.adapter.hue.0                    : hue                   : IOBROKER-MASTER                          -  enabled, port: 80
                      + system.adapter.influxdb.0               : influxdb              : IOBROKER-MASTER                          -  enabled, port: 8086
                      + system.adapter.kodi.0                   : kodi                  : IOBROKER-MASTER                          -  enabled, port: 9090
                      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : IOBROKER-MASTER                          -  enabled, port: 54321
                      + system.adapter.mqtt-client.0            : mqtt-client           : IOBROKER-MASTER                          -  enabled, port: 1883, bind: 0.0.0.0
                      + system.adapter.mqtt.0                   : mqtt                  : IOBROKER-MASTER                          -  enabled, port: 1883, bind: 0.0.0.0
                      + system.adapter.node-red.0               : node-red              : IOBROKER-MASTER                          -  enabled, port: 1880, bind: 0.0.0.0
                      + system.adapter.ocpp.0                   : ocpp                  : IOBROKER-MASTER                          -  enabled, port: 9220
                      + system.adapter.shelly.0                 : shelly                : IOBROKER-MASTER                          -  enabled, port: 1882, bind: 0.0.0.0
                      + system.adapter.simple-api.0             : simple-api            : IOBROKER-MASTER                          -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                      + system.adapter.sonoff.0                 : sonoff                : IOBROKER-MASTER                          -  enabled, port: 1885, bind: 0.0.0.0
                      + system.adapter.synology.0               : synology              : IOBROKER-MASTER                          -  enabled, port: 5000
                      + system.adapter.telegram.0               : telegram              : IOBROKER-MASTER                          -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.telegram.1               : telegram              : IOBROKER-MASTER                          -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.telegram.2               : telegram              : IOBROKER-MASTER                          -  enabled, port: 8443, bind: 0.0.0.0
                      + system.adapter.web.0                    : web                   : IOBROKER-MASTER                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.webcal.0                 : webcal                : IOBROKER-MASTER                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.zigbee.1                 : zigbee                : IOBROKER-SLAVE                           -  enabled, port: /dev/ttyACM0
                      + system.adapter.zigbee.2                 : zigbee                : IOBROKER-MASTER                          -  enabled, port: tcp://192.168.10.24: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    "admin"        : 6.13.16  , installed 6.13.16
                      Adapter    "alarm"        : 3.6.0    , installed 3.6.0
                      Adapter    "alexa2"       : 3.26.4   , installed 3.26.4
                      Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                      Adapter    "apcups"       : 1.0.15   , installed 1.0.15
                      Adapter    "asterisk"     : 1.0.6    , installed 1.0.6
                      Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                      Adapter    "birthdays"    : 2.4.1    , installed 2.4.1
                      Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                      Adapter    "daswetter"    : 3.1.13   , installed 3.1.13
                      Adapter    "device-watcher": 2.9.6   , installed 2.9.6
                      Adapter    "devices"      : 1.1.5    , installed 1.1.5
                      Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                      Adapter    "doorio"       : 2.1.4    , installed 2.1.4
                      Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                      Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                      Adapter    "email"        : 1.2.2    , installed 1.2.2
                      Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                      Adapter    "flot"         : 1.12.0   , installed 1.12.0
                      Adapter    "fullybrowser" : 3.0.9    , installed 3.0.9
                      Adapter    "ham"          : 5.3.1    , installed 5.3.1
                      Adapter    "hass"         : 1.4.0    , installed 1.4.0
                      Adapter    "heatingcontrol": 2.12.3  , installed 2.12.3
                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                      Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                      Adapter    "hm-rpc"       : 1.16.0   , installed 1.16.0
                      Adapter    "hue"          : 3.10.2   , installed 3.10.2
                      Adapter    "ical"         : 1.13.3   , installed 1.13.3
                      Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                      Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                      Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                      Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                      Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                      Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                      Adapter    "iot"          : 2.0.11   , installed 2.0.11
                      Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                      Controller "js-controller": 5.0.17   , installed 5.0.17
                      Adapter    "kodi"         : 3.0.0    , installed 3.0.0
                      Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                      Adapter    "linktap"      : 0.3.0    , installed 0.3.0
                      Adapter    "linux-control": 1.1.5    , installed 1.1.5
                      Adapter    "mihome-vacuum": 4.1.1    , installed 4.1.1
                      Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                      Adapter    "mpd"          : 1.1.1    , installed 1.1.1
                      Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                      Adapter    "mqtt-client"  : 1.7.0    , installed 1.7.0
                      Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                      Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                      Adapter    "node-red"     : 5.1.0    , installed 5.1.0
                      Adapter    "nuki"         : 1.6.0    , installed 1.6.0
                      Adapter    "nuki-extended": 2.6.5    , installed 2.6.5
                      Adapter    "ocpp"         : 0.12.5   , installed 0.12.5
                      Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                      Adapter    "onvif"        : 1.1.1    , installed 1.1.1
                      Adapter    "paw"          : 0.3.2    , installed 0.3.2
                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                      Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                      Adapter    "reolink"      : 1.0.3    , installed 1.0.3
                      Adapter    "robonect"     : 1.3.4    , installed 1.3.4
                      Adapter    "samsung"      : 0.5.11   , installed 0.5.11
                      Adapter    "samsung_tizen": 1.0.0    , installed 1.0.0
                      Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                      Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                      Adapter    "scheduler"    : 1.1.9    , installed 1.1.9
                      Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                      Adapter    "shuttercontrol": 1.6.3   , installed 1.6.3
                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                      Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                      Adapter    "smartthings"  : 0.0.4    , installed 0.1.1
                      Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                      Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                      Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                      Adapter    "sprinklecontrol": 0.2.13 , installed 0.2.13
                      Adapter    "synology"     : 3.0.1    , installed 3.0.1
                      Adapter    "tahoma"       : 0.10.2   , installed 0.10.2
                      Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                      Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                      Adapter    "text2command" : 3.0.3    , installed 3.0.3
                      Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                      Adapter    "unifi"        : 0.6.7    , installed 0.6.7
                      Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                      Adapter    "vaillant"     : 0.1.2    , installed 0.4.0
                      Adapter    "vis"          : 1.5.4    , installed 1.5.4
                      Adapter    "vis-2"        : 2.9.11   , installed 2.9.11
                      Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                      Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                      Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                      Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                      Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                      Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                      Adapter    "vis-icontwo"  : 1.3.0    , installed 1.3.0
                      Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                      Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                      Adapter    "vis-justgage" : 2.1.0    , installed 2.1.0
                      Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                      Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                      Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                      Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                      Adapter    "volumio"      : 0.1.2    , installed 0.1.3
                      Adapter    "vw-connect"   : 0.0.67   , installed 0.5.1
                      Adapter    "weatherunderground": 3.6.0, installed 3.6.0
                      Adapter    "web"          : 6.2.3    , installed 6.2.3
                      Adapter    "webcal"       : 1.3.0    , installed 1.1.0  [Updatable]
                      Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                      Adapter    "ws"           : 2.5.10   , installed 2.5.10
                      Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                      Adapter    "zigbee"       : 1.10.1   , installed 1.10.1
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        56453
                      States:         48398
                      
                      *** OS-Repositories and Updates ***
                      W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      Hit:1 http://deb.debian.org/debian bookworm InRelease
                      Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
                      Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                      Hit:4 https://repos.influxdata.com/debian stable InRelease
                      Hit:5 https://apt.grafana.com stable InRelease
                      Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                      Reading package lists...
                      W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/influxdata.list:1 and /etc/apt/sources.list.d/influxdb.list:1
                      Pending Updates: 17
                      
                      *** 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:111             0.0.0.0:*               LISTEN      0          65         1/init
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          16086      969/sshd: /usr/sbin
                      tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      1001       74578738   2501883/node-red
                      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       74583578   2502418/io.shelly.0
                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       74587586   2502993/io.mqtt.0
                      tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       74587587   2502993/io.mqtt.0
                      tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       74591520   2502919/io.sonoff.0
                      tcp        0      0 0.0.0.0:1080            0.0.0.0:*               LISTEN      1000       75512632   2690492/nc
                      tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          73118439   2210884/cupsd
                      tcp        0      0 0.0.0.0:5038            0.0.0.0:*               LISTEN      121        18592      1008/asterisk
                      tcp        0      0 192.168.10.16:2001      0.0.0.0:*               LISTEN      1001       74582911   2502463/io.hm-rpc.0
                      tcp        0      0 192.168.10.16:2010      0.0.0.0:*               LISTEN      1001       74595393   2502564/io.hm-rpc.1
                      tcp        0      0 192.168.10.16:9292      0.0.0.0:*               LISTEN      1001       74583000   2502888/io.hm-rpc.2
                      tcp        0      0 0.0.0.0:6379            0.0.0.0:*               LISTEN      118        74603472   2507490/redis-serve
                      tcp        0      0 127.0.0.1:44949         0.0.0.0:*               LISTEN      122        42316113   250044/plugin_start
                      tcp6       0      0 :::111                  :::*                    LISTEN      0          1711       1/init
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          16088      969/sshd: /usr/sbin
                      tcp6       0      0 :::9220                 :::*                    LISTEN      1001       74585814   2503615/io.ocpp.0
                      tcp6       0      0 :::51989                :::*                    LISTEN      1001       74594491   2502433/io.nuki-ext
                      tcp6       0      0 :::35615                :::*                    LISTEN      1001       74591906   2504296/io.yahka.0
                      tcp6       0      0 :::3000                 :::*                    LISTEN      122        42309336   249599/grafana
                      tcp6       0      0 ::1:631                 :::*                    LISTEN      0          73118438   2210884/cupsd
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       74592281   2501830/io.admin.0
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       74598671   2504408/io.web.0
                      tcp6       0      0 :::8086                 :::*                    LISTEN      998        22728      1022/influxd
                      tcp6       0      0 :::8087                 :::*                    LISTEN      1001       74591795   2503730/io.simple-a
                      udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          15910      1/init
                      udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          73118444   2210886/cups-browse
                      udp        0      0 0.0.0.0:42823           0.0.0.0:*                           111        23664      879/avahi-daemon: r
                      udp        0      0 192.168.10.16:1905      0.0.0.0:*                           1001       75515310   2502935/io.sonos.0
                      udp        0      0 0.0.0.0:35072           0.0.0.0:*                           121        22715      1008/asterisk
                      udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       74596509   2503080/io.mihome-v
                      udp        0      0 0.0.0.0:4569            0.0.0.0:*                           121        18609      1008/asterisk
                      udp        0      0 0.0.0.0:5060            0.0.0.0:*                           121        18610      1008/asterisk
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       74592712   2503132/io.chromeca
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           111        23662      879/avahi-daemon: r
                      udp6       0      0 :::111                  :::*                                0          22563      1/init
                      udp6       0      0 :::50118                :::*                                111        23665      879/avahi-daemon: r
                      udp6       0      0 :::54441                :::*                                121        22716      1008/asterisk
                      udp6       0      0 :::5353                 :::*                                111        23663      879/avahi-daemon: r
                      
                      *** Log File - Last 25 Lines ***
                      
                      2024-02-06 18:54:18.958  - info: ocpp.0 (2503615) Received Status Notification from "/2203020632A.2": Available
                      2024-02-06 18:54:18.964  - info: sourceanalytix.0 (2503761) Updating SourceAnalytix configuration for : ocpp.0./2203020632A.2.lastTransactionConsumption
                      2024-02-06 18:54:18.966  - info: sourceanalytix.0 (2503761) Updating SourceAnalytix configuration for : ocpp.0./2203020632A.2.transactionEndMeter
                      2024-02-06 18:54:19.652  - info: ocpp.0 (2503615) Requesting StatusNotification from "/2203020632A"
                      2024-02-06 18:54:19.769  - debug: ocpp.0 (2503615) {"connectorId":1,"errorCode":"NoError","info":"","status":"Available","timestamp":"2024-02-06T17:54:19.7116565Z","commandOcpp":"StatusNotification"}
                      2024-02-06 18:54:19.770  - info: ocpp.0 (2503615) Received Status Notification from "/2203020632A.1": Available
                      2024-02-06 18:54:19.929  - debug: ocpp.0 (2503615) {"connectorId":2,"errorCode":"NoError","info":"","status":"Available","timestamp":"2024-02-06T17:54:19.7116827Z","commandOcpp":"StatusNotification"}
                      2024-02-06 18:54:19.930  - info: ocpp.0 (2503615) Received Status Notification from "/2203020632A.2": Available
                      2024-02-06 18:54:20.726  - info: ocpp.0 (2503615) Requesting MeterValues from "/2203020632A"
                      2024-02-06 18:54:21.798  - info: ocpp.0 (2503615) Sending GetConfiguration to "/2203020632A"
                      2024-02-06 18:54:21.937  - debug: ocpp.0 (2503615) Received configuration from /2203020632A: {"configurationKey":[{"key":"NumberOfConnectors","readonly":true,"value":"2"},{"key":"DownLight","readonly":false,"value":"True"},{"key":"Dimmer","readonly":false,"value":"Low"},{"key":"Schuko","readonly":true,"value":"Off"},{"key":"DefaultIdTag","readonly":false,"value":"999999"},{"key":"DefaultIdTagEnabled","readonly":false,"value":"True"},{"key":"StopTransactionOnEVSideDisconnect","readonly":true,"value":"True"},{"key":"StopTransactionOnInvalidId","readonly":false,"value":"True"},{"key":"MeterValueSampleInterval","readonly":false,"value":"30"},{"key":"HeartbeatInterval","readonly":false,"value":"10"},{"key":"AuthorizeRemoteTxRequests","readonly":true,"value":"True"},{"key":"ClockAlignedDataInterval","readonly":false,"value":"0"},{"key":"ConnectionTimeOut","readonly":false,"value":"60"},{"key":"GetConfigurationMaxKeys","readonly":true,"value":"31"},{"key":"LocalAuthorizeOffline","readonly":false,"value":"True"},{"key":"LocalPreAuthorize","readonly":false,"value":"False"},{"key":"MeterValuesAlignedData","readonly":false,"value":""},{"key":"MeterValuesSampledData","readonly":false,"value":"Voltage,Current.Import,Energy.Active.Import.Register"},{"key":"ResetRetries","readonly":false,"value":"0"},{"key":"StopTxnAlignedData","readonly":false,"value":"False"},{"key":"StopTxnSampledData","readonly":false,"value":"False"},{"key":"TransactionMessageAttempts","readonly":false,"value":"0"},{"key":"TransactionMessageRetryInterval","readonly":false,"value":"0"},{"key":"UnlockConnectorOnEVSideDisconnect","readonly":false,"value":"False"},{"key":"ConnectorPhaseRotation","readonly":false,"value":"NotApplicable"},{"key":"SupportedFeatureProfiles","readonly":true,"value":"Core"},{"key":"AllowOfflineTxForUnknownId","readonly":false,"value":"False"},{"key":"AuthorizationCacheEnabled","readonly":false,"value":"True"},{"key":"AssignedCurrent","readonly":false,"value":"32.00;32.00"},{"key":"AuthorizationKey","readonly":false,"value":""},{"key":"SecurityProfile","readonly":false,"value":"0"}],"unknownKey":[]}
                      2024-02-06 18:54:21.990  - info: ocpp.0 (2503615) Supported profiles by client "/2203020632A" are "Core"
                      2024-02-06 18:54:22.001  - info: ocpp.0 (2503615) Removing SmartCharging functionality as unsupported
                      2024-02-06 18:54:22.009  - info: ocpp.0 (2503615) Removing LocalAuthListManagement functionality as unsupported
                      2024-02-06 18:54:27.560  - info: linktap.0 (2504393) updateWateringStatus started
                      2024-02-06 18:54:28.086  - info: linktap.0 (2504393) Queried watering status for device Ventil-1. Status: 200
                      2024-02-06 18:54:28.588  - info: linktap.0 (2504393) Queried watering status for device Ventil-2. Status: 200
                      2024-02-06 18:54:29.087  - info: linktap.0 (2504393) Queried watering status for device Ventil-3. Status: 200
                      2024-02-06 18:54:29.590  - info: linktap.0 (2504393) Queried watering status for device Ventil-4. Status: 200
                      2024-02-06 18:54:30.091  - info: linktap.0 (2504393) Queried watering status for device Ventil-5. Status: 200
                      2024-02-06 18:54:30.591  - info: linktap.0 (2504393) Queried watering status for device Ventil-6. Status: 200
                      2024-02-06 18:54:30.592  - info: linktap.0 (2504393) updateWateringStatus finished
                      2024-02-06 18:54:30.720  - info: javascript.0 (2501928) script.js.common.Diverses.BatterieUeberwachung185: Reaching CheckDeadBatt()
                      2024-02-06 18:54:30.722  - info: javascript.0 (2501928) script.js.common.Diverses.BatterieUeberwachung185: Reaching MakeTable
                      2024-02-06 18:54:30.726  - info: javascript.0 (2501928) script.js.common.Diverses.BatterieUeberwachung185: Reaching MakeJSONTable
                      
                      

                      Top sieht so aus :

                      top - 18:58:10 up 25 days, 10:23,  1 user,  load average: 0.47, 0.44, 0.39
                      Tasks: 420 total,   1 running, 419 sleeping,   0 stopped,   0 zombie
                      %Cpu(s):   1.0/0.5     1[|                                                                                                   ]
                      MiB Mem :  11926.7 total,    930.9 free,   8022.1 used,   3290.3 buff/cache
                      MiB Swap:   2044.0 total,   1761.0 free,    283.0 used.   3904.6 avail Mem
                      
                          PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
                      2502494 iobroker  20   0  970908 115660  39628 S   5.9   0.9   0:33.15 io.alexa2.0
                      2502418 iobroker  20   0  718700 119496  38512 S   3.0   1.0   9:29.04 io.shelly.0
                      2507490 redis     20   0 2380112 956748   8916 S   2.6   7.8  25:35.59 redis-server
                      2501928 iobroker  20   0 1228744 348208  45036 S   2.3   2.9  26:04.94 io.javascript.0
                      2501985 iobroker  20   0 1026816 164916  38276 S   1.7   1.4   9:44.20 io.influxdb.0
                      2501872 iobroker  20   0  889924 156760  38196 S   1.0   1.3   9:43.59 io.history.0
                      2502388 iobroker  20   0  677664 104916  38476 S   1.0   0.9   8:04.91 io.kodi.0
                      2503052 iobroker  20   0   10.7g 112432  40076 S   1.0   0.9   1:53.66 io.synology.0
                         1008 asterisk -11   0 5204544  35892  20324 S   0.7   0.3 312:22.63 asterisk
                         1338 Debian-+  20   0 6338796 107844  35444 S   0.7   0.9  63:55.86 gnome-shell
                      2692777 debian    20   0   11648   5448   3296 R   0.7   0.0   0:00.55 top
                          802 root      20   0  241528   9844   6408 S   0.3   0.1  47:58.63 vmtoolsd
                       249599 grafana   20   0 1677572 128360  51340 S   0.3   1.1  24:23.42 grafana
                       250044 grafana   20   0  664160  61604  14420 S   0.3   0.5  72:02.49 plugin_start_li
                      2501812 iobroker  20   0   11.1g 282464  45948 S   0.3   2.3   2:25.60 iobroker.js-con
                      2501894 iobroker  20   0 1004340 131644  44840 S   0.3   1.1   1:03.47 io.telegram.2
                      2501913 iobroker  20   0  687568  79528  38324 S   0.3   0.7   0:13.81 io.email.0
                      2502001 iobroker  20   0 1003480 123116  39248 S   0.3   1.0   1:03.21 io.telegram.0
                      2502018 iobroker  20   0  687428  81080  38204 S   0.3   0.7   0:13.52 io.pushover.0
                      2502357 iobroker  20   0 1005648 130384  44844 S   0.3   1.1   1:03.65 io.telegram.1
                      2502510 iobroker  20   0  698448  92956  38472 S   0.3   0.8   0:19.54 io.hass.0
                      2502935 iobroker  20   0  686568  81752  38264 S   0.3   0.7   0:33.03 io.sonos.0
                      2502993 iobroker  20   0  773696  98832  38352 S   0.3   0.8   0:28.60 io.mqtt.0
                      2503080 iobroker  20   0  693196  88192  38196 S   0.3   0.7   0:29.98 io.mihome-vacuu
                      2503148 iobroker  20   0  690772  83992  38244 S   0.3   0.7   1:53.38 io.net-tools.0
                      2503429 iobroker  20   0  737980 112192  38280 S   0.3   0.9   0:50.42 io.mqtt-client.
                      2504296 iobroker  20   0  760992  93404  39180 S   0.3   0.8   0:58.30 io.yahka.0
                      2504393 iobroker  20   0  958140  93000  39352 S   0.3   0.8   1:01.79 io.linktap.0
                      2662239 root      20   0       0      0      0 I   0.3   0.0   0:03.22 kworker/9:0-events
                            1 root      20   0  169580  12604   7964 S   0.0   0.1   0:34.39 systemd
                            2 root      20   0       0      0      0 S   0.0   0.0   0:04.01 kthreadd
                            3 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 rcu_gp
                            4 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 rcu_par_gp
                            5 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 slub_flushwq
                            6 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 netns
                            8 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker/0:0H-events_highpri
                           10 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 mm_percpu_wq
                           11 root      20   0       0      0      0 I   0.0   0.0   0:00.00 rcu_tasks_kthread
                           12 root      20   0       0      0      0 I   0.0   0.0   0:00.00 rcu_tasks_rude_kthread
                           13 root      20   0       0      0      0 I   0.0   0.0   0:00.00 rcu_tasks_trace_kthread
                           14 root      20   0       0      0      0 S   0.0   0.0   0:23.37 ksoftirqd/0
                      
                      

                      Da steht oben immer ein anderer Wert drin , je nach dem alle mit io.XXXX , aber nur so um die 9% bis max 30%

                      Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @sunny9999 last edited by

                        @sunny9999 sagte in Performance verbessern:

                        Da steht oben immer ein anderer Wert drin

                        achwas 🙂

                        aber hiet

                        @sunny9999 sagte in Performance verbessern:

                        load average: 0.47, 0.44, 0.39

                        ist kein Hinweis auf Überlastung durch I/O oder Prozesse

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

                          @sunny9999

                          Deine .list-Files für influxdb sind komplett chaotisch. Hat aber nix mit deinem 'Problem' direkt zu tun.

                          Und wozu brauchst du die gnome-shell?

                             1338 Debian-+  20   0 6338796 107844  35444 S   0.7   0.9  63:55.86 gnome-shell
                          
                          S 1 Reply Last reply Reply Quote 0
                          • S
                            sunny9999 @Thomas Braun last edited by

                            @thomas-braun
                            keine Ahnung wo die herkommt........kann man die deinstallieren und wenn ja wie ? wenns was bringt.......
                            Idee wie ich die Influxdb .list files hinbiegen kann ? ( nur so am Rande).......

                            Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @sunny9999 last edited by

                              @sunny9999 was machst du mit den mounts?
                              rauschen da die Daten dauerhaft und viel durch?
                              bei diashow werde ich auch hellhörig

                              S 1 Reply Last reply Reply Quote 0
                              • S
                                sunny9999 @Homoran last edited by

                                @homoran
                                die mounts sind nur für Backups.....die slideshow läuft nicht, war mal ein Versuch, danke für den Hinweis schon fast vergessen....jetzt disabled....

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

                                  @sunny9999 sagte in Performance verbessern:

                                  Idee wie ich die Influxdb .list files hinbiegen kann ? ( nur so am Rande).......

                                  sudo rm /etc/apt/sources.list.d/influx*
                                  wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                  echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                                  echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                  rm influxdata-archive_compat.key
                                  sudo apt update
                                  sudo apt full-upgrade
                                  

                                  Setz den user 'debian' in die Gruppe 'adm':

                                  sudo usermod -a -G adm debian
                                  

                                  Boot Target: graphical.target

                                  sudo systemctl set-default multi-user.target
                                  sudo reboot
                                  

                                  Was ist denn mit dem los?

                                  *** FAILED SERVICES ***
                                  
                                    UNIT            LOAD   ACTIVE SUB    DESCRIPTION
                                  * apcupsd.service loaded failed failed UPS power management daemon
                                  
                                  S 1 Reply Last reply Reply Quote 0
                                  • S
                                    sunny9999 @Thomas Braun last edited by

                                    @thomas-braun
                                    @thomas-braun sagte in Performance verbessern:
                                    Top Vielen Dank !
                                    das war mal ein daemon für ne apc usv .....die hing damals als Server im Netz, weiss nur nicht wie ich die wieder deinstallieren kann, weisst du das ?

                                    Alles so gemacht.....iob diag sieht nun wie folgt aus :

                                    Skript v.2023-10-10
                                    
                                    *** BASE SYSTEM ***
                                     Static hostname: IOBROKER-MASTER
                                           Icon name: computer-vm
                                             Chassis: vm 🖴
                                      Virtualization: vmware
                                    Operating System: Debian GNU/Linux 12 (bookworm)
                                              Kernel: Linux 6.1.0-17-amd64
                                        Architecture: x86-64
                                     Hardware Vendor: VMware, Inc.
                                      Hardware Model: VMware Virtual Platform
                                    Firmware Version: 6.00
                                    
                                    model name      : Intel(R) Xeon(R) Gold 6152 CPU @ 2.10GHz
                                    Docker          : false
                                    Virtualization  : vmware
                                    Kernel          : x86_64
                                    Userland        : amd64
                                    
                                    Systemuptime and Load:
                                     19:36:28 up 8 min,  1 user,  load average: 0.74, 1.27, 0.75
                                    CPU threads: 16
                                    
                                    
                                    *** Time and Time Zones ***
                                                   Local time: Tue 2024-02-06 19:36:28 CET
                                               Universal time: Tue 2024-02-06 18:36:28 UTC
                                                     RTC time: Tue 2024-02-06 18:36:28
                                                    Time zone: Europe/Berlin (CET, +0100)
                                    System clock synchronized: yes
                                                  NTP service: active
                                              RTC in local TZ: no
                                    
                                    *** User and Groups ***
                                    debian
                                    /home/debian
                                    debian adm cdrom floppy sudo audio dip video plugdev netdev bluetooth lpadmin scanner iobroker
                                    
                                    *** X-Server-Setup ***
                                    X-Server:       false
                                    Desktop:
                                    Terminal:       tty
                                    Boot Target:    multi-user.target
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:             12G        6.2G        4.5G        1.4M        2.1G        6.3G
                                    Swap:           2.1G          0B        2.1G
                                    Total:           14G        6.2G        6.6G
                                    
                                            11926 M total memory
                                             5937 M used memory
                                              505 M active memory
                                             6580 M inactive memory
                                             4246 M free memory
                                              136 M buffer memory
                                             1892 M swap cache
                                             2043 M total swap
                                                0 M used swap
                                             2043 M free swap
                                    
                                    *** FAILED SERVICES ***
                                    
                                      UNIT            LOAD   ACTIVE SUB    DESCRIPTION
                                    * apcupsd.service loaded failed failed UPS power management daemon
                                    
                                    LOAD   = Reflects whether the unit definition was properly loaded.
                                    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                    SUB    = The low-level unit activation state, values depend on unit type.
                                    1 loaded units listed.
                                    
                                    *** FILESYSTEM ***
                                    Filesystem                                                               Type      Size  Used Avail Use% Mounted on
                                    udev                                                                     devtmpfs  5.8G     0  5.8G   0% /dev
                                    tmpfs                                                                    tmpfs     1.2G  1.3M  1.2G   1% /run
                                    /dev/mapper/debian10--vg-root                                            ext4      107G   43G   60G  42% /
                                    tmpfs                                                                    tmpfs     5.9G     0  5.9G   0% /dev/shm
                                    tmpfs                                                                    tmpfs     5.0M     0  5.0M   0% /run/lock
                                    /dev/sda1                                                                ext2      234M  128M   95M  58% /boot
                                    /dev/mapper/debian10--vg-tmp                                             ext4      1.2G  116K  1.1G   1% /tmp
                                    /dev/mapper/debian10--vg-home                                            ext4       70G  8.6G   58G  13% /home
                                    /dev/mapper/debian10--vg-var                                             ext4      6.4G  2.0G  4.0G  34% /var
                                    192.168.10.47:/volume2/Backup                                            nfs4      1.9T  499G  1.4T  26% /mnt/BACKUP
                                    192.168.10.47:/volume2/photo/PROJEKTBILDER/Situationen/Diashow-MonitorPi nfs4      1.9T  499G  1.4T  26% /mnt/photosyno
                                    192.168.10.47:/volume1/IOBROKER                                          nfs4      2.7T  1.6T  1.1T  61% /mnt/IOBROKERDATA
                                    tmpfs                                                                    tmpfs     1.2G   60K  1.2G   1% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Tue Feb  6 19:27:39 2024] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Quota mode: none.
                                    [Tue Feb  6 19:27:40 2024] EXT4-fs (dm-0): re-mounted. Quota mode: none.
                                    [Tue Feb  6 19:27:41 2024] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
                                    [Tue Feb  6 19:27:41 2024] EXT4-fs (sda1): mounted filesystem without journal. Quota mode: none.
                                    [Tue Feb  6 19:27:41 2024] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Quota mode: none.
                                    [Tue Feb  6 19:27:41 2024] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Quota mode: none.
                                    [Tue Feb  6 19:27:41 2024] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Quota mode: none.
                                    
                                    Show mounted filesystems \(real ones only\):
                                    TARGET              SOURCE                                                                   FSTYPE OPTIONS
                                    /                   /dev/mapper/debian10--vg-root                                            ext4   rw,relatime,errors=remount-ro
                                    |-/boot             /dev/sda1                                                                ext2   rw,relatime
                                    |-/tmp              /dev/mapper/debian10--vg-tmp                                             ext4   rw,relatime
                                    |-/home             /dev/mapper/debian10--vg-home                                            ext4   rw,relatime
                                    |-/var              /dev/mapper/debian10--vg-var                                             ext4   rw,relatime
                                    |-/mnt/BACKUP       192.168.10.47:/volume2/Backup                                            nfs4   rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.10.16,local_lock=none,addr=192.168.10.47
                                    |-/mnt/photosyno    192.168.10.47:/volume2/photo/PROJEKTBILDER/Situationen/Diashow-MonitorPi nfs4   rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.10.16,local_lock=none,addr=192.168.10.47
                                    `-/mnt/IOBROKERDATA 192.168.10.47:/volume1/IOBROKER                                          nfs4   rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.10.16,local_lock=none,addr=192.168.10.47
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    2.0G    /var/
                                    1.5G    /var/lib
                                    525M    /var/lib/grafana
                                    520M    /var/lib/grafana/plugins
                                    516M    /var/lib/grafana/plugins/grafana-image-renderer
                                    
                                    Archived and active journals take up 85.3M in the file system.
                                    
                                    /opt/iobroker/backups:
                                    1.8G    /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    31G     /opt/iobroker/iobroker-data/
                                    30G     /opt/iobroker/iobroker-data/history
                                    947M    /opt/iobroker/iobroker-data/files
                                    195M    /opt/iobroker/iobroker-data/backup-objects
                                    176M    /opt/iobroker/iobroker-data/files/vis-2
                                    
                                    The five largest files in iobroker-data are:
                                    46M     /opt/iobroker/iobroker-data/objects.jsonl
                                    35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                    33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                                    24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                                    24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.2b7495c2.js.map
                                    
                                    USB-Devices by-id:
                                    USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                    
                                    find: '/dev/serial/by-id/': No such file or directory
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v18.19.0
                                    /usr/bin/node           v18.19.0
                                    /usr/bin/npm            10.2.3
                                    /usr/bin/npx            10.2.3
                                    /usr/bin/corepack       0.22.0
                                    
                                    
                                    nodejs:
                                      Installed: 18.19.0-1nodesource1
                                      Candidate: 18.19.0-1nodesource1
                                      Version table:
                                         18.19.0+dfsg-6~deb12u1 500
                                            500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                                     *** 18.19.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            100 /var/lib/dpkg/status
                                         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.
                                    
                                    At least one iobroker host is running.
                                    
                                    Objects type: redis
                                    States  type: redis
                                    
                                    Core adapters versions
                                    js-controller:  5.0.17
                                    admin:          6.13.16
                                    javascript:     7.1.6
                                    
                                    Adapters from github:   21
                                    
                                    Adapter State
                                    + system.adapter.admin.0                  : admin                 : IOBROKER-MASTER                          -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.alarm.0                  : alarm                 : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.alexa2.0                 : alexa2                : IOBROKER-MASTER                          -  enabled
                                      system.adapter.alias-manager.0          : alias-manager         : IOBROKER-MASTER                          -  enabled
                                      system.adapter.apcups.0                 : apcups                : IOBROKER-MASTER                          - disabled
                                    + system.adapter.asterisk.0               : asterisk              : IOBROKER-MASTER                          -  enabled, port: 5038
                                    + system.adapter.backitup.0               : backitup              : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.backitup.1               : backitup              : IOBROKER-SLAVE                           -  enabled
                                    + system.adapter.chromecast.0             : chromecast            : IOBROKER-MASTER                          -  enabled
                                      system.adapter.daswetter.0              : daswetter             : IOBROKER-MASTER                          -  enabled
                                      system.adapter.device-watcher.0         : device-watcher        : IOBROKER-MASTER                          - disabled
                                      system.adapter.devices.0                : devices               : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.discovery.0              : discovery             : IOBROKER-MASTER                          -  enabled
                                      system.adapter.dwd.0                    : dwd                   : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.echarts.0                : echarts               : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.email.0                  : email                 : IOBROKER-MASTER                          -  enabled
                                      system.adapter.feiertage.0              : feiertage             : IOBROKER-MASTER                          -  enabled
                                      system.adapter.flot.0                   : flot                  : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.fullybrowser.0           : fullybrowser          : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.gartenbewaesserung.0     : gartenbewaesserung    : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.govee-app.0              : govee-app             : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.ham.0                    : ham                   : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.hass.0                   : hass                  : IOBROKER-MASTER                          -  enabled, port: 8123
                                      system.adapter.heatingcontrol.0         : heatingcontrol        : IOBROKER-MASTER                          - disabled
                                      system.adapter.hiob.0                   : hiob                  : IOBROKER-MASTER                          - disabled
                                    + system.adapter.history.0                : history               : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.hm-rega.0                : hm-rega               : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : IOBROKER-MASTER                          -  enabled, port: 0
                                    + system.adapter.hm-rpc.1                 : hm-rpc                : IOBROKER-MASTER                          -  enabled, port: 0
                                    + system.adapter.hm-rpc.2                 : hm-rpc                : IOBROKER-MASTER                          -  enabled, port: 0
                                    + system.adapter.hue.0                    : hue                   : IOBROKER-MASTER                          -  enabled, port: 80
                                      system.adapter.husq-automower.0         : husq-automower        : IOBROKER-MASTER                          - disabled
                                      system.adapter.ical.0                   : ical                  : IOBROKER-MASTER                          -  enabled
                                      system.adapter.ical.1                   : ical                  : IOBROKER-MASTER                          -  enabled
                                      system.adapter.ical.2                   : ical                  : IOBROKER-MASTER                          -  enabled
                                      system.adapter.icons-material-png.0     : icons-material-png    : IOBROKER-MASTER                          -  enabled
                                      system.adapter.icons-mfd-png.0          : icons-mfd-png         : IOBROKER-MASTER                          -  enabled
                                      system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : IOBROKER-MASTER                          -  enabled
                                      system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.influxdb.0               : influxdb              : IOBROKER-MASTER                          -  enabled, port: 8086
                                      system.adapter.info.0                   : info                  : IOBROKER-MASTER                          - disabled
                                    + system.adapter.javascript.0             : javascript            : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.kodi.0                   : kodi                  : IOBROKER-MASTER                          -  enabled, port: 9090
                                    + system.adapter.linkeddevices.0          : linkeddevices         : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.linktap.0                : linktap               : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.linux-control.0          : linux-control         : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.mihome-vacuum.0          : mihome-vacuum         : IOBROKER-MASTER                          -  enabled, port: 54321
                                    + system.adapter.mqtt-client.0            : mqtt-client           : IOBROKER-MASTER                          -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.mqtt.0                   : mqtt                  : IOBROKER-MASTER                          -  enabled, port: 1883, bind: 0.0.0.0
                                      system.adapter.mytime.0                 : mytime                : IOBROKER-MASTER                          - disabled
                                    + system.adapter.net-tools.0              : net-tools             : IOBROKER-MASTER                          -  enabled
                                      system.adapter.netatmo-crawler.0        : netatmo-crawler       : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.node-red.0               : node-red              : IOBROKER-MASTER                          -  enabled, port: 1880, bind: 0.0.0.0
                                    + system.adapter.notificationforandroidtv.0: notificationforandroidtv: IOBROKER-MASTER                          -  enabled
                                    + system.adapter.nuki-extended.0          : nuki-extended         : IOBROKER-MASTER                          -  enabled
                                      system.adapter.oasecontrol.0            : oasecontrol           : IOBROKER-MASTER                          - disabled
                                    + system.adapter.ocpp.0                   : ocpp                  : IOBROKER-MASTER                          -  enabled, port: 9220
                                    + system.adapter.onkyo.0                  : onkyo                 : IOBROKER-MASTER                          -  enabled
                                      system.adapter.onvif.0                  : onvif                 : IOBROKER-MASTER                          - disabled
                                    + system.adapter.ping.0                   : ping                  : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.pushover.0               : pushover              : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.reolink.0                : reolink               : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.robonect.0               : robonect              : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.samsung.0                : samsung               : IOBROKER-MASTER                          -  enabled
                                      system.adapter.samsung_tizen.0          : samsung_tizen         : IOBROKER-MASTER                          - disabled, port: 8002
                                    + system.adapter.sayit.0                  : sayit                 : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.scenes.0                 : scenes                : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.scheduler.0              : scheduler             : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.shelly.0                 : shelly                : IOBROKER-MASTER                          -  enabled, port: 1882, bind: 0.0.0.0
                                      system.adapter.shuttercontrol.0         : shuttercontrol        : IOBROKER-MASTER                          - disabled
                                    + system.adapter.simple-api.0             : simple-api            : IOBROKER-MASTER                          -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                      system.adapter.slideshow.0              : slideshow             : IOBROKER-MASTER                          - disabled
                                    + system.adapter.smartcontrol.0           : smartcontrol          : IOBROKER-MASTER                          -  enabled
                                      system.adapter.smartmeter.0             : smartmeter            : IOBROKER-SLAVE                           - disabled
                                    + system.adapter.smartthings.0            : smartthings           : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.sonoff.0                 : sonoff                : IOBROKER-MASTER                          -  enabled, port: 1885, bind: 0.0.0.0
                                    + system.adapter.sonos.0                  : sonos                 : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.sourceanalytix.0         : sourceanalytix        : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.synology.0               : synology              : IOBROKER-MASTER                          -  enabled, port: 5000
                                    + system.adapter.tahoma.0                 : tahoma                : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.tankerkoenig.0           : tankerkoenig          : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.telegram.0               : telegram              : IOBROKER-MASTER                          -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.telegram.1               : telegram              : IOBROKER-MASTER                          -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.telegram.2               : telegram              : IOBROKER-MASTER                          -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.text2command.0           : text2command          : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.text2command.1           : text2command          : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.time-switch.0            : time-switch           : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.trashschedule.0          : trashschedule         : IOBROKER-MASTER                          -  enabled
                                      system.adapter.trashschedule.1          : trashschedule         : IOBROKER-MASTER                          - disabled
                                    + system.adapter.unifi.0                  : unifi                 : IOBROKER-MASTER                          -  enabled
                                      system.adapter.upnp.0                   : upnp                  : IOBROKER-MASTER                          - disabled
                                    + system.adapter.vaillant.0               : vaillant              : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.vis-2.0                  : vis-2                 : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-bars.0               : vis-bars              : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-colorpicker.0        : vis-colorpicker       : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-google-fonts.0       : vis-google-fonts      : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-icontwo.0            : vis-icontwo           : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.vis-inventwo.0           : vis-inventwo          : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-justgage.0           : vis-justgage          : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-material-advanced.0  : vis-material-advanced : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-materialdesign.0     : vis-materialdesign    : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-metro.0              : vis-metro             : IOBROKER-MASTER                          - disabled
                                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis-weather.0            : vis-weather           : IOBROKER-MASTER                          -  enabled
                                      system.adapter.vis.0                    : vis                   : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.vw-connect.0             : vw-connect            : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.vw-connect.1             : vw-connect            : IOBROKER-MASTER                          -  enabled
                                      system.adapter.weatherunderground.0     : weatherunderground    : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.web.0                    : web                   : IOBROKER-MASTER                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.webcal.0                 : webcal                : IOBROKER-MASTER                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.whatsapp-cmb.1           : whatsapp-cmb          : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.yahka.0                  : yahka                 : IOBROKER-MASTER                          -  enabled
                                    + system.adapter.zigbee.1                 : zigbee                : IOBROKER-SLAVE                           -  enabled, port: /dev/ttyACM0
                                    + system.adapter.zigbee.2                 : zigbee                : IOBROKER-MASTER                          -  enabled, port: tcp://192.168.10.24:6638
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : IOBROKER-MASTER                          -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.asterisk.0               : asterisk              : IOBROKER-MASTER                          -  enabled, port: 5038
                                    + system.adapter.hass.0                   : hass                  : IOBROKER-MASTER                          -  enabled, port: 8123
                                    + system.adapter.hm-rpc.0                 : hm-rpc                : IOBROKER-MASTER                          -  enabled, port: 0
                                    + system.adapter.hm-rpc.1                 : hm-rpc                : IOBROKER-MASTER                          -  enabled, port: 0
                                    + system.adapter.hm-rpc.2                 : hm-rpc                : IOBROKER-MASTER                          -  enabled, port: 0
                                    + system.adapter.hue.0                    : hue                   : IOBROKER-MASTER                          -  enabled, port: 80
                                    + system.adapter.influxdb.0               : influxdb              : IOBROKER-MASTER                          -  enabled, port: 8086
                                    + system.adapter.kodi.0                   : kodi                  : IOBROKER-MASTER                          -  enabled, port: 9090
                                    + system.adapter.mihome-vacuum.0          : mihome-vacuum         : IOBROKER-MASTER                          -  enabled, port: 54321
                                    + system.adapter.mqtt-client.0            : mqtt-client           : IOBROKER-MASTER                          -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.mqtt.0                   : mqtt                  : IOBROKER-MASTER                          -  enabled, port: 1883, bind: 0.0.0.0
                                    + system.adapter.node-red.0               : node-red              : IOBROKER-MASTER                          -  enabled, port: 1880, bind: 0.0.0.0
                                    + system.adapter.ocpp.0                   : ocpp                  : IOBROKER-MASTER                          -  enabled, port: 9220
                                    + system.adapter.shelly.0                 : shelly                : IOBROKER-MASTER                          -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.simple-api.0             : simple-api            : IOBROKER-MASTER                          -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                    + system.adapter.sonoff.0                 : sonoff                : IOBROKER-MASTER                          -  enabled, port: 1885, bind: 0.0.0.0
                                    + system.adapter.synology.0               : synology              : IOBROKER-MASTER                          -  enabled, port: 5000
                                    + system.adapter.telegram.0               : telegram              : IOBROKER-MASTER                          -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.telegram.1               : telegram              : IOBROKER-MASTER                          -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.telegram.2               : telegram              : IOBROKER-MASTER                          -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.web.0                    : web                   : IOBROKER-MASTER                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.webcal.0                 : webcal                : IOBROKER-MASTER                          -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.zigbee.1                 : zigbee                : IOBROKER-SLAVE                           -  enabled, port: /dev/ttyACM0
                                    + system.adapter.zigbee.2                 : zigbee                : IOBROKER-MASTER                          -  enabled, port: tcp://192.168.10.24: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    "admin"        : 6.13.16  , installed 6.13.16
                                    Adapter    "alarm"        : 3.6.0    , installed 3.6.0
                                    Adapter    "alexa2"       : 3.26.4   , installed 3.26.4
                                    Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                    Adapter    "apcups"       : 1.0.15   , installed 1.0.15
                                    Adapter    "asterisk"     : 1.0.6    , installed 1.0.6
                                    Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                                    Adapter    "birthdays"    : 2.4.1    , installed 2.4.1
                                    Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                                    Adapter    "daswetter"    : 3.1.13   , installed 3.1.13
                                    Adapter    "device-watcher": 2.9.6   , installed 2.9.6
                                    Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                    Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                    Adapter    "doorio"       : 2.1.4    , installed 2.1.4
                                    Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                    Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                                    Adapter    "email"        : 1.2.2    , installed 1.2.2
                                    Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                                    Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                    Adapter    "fullybrowser" : 3.0.9    , installed 3.0.9
                                    Adapter    "ham"          : 5.3.1    , installed 5.3.1
                                    Adapter    "hass"         : 1.4.0    , installed 1.4.0
                                    Adapter    "heatingcontrol": 2.12.3  , installed 2.12.3
                                    Adapter    "history"      : 3.0.1    , installed 3.0.1
                                    Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                                    Adapter    "hm-rpc"       : 1.16.0   , installed 1.16.0
                                    Adapter    "hue"          : 3.10.2   , installed 3.10.2
                                    Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                    Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                    Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                    Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                    Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                    Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                    Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                    Adapter    "iot"          : 2.0.11   , installed 2.0.11
                                    Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                                    Controller "js-controller": 5.0.17   , installed 5.0.17
                                    Adapter    "kodi"         : 3.0.0    , installed 3.0.0
                                    Adapter    "linkeddevices": 1.5.5    , installed 1.5.5
                                    Adapter    "linktap"      : 0.3.0    , installed 0.3.0
                                    Adapter    "linux-control": 1.1.5    , installed 1.1.5
                                    Adapter    "mihome-vacuum": 4.1.1    , installed 4.1.1
                                    Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                                    Adapter    "mpd"          : 1.1.1    , installed 1.1.1
                                    Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                                    Adapter    "mqtt-client"  : 1.7.0    , installed 1.7.0
                                    Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                    Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                                    Adapter    "node-red"     : 5.1.0    , installed 5.1.0
                                    Adapter    "nuki"         : 1.6.0    , installed 1.6.0
                                    Adapter    "nuki-extended": 2.6.5    , installed 2.6.5
                                    Adapter    "ocpp"         : 0.12.5   , installed 0.12.5
                                    Adapter    "onkyo"        : 2.1.2    , installed 2.1.2
                                    Adapter    "onvif"        : 1.1.1    , installed 1.1.1
                                    Adapter    "paw"          : 0.3.2    , installed 0.3.2
                                    Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                    Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                                    Adapter    "reolink"      : 1.0.3    , installed 1.0.3
                                    Adapter    "robonect"     : 1.3.4    , installed 1.3.4
                                    Adapter    "samsung"      : 0.5.11   , installed 0.5.11
                                    Adapter    "samsung_tizen": 1.0.0    , installed 1.0.0
                                    Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                                    Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                    Adapter    "scheduler"    : 1.1.9    , installed 1.1.9
                                    Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                                    Adapter    "shuttercontrol": 1.6.3   , installed 1.6.3
                                    Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                    Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                                    Adapter    "smartthings"  : 0.0.4    , installed 0.1.1
                                    Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                                    Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                                    Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                                    Adapter    "sprinklecontrol": 0.2.13 , installed 0.2.13
                                    Adapter    "synology"     : 3.0.1    , installed 3.0.1
                                    Adapter    "tahoma"       : 0.10.2   , installed 0.10.2
                                    Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                    Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                                    Adapter    "text2command" : 3.0.3    , installed 3.0.3
                                    Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                                    Adapter    "unifi"        : 0.6.7    , installed 0.6.7
                                    Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                    Adapter    "vaillant"     : 0.1.2    , installed 0.4.0
                                    Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                    Adapter    "vis-2"        : 2.9.11   , installed 2.9.11
                                    Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                    Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                    Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                    Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                                    Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                    Adapter    "vis-icontwo"  : 1.3.0    , installed 1.3.0
                                    Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                                    Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                    Adapter    "vis-justgage" : 2.1.0    , installed 2.1.0
                                    Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                                    Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                    Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                    Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                                    Adapter    "volumio"      : 0.1.2    , installed 0.1.3
                                    Adapter    "vw-connect"   : 0.0.67   , installed 0.5.1
                                    Adapter    "weatherunderground": 3.6.0, installed 3.6.0
                                    Adapter    "web"          : 6.2.3    , installed 6.2.3
                                    Adapter    "webcal"       : 1.3.0    , installed 1.1.0  [Updatable]
                                    Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                    Adapter    "ws"           : 2.5.10   , installed 2.5.10
                                    Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                    Adapter    "zigbee"       : 1.10.1   , installed 1.10.1
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        56453
                                    States:         48433
                                    
                                    *** OS-Repositories and Updates ***
                                    Hit:1 http://deb.debian.org/debian bookworm InRelease
                                    Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
                                    Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                    Hit:4 https://apt.grafana.com stable InRelease
                                    Hit:5 https://repos.influxdata.com/debian stable InRelease
                                    Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                                    Reading package lists...
                                    Pending Updates: 0
                                    
                                    *** Listening Ports ***
                                    Active Internet connections (only servers)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                    tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       15837      2046/io.shelly.0
                                    tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       15786      1951/io.mqtt.0
                                    tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      1001       14320      1673/node-red
                                    tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       15787      1951/io.mqtt.0
                                    tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       26969      1916/io.sonoff.0
                                    tcp        0      0 0.0.0.0:1080            0.0.0.0:*               LISTEN      1000       55666      6053/nc
                                    tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          23748      934/cupsd
                                    tcp        0      0 192.168.10.16:9292      0.0.0.0:*               LISTEN      1001       25253      2066/io.hm-rpc.2
                                    tcp        0      0 192.168.10.16:2010      0.0.0.0:*               LISTEN      1001       19362      2317/io.hm-rpc.1
                                    tcp        0      0 192.168.10.16:2001      0.0.0.0:*               LISTEN      1001       17928      2299/io.hm-rpc.0
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13258      943/sshd: /usr/sbin
                                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          14049      1/init
                                    tcp        0      0 0.0.0.0:5038            0.0.0.0:*               LISTEN      121        15631      969/asterisk
                                    tcp        0      0 127.0.0.1:40241         0.0.0.0:*               LISTEN      122        35029      1280/plugin_start_l
                                    tcp        0      0 0.0.0.0:6379            0.0.0.0:*               LISTEN      118        20140      2535/redis-server 0
                                    tcp6       0      0 :::9220                 :::*                    LISTEN      1001       20418      3039/io.ocpp.0
                                    tcp6       0      0 ::1:631                 :::*                    LISTEN      0          23747      934/cupsd
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          13260      943/sshd: /usr/sbin
                                    tcp6       0      0 :::111                  :::*                    LISTEN      0          16407      1/init
                                    tcp6       0      0 :::51989                :::*                    LISTEN      1001       15044      2284/io.nuki-extend
                                    tcp6       0      0 :::3000                 :::*                    LISTEN      122        14218      1239/grafana
                                    tcp6       0      0 :::38891                :::*                    LISTEN      1001       32649      2497/io.yahka.0
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       38416      2882/io.web.0
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       32148      1304/io.admin.0
                                    tcp6       0      0 :::8086                 :::*                    LISTEN      998        35014      981/influxd
                                    tcp6       0      0 :::8087                 :::*                    LISTEN      1001       24244      2692/io.simple-api.
                                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          28072      1/init
                                    udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          28194      986/cups-browsed
                                    udp        0      0 192.168.10.16:1905      0.0.0.0:*                           1001       62557      2195/io.sonos.0
                                    udp        0      0 0.0.0.0:60858           0.0.0.0:*                           121        33541      969/asterisk
                                    udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       15909      2165/io.mihome-vacu
                                    udp        0      0 0.0.0.0:4569            0.0.0.0:*                           121        15648      969/asterisk
                                    udp        0      0 0.0.0.0:45969           0.0.0.0:*                           111        31874      870/avahi-daemon: r
                                    udp        0      0 0.0.0.0:5060            0.0.0.0:*                           121        15649      969/asterisk
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       22049      1853/io.chromecast.
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           111        31872      870/avahi-daemon: r
                                    udp6       0      0 :::111                  :::*                                0          17472      1/init
                                    udp6       0      0 :::44160                :::*                                121        33542      969/asterisk
                                    udp6       0      0 :::5353                 :::*                                111        31873      870/avahi-daemon: r
                                    udp6       0      0 :::46869                :::*                                111        31875      870/avahi-daemon: r
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2024-02-06 19:36:45.696  - debug: ocpp.0 (3039) {"chargePointSerialNumber":"2203020632A","chargePointModel":"Aura T2 outlet","chargePointVendor":"Charge Amps","firmwareVersion":"72.2.0.0","iccid":"0","commandOcpp":"BootNotification"}
                                    2024-02-06 19:36:45.696  - info: ocpp.0 (3039) Received boot notification from "/2203020632A"
                                    2024-02-06 19:36:45.813  - debug: ocpp.0 (3039) {"connectorId":1,"errorCode":"NoError","info":"","status":"Available","timestamp":"2024-02-06T18:36:45.7744021Z","commandOcpp":"StatusNotification"}
                                    2024-02-06 19:36:45.813  - info: ocpp.0 (3039) Received Status Notification from "/2203020632A.1": Available
                                    2024-02-06 19:36:45.821  - info: sourceanalytix.0 (2676) Updating SourceAnalytix configuration for : ocpp.0./2203020632A.1.lastTransactionConsumption
                                    2024-02-06 19:36:45.824  - info: sourceanalytix.0 (2676) Updating SourceAnalytix configuration for : ocpp.0./2203020632A.1.transactionEndMeter
                                    2024-02-06 19:36:45.954  - debug: ocpp.0 (3039) {"connectorId":2,"errorCode":"NoError","info":"","status":"Available","timestamp":"2024-02-06T18:36:45.7744353Z","commandOcpp":"StatusNotification"}
                                    2024-02-06 19:36:45.954  - info: ocpp.0 (3039) Received Status Notification from "/2203020632A.2": Available
                                    2024-02-06 19:36:45.961  - info: sourceanalytix.0 (2676) Updating SourceAnalytix configuration for : ocpp.0./2203020632A.2.lastTransactionConsumption
                                    2024-02-06 19:36:45.964  - info: sourceanalytix.0 (2676) Updating SourceAnalytix configuration for : ocpp.0./2203020632A.2.transactionEndMeter
                                    2024-02-06 19:36:46.641  - info: ocpp.0 (3039) Requesting StatusNotification from "/2203020632A"
                                    2024-02-06 19:36:46.744  - debug: ocpp.0 (3039) {"connectorId":1,"errorCode":"NoError","info":"","status":"Available","timestamp":"2024-02-06T18:36:46.7099585Z","commandOcpp":"StatusNotification"}
                                    2024-02-06 19:36:46.745  - info: ocpp.0 (3039) Received Status Notification from "/2203020632A.1": Available
                                    2024-02-06 19:36:46.860  - debug: ocpp.0 (3039) {"connectorId":2,"errorCode":"NoError","info":"","status":"Available","timestamp":"2024-02-06T18:36:46.7099797Z","commandOcpp":"StatusNotification"}
                                    2024-02-06 19:36:46.860  - info: ocpp.0 (3039) Received Status Notification from "/2203020632A.2": Available
                                    2024-02-06 19:36:47.725  - info: ocpp.0 (3039) Requesting MeterValues from "/2203020632A"
                                    2024-02-06 19:36:48.802  - info: ocpp.0 (3039) Sending GetConfiguration to "/2203020632A"
                                    2024-02-06 19:36:48.945  - debug: ocpp.0 (3039) Received configuration from /2203020632A: {"configurationKey":[{"key":"NumberOfConnectors","readonly":true,"value":"2"},{"key":"DownLight","readonly":false,"value":"True"},{"key":"Dimmer","readonly":false,"value":"Low"},{"key":"Schuko","readonly":true,"value":"Off"},{"key":"DefaultIdTag","readonly":false,"value":"999999"},{"key":"DefaultIdTagEnabled","readonly":false,"value":"True"},{"key":"StopTransactionOnEVSideDisconnect","readonly":true,"value":"True"},{"key":"StopTransactionOnInvalidId","readonly":false,"value":"True"},{"key":"MeterValueSampleInterval","readonly":false,"value":"120"},{"key":"HeartbeatInterval","readonly":false,"value":"10"},{"key":"AuthorizeRemoteTxRequests","readonly":true,"value":"True"},{"key":"ClockAlignedDataInterval","readonly":false,"value":"0"},{"key":"ConnectionTimeOut","readonly":false,"value":"60"},{"key":"GetConfigurationMaxKeys","readonly":true,"value":"31"},{"key":"LocalAuthorizeOffline","readonly":false,"value":"True"},{"key":"LocalPreAuthorize","readonly":false,"value":"False"},{"key":"MeterValuesAlignedData","readonly":false,"value":""},{"key":"MeterValuesSampledData","readonly":false,"value":"Voltage,Current.Import,Energy.Active.Import.Register"},{"key":"ResetRetries","readonly":false,"value":"0"},{"key":"StopTxnAlignedData","readonly":false,"value":"False"},{"key":"StopTxnSampledData","readonly":false,"value":"False"},{"key":"TransactionMessageAttempts","readonly":false,"value":"0"},{"key":"TransactionMessageRetryInterval","readonly":false,"value":"0"},{"key":"UnlockConnectorOnEVSideDisconnect","readonly":false,"value":"False"},{"key":"ConnectorPhaseRotation","readonly":false,"value":"NotApplicable"},{"key":"SupportedFeatureProfiles","readonly":true,"value":"Core"},{"key":"AllowOfflineTxForUnknownId","readonly":false,"value":"False"},{"key":"AuthorizationCacheEnabled","readonly":false,"value":"True"},{"key":"AssignedCurrent","readonly":false,"value":"32.00;32.00"},{"key":"AuthorizationKey","readonly":false,"value":""},{"key":"SecurityProfile","readonly":false,"value":"0"}],"unknownKey":[]}
                                    2024-02-06 19:36:48.992  - info: ocpp.0 (3039) Supported profiles by client "/2203020632A" are "Core"
                                    2024-02-06 19:36:49.000  - info: ocpp.0 (3039) Removing SmartCharging functionality as unsupported
                                    2024-02-06 19:36:49.009  - info: ocpp.0 (3039) Removing LocalAuthListManagement functionality as unsupported
                                    2024-02-06 19:36:57.137  - warn: robonect.0 (1764) No connection to lawn mower (Not able to ping it). Check network connection.
                                    2024-02-06 19:36:58.693  - info: smartcontrol.0 (4396) Trigger [Motion.Buero-2] activated Zone 'BUERO2.Benni+Markus'. However, device(s) 'BUERO2.B+M-Lampe-Decke' not turned on as these are already on.
                                    2024-02-06 19:36:58.693  - info: smartcontrol.0 (4396) Trigger [Motion.Buero-2] Zone 'BUERO2.Benni+Markus': Timer of 240s will be set to turn off once no more motion recognized.
                                    2024-02-06 19:36:58.694  - info: smartcontrol.0 (4396) Trigger [Motion.Buero-2] 'zoneOff' 360s timer still running 329s. We stop it and set new to 360s.
                                    
                                    
                                    Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @sunny9999 last edited by

                                      @sunny9999 sagte in Performance verbessern:

                                      debug: ocpp.0 (3039) Recei

                                      hast du vieles auf debug?
                                      kostet auch Ressourcen

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

                                        @sunny9999 sagte in Performance verbessern:

                                        weiss nur nicht wie ich die wieder deinstallieren kann, weisst du das ?

                                        So wie du es auch installiert hast?

                                        Einstweilen kannst du es auch maskieren:

                                        sudo systemctl mask apcupsd.service
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post

                                        Support us

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

                                        937
                                        Online

                                        31.9k
                                        Users

                                        80.1k
                                        Topics

                                        1.3m
                                        Posts

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