Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter eusec v2.0.x

    NEWS

    • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    Test Adapter eusec v2.0.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • mcm1957
      mcm1957 @SKB last edited by

      @skb

      Da ich den Adapter (noch) nicht im Detail kenne kann ich dazu nichts sagen. Mach bitte ggF ein Issue dazu auf. Ich hab ein nicht mehr benötigtes Set geschenkt bekommen sollte also technisch in der Lage sein das in absehbarer Zeit mal anzusehen.

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

        @mcm1957 sagte in Test Adapter eusec 2.0.x:

        @dodi666 said in Test Adapter eusec 2.0.x:

        Ich habe die manuellen Anpassungen von GitHub gemacht.

        Sorry, aber von welchen "manuellen Anpassungen von Github" sprichst du? Ich habe auf Github keine manuellen Anpassungen empfohlen (falls ich noch nicht senil bin und es nur vergessen habe). Die einzige manuelle Anpassung hab ich gestern hier und nur für das Problem von mick70 beschrieben.

        Ich gehe davon aus dass auch bei dir die Anleitung lt. erstem Post passen sollte.

        In jedem Fall geht auch "try and error". Also einfach node auf 22 bringe n (auf ALLEN Hosts) und dann den Adapter installieren. Funktioniert alles - OK. Wenn nicht kannst du den Adapter wie im ersten Beitrag beschrieben REinstallieren. Löschen sollte eigentlich nicht notwendig sein.

        Wenn was nicht geht, ,meld dich bitte nochmal mit entsprechender Fehlermeldung.

        Ich meine diese Anpassungen:
        https://github.com/bropat/eufy-security-client/issues/645#issuecomment-3430666067

        Marc-Berg created this issue in bropat/eufy-security-client

        closed [Bug]: After installing Node.js 22.16.0, the adapter fails to start #645

        mcm1957 1 Reply Last reply Reply Quote 0
        • mcm1957
          mcm1957 @dodi666 last edited by

          @dodi666

          Manuelle Anpassungen am Code sollten durch den Upgrade jedenfalls hinfällig sein.
          Das Entfernen des node Parameters stört nicht - im Gegenteil bei Installation der neuen Version unter node 22 wird funktional genau das gemacht.

          Also gilt weiterhin:

          Einfach node auf 22 bringen (auf ALLEN Hosts) und dann den Adapter installieren. Funktioniert alles - OK. Wenn nicht kannst du den Adapter wie im ersten Beitrag beschrieben REinstallieren. Löschen sollte eigentlich nicht notwendig sein.

          Wenn was nicht geht, ,meld dich bitte nochmal mit entsprechender Fehlermeldung.

          D 1 Reply Last reply Reply Quote 1
          • D
            dodi666 @mcm1957 last edited by

            @mcm1957 läuft alles, prima! Vielen Dank

            N 1 Reply Last reply Reply Quote 0
            • N
              niiccooo1 @dodi666 last edited by

              @mcm1957
              Hallo Zusammen,

              nach dem ich heute gelesen habe, dass der eusec Adapter für Node22 gefixt wurde, wollte ich die neue Version testen.

              Ich habe mein Docker Image von Buanet suf Version 11 (enthält Node22) geupdatet.

              Ich bekomme die Version 2.0.3 nicht installiert. Weder über CLI mit iob add eusec@2.0.3 oder iob upgrade 2.0.3 wird die neue Version installiert. ioBroker installiert immer die 1.3.3.

              Was mache ich falsch?

              Viele Grüße

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

                @niiccooo1

                latest:	2.0.3 for 6 days
                stable:	1.3.3 for 13 months
                

                Also im Beta-Repo vorhanden.

                Was mache ich falsch?

                Was machst du denn auf welcher Basis?

                iob add eusec --debug
                

                spült hier jedenfalls die

                echad@chet:~ $ iob version eusec
                2.0.3
                echad@chet:~ $
                

                auf das System.

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

                  @thomas-braun
                  Danke für die schnelle Antwort.

                  Ich habe es über die stable und beta repo probiert.
                  Anbei ein Screenshot, von den Versionen die mir zur Verfügung stehen:
                  IMG_6240.jpeg

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

                    @niiccooo1

                    Weniger Screenshots, mehr Konsole...

                    iob repo list
                    iob update
                    

                    sagt?

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

                      @thomas-braun

                      iob repo list
                      ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                      │ (index) │ name     │ url                                                     │ auto upgrade │
                      ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                      │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                      │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                      └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                      
                      Active repo(s): stable
                      Upgrade policy: none
                      
                      iob update
                      Used repository: stable
                      .....
                      Adapter    "eusec"        : 1.3.3    , installed 1.3.3
                      .....
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @niiccooo1 last edited by

                        @niiccooo1

                        iobroker url iobroker.eusec@latest --debug
                        
                        N 1 Reply Last reply Reply Quote 0
                        • N
                          niiccooo1 @Thomas Braun last edited by

                          @thomas-braun said in Test Adapter eusec 2.0.x:

                          iobroker url iobroker.eusec@latest --debug

                          root@iobroker:/opt/iobroker# iobroker url iobroker.eusec@latest --debug
                          install iobroker.eusec@latest
                          NPM version: 10.9.4
                          Installing iobroker.eusec@latest... (System call)
                          npm error code EBADENGINE
                          npm error engine Unsupported engine
                          npm error engine Not compatible with your version of node/npm: ring-client-api@12.1.1
                          npm error notsup Not compatible with your version of node/npm: ring-client-api@12.1.1
                          npm error notsup Required: {"node":"^18 || ^20"}
                          npm error notsup Actual:   {"npm":"10.9.4","node":"v22.21.0"}
                          npm error A complete log of this run can be found in: /opt/iobroker/.npm/_logs/2025-11-02T15_31_44_513Z-debug-0.log
                          upload [13] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/eusec.png eusec.png image/png
                          upload [12] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/i18n/de/translations.json i18n/de/translations.json application/json
                          upload [11] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/i18n/en/translations.json i18n/en/translations.json application/json
                          upload [10] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/i18n/es/translations.json i18n/es/translations.json application/json
                          upload [9] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                          upload [8] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/i18n/it/translations.json i18n/it/translations.json application/json
                          upload [7] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                          upload [6] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                          upload [5] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                          upload [4] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                          upload [3] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                          upload [2] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                          upload [1] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/jsonConfig.json jsonConfig.json application/json
                          upload [0] eusec.admin /opt/iobroker/node_modules/iobroker.eusec/admin/words.js words.js application/javascript
                          Updating objects from io-package.json for adapter "eusec" with version "1.3.3"
                          root@iobroker:/opt/iobroker# 
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @niiccooo1 last edited by

                            @niiccooo1 sagte in Test Adapter eusec 2.0.x:

                            root@iobroker

                            Hampel da NICHT als root herum.

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

                              @thomas-braun
                              Ist von Docker Container... Kann man das ändern?

                              mcm1957 Thomas Braun 2 Replies Last reply Reply Quote 0
                              • mcm1957
                                mcm1957 @niiccooo1 last edited by mcm1957

                                Da die neue Release Probleme mit der empfohlenen node.js Version 22 löst und ich bisher kein negatives Feedback erhalten habe hab ich die Version nun prior auch ins stable Repo geschickt.

                                2.0.3 sollte AB MORGEN auch im STABLE Repository verfügbar sein.

                                1 Reply Last reply Reply Quote 4
                                • Thomas Braun
                                  Thomas Braun Most Active @niiccooo1 last edited by

                                  @niiccooo1

                                  Ach Docker-Gedönse...

                                  Jedenfalls klemmt es nicht am eusec, sondern daran:

                                  npm error notsup Not compatible with your version of node/npm: ring-client-api@12.1.1
                                  

                                  Hast du da noch weitere Updates ausstehen? Den ring-Adapter evtl? Bring die Kiste insgesamt auf Stand. Da scheint mir einiges nicht aktuell zu sein.

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

                                    @thomas-braun @thomas-braun
                                    Okay...
                                    Soweit sind alle ausstehenden Updates ausgeführt. Auch das neuste Image (2 Tage alt) habe ich über Docker gezogen.
                                    Ich warte dann den morgigen Tag ab und schaue ob ich es dann updates kann.
                                    Den Ring-client schaue ich mir mal an.

                                    Danke erstmal für eure Hilfe.

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

                                      @niiccooo1

                                      Zeig mal die Ausgabe von

                                      iob diag
                                      
                                      N 1 Reply Last reply Reply Quote 0
                                      • N
                                        niiccooo1 @Thomas Braun last edited by

                                        @thomas-braun said in Test Adapter eusec 2.0.x:

                                        iob diag

                                        root@iobroker:/opt/iobroker# iob diag
                                        The ioBroker diag script is not specifically designed to run in Docker.
                                        Although it is generally safe to use, use it at your own risk.
                                        Do you want to continue? [yes/no] 
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @niiccooo1 last edited by

                                          @niiccooo1

                                          Joh... Und was möchtest du nun tun?

                                          N 2 Replies Last reply Reply Quote 0
                                          • N
                                            niiccooo1 @Thomas Braun last edited by

                                            @thomas-braun
                                            Wenn es sicher auszuführen ist, mache ich es. Bin da kein Experte...

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            32.4k
                                            Users

                                            81.2k
                                            Topics

                                            1.3m
                                            Posts

                                            eusec mcm1957
                                            9
                                            60
                                            921
                                            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