Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Eufy-Security Adapter installiert sich nicht.

    NEWS

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

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    Eufy-Security Adapter installiert sich nicht.

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

      @wendy2702

      Danke, damit ging es zulöschen, mit de Befehl ls war es dann weg aus der Liste.
      Dann über den Admin installiert und kam keine Fehlermeldung... aber dann in Portokoll von iobroker weiterhin diese Fehlermeldung:

      host.iobroker-Final
      2023-02-24 11:31:18.464	error	instance system.adapter.eusec.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: }
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: requestPath: 'eufy-security-client'
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: path: '/opt/iobroker/node_modules/eufy-security-client/package.json',
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: code: 'MODULE_NOT_FOUND',
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1069:32) {
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10)
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1191:14)
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.eusec/build/main.js:35:32)
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:108:18)
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1093:19)
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:866:27)
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1007:27)
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: at Function.Module._findPath (node:internal/modules/cjs/loader:638:18)
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: at tryPackage (node:internal/modules/cjs/loader:425:19)
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/eufy-security-client/build/index.js'. Please verify that the package.json has a valid "main" entry
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: ^
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: throw err;
      host.iobroker-Final
      2023-02-24 11:31:18.464	error	Caught by controller[0]: node:internal/modules/cjs/loader:433
      
      1 Reply Last reply Reply Quote 0
      • wendy2702
        wendy2702 last edited by

        @longbow sagte in Eufy-Security Adapter installiert sich nicht.:

        eufy-security-client

        Kannst du jetzt nochmal zeigen bitte:

        ls -la /opt/iobroker/node_modules/eufy-security-client/
        
        Longbow 1 Reply Last reply Reply Quote 0
        • Longbow
          Longbow @wendy2702 last edited by

          @wendy2702

          kein Ding, bitte 🙂

          ~$ ls -la /opt/iobroker/node_modules/eufy-security-client/
          total 92
          drwxrwxr-x+    2 iobroker iobroker  4096 Feb 24 11:34 .
          drwxrwxr-x+ 1119 iobroker iobroker 36864 Feb 24 11:34 ..
          -rw-rw-r--+    1 iobroker iobroker  1096 Feb 24 11:34 LICENSE
          -rw-rw-r--+    1 iobroker iobroker 38631 Feb 24 11:34 README.md
          -rw-rw-r--+    1 iobroker iobroker  2061 Feb 24 11:34 package.json
          
          wendy2702 1 Reply Last reply Reply Quote 0
          • wendy2702
            wendy2702 @Longbow last edited by

            @longbow

            Echt komsich warum er das bei dir nicht sauber installiert.

            cd /opt/iobroker/node_modules/
            npm i eufy-security-client --verbose
            

            Es sollten 69 Pakete installiert werden und das log so aussehen:

            npm verb cli /usr/bin/node /usr/bin/npm
            npm info using npm@8.19.3
            npm info using node@v16.19.0
            npm timing npm:load:whichnode Completed in 0ms
            npm timing config:load:defaults Completed in 2ms
            npm timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 29ms
            npm timing config:load:builtin Completed in 29ms
            npm timing config:load:cli Completed in 3ms
            npm timing config:load:env Completed in 1ms
            npm timing config:load:file:/opt/iobroker/.npmrc Completed in 1ms
            npm timing config:load:project Completed in 3ms
            npm timing config:load:file:/home/iobroker/.npmrc Completed in 0ms
            npm timing config:load:user Completed in 0ms
            npm timing config:load:file:/usr/etc/npmrc Completed in 0ms
            npm timing config:load:global Completed in 0ms
            npm timing config:load:validate Completed in 1ms
            npm timing config:load:credentials Completed in 1ms
            npm timing config:load:setEnvs Completed in 0ms
            npm timing config:load Completed in 40ms
            npm timing npm:load:configload Completed in 40ms
            npm timing npm:load:mkdirpcache Completed in 1ms
            npm timing npm:load:mkdirplogs Completed in 0ms
            npm verb title npm i eufy-security-client
            npm verb argv "i" "eufy-security-client" "--loglevel" "verbose"
            npm timing npm:load:setTitle Completed in 2ms
            npm timing config:load:flatten Completed in 3ms
            npm timing npm:load:display Completed in 17ms
            npm verb logfile logs-max:10 dir:/home/iobroker/.npm/_logs
            npm verb logfile /home/iobroker/.npm/_logs/2023-02-24T15_17_02_740Z-debug-0.log
            npm timing npm:load:logFile Completed in 8ms
            npm timing npm:load:timers Completed in 0ms
            npm timing npm:load:configScope Completed in 0ms
            npm timing npm:load Completed in 73ms
            npm timing arborist:ctor Completed in 0ms
            npm timing idealTree:init Completed in 530ms
            npm timing idealTree:userRequests Completed in 2ms
            npm timing arborist:ctor Completed in 0ms
            npm http fetch GET 200 https://registry.npmjs.org/eufy-security-client 466ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/got 44ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/protobuf-typescript 47ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/node-rsa 48ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/crypto-js 48ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/ts-log 49ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/tiny-typed-emitter 50ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/i18n-iso-countries 50ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@cospired%2fi18n-iso-languages 51ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/sweet-collections 51ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/mqtt 52ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/p-throttle 53ms (cache hit)
            npm timing idealTree:#root Completed in 534ms
            npm http fetch GET 200 https://registry.npmjs.org/diacritics 89ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/commist 89ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/concat-stream 90ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/debug 91ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/duplexify 91ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/help-me 92ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/minimist 92ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/mqtt-packet 97ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/rfdc 97ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/split2 97ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/ws 99ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2faspromise 104ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2fbase64 104ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2fcodegen 106ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2feventemitter 107ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2ffetch 110ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2ffloat 111ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2finquire 112ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2fpath 112ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2fpool 113ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@protobufjs%2futf8 114ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@types%2flong 115ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/@types%2fnode 121ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/long 222ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/number-allocator 232ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/readable-stream 233ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/reinterval 234ms (cache hit)
            npm timing idealTree:node_modules/eufy-security-client Completed in 273ms
            npm timing idealTree:node_modules/@cospired/i18n-iso-languages Completed in 0ms
            npm timing idealTree:node_modules/crypto-js Completed in 0ms
            npm timing idealTree:node_modules/i18n-iso-countries Completed in 2ms
            npm timing idealTree:node_modules/diacritics Completed in 0ms
            npm http fetch GET 200 https://registry.npmjs.org/bufferutil 9ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/utf-8-validate 3ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/leven 31ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/typedarray 32ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/ms 32ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/stream-shift 32ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/glob 33ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/js-sdsl 33ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/string_decoder 34ms (cache hit)
            npm timing idealTree:node_modules/mqtt Completed in 85ms
            npm timing idealTree:node_modules/commist Completed in 1ms
            npm timing idealTree:node_modules/concat-stream Completed in 3ms
            npm timing idealTree:node_modules/duplexify Completed in 3ms
            npm http fetch GET 200 https://registry.npmjs.org/fs.realpath 11ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/inflight 11ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/minimatch 11ms (cache hit)
            npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 11ms (cache hit)
            npm timing idealTree:node_modules/help-me Completed in 24ms
            npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 9ms (cache hit)
            npm timing idealTree:node_modules/glob Completed in 38ms
            npm timing idealTree:node_modules/fs.realpath Completed in 0ms
            npm timing idealTree:node_modules/inflight Completed in 0ms
            npm timing idealTree:node_modules/leven Completed in 0ms
            npm timing idealTree:node_modules/minimist Completed in 0ms
            npm timing idealTree:node_modules/mqtt-packet Completed in 1ms
            npm timing idealTree:node_modules/node-rsa Completed in 0ms
            npm timing idealTree:node_modules/number-allocator Completed in 3ms
            npm timing idealTree:node_modules/js-sdsl Completed in 0ms
            npm timing idealTree:node_modules/p-throttle Completed in 0ms
            npm timing idealTree:node_modules/path-is-absolute Completed in 0ms
            npm timing idealTree:node_modules/protobuf-typescript Completed in 29ms
            npm timing idealTree:node_modules/@protobufjs/aspromise Completed in 0ms
            npm timing idealTree:node_modules/@protobufjs/base64 Completed in 0ms
            npm timing idealTree:node_modules/@protobufjs/codegen Completed in 0ms
            npm timing idealTree:node_modules/@protobufjs/eventemitter Completed in 0ms
            npm timing idealTree:node_modules/@protobufjs/fetch Completed in 0ms
            npm timing idealTree:node_modules/@protobufjs/float Completed in 0ms
            npm timing idealTree:node_modules/@protobufjs/inquire Completed in 0ms
            npm timing idealTree:node_modules/@protobufjs/path Completed in 0ms
            npm timing idealTree:node_modules/@protobufjs/pool Completed in 0ms
            npm timing idealTree:node_modules/@protobufjs/utf8 Completed in 0ms
            npm timing idealTree:node_modules/@types/long Completed in 0ms
            npm timing idealTree:node_modules/long Completed in 0ms
            npm timing idealTree:node_modules/reinterval Completed in 0ms
            npm timing idealTree:node_modules/rfdc Completed in 1ms
            npm timing idealTree:node_modules/split2 Completed in 1ms
            npm timing idealTree:node_modules/stream-shift Completed in 0ms
            npm timing idealTree:node_modules/sweet-collections Completed in 0ms
            npm timing idealTree:node_modules/tiny-typed-emitter Completed in 0ms
            npm timing idealTree:node_modules/ts-log Completed in 0ms
            npm timing idealTree:node_modules/typedarray Completed in 0ms
            npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 7ms (cache hit)
            npm timing idealTree:node_modules/concat-stream/node_modules/readable-stream Completed in 10ms
            npm timing idealTree:node_modules/concat-stream/node_modules/string_decoder Completed in 1ms
            npm timing idealTree:node_modules/concat-stream/node_modules/safe-buffer Completed in 0ms
            npm timing idealTree:node_modules/duplexify/node_modules/readable-stream Completed in 6ms
            npm timing idealTree:node_modules/duplexify/node_modules/string_decoder Completed in 1ms
            npm timing idealTree:node_modules/duplexify/node_modules/safe-buffer Completed in 0ms
            npm timing idealTree:node_modules/eufy-security-client/node_modules/got Completed in 0ms
            npm http fetch GET 200 https://registry.npmjs.org/concat-map 3ms (cache hit)
            npm timing idealTree:node_modules/glob/node_modules/minimatch Completed in 7ms
            npm timing idealTree:node_modules/glob/node_modules/brace-expansion Completed in 1ms
            npm timing idealTree:node_modules/concat-map Completed in 0ms
            npm timing idealTree:node_modules/help-me/node_modules/readable-stream Completed in 2ms
            npm timing idealTree:node_modules/help-me/node_modules/string_decoder Completed in 1ms
            npm timing idealTree:node_modules/help-me/node_modules/safe-buffer Completed in 0ms
            npm timing idealTree:node_modules/mqtt-packet/node_modules/debug Completed in 3ms
            npm timing idealTree:node_modules/mqtt-packet/node_modules/ms Completed in 0ms
            npm timing idealTree:node_modules/mqtt/node_modules/debug Completed in 1ms
            npm timing idealTree:node_modules/mqtt/node_modules/ms Completed in 0ms
            npm timing idealTree:node_modules/mqtt/node_modules/readable-stream Completed in 1ms
            npm timing idealTree:node_modules/mqtt/node_modules/string_decoder Completed in 0ms
            npm timing idealTree:node_modules/mqtt/node_modules/safe-buffer Completed in 0ms
            npm timing idealTree:node_modules/mqtt/node_modules/ws Completed in 0ms
            npm timing idealTree:node_modules/number-allocator/node_modules/debug Completed in 2ms
            npm timing idealTree:node_modules/number-allocator/node_modules/ms Completed in 0ms
            npm timing idealTree:node_modules/protobuf-typescript/node_modules/@types/node Completed in 0ms
            npm timing idealTree:node_modules/split2/node_modules/readable-stream Completed in 2ms
            npm timing idealTree:node_modules/split2/node_modules/string_decoder Completed in 1ms
            npm timing idealTree:node_modules/split2/node_modules/safe-buffer Completed in 0ms
            npm timing idealTree:buildDeps Completed in 1067ms
            npm timing idealTree:fixDepFlags Completed in 22ms
            npm timing idealTree Completed in 1631ms
            npm timing reify:loadTrees Completed in 1632ms
            npm timing reify:diffTrees Completed in 17ms
            npm timing reify:retireShallow Completed in 1ms
            npm timing reify:createSparse Completed in 17ms
            npm timing reify:loadBundles Completed in 0ms
            npm verb reify failed optional dependency /opt/iobroker/node_modules/fsevents
            npm timing reifyNode:node_modules/fsevents Completed in 20ms
            npm timing reifyNode:node_modules/@types/long Completed in 561ms
            npm timing reifyNode:node_modules/path-is-absolute Completed in 562ms
            npm timing reifyNode:node_modules/inflight Completed in 562ms
            npm timing reifyNode:node_modules/leven Completed in 562ms
            npm timing reifyNode:node_modules/concat-stream Completed in 565ms
            npm timing reifyNode:node_modules/glob/node_modules/brace-expansion Completed in 568ms
            npm timing reifyNode:node_modules/mqtt-packet/node_modules/ms Completed in 569ms
            npm timing reifyNode:node_modules/mqtt/node_modules/ms Completed in 575ms
            npm timing reifyNode:node_modules/p-throttle Completed in 582ms
            npm timing reifyNode:node_modules/number-allocator/node_modules/ms Completed in 584ms
            npm timing reifyNode:node_modules/fs.realpath Completed in 589ms
            npm timing reifyNode:node_modules/stream-shift Completed in 589ms
            npm timing reifyNode:node_modules/diacritics Completed in 590ms
            npm timing reifyNode:node_modules/tiny-typed-emitter Completed in 590ms
            npm timing reifyNode:node_modules/help-me/node_modules/string_decoder Completed in 593ms
            npm timing reifyNode:node_modules/duplexify/node_modules/string_decoder Completed in 594ms
            npm timing reifyNode:node_modules/concat-stream/node_modules/string_decoder Completed in 594ms
            npm timing reifyNode:node_modules/mqtt/node_modules/string_decoder Completed in 595ms
            npm timing reifyNode:node_modules/@protobufjs/path Completed in 600ms
            npm timing reifyNode:node_modules/@protobufjs/fetch Completed in 602ms
            npm timing reifyNode:node_modules/@protobufjs/eventemitter Completed in 601ms
            npm timing reifyNode:node_modules/@protobufjs/codegen Completed in 602ms
            npm timing reifyNode:node_modules/@protobufjs/base64 Completed in 602ms
            npm timing reifyNode:node_modules/@protobufjs/aspromise Completed in 603ms
            npm timing reifyNode:node_modules/glob/node_modules/minimatch Completed in 605ms
            npm timing reifyNode:node_modules/split2/node_modules/string_decoder Completed in 606ms
            npm timing reifyNode:node_modules/@protobufjs/pool Completed in 612ms
            npm timing reifyNode:node_modules/split2 Completed in 613ms
            npm timing reifyNode:node_modules/reinterval Completed in 613ms
            npm timing reifyNode:node_modules/commist Completed in 614ms
            npm timing reifyNode:node_modules/split2/node_modules/safe-buffer Completed in 618ms
            npm timing reifyNode:node_modules/help-me/node_modules/safe-buffer Completed in 618ms
            npm timing reifyNode:node_modules/duplexify/node_modules/safe-buffer Completed in 619ms
            npm timing reifyNode:node_modules/concat-stream/node_modules/safe-buffer Completed in 619ms
            npm timing reifyNode:node_modules/mqtt/node_modules/safe-buffer Completed in 620ms
            npm timing reifyNode:node_modules/concat-map Completed in 627ms
            npm timing reifyNode:node_modules/duplexify Completed in 629ms
            npm timing reifyNode:node_modules/number-allocator/node_modules/debug Completed in 632ms
            npm timing reifyNode:node_modules/mqtt-packet/node_modules/debug Completed in 633ms
            npm timing reifyNode:node_modules/mqtt/node_modules/debug Completed in 635ms
            npm timing reifyNode:node_modules/@protobufjs/utf8 Completed in 644ms
            npm timing reifyNode:node_modules/glob Completed in 644ms
            npm timing reifyNode:node_modules/@protobufjs/float Completed in 655ms
            npm timing reifyNode:node_modules/@protobufjs/inquire Completed in 659ms
            npm timing reifyNode:node_modules/typedarray Completed in 658ms
            npm timing reifyNode:node_modules/rfdc Completed in 663ms
            npm timing reifyNode:node_modules/long Completed in 694ms
            npm timing reifyNode:node_modules/number-allocator Completed in 702ms
            npm timing reifyNode:node_modules/mqtt/node_modules/ws Completed in 740ms
            npm timing reifyNode:node_modules/minimist Completed in 750ms
            npm timing reifyNode:node_modules/mqtt-packet Completed in 754ms
            npm timing reifyNode:node_modules/help-me Completed in 756ms
            npm timing reifyNode:node_modules/help-me/node_modules/readable-stream Completed in 759ms
            npm timing reifyNode:node_modules/duplexify/node_modules/readable-stream Completed in 760ms
            npm timing reifyNode:node_modules/concat-stream/node_modules/readable-stream Completed in 759ms
            npm timing reifyNode:node_modules/mqtt/node_modules/readable-stream Completed in 760ms
            npm timing reifyNode:node_modules/split2/node_modules/readable-stream Completed in 764ms
            npm timing reifyNode:node_modules/ts-log Completed in 771ms
            npm timing reifyNode:node_modules/node-rsa Completed in 776ms
            npm timing reifyNode:node_modules/sweet-collections Completed in 796ms
            npm timing reifyNode:node_modules/@cospired/i18n-iso-languages Completed in 818ms
            npm timing reifyNode:node_modules/eufy-security-client/node_modules/got Completed in 859ms
            npm timing reifyNode:node_modules/crypto-js Completed in 862ms
            npm timing reifyNode:node_modules/protobuf-typescript/node_modules/@types/node Completed in 874ms
            npm timing reifyNode:node_modules/mqtt Completed in 875ms
            npm timing reifyNode:node_modules/i18n-iso-countries Completed in 918ms
            npm timing reifyNode:node_modules/js-sdsl Completed in 1008ms
            npm timing reifyNode:node_modules/eufy-security-client Completed in 1011ms
            npm WARN deprecated protobuf-typescript@6.8.8: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
            npm timing reifyNode:node_modules/protobuf-typescript Completed in 1690ms
            npm timing reify:unpack Completed in 1695ms
            npm timing reify:unretire Completed in 0ms
            npm timing build:queue Completed in 3ms
            npm timing build:link:node_modules/mqtt Completed in 4ms
            npm timing build:link:node_modules/protobuf-typescript Completed in 2ms
            npm timing build:link Completed in 5ms
            npm info run protobuf-typescript@6.8.8 postinstall node_modules/protobuf-typescript node scripts/postinstall
            npm info run protobuf-typescript@6.8.8 postinstall { code: 0, signal: null }
            npm timing build:run:postinstall:node_modules/protobuf-typescript Completed in 68ms
            npm timing build:run:postinstall Completed in 69ms
            npm timing build:deps Completed in 79ms
            npm timing build Completed in 79ms
            npm timing reify:build Completed in 79ms
            npm timing reify:trash Completed in 1ms
            npm timing reify:save Completed in 161ms
            npm timing reify Completed in 3760ms
            
            added 69 packages in 4s
            
            50 packages are looking for funding
              run `npm fund` for details
            npm timing command:i Completed in 3769ms
            npm verb exit 0
            npm timing npm Completed in 3981ms
            npm info ok
            
            
            Longbow 1 Reply Last reply Reply Quote 0
            • Longbow
              Longbow @wendy2702 last edited by Longbow

              @wendy2702

              Keine Ahnung, warum und wieso? Alles lief, bis auf einmal der rot war der Adapter. Seitdem ging nichts mehr.

              das ist die Meldung

               cd /opt/iobroker/node_modules/
              XXXX@iobroker-Final:/opt/iobroker/node_modules$ npm i eufy-security-client --verbose
              [sudo] password for XXXX: 
              npm verb cli /usr/bin/node /usr/bin/npm
              npm info using npm@8.19.3
              npm info using node@v16.19.1
              npm timing npm:load:whichnode Completed in 0ms
              npm timing config:load:defaults Completed in 1ms
              npm timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 1ms
              npm timing config:load:builtin Completed in 1ms
              npm timing config:load:cli Completed in 3ms
              npm timing config:load:env Completed in 0ms
              npm timing config:load:file:/opt/iobroker/.npmrc Completed in 1ms
              npm timing config:load:project Completed in 23ms
              npm timing config:load:file:/home/iobroker/.npmrc Completed in 0ms
              npm timing config:load:user Completed in 1ms
              npm timing config:load:file:/usr/etc/npmrc Completed in 0ms
              npm timing config:load:global Completed in 0ms
              npm timing config:load:validate Completed in 0ms
              npm timing config:load:credentials Completed in 1ms
              npm timing config:load:setEnvs Completed in 1ms
              npm timing config:load Completed in 32ms
              npm timing npm:load:configload Completed in 33ms
              npm timing npm:load:mkdirpcache Completed in 1ms
              npm timing npm:load:mkdirplogs Completed in 0ms
              npm verb title npm i eufy-security-client
              npm verb argv "i" "eufy-security-client" "--loglevel" "verbose"
              npm timing npm:load:setTitle Completed in 2ms
              npm timing config:load:flatten Completed in 3ms
              npm timing npm:load:display Completed in 8ms
              npm verb logfile logs-max:10 dir:/home/iobroker/.npm/_logs
              npm verb logfile /home/iobroker/.npm/_logs/2023-02-24T15_30_06_907Z-debug-0.log
              npm timing npm:load:logFile Completed in 6ms
              npm timing npm:load:timers Completed in 0ms
              npm timing npm:load:configScope Completed in 0ms
              npm timing npm:load Completed in 51ms
              npm timing arborist:ctor Completed in 1ms
              npm timing idealTree:init Completed in 1447ms
              npm timing idealTree:userRequests Completed in 20ms
              npm verb shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules/cpu-features
              npm http fetch GET 200 https://codeload.github.com/bropat/eufy-security-client/tar.gz/7e883fa159fbf8f12b31886cd396a7d5df04a51b 1214ms (cache revalidated)
              npm timing idealTree:#root Completed in 6049ms
              npm timing idealTree:node_modules/eufy-security-client Completed in 0ms
              npm timing idealTree:buildDeps Completed in 6051ms
              npm timing idealTree:fixDepFlags Completed in 12ms
              npm timing idealTree Completed in 7549ms
              npm timing reify:loadTrees Completed in 7550ms
              npm timing reify:diffTrees Completed in 40ms
              npm timing reify:retireShallow Completed in 215ms
              npm timing reify:createSparse Completed in 2ms
              npm timing reify:loadBundles Completed in 0ms
              npm verb reify failed optional dependency /opt/iobroker/node_modules/osx-temperature-sensor
              npm verb reify failed optional dependency /opt/iobroker/node_modules/fsevents
              npm WARN skipping integrity check for git dependency ssh://git@github.com/bropat/eufy-security-ws.git 
              npm timing reifyNode:node_modules/osx-temperature-sensor Completed in 4ms
              npm timing reifyNode:node_modules/fsevents Completed in 4ms
              npm timing reifyNode:node_modules/iobroker.javascript/node_modules/@types/node Completed in 61ms
              npm http fetch GET 200 https://codeload.github.com/bropat/eufy-security-ws/tar.gz/71fdf169f30879e2ba1e18367185eb0f89ed246a 220ms (cache revalidated)
              npm timing reifyNode:node_modules/eufy-security-ws Completed in 3430ms
              npm timing reify:unpack Completed in 3431ms
              npm timing reify:unretire Completed in 85ms
              npm timing build:queue Completed in 2ms
              npm timing build:link:node_modules/eufy-security-ws Completed in 2ms
              npm timing build:link Completed in 2ms
              npm timing build:deps Completed in 5ms
              npm timing build Completed in 5ms
              npm timing reify:build Completed in 6ms
              npm timing reify:trash Completed in 679ms
              npm timing reify:save Completed in 434ms
              npm timing reify Completed in 12634ms
              
              removed 871 packages, and changed 2 packages in 13s
              
              158 packages are looking for funding
                run `npm fund` for details
              npm timing command:i Completed in 12657ms
              npm verb exit 0
              npm timing npm Completed in 12811ms
              npm info ok 
              
              wendy2702 1 Reply Last reply Reply Quote 0
              • wendy2702
                wendy2702 @Longbow last edited by wendy2702

                @longbow

                iob stop
                sudo -H -u iobroker mv /opt/iobroker/node_modules/.package-lock.json /opt/iobroker/node_modules/.package-lock.json.bak
                iob start
                

                Wenn iob wieder komplett läuft nochmal:

                cd /opt/iobroker/node_modules/
                npm i eufy-security-client --verbose
                
                Longbow 1 Reply Last reply Reply Quote 0
                • Longbow
                  Longbow @wendy2702 last edited by

                  @wendy2702

                  ich verstehe nichts, hab mal einen neuen iobroker aufgesetzt und da könnte ich den Adapter installieren.
                  Da ging es... muss ich wohl jetzt alles neu installieren 😞

                  Das ist das was zurück kommt.

                  cd /opt/iobroker/node_modules/
                  npm i eufy-security-client --verbose
                  npm verb cli /usr/bin/node /usr/bin/npm
                  npm info using npm@8.19.3
                  npm info using node@v16.19.1
                  npm timing npm:load:whichnode Completed in 0ms
                  npm timing config:load:defaults Completed in 2ms
                  npm timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 1ms
                  npm timing config:load:builtin Completed in 1ms
                  npm timing config:load:cli Completed in 2ms
                  npm timing config:load:env Completed in 0ms
                  npm timing config:load:file:/opt/iobroker/.npmrc Completed in 2ms
                  npm timing config:load:project Completed in 10ms
                  npm timing config:load:file:/home/iobroker/.npmrc Completed in 0ms
                  npm timing config:load:user Completed in 0ms
                  npm timing config:load:file:/usr/etc/npmrc Completed in 0ms
                  npm timing config:load:global Completed in 0ms
                  npm timing config:load:validate Completed in 0ms
                  npm timing config:load:credentials Completed in 1ms
                  npm timing config:load:setEnvs Completed in 1ms
                  npm timing config:load Completed in 18ms
                  npm timing npm:load:configload Completed in 18ms
                  npm timing npm:load:mkdirpcache Completed in 1ms
                  npm timing npm:load:mkdirplogs Completed in 0ms
                  npm verb title npm i eufy-security-client
                  npm verb argv "i" "eufy-security-client" "--loglevel" "verbose"
                  npm timing npm:load:setTitle Completed in 1ms
                  npm timing config:load:flatten Completed in 2ms
                  npm timing npm:load:display Completed in 8ms
                  npm verb logfile logs-max:10 dir:/home/iobroker/.npm/_logs
                  npm verb logfile /home/iobroker/.npm/_logs/2023-02-24T16_03_47_134Z-debug-0.log
                  npm timing npm:load:logFile Completed in 6ms
                  npm timing npm:load:timers Completed in 0ms
                  npm timing npm:load:configScope Completed in 1ms
                  npm timing npm:load Completed in 35ms
                  npm timing arborist:ctor Completed in 0ms
                  npm timing idealTree:init Completed in 1139ms
                  npm timing idealTree:userRequests Completed in 16ms
                  npm http fetch GET 200 https://codeload.github.com/bropat/eufy-security-client/tar.gz/7e883fa159fbf8f12b31886cd396a7d5df04a51b 680ms (cache revalidated)
                  npm timing idealTree:#root Completed in 4644ms
                  npm timing idealTree:node_modules/eufy-security-client Completed in 0ms
                  npm timing idealTree:buildDeps Completed in 4645ms
                  npm timing idealTree:fixDepFlags Completed in 14ms
                  npm timing idealTree Completed in 5830ms
                  npm timing reify:loadTrees Completed in 5831ms
                  npm timing reify:diffTrees Completed in 32ms
                  npm timing reify:retireShallow Completed in 1ms
                  npm timing reify:createSparse Completed in 20ms
                  npm timing reify:loadBundles Completed in 0ms
                  npm WARN skipping integrity check for git dependency ssh://git@github.com/bropat/eufy-security-client.git 
                  npm verb reify failed optional dependency /opt/iobroker/node_modules/osx-temperature-sensor
                  npm verb reify failed optional dependency /opt/iobroker/node_modules/fsevents
                  npm WARN skipping integrity check for git dependency ssh://git@github.com/bropat/eufy-security-ws.git 
                  npm timing reifyNode:node_modules/osx-temperature-sensor Completed in 4ms
                  npm timing reifyNode:node_modules/fsevents Completed in 4ms
                  npm timing reifyNode:node_modules/eufy-security-ws/node_modules/ansi-colors Completed in 20ms
                  npm timing reifyNode:node_modules/eufy-security-ws/node_modules/commander Completed in 28ms
                  npm http fetch GET 200 https://codeload.github.com/bropat/eufy-security-client/tar.gz/7e883fa159fbf8f12b31886cd396a7d5df04a51b 216ms (cache revalidated)
                  npm http fetch GET 200 https://codeload.github.com/bropat/eufy-security-ws/tar.gz/71fdf169f30879e2ba1e18367185eb0f89ed246a 226ms (cache revalidated)
                  npm timing reifyNode:node_modules/eufy-security-client Completed in 3670ms
                  npm timing reifyNode:node_modules/eufy-security-ws Completed in 3857ms
                  npm timing reify:unpack Completed in 3859ms
                  npm timing reify:unretire Completed in 0ms
                  npm timing build:queue Completed in 14ms
                  npm timing build:link:node_modules/eufy-security-ws Completed in 6ms
                  npm timing build:link Completed in 6ms
                  npm timing build:deps Completed in 21ms
                  npm timing build Completed in 21ms
                  npm timing reify:build Completed in 23ms
                  npm timing reify:trash Completed in 13ms
                  npm timing reify:save Completed in 450ms
                  npm timing reify Completed in 10446ms
                  
                  added 4 packages in 11s
                  
                  158 packages are looking for funding
                    run `npm fund` for details
                  npm timing command:i Completed in 10456ms
                  npm verb exit 0
                  npm timing npm Completed in 10578ms
                  npm info ok 
                  
                  wendy2702 1 Reply Last reply Reply Quote 0
                  • wendy2702
                    wendy2702 @Longbow last edited by wendy2702

                    @longbow

                    Nein.

                    Mach vom alten ein Backup falls du noch keins hast und stelle das in der neuen installation wieder her.

                    Mal was anderes: gibt es bei Pihole, anderes DNS, irgendwelche Blocker oder so im Netzwerk?

                    Wie sind die Netzwerkeinstellungen vergleich alter IOB LXC mit neuem ?

                    1 Reply Last reply Reply Quote 0
                    • Longbow
                      Longbow last edited by

                      @wendy2702

                      Mal was anderes: gibt es bei Pihole, anderes DNS, irgendwelche Blocker oder so im Netzwerk?

                      • was meinst du damit ? Ich kenne mich nicht damit aus und weiß nicht was du meinst.

                      Wie sind die Netzwerkeinstellungen vergleich alter IOB LXC mit neuem ?

                      • Alles gleich und geht einwandfrei.

                      Mach vom alten ein Backup falls du noch keins hast und stelle das in der neuen installation wieder her.

                      • danke, habe ich gemacht. War einfacher als alles neu zu installieren.
                      wendy2702 1 Reply Last reply Reply Quote 0
                      • wendy2702
                        wendy2702 @Longbow last edited by

                        @longbow sagte in Eufy-Security Adapter installiert sich nicht.:

                        @wendy2702

                        Mal was anderes: gibt es bei Pihole, anderes DNS, irgendwelche Blocker oder so im Netzwerk?

                        • was meinst du damit ? Ich kenne mich nicht damit aus und weiß nicht was du meinst.

                        Wenn du das nicht weisst wirst du es wohl auch nicht haben.

                        Läuft denn jetzt alles wieder?

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

                          @wendy2702

                          Ja danke, der Nachfrage. Backup gemacht, alles aktiviert und alles läuft.
                          Komisch, dass der alte Container nicht den Adapter richtig installiert hat.

                          Vielen Dank für die Unterstützung, jetzt muss ich nur sehen, wie ich den Stream (rtsp) in mein Vis einbinde, dann bin ich noch mehr glücklich als gerade.

                          Liebe Grüße aus Berlin.

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

                            @longbow sagte in Eufy-Security Adapter installiert sich nicht.:

                            @wendy2702

                            Ja danke, der Nachfrage. Backup gemacht, alles aktiviert und alles läuft.
                            Komisch, dass der alte Container nicht den Adapter richtig installiert hat.

                            Vielen Dank für die Unterstützung, jetzt muss ich nur sehen, wie ich den Stream (rtsp) in mein Vis einbinde, dann bin ich noch mehr glücklich als gerade.

                            Liebe Grüße aus Berlin.

                            RTSP geht nur über Umwege wie Motioneye oder Shinobi etc.

                            Liegt an der Browser Beschränkung.

                            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

                            959
                            Online

                            32.1k
                            Users

                            80.7k
                            Topics

                            1.3m
                            Posts

                            3
                            52
                            1507
                            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