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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Mal wieder zerschossen

NEWS

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

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

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

Mal wieder zerschossen

Mal wieder zerschossen

Scheduled Pinned Locked Moved Error/Bug
iobroker stoppt nicht
17 Posts 6 Posters 930 Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ChaotC Offline
    ChaotC Offline
    Chaot
    wrote on last edited by
    #1

    Ich habe keine Ahnung warum der ioBroker mal wieder zerschossen ist.
    Der läuft eigentlich problemlos seit langer Zeit in einem Proxmox Container. Allerdings lässt er sich von Zeit zu Zeit manchmal nicht starten oder stoppen.
    Aktuell ist es so, dass ich keine Adapter updaten kann. In der Konsole kann ich den ioBroker nicht stoppen und der Fixer funktionieret auch nicht.

    haus@ioBroker:~$ iob stop
    Could not send "SIGTERM" to process 199: kill EPERM
    No "killall.sh" script found. Just stop.
    haus@ioBroker:~$ iob status
    iobroker is running on this host.
    
    
    Objects type: jsonl
    States  type: redis
    

    Klar, wenn der nicht gestoppt ist kann der Fixer nicht funktionieren...
    Also zuerst irgendwie stoppen wenn ich das so richtig sehe

    ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

    wendy2702W HomoranH OliverIOO 3 Replies Last reply
    -1
    • ChaotC Chaot

      Ich habe keine Ahnung warum der ioBroker mal wieder zerschossen ist.
      Der läuft eigentlich problemlos seit langer Zeit in einem Proxmox Container. Allerdings lässt er sich von Zeit zu Zeit manchmal nicht starten oder stoppen.
      Aktuell ist es so, dass ich keine Adapter updaten kann. In der Konsole kann ich den ioBroker nicht stoppen und der Fixer funktionieret auch nicht.

      haus@ioBroker:~$ iob stop
      Could not send "SIGTERM" to process 199: kill EPERM
      No "killall.sh" script found. Just stop.
      haus@ioBroker:~$ iob status
      iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: redis
      

      Klar, wenn der nicht gestoppt ist kann der Fixer nicht funktionieren...
      Also zuerst irgendwie stoppen wenn ich das so richtig sehe

      wendy2702W Online
      wendy2702W Online
      wendy2702
      wrote on last edited by
      #2

      @chaot zeige mal die lang Fassung von

      iob diag
      

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

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

      ChaotC 1 Reply Last reply
      0
      • wendy2702W wendy2702

        @chaot zeige mal die lang Fassung von

        iob diag
        
        ChaotC Offline
        ChaotC Offline
        Chaot
        wrote on last edited by
        #3

        @wendy2702

        haus@ioBroker:~$ iob diag
        iobroker [command]
        
        Commands:
          iobroker setup                                               Setup ioBroker
          iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
          iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
          iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
          iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
          iobroker info                                                Shows the host info
          iobroker logs [<adapter>]                                    Monitor log
          iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
          iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
          iobroker rebuild [<module>]                                  Rebuild all native modules or path
          iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub, if a package name is provided instead of an url, it will be installed from npm
          iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
          iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
          iobroker update [<repositoryUrl>]                            Update repository and list adapters
          iobroker upgrade                                             Upgrade management
          iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
          iobroker object                                              Object management  [aliases: o]
          iobroker state                                               State management  [aliases: s]
          iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
          iobroker list <type> [<filter>]                              List all entries, like objects
          iobroker chmod <mode> <file>                                 Change file rights
          iobroker chown <user> <group> <file>                         Change file ownership
          iobroker touch <file>                                        Touch file
          iobroker rm <file>                                           Remove file
          iobroker file                                                File management
          iobroker user                                                User commands
          iobroker group                                               group management
          iobroker host <hostname>                                     Set host to given hostname
          iobroker set <adapter>.<instance>                            Change settings of adapter config
          iobroker license <license.file or license.text>              Update license by given file
          iobroker cert                                                Certificate management
          iobroker clean <yes>                                         Clears all objects and states
          iobroker backup                                              Create backup
          iobroker restore <backup name or path>                       Restore a specified backup
          iobroker validate <backup name or path>                      Validate a specified backup
          iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
          iobroker repo                                                Show repo information
          iobroker uuid                                                Show uuid of the installation  [aliases: id]
          iobroker unsetup                                             Reset license, installation secret and language
          iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
          iobroker nodejs-update [<major-version>]                     Upgrade the Node.JS installation to the current LTS
          iobroker multihost                                           Multihost management
          iobroker compact                                             compact group management
          iobroker plugin                                              Plugin management
          iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
          iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
        
        Options:
          --help  Show help  [boolean]
        haus@ioBroker:~$ 
        

        ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

        wendy2702W 1 Reply Last reply
        0
        • ChaotC Chaot

          @wendy2702

          haus@ioBroker:~$ iob diag
          iobroker [command]
          
          Commands:
            iobroker setup                                               Setup ioBroker
            iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
            iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
            iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
            iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
            iobroker info                                                Shows the host info
            iobroker logs [<adapter>]                                    Monitor log
            iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
            iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
            iobroker rebuild [<module>]                                  Rebuild all native modules or path
            iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub, if a package name is provided instead of an url, it will be installed from npm
            iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
            iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
            iobroker update [<repositoryUrl>]                            Update repository and list adapters
            iobroker upgrade                                             Upgrade management
            iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
            iobroker object                                              Object management  [aliases: o]
            iobroker state                                               State management  [aliases: s]
            iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
            iobroker list <type> [<filter>]                              List all entries, like objects
            iobroker chmod <mode> <file>                                 Change file rights
            iobroker chown <user> <group> <file>                         Change file ownership
            iobroker touch <file>                                        Touch file
            iobroker rm <file>                                           Remove file
            iobroker file                                                File management
            iobroker user                                                User commands
            iobroker group                                               group management
            iobroker host <hostname>                                     Set host to given hostname
            iobroker set <adapter>.<instance>                            Change settings of adapter config
            iobroker license <license.file or license.text>              Update license by given file
            iobroker cert                                                Certificate management
            iobroker clean <yes>                                         Clears all objects and states
            iobroker backup                                              Create backup
            iobroker restore <backup name or path>                       Restore a specified backup
            iobroker validate <backup name or path>                      Validate a specified backup
            iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
            iobroker repo                                                Show repo information
            iobroker uuid                                                Show uuid of the installation  [aliases: id]
            iobroker unsetup                                             Reset license, installation secret and language
            iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
            iobroker nodejs-update [<major-version>]                     Upgrade the Node.JS installation to the current LTS
            iobroker multihost                                           Multihost management
            iobroker compact                                             compact group management
            iobroker plugin                                              Plugin management
            iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
            iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
          
          Options:
            --help  Show help  [boolean]
          haus@ioBroker:~$ 
          
          wendy2702W Online
          wendy2702W Online
          wendy2702
          wrote on last edited by
          #4

          @chaot

          curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
          
          

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

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

          ChaotC 1 Reply Last reply
          0
          • ChaotC Chaot

            Ich habe keine Ahnung warum der ioBroker mal wieder zerschossen ist.
            Der läuft eigentlich problemlos seit langer Zeit in einem Proxmox Container. Allerdings lässt er sich von Zeit zu Zeit manchmal nicht starten oder stoppen.
            Aktuell ist es so, dass ich keine Adapter updaten kann. In der Konsole kann ich den ioBroker nicht stoppen und der Fixer funktionieret auch nicht.

            haus@ioBroker:~$ iob stop
            Could not send "SIGTERM" to process 199: kill EPERM
            No "killall.sh" script found. Just stop.
            haus@ioBroker:~$ iob status
            iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: redis
            

            Klar, wenn der nicht gestoppt ist kann der Fixer nicht funktionieren...
            Also zuerst irgendwie stoppen wenn ich das so richtig sehe

            HomoranH Do not disturb
            HomoranH Do not disturb
            Homoran
            Global Moderator Administrators
            wrote on last edited by
            #5

            @chaot sagte in Mal wieder zerschossen:

            warum der ioBroker mal wieder zerschossen ist.

            der ioBroker zerschießt nich einfach so!
            Ein Bug von ioBroker ist das auch nicht.

            @chaot sagte in Mal wieder zerschossen:

            in einem Proxmox Container. Allerdings lässt er sich von Zeit zu Zeit manchmal nicht starten oder stoppen.

            Wenn der Container sich nicht stoppen lässt, hat das nichts mit ioBroker zu tun.

            @chaot sagte in Mal wieder zerschossen:

            der Fixer funktionieret auch nicht.

            Was soll der Fixer deiner Meinung nach den tun?
            Hattest du Rechte verbogen?

            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            1 Reply Last reply
            0
            • wendy2702W wendy2702

              @chaot

              curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
              
              
              ChaotC Offline
              ChaotC Offline
              Chaot
              wrote on last edited by
              #6

              @wendy2702
              Ach so:

              
              ========== Start marking the full check here ===========
              
              ```bash
              Script v.2025-03-08
              
              *** BASE SYSTEM ***
                 Static hostname: ioBroker
                       Icon name: computer-container
                         Chassis: container
                  Virtualization: lxc
                Operating System: Ubuntu 20.04.6 LTS
                          Kernel: Linux 6.5.13-5-pve
                    Architecture: x86-64
              OS is similar to: debian
              
              model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
              Docker          : false
              Virtualization  : lxc
              Kernel          : x86_64
              Userland        : 64 bit
              
              Systemuptime and Load:
               14:31:19 up 21 min,  1 user,  load average: 2.76, 2.58, 3.74
              CPU threads: 4
              
              
              *** LIFE CYCLE STATUS ***
              Ubuntu Release codenamed 'focal' reached its END OF LIFE and needs to be updated to the latest LTS release 'noble' NOW!
              
              *** TIME AND TIMEZONES ***
                             Local time: Mon 2025-07-21 14:31:19 CEST
                         Universal time: Mon 2025-07-21 12:31:19 UTC 
                               RTC time: n/a                         
                              Time zone: Europe/Berlin (CEST, +0200) 
              System clock synchronized: yes                         
                            NTP service: n/a                         
                        RTC in local TZ: no                          
              
              *** Users and Groups ***
              User that called 'iob diag':
              haus
              HOME=/home/haus
              GROUPS=haus iobroker
              
              User that is running 'js-controller':
              iobroker
              [sudo] password for haus: 
              HOME=/home/iobroker
              GROUPS=iobroker tty dialout audio video plugdev redis
              
              *** DISPLAY-SERVER SETUP ***
              Display-Server: false
              Desktop: 
              Terminal:       tty
              
              *** MEMORY ***
                            total        used        free      shared  buff/cache   available
              Mem:           6.1G        3.1G        2.1G        1.0M        971M        3.1G
              Swap:          2.0G          0B        2.0G
              Total:         8.2G        3.1G        4.1G
              
              Active iob-Instances:   35
              
                       6144 M total memory
                       3076 M used memory
                       3188 M active memory
                        708 M inactive memory
                       2096 M free memory
                          0 M buffer memory
                        971 M swap cache
                       2048 M total swap
                          0 M used swap
                       2048 M free swap
              
              *** top - Table Of Processes  ***
              top - 14:31:25 up 21 min,  1 user,  load average: 3.16, 2.68, 3.76
              Tasks:  69 total,   1 running,  68 sleeping,   0 stopped,   0 zombie
              %Cpu(s): 28.8 us,  9.1 sy,  0.0 ni, 59.1 id,  0.0 wa,  0.0 hi,  3.0 si,  0.0 st
              MiB Mem :   6144.0 total,   2096.1 free,   3076.6 used,    971.3 buff/cache
              MiB Swap:   2048.0 total,   2048.0 free,      0.0 used.   3065.8 avail Mem 
              
              *** FAILED SERVICES ***
              
                UNIT             LOAD   ACTIVE SUB    DESCRIPTION           
              * apparmor.service loaded failed failed Load AppArmor profiles
              
              LOAD   = Reflects whether the unit definition was properly loaded.
              ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
              SUB    = The low-level unit activation state, values depend on unit type.
              
              1 loaded units listed.
              
              
              *** DMESG CRITICAL ERRORS ***
              No critical errors detected
              
              *** FILESYSTEM ***
              Filesystem                       Type   Size  Used Avail Use% Mounted on
              /dev/mapper/pve-vm--110--disk--0 ext4    32G   25G  5.5G  82% /
              none                             tmpfs  492K  4.0K  488K   1% /dev
              tmpfs                            tmpfs  7.8G     0  7.8G   0% /dev/shm
              tmpfs                            tmpfs  1.6G  1.6M  1.6G   1% /run
              tmpfs                            tmpfs  5.0M     0  5.0M   0% /run/lock
              tmpfs                            tmpfs  1.6G     0  1.6G   0% /run/user/1001
              
              Messages concerning ext4 filesystem in dmesg:
              [Mon Jul 21 14:02:20 2025] EXT4-fs (dm-1): mounted filesystem 15679eb9-5ea6-43b8-b91c-29a0ecca7019 ro with ordered data mode. Quota mode: none.
              [Mon Jul 21 14:02:21 2025] EXT4-fs (dm-1): re-mounted 15679eb9-5ea6-43b8-b91c-29a0ecca7019 r/w. Quota mode: none.
              [Mon Jul 21 14:02:22 2025] EXT4-fs (sdb): mounting ext3 file system using the ext4 subsystem
              [Mon Jul 21 14:02:22 2025] EXT4-fs (sdb): mounted filesystem 72a49e33-105a-4582-a31c-1bbff15e30ec r/w with ordered data mode. Quota mode: none.
              [Mon Jul 21 14:02:47 2025] EXT4-fs (loop0): mounted filesystem f7913bd0-bee5-42e9-83c6-edb24bba20bc r/w with ordered data mode. Quota mode: none.
              [Mon Jul 21 14:02:54 2025] EXT4-fs (dm-12): mounted filesystem 32a22a38-9374-43d2-a490-0d49504c12c9 r/w with ordered data mode. Quota mode: none.
              [Mon Jul 21 14:03:10 2025] EXT4-fs (dm-10): mounted filesystem 1c6095f9-366b-4331-a231-4ac8e949c392 r/w with ordered data mode. Quota mode: none.
              [Mon Jul 21 14:03:17 2025] EXT4-fs (dm-6): mounted filesystem be54090e-144d-414f-a0ac-f457653d388a r/w with ordered data mode. Quota mode: none.
              [Mon Jul 21 14:03:46 2025] EXT4-fs (loop1): warning: mounting fs with errors, running e2fsck is recommended
              [Mon Jul 21 14:03:46 2025] EXT4-fs (loop1): mounted filesystem 110cdcbd-660a-4f4d-99bb-0dd7d2fffa88 r/w with ordered data mode. Quota mode: none.
              [Mon Jul 21 14:03:59 2025] EXT4-fs (dm-15): mounted filesystem 32e87d66-9df5-4bc2-99c5-f006705424bb r/w with ordered data mode. Quota mode: none.
              [Mon Jul 21 14:08:51 2025] EXT4-fs (loop1): error count since last fsck: 2
              [Mon Jul 21 14:08:51 2025] EXT4-fs (loop1): initial error at time 1666345607: ext4_check_bdev_write_error:217
              [Mon Jul 21 14:08:51 2025] EXT4-fs (loop1): last error at time 1666426664: ext4_journal_check_start:83
              [Mon Jul 21 14:09:38 2025] EXT4-fs (dm-12): unmounting filesystem 32a22a38-9374-43d2-a490-0d49504c12c9.
              [Mon Jul 21 14:09:41 2025] EXT4-fs (dm-12): mounted filesystem 32a22a38-9374-43d2-a490-0d49504c12c9 r/w with ordered data mode. Quota mode: none.
              
              Show mounted filesystems:
              TARGET                    SOURCE                           FSTYPE     OPTIONS
              /                         /dev/mapper/pve-vm--110--disk--0 ext4       rw,relatime,stripe=16
              |-/proc/cpuinfo           lxcfs[/proc/cpuinfo]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              |-/proc/diskstats         lxcfs[/proc/diskstats]           fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              |-/proc/loadavg           lxcfs[/proc/loadavg]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              |-/proc/meminfo           lxcfs[/proc/meminfo]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              |-/proc/slabinfo          lxcfs[/proc/slabinfo]            fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              |-/proc/stat              lxcfs[/proc/stat]                fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              |-/proc/swaps             lxcfs[/proc/swaps]               fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              |-/proc/uptime            lxcfs[/proc/uptime]              fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              `-/sys/devices/system/cpu lxcfs[/sys/devices/system/cpu]   fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
              
              Files in neuralgic directories:
              
              /var:
              3.8G    /var/
              3.2G    /var/log/journal/db91a8d9813048b3b0d9627361bf92a2
              3.2G    /var/log/journal
              3.2G    /var/log
              431M    /var/lib
              
              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 752.0M in the file system.
              
              /opt/iobroker/backups:
              267M    /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              2.2G    /opt/iobroker/iobroker-data/
              1018M   /opt/iobroker/iobroker-data/history
              888M    /opt/iobroker/iobroker-data/files
              299M    /opt/iobroker/iobroker-data/files/vis
              291M    /opt/iobroker/iobroker-data/files/vis/widgets
              
              The five largest files in iobroker-data are:
              43M     /opt/iobroker/iobroker-data/objects.jsonl
              33M     /opt/iobroker/iobroker-data/files/vis/widgets/vis-2-widgets-jaeger-design/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.0424abce.chunk.js.map
              27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
              21M     /opt/iobroker/iobroker-data/objects.json.migrated
              21M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
              
              USB-Devices by-id:
              USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
              
              No Devices found 'by-id'
              
              Zigbee Network Settings on your coordinator/in nvbackup are:
              
              zigbee.X
              Extended Pan ID:
              *** MASKED ***
              Pan ID:
              *** MASKED ***
              Channel:
              *** MASKED ***
              Network Key:
              *** MASKED ***
              
              To unmask the settings run 'iob diag --unmask'
              
              
              *** NodeJS-Installation ***
              
              /usr/bin/nodejs         v20.19.3
              /usr/bin/node           v20.19.3
              /usr/bin/npm            10.8.2
              /usr/bin/npx            10.8.2
              /usr/bin/corepack       0.32.0
              
              nodejs:
                Installed: 20.19.3-1nodesource1
                Candidate: 20.19.3-1nodesource1
                Version table:
               *** 20.19.3-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                      100 /var/lib/dpkg/status
                   20.19.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.19.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.19.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.18.3-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.18.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.18.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.18.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.17.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.16.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.15.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.15.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.14.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.13.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.13.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.12.2-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.12.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.12.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.11.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.11.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.10.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.9.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.8.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.8.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.7.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.6.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.6.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.5.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.5.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.4.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.3.1-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.3.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.2.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.1.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   20.0.0-1nodesource1 1001
                      500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                   10.19.0~dfsg-3ubuntu1.6 500
                      500 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages
                      500 http://archive.ubuntu.com/ubuntu focal-security/universe amd64 Packages
                   10.19.0~dfsg-3ubuntu1 500
                      500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
              
              Temp directories causing deletion problem: 4
              Some problems detected, please run iob fix
              
              Errors in npm tree: 0
              No problems detected
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: redis
              
              Hosts:
              ioBroker            ioBroker (version: 7.0.7, hostname: ioBroker      , alive, uptime: 1313)
              
              Core adapters versions
              js-controller:  7.0.7
              admin:          7.7.1
              javascript:     9.0.7
              
              nodejs modules from github:     3
              +-- iobroker.icons-open-icon-library-png@0.1.3 invalid: "https://github.com/ioBroker/ioBroker.icons-open-icon-library-png/tarball/master" from the root project
              | `-- kodi-ws@2.4.4 invalid: "git+https://git@github.com/iobroker-community-adapters/kodi-ws.git" from node_modules/iobroker.kodi
              | +-- samsungtv@0.0.0 invalid: "https://git@github.com/luca-saggese/samsungtv" from node_modules/iobroker.samsung
              
              Adapter State
              + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                system.adapter.admin.1                  : admin                 : ioBroker                                 - disabled, port: 80, bind: 0.0.0.0, run as: admin
                system.adapter.alexa-timer-vis.0        : alexa-timer-vis       : ioBroker                                 - disabled
                system.adapter.alexa2.0                 : alexa2                : ioBroker                                 - disabled
                system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 - disabled
              + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
                system.adapter.birthdays.0              : birthdays             : ioBroker                                 -  enabled
              + system.adapter.bosch-ebike.0            : bosch-ebike           : ioBroker                                 -  enabled
                system.adapter.cameras.0                : cameras               : ioBroker                                 - disabled, port: 8200, bind: 127.0.0.1
                system.adapter.cloud.0                  : cloud                 : ioBroker                                 - disabled
                system.adapter.countdown.0              : countdown             : ioBroker                                 - disabled
                system.adapter.daswetter.0              : daswetter             : ioBroker                                 - disabled
                system.adapter.devices.0                : devices               : ioBroker                                 - disabled
                system.adapter.discovery.0              : discovery             : ioBroker                                 - disabled
              + system.adapter.drag-indicator.0         : drag-indicator        : ioBroker                                 -  enabled
                system.adapter.drops-weather.0          : drops-weather         : ioBroker                                 - disabled
                system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
                system.adapter.email.0                  : email                 : ioBroker                                 - disabled
              + system.adapter.ems-esp.0                : ems-esp               : ioBroker                                 -  enabled
                system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
                system.adapter.flot.0                   : flot                  : ioBroker                                 - disabled
              + system.adapter.fritzdect.0              : fritzdect             : ioBroker                                 -  enabled
              + system.adapter.heatingcontrol.0         : heatingcontrol        : ioBroker                                 -  enabled
              + system.adapter.history.0                : history               : ioBroker                                 -  enabled
              + system.adapter.hoover.0                 : hoover                : ioBroker                                 -  enabled
                system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
                system.adapter.ical.1                   : ical                  : ioBroker                                 -  enabled
                system.adapter.ical.2                   : ical                  : ioBroker                                 -  enabled
                system.adapter.ical.8                   : ical                  : ioBroker                                 -  enabled
                system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: ioBroker                                 - disabled
                system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : ioBroker                                 - disabled
                system.adapter.icons-icons8.0           : icons-icons8          : ioBroker                                 - disabled
                system.adapter.icons-material-png.0     : icons-material-png    : ioBroker                                 - disabled
                system.adapter.icons-material-svg.0     : icons-material-svg    : ioBroker                                 - disabled
                system.adapter.icons-mfd-png.0          : icons-mfd-png         : ioBroker                                 - disabled
                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBroker                                 - disabled
                system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: ioBroker                                 - disabled
                system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : ioBroker                                 - disabled
              + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
              + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
              + system.adapter.javascript.1             : javascript            : ioBroker                                 -  enabled
                system.adapter.kodi.0                   : kodi                  : ioBroker                                 - disabled, port: 9090
                system.adapter.linux-control.0          : linux-control         : ioBroker                                 - disabled
                system.adapter.logparser.0              : logparser             : ioBroker                                 - disabled
                system.adapter.matter.0                 : matter                : ioBroker                                 - disabled
                system.adapter.mpd.0                    : mpd                   : ioBroker                                 - disabled, port: 6600
                system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 - disabled, port: 1500, bind: 0.0.0.0
              + system.adapter.mytime.0                 : mytime                : ioBroker                                 -  enabled
              + system.adapter.nina.0                   : nina                  : ioBroker                                 -  enabled
              + system.adapter.nut.0                    : nut                   : ioBroker                                 -  enabled
                system.adapter.odl.0                    : odl                   : ioBroker                                 -  enabled
                system.adapter.onvif.0                  : onvif                 : ioBroker                                 - disabled, port: 80, 7575, 8000, 8080, 8081, 8899
                system.adapter.parcel.0                 : parcel                : ioBroker                                 - disabled
                system.adapter.phantomjs.0              : phantomjs             : ioBroker                                 - disabled
              + system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
                system.adapter.proxy.0                  : proxy                 : ioBroker                                 - disabled
              + system.adapter.remeha-home.0            : remeha-home           : ioBroker                                 -  enabled
              + system.adapter.reolink.0                : reolink               : ioBroker                                 -  enabled
                system.adapter.rickshaw.0               : rickshaw              : ioBroker                                 - disabled
                system.adapter.rssfeed.0                : rssfeed               : ioBroker                                 - disabled
                system.adapter.scenes.0                 : scenes                : ioBroker                                 - disabled
                system.adapter.schoolfree.0             : schoolfree            : ioBroker                                 -  enabled
              + system.adapter.smartcontrol.0           : smartcontrol          : ioBroker                                 -  enabled
                system.adapter.socketio.0               : socketio              : ioBroker                                 - disabled, port: 8084, bind: 0.0.0.0, run as: admin
              + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1500, bind: 0.0.0.0
              + system.adapter.sourceanalytix.0         : sourceanalytix        : ioBroker                                 -  enabled
              + system.adapter.statistics.0             : statistics            : ioBroker                                 -  enabled
              + system.adapter.tankerkoenig.0           : tankerkoenig          : ioBroker                                 -  enabled
              + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                system.adapter.time-switch.0            : time-switch           : ioBroker                                 - disabled
              + system.adapter.tr-064.0                 : tr-064                : ioBroker                                 -  enabled
              + system.adapter.trashschedule.0          : trashschedule         : ioBroker                                 -  enabled
              + system.adapter.tuya.0                   : tuya                  : ioBroker                                 -  enabled
              + system.adapter.unifi.0                  : unifi                 : ioBroker                                 -  enabled
                system.adapter.upnp.0                   : upnp                  : ioBroker                                 - disabled
                system.adapter.uv-protect.0             : uv-protect            : ioBroker                                 - disabled
                system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : ioBroker                                 - disabled
                system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : ioBroker                                 - disabled
                system.adapter.vis-2-widgets-jaeger-design.0: vis-2-widgets-jaeger-design: ioBroker                                 - disabled
                system.adapter.vis-2.0                  : vis-2                 : ioBroker                                 - disabled
                system.adapter.vis-bars.0               : vis-bars              : ioBroker                                 - disabled
                system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker                                 - disabled
                system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 - disabled
                system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : ioBroker                                 - disabled
                system.adapter.vis-google-fonts.0       : vis-google-fonts      : ioBroker                                 - disabled
                system.adapter.vis-history.0            : vis-history           : ioBroker                                 - disabled
                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 - disabled
                system.adapter.vis-icontwo.0            : vis-icontwo           : ioBroker                                 - disabled
              + system.adapter.vis-inventwo.0           : vis-inventwo          : ioBroker                                 -  enabled
                system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 - disabled
                system.adapter.vis-justgage.0           : vis-justgage          : ioBroker                                 - disabled
                system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 - disabled
                system.adapter.vis-metro.0              : vis-metro             : ioBroker                                 - disabled
                system.adapter.vis-players.0            : vis-players           : ioBroker                                 - disabled
                system.adapter.vis-plumb.0              : vis-plumb             : ioBroker                                 - disabled
                system.adapter.vis-rgraph.0             : vis-rgraph            : ioBroker                                 - disabled
                system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 - disabled
                system.adapter.vis-weather.0            : vis-weather           : ioBroker                                 - disabled
                system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
                system.adapter.wallpanel.0              : wallpanel             : ioBroker                                 - disabled
                system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 - disabled
              + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : ioBroker                                 -  enabled
              + system.adapter.wiegand-tcpip.0          : wiegand-tcpip         : ioBroker                                 -  enabled, port: 60000, bind: 0.0.0.0
              + system.adapter.wled.0                   : wled                  : ioBroker                                 -  enabled
              + system.adapter.ws.0                     : ws                    : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
              
              + instance is alive
              
              Enabled adapters with bindings
              + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
              + system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
              + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1500, bind: 0.0.0.0
              + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              + system.adapter.wiegand-tcpip.0          : wiegand-tcpip         : ioBroker                                 -  enabled, port: 60000, bind: 0.0.0.0
              + system.adapter.ws.0                     : ws                    : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
              
              ioBroker-Repositories
              ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
              │ (index) │ name               │ url                                                     │ auto upgrade │
              ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
              │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
              │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
              │ 2       │ 'live-default'     │ 'http://iobroker.live/repo/sources-dist.json'           │ false        │
              │ 3       │ 'live-latest'      │ 'http://iobroker.live/repo/sources-dist-latest.json'    │ false        │
              └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
              
              Active repo(s): live-latest
              Upgrade policy: none
              
              Installed ioBroker-Adapters
              Used repository: live-latest
              Cannot read or parse /opt/iobroker/node_modules/@iobroker/js-controller-common-db/build/esm/lib/common//../node_modules/iobroker.lgtv/io-package.json: /opt/iobroker/node_modules/iobroker.lgtv/io-package.json: Expected double-quoted property name in JSON at position 10582
              Cannot read or parse /opt/iobroker/node_modules/@iobroker/js-controller-common-db/build/esm/lib/common//../node_modules/iobroker.lgtv/io-package.json: /opt/iobroker/node_modules/iobroker.lgtv/io-package.json: Expected double-quoted property name in JSON at position 10582
              Adapter    "admin"        : 7.7.1    , installed 7.7.1
              Adapter    "alexa-timer-vis": 2.1.1  , installed 2.1.1
              Adapter    "alexa2"       : 3.27.3   , installed 3.26.7 [Updatable]
              Adapter    "alias-manager": 2.0.0    , installed 2.0.0
              Adapter    "backitup"     : 3.3.5    , installed 3.3.4  [Updatable]
              Adapter    "birthdays"    : 4.0.0    , installed 4.0.0
              Adapter    "bosch-ebike"  : 0.1.12   , installed 0.1.12
              Adapter    "cameras"      : 2.1.2    , installed 2.1.2
              Adapter    "cloud"        : 5.0.1    , installed 5.0.1
              Adapter    "countdown"    : 3.0.0    , installed 3.0.0
              Adapter    "daswetter"    : 3.2.3    , installed 3.2.3
              Adapter    "devices"      : 1.2.7    , installed 1.2.7
              Adapter    "discovery"    : 5.0.0    , installed 5.0.0
              Adapter    "drag-indicator": 2.4.0   , installed 2.4.0
              Adapter    "drops-weather": 1.2.7    , installed 1.2.6  [Updatable]
              Adapter    "dwd"          : 2.8.5    , installed 2.8.5
              Adapter    "email"        : 2.0.4    , installed 2.0.4
              Adapter    "ems-esp"      : 6.0.0    , installed 6.0.0
              Adapter    "feiertage"    : 1.2.1    , installed 1.2.1
              Adapter    "flot"         : 1.12.0   , installed 1.12.0
              Adapter    "fritzdect"    : 2.6.2    , installed 2.6.2
              Adapter    "fullcalendar" : 2.4.5    , installed 2.4.5
              Adapter    "heatingcontrol": 2.12.15 , installed 2.12.15
              Adapter    "history"      : 3.0.1    , installed 3.0.1
              Adapter    "hoover"       : 0.1.4    , installed 0.1.4
              Adapter    "ical"         : 1.16.2   , installed 1.16.2
              Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
              Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
              Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
              Adapter    "icons-material-png": 0.1.0, installed 0.1.0
              Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
              Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
              Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
              Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3
              Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
              Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
              Adapter    "javascript"   : 9.0.8    , installed 9.0.7  [Updatable]
              Controller "js-controller": 7.0.7    , installed 7.0.7
              Adapter    "kodi"         : 3.1.0    , installed 3.1.0
              Adapter    "linux-control": 1.1.5    , installed 1.1.5
              Adapter    "logparser"    : 2.4.0    , installed 2.4.0
              Adapter    "matter"       : 0.5.1    , installed 0.5.1
              Adapter    "mpd"          : 2.2.0    , installed 2.2.0
              Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
              Adapter    "mytime"       : 1.4.4    , installed 1.4.4
              Adapter    "nina"         : 0.0.26   , installed 0.0.26
              Adapter    "nut"          : 1.6.0    , installed 1.6.0
              Adapter    "odl"          : 5.0.0    , installed 5.0.0
              Adapter    "onvif"        : 1.1.4    , installed 1.1.4
              Adapter    "parcel"       : 0.2.10   , installed 0.2.10
              Adapter    "phantomjs"    : 1.1.3    , installed 1.1.3
              Adapter    "ping"         : 1.7.9    , installed 1.7.9
              Adapter    "proxmox"      : 2.4.0    , installed 2.4.0
              Adapter    "proxy"        : 1.3.2    , installed 1.3.2
              Adapter    "pushover"     : 4.1.0    , installed 4.1.0
              Adapter    "remeha-home"  : 1.0.7    , installed 1.0.7
              Adapter    "reolink"      : 1.2.3    , installed 1.2.2  [Updatable]
              Adapter    "rickshaw"     : 1.0.0    , installed 1.0.0
              Adapter    "rssfeed"      : 3.5.2    , installed 3.5.2
              Adapter    "samsung"      : 0.6.1    , installed 0.6.1
              Adapter    "scenes"       : 4.0.3    , installed 4.0.2  [Updatable]
              Adapter    "schoolfree"   : 1.1.10   , installed 1.1.10
              Adapter    "simple-api"   : 3.0.7    , installed 3.0.7
              Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
              Adapter    "socketio"     : 7.0.8    , installed 7.0.8
              Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
              Adapter    "sourceanalytix": 0.4.14  , installed 0.4.14
              Adapter    "statistics"   : 4.0.0    , installed 4.0.0
              Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
              Adapter    "telegram"     : 4.1.0    , installed 4.1.0
              Adapter    "time-switch"  : 2.2.2    , installed 2.2.2
              Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
              Adapter    "trashschedule": 4.0.1    , installed 4.0.0  [Updatable]
              Adapter    "tuya"         : 3.17.0   , installed 3.17.0
              Adapter    "tvprogram"    : 4.0.0    , installed 4.0.0
              Adapter    "unifi"        : 0.7.0    , installed 0.7.0
              Adapter    "upnp"         : 1.1.0    , installed 1.1.0
              Adapter    "uv-protect"   : 0.6.7    , installed 0.6.7
              Adapter    "virtualpowermeter": 1.5.0, installed 1.5.0
              Adapter    "vis"          : 1.5.6    , installed 1.5.6
              Adapter    "vis-2"        : 2.12.12  , installed 2.12.10 [Updatable]
              Adapter    "vis-2-widgets-energy": 1.0.2, installed 1.0.2
              Adapter    "vis-2-widgets-gauges": 2.0.1, installed 1.1.1 [Updatable]
              Adapter    "vis-2-widgets-jaeger-design": 1.4.7, installed 1.4.4 [Updatable]
              Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
              Adapter    "vis-2-widgets-sweethome3d": 0.2.0, installed 0.2.0
              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-history"  : 1.0.0    , installed 1.0.0
              Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
              Adapter    "vis-icontwo"  : 1.12.0   , installed 1.12.0
              Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
              Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
              Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
              Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
              Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
              Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
              Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
              Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
              Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
              Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
              Adapter    "vis-weather"  : 2.5.12   , installed 2.5.12
              Adapter    "wallpanel"    : 0.3.11   , installed 0.3.11
              Adapter    "weatherunderground": 3.7.0, installed 3.7.0
              Adapter    "web"          : 7.0.9    , installed 7.0.9
              Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
              Adapter    "wiegand-tcpip": 0.4.7    , installed 0.4.7
              Adapter    "wled"         : 0.7.3    , installed 0.7.3
              Adapter    "ws"           : 3.0.19   , installed 3.0.19
              
              Objects and States
              Please stand by - This may take a while
              Objects:        32962
              States:         32247
              
              *** OS-Repositories and Updates ***
              Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
              Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
              Hit:3 http://archive.ubuntu.com/ubuntu focal-security InRelease
              Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
              Reading package lists... Done
              Pending Updates: 15
              
              *** 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:6379            0.0.0.0:*               LISTEN      109        90878      186/redis-server 0. 
              tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      102        91333      96/systemd-resolved 
              tcp        0      0 0.0.0.0:1500            0.0.0.0:*               LISTEN      1000       97850      631/io.sonoff.0     
              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       93573      199/iobroker.js-con 
              tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          89805      382/master          
              tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          91691      271/smbd            
              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          91048      196/sshd: /usr/sbin 
              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          88523      1/init              
              tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          91692      271/smbd            
              tcp6       0      0 :::8084                 :::*                    LISTEN      1000       128122     1386/io.ws.0        
              tcp6       0      0 :::8082                 :::*                    LISTEN      1000       124270     1116/io.web.0       
              tcp6       0      0 :::8081                 :::*                    LISTEN      1000       94564      399/io.admin.0      
              tcp6       0      0 ::1:6379                :::*                    LISTEN      109        90879      186/redis-server 0. 
              tcp6       0      0 ::1:25                  :::*                    LISTEN      0          89806      382/master          
              tcp6       0      0 :::445                  :::*                    LISTEN      0          91689      271/smbd            
              tcp6       0      0 :::22                   :::*                    LISTEN      0          89733      196/sshd: /usr/sbin 
              tcp6       0      0 :::111                  :::*                    LISTEN      0          88527      1/init              
              tcp6       0      0 :::139                  :::*                    LISTEN      0          91690      271/smbd            
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       119509     1278/io.wled.0      
              udp        0      0 192.168.8.50:5353       0.0.0.0:*                           1000       98964      620/io.tr-064.0     
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        89714      155/avahi-daemon: r 
              udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1000       124196     915/io.tuya.0       
              udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1000       124197     915/io.tuya.0       
              udp        0      0 127.0.0.53:53           0.0.0.0:*                           102        91332      96/systemd-resolved 
              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          88524      1/init              
              udp        0      0 192.168.8.50:123        0.0.0.0:*                           0          92363      191/ntpd            
              udp        0      0 127.0.0.1:123           0.0.0.0:*                           0          92361      191/ntpd            
              udp        0      0 0.0.0.0:123             0.0.0.0:*                           0          92357      191/ntpd            
              udp        0      0 192.168.8.255:137       0.0.0.0:*                           0          92408      160/nmbd            
              udp        0      0 192.168.8.50:137        0.0.0.0:*                           0          92407      160/nmbd            
              udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          92395      160/nmbd            
              udp        0      0 192.168.8.255:138       0.0.0.0:*                           0          92410      160/nmbd            
              udp        0      0 192.168.8.50:138        0.0.0.0:*                           0          92409      160/nmbd            
              udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          92396      160/nmbd            
              udp        0      0 0.0.0.0:42134           0.0.0.0:*                           108        89716      155/avahi-daemon: r 
              udp        0      0 0.0.0.0:60001           0.0.0.0:*                           1000       113256     901/io.wiegand-tcpi 
              udp6       0      0 :::5353                 :::*                                108        89715      155/avahi-daemon: r 
              udp6       0      0 :::111                  :::*                                0          88530      1/init              
              udp6       0      0 fe80::88d5:5eff:fea:123 :::*                                0          92367      191/ntpd            
              udp6       0      0 ::1:123                 :::*                                0          92365      191/ntpd            
              udp6       0      0 :::123                  :::*                                0          92354      191/ntpd            
              udp6       0      0 :::41998                :::*                                108        89717      155/avahi-daemon: r 
              
              *** Log File - Last 25 Lines ***
              
              2025-07-21 14:08:47.945  - error: host.ioBroker Caught by controller[0]:     at StateRedisClient.getState (file:///opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:872:26)
              2025-07-21 14:08:47.945  - error: host.ioBroker Caught by controller[0]:     at AdapterClass._getForeignState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:9161:33)
              2025-07-21 14:08:47.946  - error: host.ioBroker Caught by controller[0]:     at /opt/iobroker/node_modules/@iobroker/js-controller-common-db/src/lib/common/tools.ts:2336:17
              2025-07-21 14:08:49.635  - error: host.ioBroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
              2025-07-21 14:08:49.636  - error: host.ioBroker Caught by controller[0]: Error: DB closed
              2025-07-21 14:08:49.636  - error: host.ioBroker Caught by controller[0]:     at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:636:24)
              2025-07-21 14:08:49.637  - error: host.ioBroker Caught by controller[0]:     at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:121:25)
              2025-07-21 14:08:49.638  - error: host.ioBroker Caught by controller[0]:     at ObjectsInRedisClient._getObject (file:///opt/iobroker/node_modules/@iobroker/db-objects-redis/src/lib/objects/objectsInRedisClient.ts:3011:37)
              2025-07-21 14:08:49.638  - error: host.ioBroker Caught by controller[0]:     at Immediate.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/db-objects-redis/src/lib/objects/objectsInRedisClient.ts:3070:29)
              2025-07-21 14:08:49.639  - error: host.ioBroker Caught by controller[0]:     at processImmediate (node:internal/timers:485:21)
              2025-07-21 14:08:54.753  - error: birthdays.0 (1164) Cannot check object existence of "birthdays.0.month.01": Connection is closed.
              2025-07-21 14:09:31.900  - error: heatingcontrol.0 (1600) exception in CreateDatapoints [Error: DB closed]
              2025-07-21 14:09:31.923  - error: heatingcontrol.0 (1600) exception in SetDefaults [Error: DB closed]
              2025-07-21 14:09:31.928  - error: heatingcontrol.0 (1600) exception in  main [Error: DB closed]
              2025-07-21 14:09:32.784  - error: influxdb.0 (1611) Error on "subscribeForeignStates": DB closed
              2025-07-21 14:12:06.237  - error: hoover.0 (886) Missing step4 url
              2025-07-21 14:12:06.245  - error: hoover.0 (886) "\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html xmlns=\"http://www.w3.org/1999/xhtml\" style=\"visibility: visible;\" lang=de xml:lang=de><head><meta name=\"viewport\" content=\"initial-scale=1.0\"/><title>Ändern Sie Ihr Kennwort. | SmartHome</title><meta name=\"format-detection\" content=\"telephone=no\" /><link href=\"/sCSS/64.0/sprites/1748341653000/Theme3/de/base/common.css\" rel=\"stylesheet\" type=\"text/css\"/><link href=\"/sCSS/64.0/sprites/1748341653000/Theme3/de/base/elements.css\" rel=\"stylesheet\" type=\"text/css\"/><link href=\"/sCSS/64.0/sprites/1748341653000/Theme3/de/base/extended.css\" rel=\"stylesheet\" type=\"text/css\"/><link href=\"/sCSS/64.0/sprites/1748341653000/Theme3/de/base/ChatterViralInviteSignup.css\" rel=\"stylesheet\" type=\"text/css\"/><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/sfdc_210.css?v=5\" /><style type=\"text/css\">a{color:#0070d2;}body{background-color:#B1BAC1;}#content,.container{background-color:#ffffff;}#header{color:#51606E;}#header,#footer{color:#000000;}.primary,.primary:hover,.primary:focus{background-color:#1797C0;}.primary{color:#FFFFFF;}.primary{border:#1797C0;}.detailRow .message{width:100%;}.requiredInput{width: auto;}div#content .labelCol,div#content .data2Col{min-height: 30px; padding-top:0px; padding-bottom:15px;vertical-align: top;} body .bEditBlock .pbBottomButtons{border-top: 0px;padding-top:0px;margin-top:0px;} .pbSubheader, .mainTitle{display:none;} div.bDescription, div#content .data2Col {font-size: 95%;} .pageTitle{font-weight: bold;}.detailList, .detailList tr{display:block;width:230px;overflow:hidden;}.labelCol, .data2Col{clear:both;}.detailList td{display:block;}#editPage .pbSubsection{padding:0px;}div#content .labelCol, div#content .data2Col{min-height:10px;padding-bottom:0px;}.detailList tr{padding-top:10px;}.pbTitle{display:none;}p{text-align:initial;text-align:start;}body .btn{color:#fff;}input.primary{width:auto;padding:5px;height:auto;}input{border: 1px solid #cccccc; border-radius: 3px; height: 20px; width: 200px; font-size: 14px;}</style><script type=\"text/javascript\"></script><script src=\"/jslibrary/1743001299256/sfdc/main.js\"></script><script src=\"/jslibrary/jslabels/1752874325000/de.js\"></script><script src=\"/jslibrary/1729010880256/sfdc/ChangePassword.js\"></script><script src=\"/jslibrary/1729717492256/sfdc/Setup.js\"></script><script></script></head><body onload=\"this.bodyOnLoad&&bodyOnLoad();\" onunload=\"this.bodyOnUnload&&bodyOnUnload();\"><div id=\"main\"><div id=\"wrapper\"><div id=\"logo_wrapper\" class=\"standard_logo_wrapper mb24\"><div style=\"height: 100%; display: table-cell; vertical-align: bottom;\"><img aria-hidden=\"true\" id=\"logo\" class=\"standard_logo\" src=\"/servlet/servlet.ImageServer?id=0154O0000074vxd&amp;oid=00DU0000000Lkcq&amp;lastMod=1581701911000\" alt=\"SmartHome\" border=\"0\" name=\"logo\">                    <span class=\"zen-assistiveText\">SmartHome</span></div></div><h2 id=\"header\" class=\"mb12\">Ändern Sie Ihr Kennwort.</h2><div id=\"content\"><form  accept-charset=\"UTF-8\" action=\"/_ui/system/security/ChangePassword?setupid=ChangePassword\" autocomplete=\"off\" enctype=\"application/x-www-form-urlencoded\" id=\"editPage\" method=\"post\" name=\"editPage\" onsubmit=\"if (window.ffInAlert) { return false; }\" ><input type=\"hidden\" name=\"_CONFIRMATIONTOKEN\" id=\"_CONFIRMATIONTOKEN\" value=\"VmpFPSxNakF5TlMwd055MHlORlF4TWpveE1qb3dOaTR4T1RoYSxKU3hJTVVIRU5ONlB6UEJFbTY3MDZqdmQ5bU5TTHNTTGpaQmg3RDl0TXFRPSxZelU0T1RnNA==\" /><input type=\"hidden\" name=\"cancelURL\" id=\"cancelURL\" value=\"/setup/secur/RemoteAccessAuthorizationPage.apexp?source=CAAAAZgyDEjRMDAwMDAwMDAwMDAwMDAwAAABAC292TBIIZdwgLpFNr4Q_61rihjaRjwhAXX5Jv7YmClM7C7ZWsOkXtgBET4mh1dXYbkFE__-aVNuGx1YBJNkFMpa3SwchD123C56f8VWIOYaQPAj31TPeY9j0gYf1-2enh6w3s4l0eoE9BazDETkvc4-8T-oi0chdbkbXqhw0Pi6Z0NfQxasXkhI6_-dslWEuyOPzl6Zqaxgx28O5Dw6JXPMehbcmQT87vpTqFrJ_7G0IJSRDLCbm3tO38UT9hxrDM1I72g3zRp0QymtWI_Joi7Hyzqn1rZA6j1GHvekeB49LfB9X4EL8S-m-dYsZeEuHn7RBJyILpPTdxj4ofpnby9E3jnds4l55I36EG7-5a-LCK_FuPJU13EI5s2c53bUY9gytSYp2y5Ku_hR2tCx4XbrOECYBKk952ByCPa8j6JzgHhbGTl2GpUP2ZgszSTQnSe4zB-ylzM7U_efp7adZ3iWL7UtAAwW8WQVduq0LkWiXitiz9WA2Ay4OKZcxQK3S3TMJEiEBwUMgwutFlXt_2nwrht-bIj2FOP4UQFCkmRueXC3iHs9-LXg6Utie5jB8uxE7NNAC0jO6DAAc_doEPGC5IoJKLiivxa17jnUV1-pCwCgHEHFKEfMzcySgx6xg7C8FWoP_LGqzfvKiSJy_1ldmaFZeoze69Nd8jRwHrI_PXMgdvNUTPpx43fcvg-95udV_INZGU-qsuRjE2NRYrNPE1K1brJogTWtsAOy4qU30Vb0o5SXLMOuqmjmTgd8zg==\" /><input type=\"hidden\" name=\"retURL\" id=\"retURL\" value=\"/setup/secur/RemoteAccessAuthorizationPage.apexp?source=CAAAAZgyDEjRMDAwMDAwMDAwMDAwMDAwAAABAC292TBIIZdwgLpFNr4Q_61rihjaRjwhAXX5Jv7YmClM7C7ZWsOkXtgBET4mh1dXYbkFE__-aVNuGx1YBJNkFMpa3SwchD123C56f8VWIOYaQPAj31TPeY9j0gYf1-2enh6w3s4l0eoE9BazDETkvc4-8T-oi0chdbkbXqhw0Pi6Z0NfQxasXkhI6_-dslWEuyOPzl6Zqaxgx28O5Dw6JXPMehbcmQT87vpTqFrJ_7G0IJSRDLCbm3tO38UT9hxrDM1I72g3zRp0QymtWI_Joi7Hyzqn1rZA6j1GHvekeB49LfB9X4EL8S-m-dYsZeEuHn7RBJyILpPTdxj4ofpnby9E3jnds4l55I36EG7-5a-LCK_FuPJU13EI5s2c53bUY9gytSYp2y5Ku_hR2tCx4XbrOECYBKk952ByCPa8j6JzgHhbGTl2GpUP2ZgszSTQnSe4zB-ylzM7U_efp7adZ3iWL7UtAAwW8WQVduq0LkWiXitiz9WA2Ay4OKZcxQK3S3TMJEiEBwUMgwutFlXt_2nwrht-bIj2FOP4UQFCkmRueXC3iHs9-LXg6Utie5jB8uxE7NNAC0jO6DAAc_doEPGC5IoJKLiivxa17jnUV1-pCwCgHEHFKEfMzcySgx6xg7C8FWoP_LGqzfvKiSJy_1ldmaFZeoze69Nd8jRwHrI_PXMgdvNUTPpx43fcvg-95udV_INZGU-qsuRjE2NRYrNPE1K1brJogTWtsAOy4qU30Vb0o5SXLMOuqmjmTgd8zg==\" /><input type=\"hidden\" name=\"save_new_url\" id=\"save_new_url\" value=\"/_ui/system/security/ChangePassword?fromFrontdoor=1&amp;retURL=%2Fsetup%2Fsecur%2FRemoteAccessAuthorizationPage.apexp%3Fsource%3DCAAAAZgyDEjRMDAwMDAwMDAwMDAwMDAwAAABAC292TBIIZdwgLpFNr4Q_61rihjaRjwhAXX5Jv7YmClM7C7ZWsOkXtgBET4mh1dXYbkFE__-aVNuGx1YBJNkFMpa3SwchD123C56f8VWIOYaQPAj31TPeY9j0gYf1-2enh6w3s4l0eoE9BazDETkvc4-8T-oi0chdbkbXqhw0Pi6Z0NfQxasXkhI6_-dslWEuyOPzl6Zqaxgx28O5Dw6JXPMehbcmQT87vpTqFrJ_7G0IJSRDLCbm3tO38UT9hxrDM1I72g3zRp0QymtWI_Joi7Hyzqn1rZA6j1GHvekeB49LfB9X4EL8S-m-dYsZeEuHn7RBJyILpPTdxj4ofpnby9E3jnds4l55I36EG7-5a-LCK_FuPJU13EI5s2c53bUY9gytSYp2y5Ku_hR2tCx4XbrOECYBKk952ByCPa8j6JzgHhbGTl2GpUP2ZgszSTQnSe4zB-ylzM7U_efp7adZ3iWL7UtAAwW8WQVduq0LkWiXitiz9WA2Ay4OKZcxQK3S3TMJEiEBwUMgwutFlXt_2nwrht-bIj2FOP4UQFCkmRueXC3iHs9-LXg6Utie5jB8uxE7NNAC0jO6DAAc_doEPGC5IoJKLiivxa17jnUV1-pCwCgHEHFKEfMzcySgx6xg7C8FWoP_LGqzfvKiSJy_1ldmaFZeoze69Nd8jRwHrI_PXMgdvNUTPpx43fcvg-95udV_INZGU-qsuRjE2NRYrNPE1K1brJogTWtsAOy4qU30Vb0o5SXLMOuqmjmTgd8zg%3D%3D&amp;setupid=ChangePassword\" /><input type=\"hidden\" name=\"setupid\" id=\"setupid\" value=\"ChangePassword\" />\n\n<script>\n    var changePassword;\n\n    Sfdc.onload(function() {\n        changePassword = new Identity.ChangePasswordRequirements({\n            length: 8,\n            letters: false,\n            numbers: true,\n            upper: true,\n            lower: true,\n            special: false,\n            anythreeconditions: false\n        });\n    });\n</script>\n<div class=\"setup change-password\">\n<p class=\"mb16\" id=\"pwdintro\">Geben Sie ein neues Kennwort für <span class=\"important\">bernhard3008@gmail.com</span> ein.<span> </span>\n            Schließen Sie mindestens Folgendes ein:</p>\n        <ul class=\"passwordul mb16\">\n            <li class=\"mb8\">\n        <img src=\"/img/iconCheckDisabled.png\" class=\"passwordicon\" alt=\"Entspricht Anforderungen nicht\" id=\"charcounticon\">\n        <span id=\"charcount\">\n            8 Zeichen</span>\n    </li>\n<li class=\"mb8\">\n        <img src=\"/img/iconCheckDisabled.png\" class=\"passwordicon\" alt=\"Entspricht Anforderungen nicht\" id=\"uppericon\">\n        <span id=\"upper\">\n            1 Großbuchstabe</span>\n    </li>\n<li class=\"mb8\">\n        <img src=\"/img/iconCheckDisabled.png\" class=\"passwordicon\" alt=\"Entspricht Anforderungen nicht\" id=\"lowericon\">\n        <span id=\"lower\">\n            1 Kleinbuchstabe</span>\n    </li>\n<li class=\"mb8\">\n        <img src=\"/img/iconCheckDisabled.png\" class=\"passwordicon\" alt=\"Entspricht Anforderungen nicht\" id=\"numbersicon\">\n        <span id=\"numbers\">\n            1 Zahl</span>\n    </li>\n</ul>\n\n<label for=\"newpassword\" class=\"altLabel\"><span class=\"required\">*</span>&nbsp;Neues Kennwort</label>\n<div class=\"password-wrapper\">\n    <input class=\"password-input input wide mt8 mb16 password\" type=\"password\" name=\"newpassword\" aria-required=\"true\" aria-describedby=\"newpassword-message\" user-scalable=\"no\" id=\"newpassword\" autofocus>\n    <span id=\"newpassword-message\" aria-live=\"polite\" class=\"password-message\"></span>\n</div>\n\n<label for=\"confirmpassword\" class=\"altLabel\"><span class=\"required\">*</span>&nbsp;Neues Kennwort bestätigen</label>\n<div class=\"password-wrapper\">\n    <input class=\"password-input input wide mt8 mb16 password\" type=\"password\" name=\"confirmpassword\" aria-required=\"true\" aria-describedby=\"confirmpassword-message\" user-scalable=\"no\" id=\"confirmpassword\">\n    <span id=\"confirmpassword-message\" aria-live=\"polite\" class=\"password-message\"></span>\n</div>\n\n<div class=\"mb16 mt8 small\">\n    <span class=\"required\">*</span>= erforderlich</div>\n\n\n<input name=\"fromFrontdoor\" id=\"fromFrontdoor\" type=\"hidden\" value=\"1\"/><div class=\"wide\">\n        <!--[if IE 7]>\n        <button id=\"password-button\" class=\"button wide mb16\" name=\"save\" type=\"submit\">\n            Kennwort ändern</button>\n<![endif]-->\n<![if !(IE 7)|!IE]>\n        <button id=\"password-button\" class=\"button wide mb16\" name=\"save\">\n            Kennwort ändern</button>\n<![endif]>\n    </div>\n<p class=\"small\">Kennwort wurde am 15.08.2023, 13:06 zuletzt geändert.</p></div>\n<div id=\"pwcaps\" class=\"mb16\" style=\"display:none\" aria-live=\"assertive\"><img id=\"pwcapsicon\" alt=\"Feststelltaste ist aktiviert.\" width=\"12\" src=\"/img/icon/capslock_blue.png\"/> Feststelltaste ist aktiviert.</div>\n</form></div></div></div><div id=\"footer\">&copy; 2025 Candy Hoover Group Srl. Alle Rechte vorbehalten.</div><script>var p=document.getElementById('footer').parentNode;while(p.nodeName.toLowerCase()==='div'){p.style.height='100%';p=p.parentNode;}</script>\n\n\n<!-- Body events -->\n<script type=\"text/javascript\">function bodyOnLoad(){if (typeof(startSessionTimer)!='undefined') {startSessionTimer(); };if(window.PreferenceBits){window.PreferenceBits.prototype.csrfToken=\"VmpFPSxNakF5TlMwd055MHlORlF4TWpveE1qb3dOaTR5TVRGYSxUczk3U3V5RTdEeDRvVjNEWDRPM3dHTE1WSFp3OFM0Z1M3ZS1EUHdINk00PSxNR1V3WmpRdw==\";};}function bodyOnBeforeUnload(){}function bodyOnFocus(){}function bodyOnUnload(){}</script></body></html>"
              2025-07-21 14:12:56.268  - error: sourceanalytix.0 (1256) Check settings for sonoff.0.Zaehler.SML_Actual_pow ! Known valueAtDeviceReset : (31.784) > known cumulative value (31.738) cannot proceed
              2025-07-21 14:12:56.271  - error: sourceanalytix.0 (1256) Troubleshoot Data sonoff.0.Zaehler.SML_Actual_pow custom Data : {"_id":"sonoff.0.Zaehler.SML_Actual_pow","common":{"role":"value","read":true,"write":false,"type":"number","unit":"kWh","name":"Zaehler SML  Actual_pow","custom":{"sourceanalytix.0":{"enabled":true,"selectedUnit":"kWh","start_day":1302,"start_week":0,"start_month":0,"start_quarter":0,"start_year":0,"alias":"Gesamtstrom","selectedPrice":"ElectricityDay","costs":true,"consumption":true,"meter_values":true,"basicRate":true,"valueAtDeviceReset":31.784,"valueAtDeviceInit":0.764}}},"native":{},"type":"state","acl":{"object":1636,"state":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"},"from":"system.adapter.admin.0","user":"system.user.admin","ts":1635757558045} 
              2025-07-21 14:12:56.273  - error: sourceanalytix.0 (1256) Cannot handle calculations for sonoff.0.Zaehler.SML_Actual_pow, check log messages and adjust settings!
              2025-07-21 14:12:56.276  - error: sourceanalytix.0 (1256) Initialization of sonoff.0.Zaehler.SML_Actual_pow failed, check warn messages !
              2025-07-21 14:13:09.533  - error: heatingcontrol.0 (450) could not read target OID fritzdect.0.DECT_119600122088.tsoll in Schlafzimmer
              2025-07-21 14:13:17.973  - error: reolink.0 (1371) get white led: TypeError: Cannot read properties of undefined (reading 'WhiteLed')
              2025-07-21 14:13:18.295  - warn: reolink.0 (1371) State "reolink.0.setting.EmailNotification" has no existing object, this might lead to an error in future versions
              2025-07-21 14:14:21.254  - error: heatingcontrol.0 (450) Schlafzimmer could not read fritzdect.0.DECT_119600122088.tsoll
              
              

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

              ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

              Thomas BraunT 1 Reply Last reply
              0
              • ChaotC Chaot

                Ich habe keine Ahnung warum der ioBroker mal wieder zerschossen ist.
                Der läuft eigentlich problemlos seit langer Zeit in einem Proxmox Container. Allerdings lässt er sich von Zeit zu Zeit manchmal nicht starten oder stoppen.
                Aktuell ist es so, dass ich keine Adapter updaten kann. In der Konsole kann ich den ioBroker nicht stoppen und der Fixer funktionieret auch nicht.

                haus@ioBroker:~$ iob stop
                Could not send "SIGTERM" to process 199: kill EPERM
                No "killall.sh" script found. Just stop.
                haus@ioBroker:~$ iob status
                iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: redis
                

                Klar, wenn der nicht gestoppt ist kann der Fixer nicht funktionieren...
                Also zuerst irgendwie stoppen wenn ich das so richtig sehe

                OliverIOO Offline
                OliverIOO Offline
                OliverIO
                wrote on last edited by
                #7

                @chaot

                Hinweis 1, was nichts mit dem eigentlichen Problem zu tun hat:
                Warum hast du json und Redis gemischt. Wenn dann würde ich auch die objects auf Redis umstellen.

                Hinweis2:
                Hast Du evtl. Ports am Router geöffnet?

                Meine Adapter und Widgets
                TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
                Links im Profil

                ChaotC 1 Reply Last reply
                0
                • OliverIOO OliverIO

                  @chaot

                  Hinweis 1, was nichts mit dem eigentlichen Problem zu tun hat:
                  Warum hast du json und Redis gemischt. Wenn dann würde ich auch die objects auf Redis umstellen.

                  Hinweis2:
                  Hast Du evtl. Ports am Router geöffnet?

                  ChaotC Offline
                  ChaotC Offline
                  Chaot
                  wrote on last edited by
                  #8

                  @oliverio
                  Ich hatte mal irgendwann gelesen, dass diese Kombination bei meinem System wohl schneller (besser) wäre. Aber das lässt sich ja beheben.

                  Ports am Router sind für den ioBroker alle dicht.

                  ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

                  wendy2702W OliverIOO 2 Replies Last reply
                  0
                  • ChaotC Chaot

                    @oliverio
                    Ich hatte mal irgendwann gelesen, dass diese Kombination bei meinem System wohl schneller (besser) wäre. Aber das lässt sich ja beheben.

                    Ports am Router sind für den ioBroker alle dicht.

                    wendy2702W Online
                    wendy2702W Online
                    wendy2702
                    wrote on last edited by
                    #9

                    @chaot hast du den Proxmox Container mal neu gestartet und damit auch iob?

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

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

                    ChaotC 1 Reply Last reply
                    0
                    • wendy2702W wendy2702

                      @chaot hast du den Proxmox Container mal neu gestartet und damit auch iob?

                      ChaotC Offline
                      ChaotC Offline
                      Chaot
                      wrote on last edited by
                      #10

                      @wendy2702
                      Ja, bereits mehrfach.
                      Ich habe auch schon den kompletten Server neu gestartet

                      ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

                      1 Reply Last reply
                      0
                      • ChaotC Chaot

                        @oliverio
                        Ich hatte mal irgendwann gelesen, dass diese Kombination bei meinem System wohl schneller (besser) wäre. Aber das lässt sich ja beheben.

                        Ports am Router sind für den ioBroker alle dicht.

                        OliverIOO Offline
                        OliverIOO Offline
                        OliverIO
                        wrote on last edited by OliverIO
                        #11

                        @chaot
                        Wenn du genug ram hast ist Redis schneller.
                        Beide Systeme halten die Daten im ram und Speichern verzögert im Hintergrund. Redis hat das optimiertere Datenformat (binär) auf der Platte und ist in C geschrieben. Jsonl speichert als json und ist in JavaScript geschrieben.

                        Daher ist Redis insgesamt besser.

                        Gut, das keine offenen Ports, dann schließt sich das aus, das jemand fremdes sich da Scherze erlaubt.

                        Probiere evtl. Mal mit der physischen Platte (also nicht im Container) einen Smart Festplatten Test durchzuführen um beginnende Schäden der Platte/ssd auszuschließen. Ergebnisse kannst du durch ChatGPT interpretieren lassen.

                        Nachtrag
                        Dringend die Platte prüfen
                        Hier sind Fehler und Warnungen drin

                        Messages concerning ext4 filesystem in dmesg:
                        
                        [Mon Jul 21 14:08:51 2025] EXT4-fs (loop1): error count since last fsck: 2
                        [Mon Jul 21 14:08:51 2025] EXT4-fs (loop1): initial error at time 1666345607: ext4_check_bdev_write_error:217
                        [Mon Jul 21 14:08:51 2025] EXT4-fs (loop1): last error at time 1666426664: ext4_journal_check_start:83
                        [Mon Jul 21 14:09:38 2025] EXT4-fs (dm-12): unmounting filesystem 32a22a38-9374-43d2-a490-0d49504c12c9.
                        [Mon Jul 21 14:09:41 2025] EXT4-fs (dm-12): mounted filesystem 32a22a38-9374-43d2-a490-0d49504c12c9 r/w with ordered data mode. Quota mode: none.
                        

                        Meine Adapter und Widgets
                        TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
                        Links im Profil

                        CodierknechtC 1 Reply Last reply
                        0
                        • ChaotC Chaot

                          @wendy2702
                          Ach so:

                          
                          ========== Start marking the full check here ===========
                          
                          ```bash
                          Script v.2025-03-08
                          
                          *** BASE SYSTEM ***
                             Static hostname: ioBroker
                                   Icon name: computer-container
                                     Chassis: container
                              Virtualization: lxc
                            Operating System: Ubuntu 20.04.6 LTS
                                      Kernel: Linux 6.5.13-5-pve
                                Architecture: x86-64
                          OS is similar to: debian
                          
                          model name      : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
                          Docker          : false
                          Virtualization  : lxc
                          Kernel          : x86_64
                          Userland        : 64 bit
                          
                          Systemuptime and Load:
                           14:31:19 up 21 min,  1 user,  load average: 2.76, 2.58, 3.74
                          CPU threads: 4
                          
                          
                          *** LIFE CYCLE STATUS ***
                          Ubuntu Release codenamed 'focal' reached its END OF LIFE and needs to be updated to the latest LTS release 'noble' NOW!
                          
                          *** TIME AND TIMEZONES ***
                                         Local time: Mon 2025-07-21 14:31:19 CEST
                                     Universal time: Mon 2025-07-21 12:31:19 UTC 
                                           RTC time: n/a                         
                                          Time zone: Europe/Berlin (CEST, +0200) 
                          System clock synchronized: yes                         
                                        NTP service: n/a                         
                                    RTC in local TZ: no                          
                          
                          *** Users and Groups ***
                          User that called 'iob diag':
                          haus
                          HOME=/home/haus
                          GROUPS=haus iobroker
                          
                          User that is running 'js-controller':
                          iobroker
                          [sudo] password for haus: 
                          HOME=/home/iobroker
                          GROUPS=iobroker tty dialout audio video plugdev redis
                          
                          *** DISPLAY-SERVER SETUP ***
                          Display-Server: false
                          Desktop: 
                          Terminal:       tty
                          
                          *** MEMORY ***
                                        total        used        free      shared  buff/cache   available
                          Mem:           6.1G        3.1G        2.1G        1.0M        971M        3.1G
                          Swap:          2.0G          0B        2.0G
                          Total:         8.2G        3.1G        4.1G
                          
                          Active iob-Instances:   35
                          
                                   6144 M total memory
                                   3076 M used memory
                                   3188 M active memory
                                    708 M inactive memory
                                   2096 M free memory
                                      0 M buffer memory
                                    971 M swap cache
                                   2048 M total swap
                                      0 M used swap
                                   2048 M free swap
                          
                          *** top - Table Of Processes  ***
                          top - 14:31:25 up 21 min,  1 user,  load average: 3.16, 2.68, 3.76
                          Tasks:  69 total,   1 running,  68 sleeping,   0 stopped,   0 zombie
                          %Cpu(s): 28.8 us,  9.1 sy,  0.0 ni, 59.1 id,  0.0 wa,  0.0 hi,  3.0 si,  0.0 st
                          MiB Mem :   6144.0 total,   2096.1 free,   3076.6 used,    971.3 buff/cache
                          MiB Swap:   2048.0 total,   2048.0 free,      0.0 used.   3065.8 avail Mem 
                          
                          *** FAILED SERVICES ***
                          
                            UNIT             LOAD   ACTIVE SUB    DESCRIPTION           
                          * apparmor.service loaded failed failed Load AppArmor profiles
                          
                          LOAD   = Reflects whether the unit definition was properly loaded.
                          ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                          SUB    = The low-level unit activation state, values depend on unit type.
                          
                          1 loaded units listed.
                          
                          
                          *** DMESG CRITICAL ERRORS ***
                          No critical errors detected
                          
                          *** FILESYSTEM ***
                          Filesystem                       Type   Size  Used Avail Use% Mounted on
                          /dev/mapper/pve-vm--110--disk--0 ext4    32G   25G  5.5G  82% /
                          none                             tmpfs  492K  4.0K  488K   1% /dev
                          tmpfs                            tmpfs  7.8G     0  7.8G   0% /dev/shm
                          tmpfs                            tmpfs  1.6G  1.6M  1.6G   1% /run
                          tmpfs                            tmpfs  5.0M     0  5.0M   0% /run/lock
                          tmpfs                            tmpfs  1.6G     0  1.6G   0% /run/user/1001
                          
                          Messages concerning ext4 filesystem in dmesg:
                          [Mon Jul 21 14:02:20 2025] EXT4-fs (dm-1): mounted filesystem 15679eb9-5ea6-43b8-b91c-29a0ecca7019 ro with ordered data mode. Quota mode: none.
                          [Mon Jul 21 14:02:21 2025] EXT4-fs (dm-1): re-mounted 15679eb9-5ea6-43b8-b91c-29a0ecca7019 r/w. Quota mode: none.
                          [Mon Jul 21 14:02:22 2025] EXT4-fs (sdb): mounting ext3 file system using the ext4 subsystem
                          [Mon Jul 21 14:02:22 2025] EXT4-fs (sdb): mounted filesystem 72a49e33-105a-4582-a31c-1bbff15e30ec r/w with ordered data mode. Quota mode: none.
                          [Mon Jul 21 14:02:47 2025] EXT4-fs (loop0): mounted filesystem f7913bd0-bee5-42e9-83c6-edb24bba20bc r/w with ordered data mode. Quota mode: none.
                          [Mon Jul 21 14:02:54 2025] EXT4-fs (dm-12): mounted filesystem 32a22a38-9374-43d2-a490-0d49504c12c9 r/w with ordered data mode. Quota mode: none.
                          [Mon Jul 21 14:03:10 2025] EXT4-fs (dm-10): mounted filesystem 1c6095f9-366b-4331-a231-4ac8e949c392 r/w with ordered data mode. Quota mode: none.
                          [Mon Jul 21 14:03:17 2025] EXT4-fs (dm-6): mounted filesystem be54090e-144d-414f-a0ac-f457653d388a r/w with ordered data mode. Quota mode: none.
                          [Mon Jul 21 14:03:46 2025] EXT4-fs (loop1): warning: mounting fs with errors, running e2fsck is recommended
                          [Mon Jul 21 14:03:46 2025] EXT4-fs (loop1): mounted filesystem 110cdcbd-660a-4f4d-99bb-0dd7d2fffa88 r/w with ordered data mode. Quota mode: none.
                          [Mon Jul 21 14:03:59 2025] EXT4-fs (dm-15): mounted filesystem 32e87d66-9df5-4bc2-99c5-f006705424bb r/w with ordered data mode. Quota mode: none.
                          [Mon Jul 21 14:08:51 2025] EXT4-fs (loop1): error count since last fsck: 2
                          [Mon Jul 21 14:08:51 2025] EXT4-fs (loop1): initial error at time 1666345607: ext4_check_bdev_write_error:217
                          [Mon Jul 21 14:08:51 2025] EXT4-fs (loop1): last error at time 1666426664: ext4_journal_check_start:83
                          [Mon Jul 21 14:09:38 2025] EXT4-fs (dm-12): unmounting filesystem 32a22a38-9374-43d2-a490-0d49504c12c9.
                          [Mon Jul 21 14:09:41 2025] EXT4-fs (dm-12): mounted filesystem 32a22a38-9374-43d2-a490-0d49504c12c9 r/w with ordered data mode. Quota mode: none.
                          
                          Show mounted filesystems:
                          TARGET                    SOURCE                           FSTYPE     OPTIONS
                          /                         /dev/mapper/pve-vm--110--disk--0 ext4       rw,relatime,stripe=16
                          |-/proc/cpuinfo           lxcfs[/proc/cpuinfo]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                          |-/proc/diskstats         lxcfs[/proc/diskstats]           fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                          |-/proc/loadavg           lxcfs[/proc/loadavg]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                          |-/proc/meminfo           lxcfs[/proc/meminfo]             fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                          |-/proc/slabinfo          lxcfs[/proc/slabinfo]            fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                          |-/proc/stat              lxcfs[/proc/stat]                fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                          |-/proc/swaps             lxcfs[/proc/swaps]               fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                          |-/proc/uptime            lxcfs[/proc/uptime]              fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                          `-/sys/devices/system/cpu lxcfs[/sys/devices/system/cpu]   fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
                          
                          Files in neuralgic directories:
                          
                          /var:
                          3.8G    /var/
                          3.2G    /var/log/journal/db91a8d9813048b3b0d9627361bf92a2
                          3.2G    /var/log/journal
                          3.2G    /var/log
                          431M    /var/lib
                          
                          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 752.0M in the file system.
                          
                          /opt/iobroker/backups:
                          267M    /opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          2.2G    /opt/iobroker/iobroker-data/
                          1018M   /opt/iobroker/iobroker-data/history
                          888M    /opt/iobroker/iobroker-data/files
                          299M    /opt/iobroker/iobroker-data/files/vis
                          291M    /opt/iobroker/iobroker-data/files/vis/widgets
                          
                          The five largest files in iobroker-data are:
                          43M     /opt/iobroker/iobroker-data/objects.jsonl
                          33M     /opt/iobroker/iobroker-data/files/vis/widgets/vis-2-widgets-jaeger-design/static/js/vendors-node_modules_iobroker_adapter-react-v5_build_index_js.0424abce.chunk.js.map
                          27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                          21M     /opt/iobroker/iobroker-data/objects.json.migrated
                          21M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                          
                          USB-Devices by-id:
                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                          
                          No Devices found 'by-id'
                          
                          Zigbee Network Settings on your coordinator/in nvbackup are:
                          
                          zigbee.X
                          Extended Pan ID:
                          *** MASKED ***
                          Pan ID:
                          *** MASKED ***
                          Channel:
                          *** MASKED ***
                          Network Key:
                          *** MASKED ***
                          
                          To unmask the settings run 'iob diag --unmask'
                          
                          
                          *** NodeJS-Installation ***
                          
                          /usr/bin/nodejs         v20.19.3
                          /usr/bin/node           v20.19.3
                          /usr/bin/npm            10.8.2
                          /usr/bin/npx            10.8.2
                          /usr/bin/corepack       0.32.0
                          
                          nodejs:
                            Installed: 20.19.3-1nodesource1
                            Candidate: 20.19.3-1nodesource1
                            Version table:
                           *** 20.19.3-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                                  100 /var/lib/dpkg/status
                               20.19.2-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.19.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.19.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.18.3-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.18.2-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.18.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.18.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.17.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.16.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.15.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.15.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.14.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.13.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.13.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.12.2-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.12.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.12.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.11.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.11.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.10.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.9.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.8.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.8.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.7.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.6.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.6.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.5.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.5.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.4.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.3.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.3.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.2.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.1.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               20.0.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages
                               10.19.0~dfsg-3ubuntu1.6 500
                                  500 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages
                                  500 http://archive.ubuntu.com/ubuntu focal-security/universe amd64 Packages
                               10.19.0~dfsg-3ubuntu1 500
                                  500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
                          
                          Temp directories causing deletion problem: 4
                          Some problems detected, please run iob fix
                          
                          Errors in npm tree: 0
                          No problems detected
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: redis
                          
                          Hosts:
                          ioBroker            ioBroker (version: 7.0.7, hostname: ioBroker      , alive, uptime: 1313)
                          
                          Core adapters versions
                          js-controller:  7.0.7
                          admin:          7.7.1
                          javascript:     9.0.7
                          
                          nodejs modules from github:     3
                          +-- iobroker.icons-open-icon-library-png@0.1.3 invalid: "https://github.com/ioBroker/ioBroker.icons-open-icon-library-png/tarball/master" from the root project
                          | `-- kodi-ws@2.4.4 invalid: "git+https://git@github.com/iobroker-community-adapters/kodi-ws.git" from node_modules/iobroker.kodi
                          | +-- samsungtv@0.0.0 invalid: "https://git@github.com/luca-saggese/samsungtv" from node_modules/iobroker.samsung
                          
                          Adapter State
                          + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            system.adapter.admin.1                  : admin                 : ioBroker                                 - disabled, port: 80, bind: 0.0.0.0, run as: admin
                            system.adapter.alexa-timer-vis.0        : alexa-timer-vis       : ioBroker                                 - disabled
                            system.adapter.alexa2.0                 : alexa2                : ioBroker                                 - disabled
                            system.adapter.alias-manager.0          : alias-manager         : ioBroker                                 - disabled
                          + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
                            system.adapter.birthdays.0              : birthdays             : ioBroker                                 -  enabled
                          + system.adapter.bosch-ebike.0            : bosch-ebike           : ioBroker                                 -  enabled
                            system.adapter.cameras.0                : cameras               : ioBroker                                 - disabled, port: 8200, bind: 127.0.0.1
                            system.adapter.cloud.0                  : cloud                 : ioBroker                                 - disabled
                            system.adapter.countdown.0              : countdown             : ioBroker                                 - disabled
                            system.adapter.daswetter.0              : daswetter             : ioBroker                                 - disabled
                            system.adapter.devices.0                : devices               : ioBroker                                 - disabled
                            system.adapter.discovery.0              : discovery             : ioBroker                                 - disabled
                          + system.adapter.drag-indicator.0         : drag-indicator        : ioBroker                                 -  enabled
                            system.adapter.drops-weather.0          : drops-weather         : ioBroker                                 - disabled
                            system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
                            system.adapter.email.0                  : email                 : ioBroker                                 - disabled
                          + system.adapter.ems-esp.0                : ems-esp               : ioBroker                                 -  enabled
                            system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
                            system.adapter.flot.0                   : flot                  : ioBroker                                 - disabled
                          + system.adapter.fritzdect.0              : fritzdect             : ioBroker                                 -  enabled
                          + system.adapter.heatingcontrol.0         : heatingcontrol        : ioBroker                                 -  enabled
                          + system.adapter.history.0                : history               : ioBroker                                 -  enabled
                          + system.adapter.hoover.0                 : hoover                : ioBroker                                 -  enabled
                            system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
                            system.adapter.ical.1                   : ical                  : ioBroker                                 -  enabled
                            system.adapter.ical.2                   : ical                  : ioBroker                                 -  enabled
                            system.adapter.ical.8                   : ical                  : ioBroker                                 -  enabled
                            system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: ioBroker                                 - disabled
                            system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : ioBroker                                 - disabled
                            system.adapter.icons-icons8.0           : icons-icons8          : ioBroker                                 - disabled
                            system.adapter.icons-material-png.0     : icons-material-png    : ioBroker                                 - disabled
                            system.adapter.icons-material-svg.0     : icons-material-svg    : ioBroker                                 - disabled
                            system.adapter.icons-mfd-png.0          : icons-mfd-png         : ioBroker                                 - disabled
                            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBroker                                 - disabled
                            system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: ioBroker                                 - disabled
                            system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : ioBroker                                 - disabled
                          + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
                          + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
                          + system.adapter.javascript.1             : javascript            : ioBroker                                 -  enabled
                            system.adapter.kodi.0                   : kodi                  : ioBroker                                 - disabled, port: 9090
                            system.adapter.linux-control.0          : linux-control         : ioBroker                                 - disabled
                            system.adapter.logparser.0              : logparser             : ioBroker                                 - disabled
                            system.adapter.matter.0                 : matter                : ioBroker                                 - disabled
                            system.adapter.mpd.0                    : mpd                   : ioBroker                                 - disabled, port: 6600
                            system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 - disabled, port: 1500, bind: 0.0.0.0
                          + system.adapter.mytime.0                 : mytime                : ioBroker                                 -  enabled
                          + system.adapter.nina.0                   : nina                  : ioBroker                                 -  enabled
                          + system.adapter.nut.0                    : nut                   : ioBroker                                 -  enabled
                            system.adapter.odl.0                    : odl                   : ioBroker                                 -  enabled
                            system.adapter.onvif.0                  : onvif                 : ioBroker                                 - disabled, port: 80, 7575, 8000, 8080, 8081, 8899
                            system.adapter.parcel.0                 : parcel                : ioBroker                                 - disabled
                            system.adapter.phantomjs.0              : phantomjs             : ioBroker                                 - disabled
                          + system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
                            system.adapter.proxy.0                  : proxy                 : ioBroker                                 - disabled
                          + system.adapter.remeha-home.0            : remeha-home           : ioBroker                                 -  enabled
                          + system.adapter.reolink.0                : reolink               : ioBroker                                 -  enabled
                            system.adapter.rickshaw.0               : rickshaw              : ioBroker                                 - disabled
                            system.adapter.rssfeed.0                : rssfeed               : ioBroker                                 - disabled
                            system.adapter.scenes.0                 : scenes                : ioBroker                                 - disabled
                            system.adapter.schoolfree.0             : schoolfree            : ioBroker                                 -  enabled
                          + system.adapter.smartcontrol.0           : smartcontrol          : ioBroker                                 -  enabled
                            system.adapter.socketio.0               : socketio              : ioBroker                                 - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                          + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1500, bind: 0.0.0.0
                          + system.adapter.sourceanalytix.0         : sourceanalytix        : ioBroker                                 -  enabled
                          + system.adapter.statistics.0             : statistics            : ioBroker                                 -  enabled
                          + system.adapter.tankerkoenig.0           : tankerkoenig          : ioBroker                                 -  enabled
                          + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                            system.adapter.time-switch.0            : time-switch           : ioBroker                                 - disabled
                          + system.adapter.tr-064.0                 : tr-064                : ioBroker                                 -  enabled
                          + system.adapter.trashschedule.0          : trashschedule         : ioBroker                                 -  enabled
                          + system.adapter.tuya.0                   : tuya                  : ioBroker                                 -  enabled
                          + system.adapter.unifi.0                  : unifi                 : ioBroker                                 -  enabled
                            system.adapter.upnp.0                   : upnp                  : ioBroker                                 - disabled
                            system.adapter.uv-protect.0             : uv-protect            : ioBroker                                 - disabled
                            system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : ioBroker                                 - disabled
                            system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : ioBroker                                 - disabled
                            system.adapter.vis-2-widgets-jaeger-design.0: vis-2-widgets-jaeger-design: ioBroker                                 - disabled
                            system.adapter.vis-2.0                  : vis-2                 : ioBroker                                 - disabled
                            system.adapter.vis-bars.0               : vis-bars              : ioBroker                                 - disabled
                            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : ioBroker                                 - disabled
                            system.adapter.vis-colorpicker.0        : vis-colorpicker       : ioBroker                                 - disabled
                            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : ioBroker                                 - disabled
                            system.adapter.vis-google-fonts.0       : vis-google-fonts      : ioBroker                                 - disabled
                            system.adapter.vis-history.0            : vis-history           : ioBroker                                 - disabled
                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 - disabled
                            system.adapter.vis-icontwo.0            : vis-icontwo           : ioBroker                                 - disabled
                          + system.adapter.vis-inventwo.0           : vis-inventwo          : ioBroker                                 -  enabled
                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBroker                                 - disabled
                            system.adapter.vis-justgage.0           : vis-justgage          : ioBroker                                 - disabled
                            system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 - disabled
                            system.adapter.vis-metro.0              : vis-metro             : ioBroker                                 - disabled
                            system.adapter.vis-players.0            : vis-players           : ioBroker                                 - disabled
                            system.adapter.vis-plumb.0              : vis-plumb             : ioBroker                                 - disabled
                            system.adapter.vis-rgraph.0             : vis-rgraph            : ioBroker                                 - disabled
                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 - disabled
                            system.adapter.vis-weather.0            : vis-weather           : ioBroker                                 - disabled
                            system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
                            system.adapter.wallpanel.0              : wallpanel             : ioBroker                                 - disabled
                            system.adapter.weatherunderground.0     : weatherunderground    : ioBroker                                 - disabled
                          + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : ioBroker                                 -  enabled
                          + system.adapter.wiegand-tcpip.0          : wiegand-tcpip         : ioBroker                                 -  enabled, port: 60000, bind: 0.0.0.0
                          + system.adapter.wled.0                   : wled                  : ioBroker                                 -  enabled
                          + system.adapter.ws.0                     : ws                    : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.influxdb.0               : influxdb              : ioBroker                                 -  enabled, port: 8086
                          + system.adapter.proxmox.0                : proxmox               : ioBroker                                 -  enabled, port: 8006
                          + system.adapter.sonoff.0                 : sonoff                : ioBroker                                 -  enabled, port: 1500, bind: 0.0.0.0
                          + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.wiegand-tcpip.0          : wiegand-tcpip         : ioBroker                                 -  enabled, port: 60000, bind: 0.0.0.0
                          + system.adapter.ws.0                     : ws                    : ioBroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                          
                          ioBroker-Repositories
                          ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                          │ (index) │ name               │ url                                                     │ auto upgrade │
                          ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                          │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                          │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                          │ 2       │ 'live-default'     │ 'http://iobroker.live/repo/sources-dist.json'           │ false        │
                          │ 3       │ 'live-latest'      │ 'http://iobroker.live/repo/sources-dist-latest.json'    │ false        │
                          └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                          
                          Active repo(s): live-latest
                          Upgrade policy: none
                          
                          Installed ioBroker-Adapters
                          Used repository: live-latest
                          Cannot read or parse /opt/iobroker/node_modules/@iobroker/js-controller-common-db/build/esm/lib/common//../node_modules/iobroker.lgtv/io-package.json: /opt/iobroker/node_modules/iobroker.lgtv/io-package.json: Expected double-quoted property name in JSON at position 10582
                          Cannot read or parse /opt/iobroker/node_modules/@iobroker/js-controller-common-db/build/esm/lib/common//../node_modules/iobroker.lgtv/io-package.json: /opt/iobroker/node_modules/iobroker.lgtv/io-package.json: Expected double-quoted property name in JSON at position 10582
                          Adapter    "admin"        : 7.7.1    , installed 7.7.1
                          Adapter    "alexa-timer-vis": 2.1.1  , installed 2.1.1
                          Adapter    "alexa2"       : 3.27.3   , installed 3.26.7 [Updatable]
                          Adapter    "alias-manager": 2.0.0    , installed 2.0.0
                          Adapter    "backitup"     : 3.3.5    , installed 3.3.4  [Updatable]
                          Adapter    "birthdays"    : 4.0.0    , installed 4.0.0
                          Adapter    "bosch-ebike"  : 0.1.12   , installed 0.1.12
                          Adapter    "cameras"      : 2.1.2    , installed 2.1.2
                          Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                          Adapter    "countdown"    : 3.0.0    , installed 3.0.0
                          Adapter    "daswetter"    : 3.2.3    , installed 3.2.3
                          Adapter    "devices"      : 1.2.7    , installed 1.2.7
                          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                          Adapter    "drag-indicator": 2.4.0   , installed 2.4.0
                          Adapter    "drops-weather": 1.2.7    , installed 1.2.6  [Updatable]
                          Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                          Adapter    "email"        : 2.0.4    , installed 2.0.4
                          Adapter    "ems-esp"      : 6.0.0    , installed 6.0.0
                          Adapter    "feiertage"    : 1.2.1    , installed 1.2.1
                          Adapter    "flot"         : 1.12.0   , installed 1.12.0
                          Adapter    "fritzdect"    : 2.6.2    , installed 2.6.2
                          Adapter    "fullcalendar" : 2.4.5    , installed 2.4.5
                          Adapter    "heatingcontrol": 2.12.15 , installed 2.12.15
                          Adapter    "history"      : 3.0.1    , installed 3.0.1
                          Adapter    "hoover"       : 0.1.4    , installed 0.1.4
                          Adapter    "ical"         : 1.16.2   , installed 1.16.2
                          Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                          Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                          Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                          Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                          Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                          Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                          Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.3
                          Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                          Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                          Adapter    "javascript"   : 9.0.8    , installed 9.0.7  [Updatable]
                          Controller "js-controller": 7.0.7    , installed 7.0.7
                          Adapter    "kodi"         : 3.1.0    , installed 3.1.0
                          Adapter    "linux-control": 1.1.5    , installed 1.1.5
                          Adapter    "logparser"    : 2.4.0    , installed 2.4.0
                          Adapter    "matter"       : 0.5.1    , installed 0.5.1
                          Adapter    "mpd"          : 2.2.0    , installed 2.2.0
                          Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                          Adapter    "mytime"       : 1.4.4    , installed 1.4.4
                          Adapter    "nina"         : 0.0.26   , installed 0.0.26
                          Adapter    "nut"          : 1.6.0    , installed 1.6.0
                          Adapter    "odl"          : 5.0.0    , installed 5.0.0
                          Adapter    "onvif"        : 1.1.4    , installed 1.1.4
                          Adapter    "parcel"       : 0.2.10   , installed 0.2.10
                          Adapter    "phantomjs"    : 1.1.3    , installed 1.1.3
                          Adapter    "ping"         : 1.7.9    , installed 1.7.9
                          Adapter    "proxmox"      : 2.4.0    , installed 2.4.0
                          Adapter    "proxy"        : 1.3.2    , installed 1.3.2
                          Adapter    "pushover"     : 4.1.0    , installed 4.1.0
                          Adapter    "remeha-home"  : 1.0.7    , installed 1.0.7
                          Adapter    "reolink"      : 1.2.3    , installed 1.2.2  [Updatable]
                          Adapter    "rickshaw"     : 1.0.0    , installed 1.0.0
                          Adapter    "rssfeed"      : 3.5.2    , installed 3.5.2
                          Adapter    "samsung"      : 0.6.1    , installed 0.6.1
                          Adapter    "scenes"       : 4.0.3    , installed 4.0.2  [Updatable]
                          Adapter    "schoolfree"   : 1.1.10   , installed 1.1.10
                          Adapter    "simple-api"   : 3.0.7    , installed 3.0.7
                          Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                          Adapter    "socketio"     : 7.0.8    , installed 7.0.8
                          Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                          Adapter    "sourceanalytix": 0.4.14  , installed 0.4.14
                          Adapter    "statistics"   : 4.0.0    , installed 4.0.0
                          Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                          Adapter    "telegram"     : 4.1.0    , installed 4.1.0
                          Adapter    "time-switch"  : 2.2.2    , installed 2.2.2
                          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                          Adapter    "trashschedule": 4.0.1    , installed 4.0.0  [Updatable]
                          Adapter    "tuya"         : 3.17.0   , installed 3.17.0
                          Adapter    "tvprogram"    : 4.0.0    , installed 4.0.0
                          Adapter    "unifi"        : 0.7.0    , installed 0.7.0
                          Adapter    "upnp"         : 1.1.0    , installed 1.1.0
                          Adapter    "uv-protect"   : 0.6.7    , installed 0.6.7
                          Adapter    "virtualpowermeter": 1.5.0, installed 1.5.0
                          Adapter    "vis"          : 1.5.6    , installed 1.5.6
                          Adapter    "vis-2"        : 2.12.12  , installed 2.12.10 [Updatable]
                          Adapter    "vis-2-widgets-energy": 1.0.2, installed 1.0.2
                          Adapter    "vis-2-widgets-gauges": 2.0.1, installed 1.1.1 [Updatable]
                          Adapter    "vis-2-widgets-jaeger-design": 1.4.7, installed 1.4.4 [Updatable]
                          Adapter    "vis-2-widgets-material": 1.4.10, installed 1.4.10
                          Adapter    "vis-2-widgets-sweethome3d": 0.2.0, installed 0.2.0
                          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-history"  : 1.0.0    , installed 1.0.0
                          Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                          Adapter    "vis-icontwo"  : 1.12.0   , installed 1.12.0
                          Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                          Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                          Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                          Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
                          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                          Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                          Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                          Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                          Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                          Adapter    "vis-weather"  : 2.5.12   , installed 2.5.12
                          Adapter    "wallpanel"    : 0.3.11   , installed 0.3.11
                          Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                          Adapter    "web"          : 7.0.9    , installed 7.0.9
                          Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                          Adapter    "wiegand-tcpip": 0.4.7    , installed 0.4.7
                          Adapter    "wled"         : 0.7.3    , installed 0.7.3
                          Adapter    "ws"           : 3.0.19   , installed 3.0.19
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects:        32962
                          States:         32247
                          
                          *** OS-Repositories and Updates ***
                          Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
                          Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
                          Hit:3 http://archive.ubuntu.com/ubuntu focal-security InRelease
                          Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
                          Reading package lists... Done
                          Pending Updates: 15
                          
                          *** 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:6379            0.0.0.0:*               LISTEN      109        90878      186/redis-server 0. 
                          tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      102        91333      96/systemd-resolved 
                          tcp        0      0 0.0.0.0:1500            0.0.0.0:*               LISTEN      1000       97850      631/io.sonoff.0     
                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       93573      199/iobroker.js-con 
                          tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          89805      382/master          
                          tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          91691      271/smbd            
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          91048      196/sshd: /usr/sbin 
                          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          88523      1/init              
                          tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          91692      271/smbd            
                          tcp6       0      0 :::8084                 :::*                    LISTEN      1000       128122     1386/io.ws.0        
                          tcp6       0      0 :::8082                 :::*                    LISTEN      1000       124270     1116/io.web.0       
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1000       94564      399/io.admin.0      
                          tcp6       0      0 ::1:6379                :::*                    LISTEN      109        90879      186/redis-server 0. 
                          tcp6       0      0 ::1:25                  :::*                    LISTEN      0          89806      382/master          
                          tcp6       0      0 :::445                  :::*                    LISTEN      0          91689      271/smbd            
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          89733      196/sshd: /usr/sbin 
                          tcp6       0      0 :::111                  :::*                    LISTEN      0          88527      1/init              
                          tcp6       0      0 :::139                  :::*                    LISTEN      0          91690      271/smbd            
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       119509     1278/io.wled.0      
                          udp        0      0 192.168.8.50:5353       0.0.0.0:*                           1000       98964      620/io.tr-064.0     
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        89714      155/avahi-daemon: r 
                          udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1000       124196     915/io.tuya.0       
                          udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1000       124197     915/io.tuya.0       
                          udp        0      0 127.0.0.53:53           0.0.0.0:*                           102        91332      96/systemd-resolved 
                          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          88524      1/init              
                          udp        0      0 192.168.8.50:123        0.0.0.0:*                           0          92363      191/ntpd            
                          udp        0      0 127.0.0.1:123           0.0.0.0:*                           0          92361      191/ntpd            
                          udp        0      0 0.0.0.0:123             0.0.0.0:*                           0          92357      191/ntpd            
                          udp        0      0 192.168.8.255:137       0.0.0.0:*                           0          92408      160/nmbd            
                          udp        0      0 192.168.8.50:137        0.0.0.0:*                           0          92407      160/nmbd            
                          udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          92395      160/nmbd            
                          udp        0      0 192.168.8.255:138       0.0.0.0:*                           0          92410      160/nmbd            
                          udp        0      0 192.168.8.50:138        0.0.0.0:*                           0          92409      160/nmbd            
                          udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          92396      160/nmbd            
                          udp        0      0 0.0.0.0:42134           0.0.0.0:*                           108        89716      155/avahi-daemon: r 
                          udp        0      0 0.0.0.0:60001           0.0.0.0:*                           1000       113256     901/io.wiegand-tcpi 
                          udp6       0      0 :::5353                 :::*                                108        89715      155/avahi-daemon: r 
                          udp6       0      0 :::111                  :::*                                0          88530      1/init              
                          udp6       0      0 fe80::88d5:5eff:fea:123 :::*                                0          92367      191/ntpd            
                          udp6       0      0 ::1:123                 :::*                                0          92365      191/ntpd            
                          udp6       0      0 :::123                  :::*                                0          92354      191/ntpd            
                          udp6       0      0 :::41998                :::*                                108        89717      155/avahi-daemon: r 
                          
                          *** Log File - Last 25 Lines ***
                          
                          2025-07-21 14:08:47.945  - error: host.ioBroker Caught by controller[0]:     at StateRedisClient.getState (file:///opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:872:26)
                          2025-07-21 14:08:47.945  - error: host.ioBroker Caught by controller[0]:     at AdapterClass._getForeignState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:9161:33)
                          2025-07-21 14:08:47.946  - error: host.ioBroker Caught by controller[0]:     at /opt/iobroker/node_modules/@iobroker/js-controller-common-db/src/lib/common/tools.ts:2336:17
                          2025-07-21 14:08:49.635  - error: host.ioBroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                          2025-07-21 14:08:49.636  - error: host.ioBroker Caught by controller[0]: Error: DB closed
                          2025-07-21 14:08:49.636  - error: host.ioBroker Caught by controller[0]:     at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:636:24)
                          2025-07-21 14:08:49.637  - error: host.ioBroker Caught by controller[0]:     at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:121:25)
                          2025-07-21 14:08:49.638  - error: host.ioBroker Caught by controller[0]:     at ObjectsInRedisClient._getObject (file:///opt/iobroker/node_modules/@iobroker/db-objects-redis/src/lib/objects/objectsInRedisClient.ts:3011:37)
                          2025-07-21 14:08:49.638  - error: host.ioBroker Caught by controller[0]:     at Immediate.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/db-objects-redis/src/lib/objects/objectsInRedisClient.ts:3070:29)
                          2025-07-21 14:08:49.639  - error: host.ioBroker Caught by controller[0]:     at processImmediate (node:internal/timers:485:21)
                          2025-07-21 14:08:54.753  - error: birthdays.0 (1164) Cannot check object existence of "birthdays.0.month.01": Connection is closed.
                          2025-07-21 14:09:31.900  - error: heatingcontrol.0 (1600) exception in CreateDatapoints [Error: DB closed]
                          2025-07-21 14:09:31.923  - error: heatingcontrol.0 (1600) exception in SetDefaults [Error: DB closed]
                          2025-07-21 14:09:31.928  - error: heatingcontrol.0 (1600) exception in  main [Error: DB closed]
                          2025-07-21 14:09:32.784  - error: influxdb.0 (1611) Error on "subscribeForeignStates": DB closed
                          2025-07-21 14:12:06.237  - error: hoover.0 (886) Missing step4 url
                          2025-07-21 14:12:06.245  - error: hoover.0 (886) "\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html xmlns=\"http://www.w3.org/1999/xhtml\" style=\"visibility: visible;\" lang=de xml:lang=de><head><meta name=\"viewport\" content=\"initial-scale=1.0\"/><title>Ändern Sie Ihr Kennwort. | SmartHome</title><meta name=\"format-detection\" content=\"telephone=no\" /><link href=\"/sCSS/64.0/sprites/1748341653000/Theme3/de/base/common.css\" rel=\"stylesheet\" type=\"text/css\"/><link href=\"/sCSS/64.0/sprites/1748341653000/Theme3/de/base/elements.css\" rel=\"stylesheet\" type=\"text/css\"/><link href=\"/sCSS/64.0/sprites/1748341653000/Theme3/de/base/extended.css\" rel=\"stylesheet\" type=\"text/css\"/><link href=\"/sCSS/64.0/sprites/1748341653000/Theme3/de/base/ChatterViralInviteSignup.css\" rel=\"stylesheet\" type=\"text/css\"/><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/sfdc_210.css?v=5\" /><style type=\"text/css\">a{color:#0070d2;}body{background-color:#B1BAC1;}#content,.container{background-color:#ffffff;}#header{color:#51606E;}#header,#footer{color:#000000;}.primary,.primary:hover,.primary:focus{background-color:#1797C0;}.primary{color:#FFFFFF;}.primary{border:#1797C0;}.detailRow .message{width:100%;}.requiredInput{width: auto;}div#content .labelCol,div#content .data2Col{min-height: 30px; padding-top:0px; padding-bottom:15px;vertical-align: top;} body .bEditBlock .pbBottomButtons{border-top: 0px;padding-top:0px;margin-top:0px;} .pbSubheader, .mainTitle{display:none;} div.bDescription, div#content .data2Col {font-size: 95%;} .pageTitle{font-weight: bold;}.detailList, .detailList tr{display:block;width:230px;overflow:hidden;}.labelCol, .data2Col{clear:both;}.detailList td{display:block;}#editPage .pbSubsection{padding:0px;}div#content .labelCol, div#content .data2Col{min-height:10px;padding-bottom:0px;}.detailList tr{padding-top:10px;}.pbTitle{display:none;}p{text-align:initial;text-align:start;}body .btn{color:#fff;}input.primary{width:auto;padding:5px;height:auto;}input{border: 1px solid #cccccc; border-radius: 3px; height: 20px; width: 200px; font-size: 14px;}</style><script type=\"text/javascript\"></script><script src=\"/jslibrary/1743001299256/sfdc/main.js\"></script><script src=\"/jslibrary/jslabels/1752874325000/de.js\"></script><script src=\"/jslibrary/1729010880256/sfdc/ChangePassword.js\"></script><script src=\"/jslibrary/1729717492256/sfdc/Setup.js\"></script><script></script></head><body onload=\"this.bodyOnLoad&&bodyOnLoad();\" onunload=\"this.bodyOnUnload&&bodyOnUnload();\"><div id=\"main\"><div id=\"wrapper\"><div id=\"logo_wrapper\" class=\"standard_logo_wrapper mb24\"><div style=\"height: 100%; display: table-cell; vertical-align: bottom;\"><img aria-hidden=\"true\" id=\"logo\" class=\"standard_logo\" src=\"/servlet/servlet.ImageServer?id=0154O0000074vxd&amp;oid=00DU0000000Lkcq&amp;lastMod=1581701911000\" alt=\"SmartHome\" border=\"0\" name=\"logo\">                    <span class=\"zen-assistiveText\">SmartHome</span></div></div><h2 id=\"header\" class=\"mb12\">Ändern Sie Ihr Kennwort.</h2><div id=\"content\"><form  accept-charset=\"UTF-8\" action=\"/_ui/system/security/ChangePassword?setupid=ChangePassword\" autocomplete=\"off\" enctype=\"application/x-www-form-urlencoded\" id=\"editPage\" method=\"post\" name=\"editPage\" onsubmit=\"if (window.ffInAlert) { return false; }\" ><input type=\"hidden\" name=\"_CONFIRMATIONTOKEN\" id=\"_CONFIRMATIONTOKEN\" value=\"VmpFPSxNakF5TlMwd055MHlORlF4TWpveE1qb3dOaTR4T1RoYSxKU3hJTVVIRU5ONlB6UEJFbTY3MDZqdmQ5bU5TTHNTTGpaQmg3RDl0TXFRPSxZelU0T1RnNA==\" /><input type=\"hidden\" name=\"cancelURL\" id=\"cancelURL\" value=\"/setup/secur/RemoteAccessAuthorizationPage.apexp?source=CAAAAZgyDEjRMDAwMDAwMDAwMDAwMDAwAAABAC292TBIIZdwgLpFNr4Q_61rihjaRjwhAXX5Jv7YmClM7C7ZWsOkXtgBET4mh1dXYbkFE__-aVNuGx1YBJNkFMpa3SwchD123C56f8VWIOYaQPAj31TPeY9j0gYf1-2enh6w3s4l0eoE9BazDETkvc4-8T-oi0chdbkbXqhw0Pi6Z0NfQxasXkhI6_-dslWEuyOPzl6Zqaxgx28O5Dw6JXPMehbcmQT87vpTqFrJ_7G0IJSRDLCbm3tO38UT9hxrDM1I72g3zRp0QymtWI_Joi7Hyzqn1rZA6j1GHvekeB49LfB9X4EL8S-m-dYsZeEuHn7RBJyILpPTdxj4ofpnby9E3jnds4l55I36EG7-5a-LCK_FuPJU13EI5s2c53bUY9gytSYp2y5Ku_hR2tCx4XbrOECYBKk952ByCPa8j6JzgHhbGTl2GpUP2ZgszSTQnSe4zB-ylzM7U_efp7adZ3iWL7UtAAwW8WQVduq0LkWiXitiz9WA2Ay4OKZcxQK3S3TMJEiEBwUMgwutFlXt_2nwrht-bIj2FOP4UQFCkmRueXC3iHs9-LXg6Utie5jB8uxE7NNAC0jO6DAAc_doEPGC5IoJKLiivxa17jnUV1-pCwCgHEHFKEfMzcySgx6xg7C8FWoP_LGqzfvKiSJy_1ldmaFZeoze69Nd8jRwHrI_PXMgdvNUTPpx43fcvg-95udV_INZGU-qsuRjE2NRYrNPE1K1brJogTWtsAOy4qU30Vb0o5SXLMOuqmjmTgd8zg==\" /><input type=\"hidden\" name=\"retURL\" id=\"retURL\" value=\"/setup/secur/RemoteAccessAuthorizationPage.apexp?source=CAAAAZgyDEjRMDAwMDAwMDAwMDAwMDAwAAABAC292TBIIZdwgLpFNr4Q_61rihjaRjwhAXX5Jv7YmClM7C7ZWsOkXtgBET4mh1dXYbkFE__-aVNuGx1YBJNkFMpa3SwchD123C56f8VWIOYaQPAj31TPeY9j0gYf1-2enh6w3s4l0eoE9BazDETkvc4-8T-oi0chdbkbXqhw0Pi6Z0NfQxasXkhI6_-dslWEuyOPzl6Zqaxgx28O5Dw6JXPMehbcmQT87vpTqFrJ_7G0IJSRDLCbm3tO38UT9hxrDM1I72g3zRp0QymtWI_Joi7Hyzqn1rZA6j1GHvekeB49LfB9X4EL8S-m-dYsZeEuHn7RBJyILpPTdxj4ofpnby9E3jnds4l55I36EG7-5a-LCK_FuPJU13EI5s2c53bUY9gytSYp2y5Ku_hR2tCx4XbrOECYBKk952ByCPa8j6JzgHhbGTl2GpUP2ZgszSTQnSe4zB-ylzM7U_efp7adZ3iWL7UtAAwW8WQVduq0LkWiXitiz9WA2Ay4OKZcxQK3S3TMJEiEBwUMgwutFlXt_2nwrht-bIj2FOP4UQFCkmRueXC3iHs9-LXg6Utie5jB8uxE7NNAC0jO6DAAc_doEPGC5IoJKLiivxa17jnUV1-pCwCgHEHFKEfMzcySgx6xg7C8FWoP_LGqzfvKiSJy_1ldmaFZeoze69Nd8jRwHrI_PXMgdvNUTPpx43fcvg-95udV_INZGU-qsuRjE2NRYrNPE1K1brJogTWtsAOy4qU30Vb0o5SXLMOuqmjmTgd8zg==\" /><input type=\"hidden\" name=\"save_new_url\" id=\"save_new_url\" value=\"/_ui/system/security/ChangePassword?fromFrontdoor=1&amp;retURL=%2Fsetup%2Fsecur%2FRemoteAccessAuthorizationPage.apexp%3Fsource%3DCAAAAZgyDEjRMDAwMDAwMDAwMDAwMDAwAAABAC292TBIIZdwgLpFNr4Q_61rihjaRjwhAXX5Jv7YmClM7C7ZWsOkXtgBET4mh1dXYbkFE__-aVNuGx1YBJNkFMpa3SwchD123C56f8VWIOYaQPAj31TPeY9j0gYf1-2enh6w3s4l0eoE9BazDETkvc4-8T-oi0chdbkbXqhw0Pi6Z0NfQxasXkhI6_-dslWEuyOPzl6Zqaxgx28O5Dw6JXPMehbcmQT87vpTqFrJ_7G0IJSRDLCbm3tO38UT9hxrDM1I72g3zRp0QymtWI_Joi7Hyzqn1rZA6j1GHvekeB49LfB9X4EL8S-m-dYsZeEuHn7RBJyILpPTdxj4ofpnby9E3jnds4l55I36EG7-5a-LCK_FuPJU13EI5s2c53bUY9gytSYp2y5Ku_hR2tCx4XbrOECYBKk952ByCPa8j6JzgHhbGTl2GpUP2ZgszSTQnSe4zB-ylzM7U_efp7adZ3iWL7UtAAwW8WQVduq0LkWiXitiz9WA2Ay4OKZcxQK3S3TMJEiEBwUMgwutFlXt_2nwrht-bIj2FOP4UQFCkmRueXC3iHs9-LXg6Utie5jB8uxE7NNAC0jO6DAAc_doEPGC5IoJKLiivxa17jnUV1-pCwCgHEHFKEfMzcySgx6xg7C8FWoP_LGqzfvKiSJy_1ldmaFZeoze69Nd8jRwHrI_PXMgdvNUTPpx43fcvg-95udV_INZGU-qsuRjE2NRYrNPE1K1brJogTWtsAOy4qU30Vb0o5SXLMOuqmjmTgd8zg%3D%3D&amp;setupid=ChangePassword\" /><input type=\"hidden\" name=\"setupid\" id=\"setupid\" value=\"ChangePassword\" />\n\n<script>\n    var changePassword;\n\n    Sfdc.onload(function() {\n        changePassword = new Identity.ChangePasswordRequirements({\n            length: 8,\n            letters: false,\n            numbers: true,\n            upper: true,\n            lower: true,\n            special: false,\n            anythreeconditions: false\n        });\n    });\n</script>\n<div class=\"setup change-password\">\n<p class=\"mb16\" id=\"pwdintro\">Geben Sie ein neues Kennwort für <span class=\"important\">bernhard3008@gmail.com</span> ein.<span> </span>\n            Schließen Sie mindestens Folgendes ein:</p>\n        <ul class=\"passwordul mb16\">\n            <li class=\"mb8\">\n        <img src=\"/img/iconCheckDisabled.png\" class=\"passwordicon\" alt=\"Entspricht Anforderungen nicht\" id=\"charcounticon\">\n        <span id=\"charcount\">\n            8 Zeichen</span>\n    </li>\n<li class=\"mb8\">\n        <img src=\"/img/iconCheckDisabled.png\" class=\"passwordicon\" alt=\"Entspricht Anforderungen nicht\" id=\"uppericon\">\n        <span id=\"upper\">\n            1 Großbuchstabe</span>\n    </li>\n<li class=\"mb8\">\n        <img src=\"/img/iconCheckDisabled.png\" class=\"passwordicon\" alt=\"Entspricht Anforderungen nicht\" id=\"lowericon\">\n        <span id=\"lower\">\n            1 Kleinbuchstabe</span>\n    </li>\n<li class=\"mb8\">\n        <img src=\"/img/iconCheckDisabled.png\" class=\"passwordicon\" alt=\"Entspricht Anforderungen nicht\" id=\"numbersicon\">\n        <span id=\"numbers\">\n            1 Zahl</span>\n    </li>\n</ul>\n\n<label for=\"newpassword\" class=\"altLabel\"><span class=\"required\">*</span>&nbsp;Neues Kennwort</label>\n<div class=\"password-wrapper\">\n    <input class=\"password-input input wide mt8 mb16 password\" type=\"password\" name=\"newpassword\" aria-required=\"true\" aria-describedby=\"newpassword-message\" user-scalable=\"no\" id=\"newpassword\" autofocus>\n    <span id=\"newpassword-message\" aria-live=\"polite\" class=\"password-message\"></span>\n</div>\n\n<label for=\"confirmpassword\" class=\"altLabel\"><span class=\"required\">*</span>&nbsp;Neues Kennwort bestätigen</label>\n<div class=\"password-wrapper\">\n    <input class=\"password-input input wide mt8 mb16 password\" type=\"password\" name=\"confirmpassword\" aria-required=\"true\" aria-describedby=\"confirmpassword-message\" user-scalable=\"no\" id=\"confirmpassword\">\n    <span id=\"confirmpassword-message\" aria-live=\"polite\" class=\"password-message\"></span>\n</div>\n\n<div class=\"mb16 mt8 small\">\n    <span class=\"required\">*</span>= erforderlich</div>\n\n\n<input name=\"fromFrontdoor\" id=\"fromFrontdoor\" type=\"hidden\" value=\"1\"/><div class=\"wide\">\n        <!--[if IE 7]>\n        <button id=\"password-button\" class=\"button wide mb16\" name=\"save\" type=\"submit\">\n            Kennwort ändern</button>\n<![endif]-->\n<![if !(IE 7)|!IE]>\n        <button id=\"password-button\" class=\"button wide mb16\" name=\"save\">\n            Kennwort ändern</button>\n<![endif]>\n    </div>\n<p class=\"small\">Kennwort wurde am 15.08.2023, 13:06 zuletzt geändert.</p></div>\n<div id=\"pwcaps\" class=\"mb16\" style=\"display:none\" aria-live=\"assertive\"><img id=\"pwcapsicon\" alt=\"Feststelltaste ist aktiviert.\" width=\"12\" src=\"/img/icon/capslock_blue.png\"/> Feststelltaste ist aktiviert.</div>\n</form></div></div></div><div id=\"footer\">&copy; 2025 Candy Hoover Group Srl. Alle Rechte vorbehalten.</div><script>var p=document.getElementById('footer').parentNode;while(p.nodeName.toLowerCase()==='div'){p.style.height='100%';p=p.parentNode;}</script>\n\n\n<!-- Body events -->\n<script type=\"text/javascript\">function bodyOnLoad(){if (typeof(startSessionTimer)!='undefined') {startSessionTimer(); };if(window.PreferenceBits){window.PreferenceBits.prototype.csrfToken=\"VmpFPSxNakF5TlMwd055MHlORlF4TWpveE1qb3dOaTR5TVRGYSxUczk3U3V5RTdEeDRvVjNEWDRPM3dHTE1WSFp3OFM0Z1M3ZS1EUHdINk00PSxNR1V3WmpRdw==\";};}function bodyOnBeforeUnload(){}function bodyOnFocus(){}function bodyOnUnload(){}</script></body></html>"
                          2025-07-21 14:12:56.268  - error: sourceanalytix.0 (1256) Check settings for sonoff.0.Zaehler.SML_Actual_pow ! Known valueAtDeviceReset : (31.784) > known cumulative value (31.738) cannot proceed
                          2025-07-21 14:12:56.271  - error: sourceanalytix.0 (1256) Troubleshoot Data sonoff.0.Zaehler.SML_Actual_pow custom Data : {"_id":"sonoff.0.Zaehler.SML_Actual_pow","common":{"role":"value","read":true,"write":false,"type":"number","unit":"kWh","name":"Zaehler SML  Actual_pow","custom":{"sourceanalytix.0":{"enabled":true,"selectedUnit":"kWh","start_day":1302,"start_week":0,"start_month":0,"start_quarter":0,"start_year":0,"alias":"Gesamtstrom","selectedPrice":"ElectricityDay","costs":true,"consumption":true,"meter_values":true,"basicRate":true,"valueAtDeviceReset":31.784,"valueAtDeviceInit":0.764}}},"native":{},"type":"state","acl":{"object":1636,"state":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"},"from":"system.adapter.admin.0","user":"system.user.admin","ts":1635757558045} 
                          2025-07-21 14:12:56.273  - error: sourceanalytix.0 (1256) Cannot handle calculations for sonoff.0.Zaehler.SML_Actual_pow, check log messages and adjust settings!
                          2025-07-21 14:12:56.276  - error: sourceanalytix.0 (1256) Initialization of sonoff.0.Zaehler.SML_Actual_pow failed, check warn messages !
                          2025-07-21 14:13:09.533  - error: heatingcontrol.0 (450) could not read target OID fritzdect.0.DECT_119600122088.tsoll in Schlafzimmer
                          2025-07-21 14:13:17.973  - error: reolink.0 (1371) get white led: TypeError: Cannot read properties of undefined (reading 'WhiteLed')
                          2025-07-21 14:13:18.295  - warn: reolink.0 (1371) State "reolink.0.setting.EmailNotification" has no existing object, this might lead to an error in future versions
                          2025-07-21 14:14:21.254  - error: heatingcontrol.0 (450) Schlafzimmer could not read fritzdect.0.DECT_119600122088.tsoll
                          
                          

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

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

                          @chaot sagte in Mal wieder zerschossen:

                          Ubuntu Release codenamed 'focal' reached its END OF LIFE and needs to be updated to the latest LTS release 'noble' NOW!

                          Ganz grundsätzlich würde ich das ganze Spiel auf einer noch unterstützen Basis betreiben.
                          Und das Dateisystem scheint was zu haben:
                          warning: mounting fs with errors, running e2fsck is recommended

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

                          ChaotC 1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @chaot sagte in Mal wieder zerschossen:

                            Ubuntu Release codenamed 'focal' reached its END OF LIFE and needs to be updated to the latest LTS release 'noble' NOW!

                            Ganz grundsätzlich würde ich das ganze Spiel auf einer noch unterstützen Basis betreiben.
                            Und das Dateisystem scheint was zu haben:
                            warning: mounting fs with errors, running e2fsck is recommended

                            ChaotC Offline
                            ChaotC Offline
                            Chaot
                            wrote on last edited by
                            #13

                            @thomas-braun
                            Das bedeutet:
                            Proxmox Platte rausschmeißen, neu machen (bzw ersetzen) und dann alle container zurück.
                            Dann iobroker auf neuen Container und Backup wieder einspielen.

                            ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

                            Thomas BraunT OliverIOO 2 Replies Last reply
                            0
                            • ChaotC Chaot

                              @thomas-braun
                              Das bedeutet:
                              Proxmox Platte rausschmeißen, neu machen (bzw ersetzen) und dann alle container zurück.
                              Dann iobroker auf neuen Container und Backup wieder einspielen.

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

                              @chaot

                              Zum Beispiel.

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

                              1 Reply Last reply
                              0
                              • ChaotC Chaot

                                @thomas-braun
                                Das bedeutet:
                                Proxmox Platte rausschmeißen, neu machen (bzw ersetzen) und dann alle container zurück.
                                Dann iobroker auf neuen Container und Backup wieder einspielen.

                                OliverIOO Offline
                                OliverIOO Offline
                                OliverIO
                                wrote on last edited by OliverIO
                                #15

                                @chaot

                                Erst mal den physischen Status feststellen. Es können auch logische Fehler des Dateisystem sein, die sich reparieren lassen.
                                Wenn die Platte schon ein wenig älter ist, dann ja, ansonsten werden die Probleme nicht besser.

                                Der interessanteste Wert von Smart um den physischen plattenstatus zu bewerten bei ssd ist TBW total bytes written, reallocated sector count und uncorrectable error count

                                Meine Adapter und Widgets
                                TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
                                Links im Profil

                                1 Reply Last reply
                                0
                                • OliverIOO OliverIO

                                  @chaot
                                  Wenn du genug ram hast ist Redis schneller.
                                  Beide Systeme halten die Daten im ram und Speichern verzögert im Hintergrund. Redis hat das optimiertere Datenformat (binär) auf der Platte und ist in C geschrieben. Jsonl speichert als json und ist in JavaScript geschrieben.

                                  Daher ist Redis insgesamt besser.

                                  Gut, das keine offenen Ports, dann schließt sich das aus, das jemand fremdes sich da Scherze erlaubt.

                                  Probiere evtl. Mal mit der physischen Platte (also nicht im Container) einen Smart Festplatten Test durchzuführen um beginnende Schäden der Platte/ssd auszuschließen. Ergebnisse kannst du durch ChatGPT interpretieren lassen.

                                  Nachtrag
                                  Dringend die Platte prüfen
                                  Hier sind Fehler und Warnungen drin

                                  Messages concerning ext4 filesystem in dmesg:
                                  
                                  [Mon Jul 21 14:08:51 2025] EXT4-fs (loop1): error count since last fsck: 2
                                  [Mon Jul 21 14:08:51 2025] EXT4-fs (loop1): initial error at time 1666345607: ext4_check_bdev_write_error:217
                                  [Mon Jul 21 14:08:51 2025] EXT4-fs (loop1): last error at time 1666426664: ext4_journal_check_start:83
                                  [Mon Jul 21 14:09:38 2025] EXT4-fs (dm-12): unmounting filesystem 32a22a38-9374-43d2-a490-0d49504c12c9.
                                  [Mon Jul 21 14:09:41 2025] EXT4-fs (dm-12): mounted filesystem 32a22a38-9374-43d2-a490-0d49504c12c9 r/w with ordered data mode. Quota mode: none.
                                  
                                  CodierknechtC Offline
                                  CodierknechtC Offline
                                  Codierknecht
                                  Developer Most Active
                                  wrote on last edited by Codierknecht
                                  #16

                                  @oliverio sagte in Mal wieder zerschossen:

                                  Gut, das keine offenen Ports

                                  Jedenfalls nicht für ioBroker

                                  @chaot sagte in Mal wieder zerschossen:

                                  Ports am Router sind für den ioBroker alle dicht.

                                  Hoffentlich auch sonst keine Portfreigaben ❓❓❓

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

                                  Proxmox 8.2.4 LXC|8 GB|Core i7-6700
                                  HmIP|ZigBee|Tasmota|Unifi + dies & das
                                  Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                                  ChaotC 1 Reply Last reply
                                  1
                                  • CodierknechtC Codierknecht

                                    @oliverio sagte in Mal wieder zerschossen:

                                    Gut, das keine offenen Ports

                                    Jedenfalls nicht für ioBroker

                                    @chaot sagte in Mal wieder zerschossen:

                                    Ports am Router sind für den ioBroker alle dicht.

                                    Hoffentlich auch sonst keine Portfreigaben ❓❓❓

                                    ChaotC Offline
                                    ChaotC Offline
                                    Chaot
                                    wrote on last edited by
                                    #17

                                    @codierknecht Doch. zwei Ports brauche ich leider offen. Im Netzwerk hängt noch ein Kassensystem.

                                    ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

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


                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate

                                    569

                                    Online

                                    32.4k

                                    Users

                                    81.3k

                                    Topics

                                    1.3m

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

                                    • Don't have an account? Register

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