Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Neuer Adapter] EuSec

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Neuer Adapter] EuSec

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

      @thomas-braun

      wie kann ich das mit dem nodejs beheben? Oder ist es besser das man Iobroker neu installiert?

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

        @longbow sagte in [Neuer Adapter] EuSec:

        wie kann ich das mit dem nodejs beheben?

        Schau in meiner Signatur, da wird das mit den falschen Pfaden bei nodejs erklärt.

        Longbow 1 Reply Last reply Reply Quote 0
        • L
          lustig29 @Thomas Braun last edited by

          @thomas-braun Kannst du mir auch bei meinem Problem vom Post weiter oben helfen?

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

            @lustig29

            Bei welchem?

            L 1 Reply Last reply Reply Quote 0
            • L
              lustig29 @Thomas Braun last edited by

              @thomas-braun Seit geraumer Zeit läuft der Adapter nicht mehr richtig. Die Verbindung wird immer wieder getrennt und wieder hergestellt. Hatte sowas schon mal jemand?

              eusec.0
              2023-01-29 11:24:22.280	info	Connected to station T8010P23220312FE on host 192.168.0.70 and port 22316
              
              eusec.0
              2023-01-29 11:24:17.255	info	Disconnected from station T8010P23220312FE
              
              1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @lustig29 last edited by Thomas Braun

                @lustig29 sagte in [Neuer Adapter] EuSec:

                Kannst du mir auch bei meinem Problem vom Post weiter oben helfen?

                Nein. Keine Ahnung.
                Ist halt auch was dünn, so'n Zweizeiler.

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

                  @thomas-braun

                  guten Morgen, habe es alles gemacht wie es dort beschrieben ist, eine Abhilfe hat es leider nicht gebracht.
                  Hab ein neues System nach den Anleitungen gemacht.
                  Habe es mit auch alles angeschaut mit Nodejs, aber ich bekomme nur Fehlermeldungen. Der Adpater bleibt ohne Daten und Verbindung rot

                  Debian GNU/Linux 11 iobroker-Test tty1
                  
                  iobroker-Test login: root
                  Password: 
                  Linux iobroker-Test 5.15.30-2-pve #1 SMP PVE 5.15.30-3 (Fri, 22 Apr 2022 18:08:27 +0200) x86_64
                  
                  The programs included with the Debian GNU/Linux system are free software;
                  the exact distribution terms for each program are described in the
                  individual files in /usr/share/doc/*/copyright.
                  
                  Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                  permitted by applicable law.
                  Last login: Thu Feb  2 08:28:34 CET 2023 on tty1
                  root@iobroker-Test:~# apt install sudo curl
                  Reading package lists... Done
                  Building dependency tree... Done
                  The following additional packages will be installed:
                    libcurl4
                  The following NEW packages will be installed:
                    curl libcurl4 sudo
                  0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
                  Need to get 1673 kB of archives.
                  After this operation, 5895 kB of additional disk space will be used.
                  Do you want to continue? [Y/n] y
                  Err:1 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u3
                    Temporary failure resolving 'deb.debian.org'
                  Err:2 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u3
                    Temporary failure resolving 'deb.debian.org'
                  Err:3 http://deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3
                    Temporary failure resolving 'deb.debian.org'
                  E: Failed to fetch http://deb.debian.org/debian/pool/main/c/curl/libcurl4_7.74.0-1.3%2bdeb11u3_amd64.deb  Temporary failure resolving 'deb.debian.org'
                  E: Failed to fetch http://deb.debian.org/debian/pool/main/c/curl/curl_7.74.0-1.3%2bdeb11u3_amd64.deb  Temporary failure resolving 'deb.debian.org'
                  E: Failed to fetch http://deb.debian.org/debian/pool/main/s/sudo/sudo_1.9.5p2-3_amd64.deb  Temporary failure resolving 'deb.debian.org'
                  E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
                  root@iobroker-Test:~# curl libcurl4 sudo
                  -bash: curl: command not found
                  root@iobroker-Test:~# curl
                  -bash: curl: command not found
                  root@iobroker-Test:~# apt install curl 
                  Reading package lists... Done
                  Building dependency tree... Done
                  The following additional packages will be installed:
                    libcurl4
                  The following NEW packages will be installed:
                    curl libcurl4
                  0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
                  Need to get 615 kB of archives.
                  After this operation, 1196 kB of additional disk space will be used.
                  Do you want to continue? [Y/n] y
                  Err:1 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u3
                    Temporary failure resolving 'deb.debian.org'
                  Err:2 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u3
                    Temporary failure resolving 'deb.debian.org'
                  E: Failed to fetch http://deb.debian.org/debian/pool/main/c/curl/libcurl4_7.74.0-1.3%2bdeb11u3_amd64.deb  Temporary failure resolving 'deb.debian.org'
                  E: Failed to fetch http://deb.debian.org/debian/pool/main/c/curl/curl_7.74.0-1.3%2bdeb11u3_amd64.deb  Temporary failure resolving 'deb.debian.org'
                  E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
                  root@iobroker-Test:~# apt install sudo
                  Reading package lists... Done
                  Building dependency tree... Done
                  The following NEW packages will be installed:
                    sudo
                  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                  Need to get 1059 kB of archives.
                  After this operation, 4699 kB of additional disk space will be used.
                  Err:1 http://deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3
                    Temporary failure resolving 'deb.debian.org'
                  E: Failed to fetch http://deb.debian.org/debian/pool/main/s/sudo/sudo_1.9.5p2-3_amd64.deb  Temporary failure resolving 'deb.debian.org'
                  E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
                  root@iobroker-Test:~# apt-get update 
                  Err:1 http://deb.debian.org/debian bullseye InRelease
                    Temporary failure resolving 'deb.debian.org'
                  Err:2 http://security.debian.org bullseye-security InRelease
                    Temporary failure resolving 'security.debian.org'
                  Err:3 http://deb.debian.org/debian bullseye-updates InRelease
                    Temporary failure resolving 'deb.debian.org'
                  Reading package lists... Done
                  W: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease  Temporary failure resolving 'deb.debian.org'
                  W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease  Temporary failure resolving 'deb.debian.org'
                  W: Failed to fetch http://security.debian.org/dists/bullseye-security/InRelease  Temporary failure resolving 'security.debian.org'
                  W: Some index files failed to download. They have been ignored, or old ones used instead.
                  root@iobroker-Test:~# apt update && apt upgrade
                  Err:1 http://deb.debian.org/debian bullseye InRelease
                    Temporary failure resolving 'deb.debian.org'
                  Err:2 http://security.debian.org bullseye-security InRelease
                    Temporary failure resolving 'security.debian.org'
                  Err:3 http://deb.debian.org/debian bullseye-updates InRelease
                    Temporary failure resolving 'deb.debian.org'
                  Reading package lists... Done
                  Building dependency tree... Done
                  All packages are up to date.
                  W: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease  Temporary failure resolving 'deb.debian.org'
                  W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease  Temporary failure resolving 'deb.debian.org'
                  W: Failed to fetch http://security.debian.org/dists/bullseye-security/InRelease  Temporary failure resolving 'security.debian.org'
                  W: Some index files failed to download. They have been ignored, or old ones used instead.
                  Reading package lists... Done
                  Building dependency tree... Done
                  Calculating upgrade... Done
                  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                  root@iobroker-Test:~# 
                  
                  Longbow Thomas Braun 2 Replies Last reply Reply Quote 0
                  • Longbow
                    Longbow @Longbow last edited by

                    @Thomas-Braun

                    das war bei mir mit dem Befehl cd /opt/iobroker
                    npm ls | grep -E 'github|ERR'

                    cliffkirchhof@iobroker:/opt/iobroker$ npm ls | grep -E 'github|ERR'
                    +-- eufy-security-client@2.4.0 (git+ssh://git@github.com/bropat/eufy-security-client.git#7fc2a45a75ee1bf69ced36d351d1ec6d623896f6)
                    +-- iobroker.klf200@1.0.1 (git+ssh://git@github.com/MiSchroe/ioBroker.klf200.git#c0799c01cca44762617b9fa5e709d60a83a80f24)
                    +-- iobroker.rtspstream@0.0.4 (git+ssh://git@github.com/dbweb-ch/ioBroker.rtspstream.git#adff9611d3ab1871cd94d2e779b9fd4fcc937353)e_text
                    
                    1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Longbow last edited by

                      @longbow sagte in [Neuer Adapter] EuSec:

                      Temporary failure resolving

                      Dein Netzwerk ist kaputt.
                      Und du möchstest nicht als root herumhampeln.

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

                        @thomas-braun

                        sorry, ich verstehe es leider nicht ganz, was ist kaputt der iobroker läuft, bis auf den Adapter EuSec.

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

                          @longbow

                          Der Server deb.debian.org kann nicht erreicht werden. Warum auch immer. Vermutlich ein Knoten in deinem Netzwerk.

                          Longbow 1 Reply Last reply Reply Quote 0
                          • L
                            locito09 @Longbow last edited by

                            @longbow
                            Eusec hat bekanntlich Probleme mit jpeg download und disconnected, schaue auf github und /oder weiter oben lesen.
                            Es gibt noch keine Lösung die mir bekannt ist

                            Für nächste mal Informiere dich was für Issues offen sind für den Adapter, und bitte ein paar post weiter oben lesen, das Problem ist bekannt

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

                              @Thomas-Braun

                              Danke für den Tipp, habe es neu gemacht, hatte ein IP Adressen Fehler.
                              Aber jetzt geht der Adapter immer noch nicht.

                              ======== Start marking the full check here =========

                              Skript v.2023-01-02
                              
                              *** BASE SYSTEM ***
                              Architecture:   x86_64
                              Docker:         false
                              Virtualization: lxc
                              Distributor ID: Debian
                              Description:    Debian GNU/Linux 11 (bullseye)
                              Release:        11
                              Codename:       bullseye
                              
                              PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                              NAME="Debian GNU/Linux"
                              VERSION_ID="11"
                              VERSION="11 (bullseye)"
                              VERSION_CODENAME=bullseye
                              ID=debian
                              HOME_URL="https://www.debian.org/"
                              SUPPORT_URL="https://www.debian.org/support"
                              BUG_REPORT_URL="https://bugs.debian.org/"
                              
                              Systemuptime and Load:
                               19:36:02 up 11 min,  1 user,  load average: 0.33, 0.42, 0.48
                              CPU threads: 4
                              
                              *** Time and Time Zones ***
                              Thu Feb  2 18:36:02 UTC 2023
                              Thu Feb  2 19:36:02 CET 2023
                              CET +0100
                              Europe/Berlin
                              
                              *** User and Groups ***
                              cliffkirchhof
                              /home/cliffkirchhof
                              cliffkirchhof sudo iobroker
                              
                              *** X-Server-Setup ***
                              X-Server:       false
                              Desktop: 
                              Terminal: 
                              Boot Target:    graphical.target
                              
                              *** MEMORY ***
                                             total        used        free      shared  buff/cache   available
                              Mem:            8.1G        492M        7.1G        0.0K        552M        7.6G
                              Swap:           8.1G          0B        8.1G
                              Total:           16G        492M         15G
                              
                                       8096 M total memory
                                        492 M used memory
                                        313 M active memory
                                        665 M inactive memory
                                       7050 M free memory
                                          0 M buffer memory
                                        552 M swap cache
                                       8096 M total swap
                                          0 M used swap
                                       8096 M free swap
                              
                              *** FILESYSTEM ***
                              Filesystem                       Type      Size  Used Avail Use% Mounted on
                              /dev/mapper/pve-vm--210--disk--0 ext4       20G  2.2G   17G  12% /
                              none                             tmpfs     492K  4.0K  488K   1% /dev
                              udev                             devtmpfs  7.8G     0  7.8G   0% /dev/tty
                              tmpfs                            tmpfs     7.8G     0  7.8G   0% /dev/shm
                              tmpfs                            tmpfs     3.2G   96K  3.2G   1% /run
                              tmpfs                            tmpfs     5.0M     0  5.0M   0% /run/lock
                              
                              Messages in dmesg:
                              dmesg: read kernel buffer failed: Operation not permitted
                              
                              Show mounted filesystems (real ones only):
                              TARGET SOURCE                           FSTYPE OPTIONS
                              /      /dev/mapper/pve-vm--210--disk--0 ext4   rw,relatime,stripe=16
                              
                              Files in neuralgic directories:
                              
                              /var:
                              382M    /var/
                              222M    /var/cache
                              218M    /var/cache/apt
                              151M    /var/cache/apt/archives
                              135M    /var/lib
                              
                              /opt/iobroker/backups:
                              4.0K    /opt/iobroker/backups/
                              
                              /opt/iobroker/iobroker-data:
                              93M     /opt/iobroker/iobroker-data/
                              86M     /opt/iobroker/iobroker-data/files
                              51M     /opt/iobroker/iobroker-data/files/javascript.admin
                              32M     /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                              32M     /opt/iobroker/iobroker-data/files/javascript.admin/static
                              
                              The five largest files in iobroker-data are:
                              6.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.de0231c9.chunk.js.map
                              6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                              6.0M    /opt/iobroker/iobroker-data/objects.jsonl
                              4.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/848.7424922d.chunk.js.map
                              4.6M    /opt/iobroker/iobroker-data/files/javascript.admin/vs/language/typescript/tsWorker.js
                              
                              *** NodeJS-Installation ***
                              
                              /usr/bin/nodejs         v16.19.0
                              /usr/bin/node           v16.19.0
                              /usr/bin/npm            8.19.3
                              /usr/bin/npx            8.19.3
                              
                              nodejs:
                                Installed: 16.19.0-deb-1nodesource1
                                Candidate: 16.19.0-deb-1nodesource1
                                Version table:
                               *** 16.19.0-deb-1nodesource1 500
                                      500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                                      100 /var/lib/dpkg/status
                                   12.22.12~dfsg-1~deb11u3 500
                                      500 http://security.debian.org bullseye-security/main amd64 Packages
                                   12.22.5~dfsg-2~11u1 500
                                      500 http://deb.debian.org/debian bullseye/main amd64 Packages
                              
                              Temp directories causing npm8 problem: 0
                              
                              *** ioBroker-Installation ***
                              
                              ioBroker Status
                              iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Core adapters versions
                              js-controller:  4.0.24
                              admin:          6.3.5
                              javascript:     6.1.4
                              
                              Adapters from github:   1
                              
                              Adapter State
                              + system.adapter.admin.0                  : admin                 : iobroker-Final                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.backitup.0               : backitup              : iobroker-Final                           -  enabled
                              + system.adapter.chromecast.0             : chromecast            : iobroker-Final                           -  enabled
                                system.adapter.cloud.0                  : cloud                 : iobroker-Final                           - disabled
                              + system.adapter.discovery.0              : discovery             : iobroker-Final                           -  enabled
                              + system.adapter.history.0                : history               : iobroker-Final                           -  enabled
                                system.adapter.hue-extended.0           : hue-extended          : iobroker-Final                           - disabled
                                system.adapter.hue.0                    : hue                   : iobroker-Final                           - disabled, port: 443
                              + system.adapter.javascript.0             : javascript            : iobroker-Final                           -  enabled
                                system.adapter.sonos.0                  : sonos                 : iobroker-Final                           - disabled
                                system.adapter.synology.0               : synology              : iobroker-Final                           - disabled, port: 5000
                                system.adapter.synology.1               : synology              : iobroker-Final                           - disabled, port: 5000
                                system.adapter.vis.0                    : vis                   : iobroker-Final                           -  enabled
                              + system.adapter.web.0                    : web                   : iobroker-Final                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              
                              + instance is alive
                              
                              Enabled adapters with bindings
                              + system.adapter.admin.0                  : admin                 : iobroker-Final                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.web.0                    : web                   : iobroker-Final                           -  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.3.5    , installed 6.3.5
                              Adapter    "backitup"     : 2.5.10   , installed 2.5.10
                              Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
                              Adapter    "cloud"        : 4.3.0    , installed 4.3.0
                              Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                              Adapter    "history"      : 2.2.4    , installed 2.2.4
                              Adapter    "hue"          : 3.7.1    , installed 3.7.1
                              Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                              Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                              Controller "js-controller": 4.0.24   , installed 4.0.24
                              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                              Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                              Adapter    "sonos"        : 2.2.3    , installed 2.2.3
                              Adapter    "synology"     : 2.1.13   , installed 2.1.13
                              Adapter    "vis"          : 1.4.15   , installed 1.4.15
                              Adapter    "web"          : 4.3.0    , installed 4.3.0
                              Adapter    "ws"           : 1.3.0    , installed 1.3.0
                              
                              Objects and States
                              Please stand by - This may take a while
                              Objects:        545
                              States:         464
                              
                              *** OS-Repositories and Updates ***
                              Hit:1 http://security.debian.org bullseye-security InRelease
                              Hit:2 https://deb.nodesource.com/node_16.x bullseye InRelease
                              Hit:3 http://deb.debian.org/debian bullseye InRelease
                              Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
                              Reading package lists...
                              Pending Updates: 0
                              
                              *** Listening Ports ***
                              Active Internet connections (only servers)
                              Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          235092916  1/init              
                              tcp        0      0 0.0.0.0:5355            0.0.0.0:*               LISTEN      104        235093971  116/systemd-resolve 
                              tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          235095151  306/master          
                              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       235094725  127/iobroker.js-con 
                              tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      104        235093977  116/systemd-resolve 
                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       235094718  127/iobroker.js-con 
                              tcp6       0      0 :::22                   :::*                    LISTEN      0          235095055  1/init              
                              tcp6       0      0 :::111                  :::*                    LISTEN      0          235092918  1/init              
                              tcp6       0      0 :::5355                 :::*                    LISTEN      104        235093974  116/systemd-resolve 
                              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       235126555  2911/io.web.0       
                              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       235112750  1107/io.admin.0     
                              tcp6       0      0 ::1:25                  :::*                    LISTEN      0          235095152  306/master          
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       235096031  453/io.chromecast.0 
                              udp        0      0 0.0.0.0:5355            0.0.0.0:*                           104        235093970  116/systemd-resolve 
                              udp        0      0 127.0.0.53:53           0.0.0.0:*                           104        235093976  116/systemd-resolve 
                              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          235092917  1/init              
                              udp6       0      0 :::5355                 :::*                                104        235093973  116/systemd-resolve 
                              udp6       0      0 :::111                  :::*                                0          235092919  1/init              
                              
                              *** Log File - Last 25 Lines ***
                              
                              2023-02-02 19:31:22.989  - info: web.0 (2911) socket.io server listening on port 8082
                              2023-02-02 19:31:22.998  - info: web.0 (2911) Connect extension "eusec/build/lib/web.js"
                              2023-02-02 19:31:23.000  - info: web.0 (2911) http server listening on port 8082
                              2023-02-02 19:34:25.199  - info: host.iobroker-Final iobroker del eusec.0 --debug
                              2023-02-02 19:34:25.796  - info: host.iobroker-Final iobroker Delete instance "eusec.0"
                              2023-02-02 19:34:25.805  - info: host.iobroker-Final iobroker host.iobroker-Final Counted 1 instances of eusec.0
                              2023-02-02 19:34:25.812  - info: host.iobroker-Final iobroker host.iobroker-Final Counted 14 states of system.adapter.eusec.0
                              2023-02-02 19:34:25.817  - info: host.iobroker-Final iobroker host.iobroker-Final Counted 3 states (system.adapter.eusec.0.*) from states
                              2023-02-02 19:34:25.943  - info: host.iobroker-Final iobroker host.iobroker-Final Deleting 15 object(s).
                              2023-02-02 19:34:25.981  - info: host.iobroker-Final object deleted system.adapter.eusec.0
                              2023-02-02 19:34:25.982  - info: host.iobroker-Final iobroker host.iobroker-Final Deleting 3 state(s).
                              2023-02-02 19:34:26.997  - info: host.iobroker-Final iobroker exit 0
                              2023-02-02 19:35:24.489  - info: host.iobroker-Final iobroker del eusec --debug
                              2023-02-02 19:35:25.022  - info: host.iobroker-Final iobroker Delete adapter "eusec"
                              2023-02-02 19:35:25.040  - info: host.iobroker-Final iobroker host.iobroker-Final Counted 2 meta of eusec
                              2023-02-02 19:35:25.042  - info: host.iobroker-Final iobroker host.iobroker-Final Counted 1 adapter for eusec
                              2023-02-02 19:35:25.054  - info: host.iobroker-Final iobroker host.iobroker-Final Counted 1 states (system.adapter.eusec.*) from states
                              2023-02-02 19:35:25.213  - info: host.iobroker-Final iobroker host.iobroker-Final file eusec.admin deleted
                              2023-02-02 19:35:25.217  - info: host.iobroker-Final iobroker host.iobroker-Final object eusec deleted
                              2023-02-02 19:35:25.221  - info: host.iobroker-Final iobroker host.iobroker-Final object eusec.admin deleted
                              2023-02-02 19:35:25.221  - info: host.iobroker-Final iobroker host.iobroker-Final Deleting 3 object(s).
                              2023-02-02 19:35:25.227  - info: host.iobroker-Final iobroker host.iobroker-Final Deleting 1 state(s).
                              2023-02-02 19:35:28.863  - info: host.iobroker-Final iobroker removed 884 packages, and changed 1 package in 3s
                              2023-02-02 19:35:28.863  - info: host.iobroker-Final iobroker 66 packages are looking for funding  run `npm fund` for details
                              2023-02-02 19:35:29.892  - info: host.iobroker-Final iobroker exit 0```
                              code_text
                              
                              1 Reply Last reply Reply Quote 0
                              • Longbow
                                Longbow last edited by

                                Gibt es was neues, der Adapter bleibt rot, wie schon berichtet. der neu aufgesetzte ioborker läuft super.

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

                                  @longbow

                                  Hier nix neues. Bei dir?

                                  1 Reply Last reply Reply Quote 0
                                  • Fabio
                                    Fabio @bropat last edited by Fabio

                                    @bropat falls jemand von euch die neue Homebase drei hat von Eufy, der könnte wenn er mag, seine Haustüre mit der Gesichtserkennung die die Homebase liefert öffnen.
                                    Über den Datenpunkt person_name.jpg

                                    der Kamera, die an der Homebase 3 hängt Person name der dann aktualisiert wird wenn eine bekannte Person erkannt wird, zum Beipiel über ein kleines Blockly die Haustüre aufschließen zum Beispiel mit dem Nukischloss.
                                    Vorraussetzung ist das ihr bekannte Gesichter in der Eufy App hinzufügen müßt, plus der Namensvergabe. Das Eufy System lernt immer mehr dazu und um so mehr Bilder ihr von euch oder Partner etc. in der Homebase sprich App freigebt um so schneller arbeitet es.

                                    Bei mir läuft das schon seit drei Wochen mehr oder weniger perfeckt. Das Problem ist wenn die Kameras die Person nicht beim ersten mal erkannt hat passiert natürlich bis zur nächsten Erkennung nix und ihr steht dann wie der Och·se vor der Tür. 😊
                                    Wollte es euch nur mal mitteilen Spass mach das schon. 😉

                                    Ihr braucht aber auf jeden Fall die neue Homebase, die alten Kameras zum Beispiel C2 Doorbell etc. laufen auch mit ihr, müssen aber an die neue Homebase angelernt werden und natürlich ein Smartes Türschloss.

                                    Grüße
                                    Fabio

                                    L 1 Reply Last reply Reply Quote 0
                                    • L
                                      locito09 @Fabio last edited by

                                      @fa-bio
                                      Bekommst du auch einen Bild der Kamera im Adapter ?

                                      Fabio 1 Reply Last reply Reply Quote 0
                                      • Fabio
                                        Fabio @locito09 last edited by Fabio

                                        @locito09 ich glaube nicht weil ich in der App Miniaturansicht nicht gewählt habe. Ich schau mir das aber noch mal an.

                                        L 1 Reply Last reply Reply Quote 0
                                        • L
                                          locito09 @Fabio last edited by locito09

                                          @fa-bio
                                          Habe Miniatur aber bekommen trotzdem kein Bild

                                          3764CEC8-D531-465E-B2EC-14BBD46EAEA2.png

                                          Fabio 1 Reply Last reply Reply Quote 0
                                          • Fabio
                                            Fabio @locito09 last edited by

                                            @locito09 keine Ahnung da kann ich dir leider nicht helfen. Hast du mal auf github geschaut ob jemand auch das Problem hat?
                                            https://github.com/bropat/ioBroker.eusec/issues
                                            Grüße

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            630
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter cameras doorbell eufy eufycam security
                                            155
                                            1135
                                            337819
                                            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