Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. IKEA Trådfri The security code is incorrect or

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    IKEA Trådfri The security code is incorrect or

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @dg19222 last edited by

      @dg19222

      Die Ausgabe von

      iob diag
      
      1 Reply Last reply Reply Quote 0
      • D
        dg19222 last edited by

        @thomas-braun
        ok da komme ich leider net ran dann mus es halt leider ohne den adapter gehn

        danke dir für die mühe

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

          @dg19222 sagte in IKEA Trådfri The security code is incorrect or:

          ok da komme ich leider net ran

          Warum nicht?
          Wenn da nodejs 18.19.0 installiert ist muss ja ein PW für den root vorhanden sein, sonst bekommt man das nicht ordentlich auf das System.
          Und der root kann natürlich neue PW an die user vergeben.

          D 1 Reply Last reply Reply Quote 0
          • D
            dg19222 @Thomas Braun last edited by

            @thomas-braun
            habe das system gestern aufgesetzt ging alles mit meinem pw nur das net

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

              @dg19222

              Dann ist das wohl schief aufgesetzt, denn iob diag funktioniert natürlich grundsätzlich.

              D 1 Reply Last reply Reply Quote 0
              • D
                dg19222 @Thomas Braun last edited by

                @thomas-braun ok wenn du meinst komisch das alles andere geht aber trozdem danke

                D 1 Reply Last reply Reply Quote 0
                • D
                  dg19222 @dg19222 last edited by

                  @dg19222 ich kann es netmal als root ausführen
                  root@Iobrocker:/opt/iobroker# iob diag
                  This script must not be run as root!
                  Please use your standard user!
                  root@Iobrocker:/opt/iobroker# su dg19222
                  dg19222@Iobrocker:/opt/iobroker$ iob diag
                  [sudo] password for dg19222:
                  Sorry, user dg19222 is not allowed to execute '/usr/bin/curl -sLf https://ioer.net/diag.sh --output /home/iobroker/.diag.sh' as iobroker on Iobrocker.

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

                    @dg19222 sagte in IKEA Trådfri The security code is incorrect or:

                    ich kann es netmal als root ausführen

                    Richtig. Das muss ja auch als user ausgeführt werden, direkt als root macht man eh nichts, man meldet sich nicht mal als root an.

                    Dem user 'dg19222' fehlen wohl die notwendigen Rechte.

                    groups
                    

                    sagt?

                    Und genau das meine ich mit 'schief aufgesetzt'.

                    D 1 Reply Last reply Reply Quote 0
                    • D
                      dg19222 @Thomas Braun last edited by Homoran

                      @thomas-braun

                      dg19222 cdrom floppy audio dip video plugdev users netdev bluetoot
                      

                      MOD-EDIT: Code in code-tags gesetzt!

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

                        @dg19222

                        Der user fehlt in den Gruppen sudo, dialout und iobroker.

                        Als root:

                        apt update
                        apt install sudo
                        usermod -a -G sudo,dialout,iobroker dg19222
                        exit
                        

                        Den dg19222 aus- und wieder einloggen, niemehr als root herumhampeln.

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          dg19222 @Thomas Braun last edited by Homoran

                          @thomas-braun

                          root@Iobrocker:/opt/iobroker# usermod -a -G sudo,dialout,iobroker dg19222
                          bash: usermod: command not found
                          

                          MOD-EDIT: Code in code-tags gesetzt!

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

                            @dg19222

                            Was haste denn da für ein System rumpeln?

                            useradd -G sudo dg19222
                            useradd -G dialout dg19222
                            useradd -G iobroker dg19222
                            
                            D 1 Reply Last reply Reply Quote 0
                            • D
                              dg19222 @Thomas Braun last edited by

                              @thomas-braun intreasnterwies macht er das auch net wenn ich aber in den ordener usr/sbin gehe sind die befehle da

                              es läuft debian-12.4.0-amd64-netinst auf nem intel laptop

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

                                @dg19222

                                Keine Ahnung was du da wie installiert hast, aber bei einer ordentlichen Installation von Debian 'Bookworm' ist das alles schon vorhanden. Inkl. sudo-Recht für den ersten User.

                                Installier es nochmal und diesmal vergibst du einfach KEIN Passwort für den root, wenn der Installer danach fragt. Dann passt der Rest auch.

                                D 1 Reply Last reply Reply Quote 0
                                • D
                                  dg19222 @Thomas Braun last edited by

                                  @thomas-braun problem das die befehle net gehn gelöst dirkt am system gehn se nur net über putty

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

                                    @dg19222

                                    Was auch nicht normal ist...

                                    D 1 Reply Last reply Reply Quote 0
                                    • D
                                      dg19222 @Thomas Braun last edited by

                                      @thomas-braun über powershel geht es reicht dir die zusammenfassung oder alles ?

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

                                        @dg19222

                                        Bei dem Zustand der Kiste?
                                        Alles...

                                        1 Reply Last reply Reply Quote 0
                                        • D
                                          dg19222 @dg19222 last edited by

                                          @dg19222 Copy text starting here:

                                          ======================= SUMMARY =======================
                                                                  v.2023-10-10
                                          
                                          
                                           Static hostname: Iobrocker
                                                 Icon name: computer-laptop
                                                   Chassis: laptop 💻
                                          Operating System: Debian GNU/Linux 12 (bookworm)
                                                    Kernel: Linux 6.1.0-15-amd64
                                              Architecture: x86-64
                                           Hardware Vendor: Medion
                                            Hardware Model: E6222
                                          Firmware Version: 206
                                          
                                          Installation:           native
                                          Kernel:                 x86_64
                                          Userland:               amd64
                                          Timezone:               Europe/Berlin (CET, +0100)
                                          User-ID:                1000
                                          X-Server:               false
                                          Boot Target:            graphical.target
                                          
                                          Pending OS-Updates:     0
                                          Pending iob updates:    1
                                          
                                          Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                                                                  /usr/bin/node           v18.19.0
                                                                  /usr/bin/npm            10.2.3
                                                                  /usr/bin/npx            10.2.3
                                                                  /usr/bin/corepack       0.22.0
                                          
                                          Recommended versions are nodejs 18.19.0 and npm 10.2.3
                                          Your nodejs installation is correct
                                          
                                          MEMORY:
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            4.0G        2.1G        1.6G        933K        630M        1.9G
                                          Swap:           1.0G          0B        1.0G
                                          Total:          5.0G        2.1G        2.6G
                                          
                                          Active iob-Instances:   21
                                          Active repo(s): stable
                                          
                                          ioBroker Core:          js-controller           5.0.16
                                                                  admin                   6.12.0
                                          
                                          ioBroker Status:        iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Status admin and web instance:
                                          + system.adapter.admin.0                  : admin                 : Iobrocker                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.web.0                    : web                   : Iobrocker                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          
                                          Objects:                17781
                                          States:                 15023
                                          
                                          Size of iob-Database:
                                          
                                          28M     /opt/iobroker/iobroker-data/objects.jsonl
                                          8.5M    /opt/iobroker/iobroker-data/states.jsonl
                                          
                                          
                                          
                                          =================== END OF SUMMARY ====================
                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            dg19222 @dg19222 last edited by

                                            @dg19222
                                            ======== Start marking the full check here =========

                                            Skript v.2023-10-10
                                            
                                            *** BASE SYSTEM ***
                                             Static hostname: Iobrocker
                                                   Icon name: computer-laptop
                                                     Chassis: laptop 💻
                                            Operating System: Debian GNU/Linux 12 (bookworm)
                                                      Kernel: Linux 6.1.0-15-amd64
                                                Architecture: x86-64
                                             Hardware Vendor: Medion
                                              Hardware Model: E6222
                                            Firmware Version: 206
                                            
                                            model name      : Intel(R) Pentium(R) CPU B950 @ 2.10GHz
                                            Docker          : false
                                            Virtualization  : none
                                            Kernel          : x86_64
                                            Userland        : amd64
                                            
                                            Systemuptime and Load:
                                             15:34:58 up 28 min,  3 users,  load average: 0.25, 0.55, 0.53
                                            CPU threads: 2
                                            
                                            
                                            *** Time and Time Zones ***
                                                           Local time: Wed 2023-12-13 15:34:58 CET
                                                       Universal time: Wed 2023-12-13 14:34:58 UTC
                                                             RTC time: Wed 2023-12-13 14:34:58
                                                            Time zone: Europe/Berlin (CET, +0100)
                                            System clock synchronized: yes
                                                          NTP service: active
                                                      RTC in local TZ: no
                                            
                                            *** User and Groups ***
                                            dg19222
                                            /home/dg19222
                                            dg19222 dialout cdrom floppy sudo audio dip video plugdev users netdev bluetooth iobroker
                                            
                                            *** X-Server-Setup ***
                                            X-Server:       false
                                            Desktop:
                                            Terminal:       tty
                                            Boot Target:    graphical.target
                                            
                                            *** MEMORY ***
                                                           total        used        free      shared  buff/cache   available
                                            Mem:            4.0G        2.0G        1.6G        929K        630M        2.0G
                                            Swap:           1.0G          0B        1.0G
                                            Total:          5.0G        2.0G        2.6G
                                            
                                                     3823 M total memory
                                                     1943 M used memory
                                                      291 M active memory
                                                     1783 M inactive memory
                                                     1508 M free memory
                                                       54 M buffer memory
                                                      547 M swap cache
                                                      974 M total swap
                                                        0 M used swap
                                                      974 M free swap
                                            
                                            *** FAILED SERVICES ***
                                            
                                              UNIT LOAD ACTIVE SUB DESCRIPTION
                                            0 loaded units listed.
                                            
                                            *** FILESYSTEM ***
                                            Filesystem     Type      Size  Used Avail Use% Mounted on
                                            udev           devtmpfs  1.9G     0  1.9G   0% /dev
                                            tmpfs          tmpfs     383M  896K  382M   1% /run
                                            /dev/sda1      ext4      457G  3.7G  430G   1% /
                                            tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                            tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                            tmpfs          tmpfs     383M     0  383M   0% /run/user/1000
                                            
                                            Messages concerning ext4 filesystem in dmesg:
                                            [Wed Dec 13 15:06:53 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                            [Wed Dec 13 15:06:58 2023] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                            
                                            Show mounted filesystems \(real ones only\):
                                            TARGET SOURCE    FSTYPE OPTIONS
                                            /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                            
                                            Files in neuralgic directories:
                                            
                                            /var:
                                            514M    /var/
                                            249M    /var/cache
                                            241M    /var/cache/apt
                                            170M    /var/lib
                                            165M    /var/cache/apt/archives
                                            
                                            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 24.0M in the file system.
                                            
                                            /opt/iobroker/backups:
                                            41M     /opt/iobroker/backups/
                                            
                                            /opt/iobroker/iobroker-data:
                                            326M    /opt/iobroker/iobroker-data/
                                            245M    /opt/iobroker/iobroker-data/files
                                            67M     /opt/iobroker/iobroker-data/files/javascript.admin
                                            48M     /opt/iobroker/iobroker-data/files/javascript.admin/static
                                            47M     /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                            
                                            The five largest files in iobroker-data are:
                                            33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                                            28M     /opt/iobroker/iobroker-data/objects.jsonl
                                            21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
                                            8.7M    /opt/iobroker/iobroker-data/states.jsonl
                                            8.6M    /opt/iobroker/iobroker-data/files/vis.0/main/vis-views.json
                                            
                                            USB-Devices by-id:
                                            USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                            
                                            find: '/dev/serial/by-id/': No such file or directory
                                            
                                            *** NodeJS-Installation ***
                                            
                                            /usr/bin/nodejs         v18.19.0
                                            /usr/bin/node           v18.19.0
                                            /usr/bin/npm            10.2.3
                                            /usr/bin/npx            10.2.3
                                            /usr/bin/corepack       0.22.0
                                            
                                            
                                            nodejs:
                                              Installed: 18.19.0-1nodesource1
                                              Candidate: 18.19.0-1nodesource1
                                              Version table:
                                             *** 18.19.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                    100 /var/lib/dpkg/status
                                                 18.18.2-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.18.1-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.18.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.17.1-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.17.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.16.1-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.16.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.15.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.14.2-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.14.1-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.14.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.13.0+dfsg1-1 500
                                                    500 http://ftp.de.debian.org/debian bookworm/main amd64 Packages
                                                 18.13.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.12.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.11.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.10.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.9.1-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.9.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.8.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.7.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.6.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.5.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.4.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.3.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.2.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.1.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                 18.0.0-1nodesource1 500
                                                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                            
                                            Temp directories causing npm8 problem: 0
                                            No problems detected
                                            
                                            Errors in npm tree:
                                            
                                            *** ioBroker-Installation ***
                                            
                                            ioBroker Status
                                            iobroker is running on this host.
                                            
                                            
                                            Objects type: jsonl
                                            States  type: jsonl
                                            
                                            Core adapters versions
                                            js-controller:  5.0.16
                                            admin:          6.12.0
                                            javascript:     7.1.6
                                            
                                            Adapters from github:   0
                                            
                                            Adapter State
                                            + system.adapter.admin.0                  : admin                 : Iobrocker                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            + system.adapter.alexa2.0                 : alexa2                : Iobrocker                                -  enabled
                                            + system.adapter.backitup.0               : backitup              : Iobrocker                                -  enabled
                                              system.adapter.cloud.0                  : cloud                 : Iobrocker                                - disabled
                                              system.adapter.daswetter.0              : daswetter             : Iobrocker                                -  enabled
                                              system.adapter.daswetter.1              : daswetter             : Iobrocker                                -  enabled
                                            + system.adapter.discovery.0              : discovery             : Iobrocker                                -  enabled
                                            + system.adapter.fritzdect.0              : fritzdect             : Iobrocker                                -  enabled
                                            + system.adapter.history.0                : history               : Iobrocker                                -  enabled
                                            + system.adapter.history.1                : history               : Iobrocker                                -  enabled
                                              system.adapter.ical.0                   : ical                  : Iobrocker                                -  enabled
                                              system.adapter.ical.1                   : ical                  : Iobrocker                                -  enabled
                                              system.adapter.ical.2                   : ical                  : Iobrocker                                -  enabled
                                            + system.adapter.iot.0                    : iot                   : Iobrocker                                -  enabled
                                            + system.adapter.iqontrol.0               : iqontrol              : Iobrocker                                -  enabled
                                            + system.adapter.jarvis.0                 : jarvis                : Iobrocker                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            + system.adapter.javascript.0             : javascript            : Iobrocker                                -  enabled
                                            + system.adapter.mielecloudservice.0      : mielecloudservice     : Iobrocker                                -  enabled
                                            + system.adapter.net-tools.0              : net-tools             : Iobrocker                                -  enabled
                                              system.adapter.netatmo-crawler.0        : netatmo-crawler       : Iobrocker                                -  enabled
                                            + system.adapter.ping.0                   : ping                  : Iobrocker                                -  enabled
                                            + system.adapter.radar2.0                 : radar2                : Iobrocker                                -  enabled
                                            + system.adapter.tr-064.0                 : tr-064                : Iobrocker                                -  enabled
                                            + system.adapter.tr-064.1                 : tr-064                : Iobrocker                                -  enabled
                                            + system.adapter.tr-064.2                 : tr-064                : Iobrocker                                -  enabled
                                            + system.adapter.tradfri.0                : tradfri               : Iobrocker                                -  enabled
                                              system.adapter.unifi.0                  : unifi                 : Iobrocker                                - disabled
                                              system.adapter.vis-bars.0               : vis-bars              : Iobrocker                                -  enabled
                                              system.adapter.vis-history.0            : vis-history           : Iobrocker                                -  enabled
                                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : Iobrocker                                -  enabled
                                              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : Iobrocker                                -  enabled
                                              system.adapter.vis-justgage.0           : vis-justgage          : Iobrocker                                -  enabled
                                              system.adapter.vis-metro.0              : vis-metro             : Iobrocker                                -  enabled
                                              system.adapter.vis-players.0            : vis-players           : Iobrocker                                -  enabled
                                              system.adapter.vis-timeandweather.0     : vis-timeandweather    : Iobrocker                                -  enabled
                                              system.adapter.vis.0                    : vis                   : Iobrocker                                -  enabled
                                            + system.adapter.web.0                    : web                   : Iobrocker                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            
                                            + instance is alive
                                            
                                            Enabled adapters with bindings
                                            + system.adapter.admin.0                  : admin                 : Iobrocker                                -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            + system.adapter.jarvis.0                 : jarvis                : Iobrocker                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            + system.adapter.web.0                    : web                   : Iobrocker                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            
                                            ioBroker-Repositories
                                            stable        : http://download.iobroker.net/sources-dist.json
                                            beta          : http://download.iobroker.net/sources-dist-latest.json
                                            
                                            Active repo(s): stable
                                            
                                            Installed ioBroker-Instances
                                            Used repository: stable
                                            Adapter    "admin"        : 6.12.0   , installed 6.12.0
                                            Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                                            Adapter    "backitup"     : 2.8.7    , installed 2.8.7
                                            Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                                            Adapter    "daswetter"    : 3.1.11   , installed 3.1.11
                                            Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                            Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                                            Adapter    "history"      : 3.0.1    , installed 3.0.1
                                            Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                            Adapter    "iot"          : 2.0.11   , installed 2.0.11
                                            Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                            Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                            Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                                            Controller "js-controller": 5.0.17   , installed 5.0.16 [Updatable]
                                            Adapter    "mielecloudservice": 6.5.4, installed 6.5.4
                                            Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                            Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                                            Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                            Adapter    "radar2"       : 2.1.0    , installed 2.1.0
                                            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                            Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                                            Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                            Adapter    "tradfri"      : 3.1.3    , installed 3.1.3
                                            Adapter    "unifi"        : 0.6.6    , installed 0.6.6
                                            Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                            Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                            Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                            Adapter    "vis-justgage" : 2.0.2    , installed 2.0.2
                                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                            Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                            Adapter    "web"          : 6.1.10   , installed 6.1.10
                                            Adapter    "ws"           : 2.5.8    , installed 2.5.8
                                            
                                            Objects and States
                                            Please stand by - This may take a while
                                            Objects:        17781
                                            States:         15014
                                            
                                            *** OS-Repositories and Updates ***
                                            Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                                            Hit:2 http://ftp.de.debian.org/debian bookworm InRelease
                                            Hit:3 http://ftp.de.debian.org/debian bookworm-updates InRelease
                                            Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                                            Reading package lists...
                                            Pending Updates: 0
                                            
                                            *** Listening Ports ***
                                            Active Internet connections (only servers)
                                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       20198      476/iobroker.js-con
                                            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       20211      476/iobroker.js-con
                                            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          13884      1/init
                                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          19094      493/sshd: /usr/sbin
                                            tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       23485      1395/io.jarvis.0
                                            tcp6       0      0 :::111                  :::*                    LISTEN      0          13886      1/init
                                            tcp6       0      0 :::22                   :::*                    LISTEN      0          19096      493/sshd: /usr/sbin
                                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       23889      1301/io.web.0
                                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       21752      752/io.admin.0
                                            udp        0      0 0.0.0.0:67              0.0.0.0:*                           1001       22456      1062/io.radar2.0
                                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          19967      492/dhclient
                                            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          13885      1/init
                                            udp6       0      0 :::111                  :::*                                0          13887      1/init
                                            
                                            *** Log File - Last 25 Lines ***
                                            
                                            2023-12-13 15:34:42.244  - info: radar2.0 (1062) debug: radar2 found uIP's: []
                                            2023-12-13 15:35:00.015  - info: javascript.0 (798) script.js.smarthome.Tag_und_Nacht_Länge: getAstroDate(pattern=sunset, date=Wed Dec 13 2023 12:00:00 GMT+0100 (Mitteleuropäische Normalzeit)) => Wed Dec 13 2023 16:30:23 GMT+0100 (Mitteleuropäische Normalzeit)
                                            2023-12-13 15:35:00.015  - info: javascript.0 (798) script.js.smarthome.Tag_und_Nacht_Länge: getAstroDate(pattern=sunrise, date=Wed Dec 13 2023 12:00:00 GMT+0100 (Mitteleuropäische Normalzeit)) => Wed Dec 13 2023 08:12:00 GMT+0100 (Mitteleuropäische Normalzeit)
                                            2023-12-13 15:35:00.015  - info: javascript.0 (798) script.js.smarthome.Tag_und_Nacht_Länge: setForeignState(id=javascript.0.zeiten.tageslaenge, state={"val":"08:18","ack":false,"ts":1702478100015,"q":0,"from":"system.adapter.javascript.0","lc":1702422000027,"c":"script.js.smarthome.Tag_und_Nacht_Länge"})
                                            2023-12-13 15:35:00.016  - info: javascript.0 (798) script.js.smarthome.Tag_und_Nacht_Länge: setForeignState(id=javascript.0.zeiten.tageslaenge_in_minuten, state={"val":"498","ack":false,"ts":1702478100016,"q":0,"from":"system.adapter.javascript.0","lc":1702422000028,"c":"script.js.smarthome.Tag_und_Nacht_Länge"})
                                            2023-12-13 15:35:00.016  - info: javascript.0 (798) script.js.smarthome.Tag_und_Nacht_Länge: getState(id=javascript.0.zeiten.tageslaenge_in_minuten, timerId=undefined) => {"val":"498","ack":false,"ts":1702478040051,"q":0,"c":"script.js.smarthome.Tag_und_Nacht_Länge","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1702422000028}
                                            2023-12-13 15:35:00.016  - info: javascript.0 (798) script.js.smarthome.Tag_und_Nacht_Länge: setForeignState(id=javascript.0.zeiten.nachtlaenge_in_minuten, state={"val":"942","ack":false,"ts":1702478100016,"q":0,"from":"system.adapter.javascript.0","lc":1702422000028,"c":"script.js.smarthome.Tag_und_Nacht_Länge"})
                                            2023-12-13 15:35:00.016  - info: javascript.0 (798) script.js.smarthome.Tag_und_Nacht_Länge: getState(id=javascript.0.zeiten.nachtlaenge_in_minuten, timerId=undefined) => {"val":"942","ack":false,"ts":1702478040052,"q":0,"c":"script.js.smarthome.Tag_und_Nacht_Länge","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1702422000028}
                                            2023-12-13 15:35:00.016  - info: javascript.0 (798) script.js.smarthome.Tag_und_Nacht_Länge: getState(id=javascript.0.zeiten.nachtlaenge_in_minuten, timerId=undefined) => {"val":"942","ack":false,"ts":1702478040052,"q":0,"c":"script.js.smarthome.Tag_und_Nacht_Länge","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1702422000028}
                                            2023-12-13 15:35:00.017  - info: javascript.0 (798) script.js.smarthome.Tag_und_Nacht_Länge: setForeignState(id=javascript.0.zeiten.nachtlaenge, state={"val":"15:42","ack":false,"ts":1702478100016,"q":0,"from":"system.adapter.javascript.0","lc":1702422000028,"c":"script.js.smarthome.Tag_und_Nacht_Länge"})
                                            2023-12-13 15:35:00.564  - info: host.Iobrocker instance system.adapter.netatmo-crawler.0 started with pid 5647
                                            2023-12-13 15:35:02.659  - info: netatmo-crawler.0 (5647) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v18.19.0, js-controller: 5.0.16
                                            2023-12-13 15:35:02.720  - info: netatmo-crawler.0 (5647) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                                            2023-12-13 15:35:03.300  - info: host.Iobrocker instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            2023-12-13 15:35:11.827  - info: radar2.0 (1062) debug: ChangeState ack:true of Ich._lastHere = 2023-12-13@15:35:11
                                            2023-12-13 15:35:11.887  - info: radar2.0 (1062) debug: ChangeState ack:true of Fritzbox._lastHere = 2023-12-13@15:35:11
                                            2023-12-13 15:35:12.401  - info: radar2.0 (1062) debug: ChangeState ack:true of Handy-Daniel._lastHere = 2023-12-13@15:35:12
                                            2023-12-13 15:35:12.454  - info: radar2.0 (1062) debug: ChangeState ack:true of Ich._nHere = 53
                                            2023-12-13 15:35:12.504  - info: radar2.0 (1062) debug: ChangeState ack:true of Fritzbox._nHere = 53
                                            2023-12-13 15:35:12.554  - info: radar2.0 (1062) debug: ChangeState ack:true of Handy-Daniel._nHere = 53
                                            2023-12-13 15:35:12.557  - info: radar2.0 (1062) debug: radar2 found here (Ich, Fritzbox, Handy-Daniel)
                                            2023-12-13 15:35:12.558  - info: radar2.0 (1062) debug: and who here (Fritzbox, Handy-Daniel)
                                            2023-12-13 15:35:12.558  - info: radar2.0 (1062) debug: and not here (Handy-Steffi)
                                            2023-12-13 15:35:12.558  - info: radar2.0 (1062) debug: radar2 found uBT's: []
                                            2023-12-13 15:35:12.558  - info: radar2.0 (1062) debug: radar2 found uIP's: []
                                            
                                            

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

                                            iob diag has finished.

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

                                            Support us

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

                                            592
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

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