Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. (gelöst)Radar wechselt von Grün auf rot

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    315

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.9k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    785

(gelöst)Radar wechselt von Grün auf rot

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
22 Beiträge 3 Kommentatoren 700 Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • ostseereiterO Offline
    ostseereiterO Offline
    ostseereiter
    schrieb am zuletzt editiert von
    #8

    und dann noch diese Meidung.

    Cannot read property 'init' of null
    
    radar2.0
    2022-02-23 21:16:01.100	error	TypeError: Cannot read property 'init' of null at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.radar2/myNetworks.js:964:82) at listOnTimeout (internal/timers.js:557:17) at processTimers (internal/timers.js:500:7)
    
    radar2.0
    2022-02-23 21:16:01.096	error	uncaught exception: Cannot read property 'init' of null
    

    Gruß OSR

    Plattform
    Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

    1 Antwort Letzte Antwort
    0
    • ostseereiterO ostseereiter

      Hallo Freunde heute Abend wieder ror und grün im wechsel.
      dann die beiden Befehle eingegeben. Der erste lief gut durch hat aber nicht geholfen. der zweite?

      andy@debian:/opt/iobroker$ npm install
      [sudo] Passwort für andy:
      
      > authenticate-pam@1.0.2 install /opt/iobroker/node_modules/authenticate-pam
      > node-gyp rebuild
      
      make: Verzeichnis „/opt/iobroker/node_modules/authenticate-pam/build“ wird betreten
        CXX(target) Release/obj.target/authenticate_pam/authenticate_pam.o
      ../authenticate_pam.cc: In function ‘void after_doing_auth(uv_work_t*, int)’:
      ../authenticate_pam.cc:107:87: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
        107 |   Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args);
            |                                                                                       ^
      In file included from ../authenticate_pam.cc:23:
      ../../nan/nan.h:1026:46: note: declared here
       1026 |   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
            |                                              ^~~~~~~~~~~~
      ../authenticate_pam.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../authenticate_pam.cc:147:83: error: no matching function for call to ‘v8::Array::Get(v8::Local<v8::String>)’
        147 |   Local<Value> res = options->Get(Nan::New<String>("serviceName").ToLocalChecked());
            |                                                                                   ^
      In file included from /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:67,
                       from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)’
       3717 |   V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
            |                                           ^~~
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/v8.h:3717:43: note:   candidate expects 2 arguments, 1 provided
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)’
       3720 |   V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
            |                                           ^~~
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/v8.h:3720:43: note:   candidate expects 2 arguments, 1 provided
      ../authenticate_pam.cc:150:30: error: cannot convert ‘char [128]’ to ‘v8::Isolate*’
        150 |    serviceName->WriteUtf8(m->serviceName, sizeof(m->serviceName) - 1);
            |                           ~~~^~~~~~~~~~~
            |                              |
            |                              char [128]
      In file included from /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:67,
                       from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/v8.h:3037:26: note:   initializing argument 1 of ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
       3037 |   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
            |                 ~~~~~~~~~^~~~~~~
      ../authenticate_pam.cc:152:69: error: no matching function for call to ‘v8::Array::Get(v8::Local<v8::String>)’
        152 |   res = options->Get(Nan::New<String>("remoteHost").ToLocalChecked());
            |                                                                     ^
      In file included from /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:67,
                       from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)’
       3717 |   V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
            |                                           ^~~
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/v8.h:3717:43: note:   candidate expects 2 arguments, 1 provided
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)’
       3720 |   V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
            |                                           ^~~
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/v8.h:3720:43: note:   candidate expects 2 arguments, 1 provided
      ../authenticate_pam.cc:155:29: error: cannot convert ‘char [128]’ to ‘v8::Isolate*’
        155 |    remoteHost->WriteUtf8(m->remoteHost, sizeof(m->remoteHost) - 1);
            |                          ~~~^~~~~~~~~~
            |                             |
            |                             char [128]
      In file included from /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:67,
                       from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/v8.h:3037:26: note:   initializing argument 1 of ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
       3037 |   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
            |                 ~~~~~~~~~^~~~~~~
      ../authenticate_pam.cc:160:25: error: cannot convert ‘char [128]’ to ‘v8::Isolate*’
        160 |  username->WriteUtf8(m->username, sizeof(m->username) - 1);
            |                      ~~~^~~~~~~~
            |                         |
            |                         char [128]
      In file included from /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:67,
                       from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/v8.h:3037:26: note:   initializing argument 1 of ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
       3037 |   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
            |                 ~~~~~~~~~^~~~~~~
      ../authenticate_pam.cc:161:25: error: cannot convert ‘char [128]’ to ‘v8::Isolate*’
        161 |  password->WriteUtf8(m->password, sizeof(m->password) - 1);
            |                      ~~~^~~~~~~~
            |                         |
            |                         char [128]
      In file included from /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:67,
                       from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/v8.h:3037:26: note:   initializing argument 1 of ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
       3037 |   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
            |                 ~~~~~~~~~^~~~~~~
      ../authenticate_pam.cc: At global scope:
      ../authenticate_pam.cc:170:6: error: variable or field ‘init’ declared void
        170 | void init(Handle<Object> exports) {
            |      ^~~~
      ../authenticate_pam.cc:170:11: error: ‘Handle’ was not declared in this scope
        170 | void init(Handle<Object> exports) {
            |           ^~~~~~
      ../authenticate_pam.cc:170:24: error: expected primary-expression before ‘>’ token
        170 | void init(Handle<Object> exports) {
            |                        ^
      ../authenticate_pam.cc:170:26: error: ‘exports’ was not declared in this scope
        170 | void init(Handle<Object> exports) {
            |                          ^~~~~~~
      In file included from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      ../authenticate_pam.cc:175:31: error: ‘init’ was not declared in this scope; did you mean ‘int’?
        175 | NODE_MODULE(authenticate_pam, init);
            |                               ^~~~
      /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:793:36: note: in definition of macro ‘NODE_MODULE_X’
        793 |       (node::addon_register_func) (regfunc),                          \
            |                                    ^~~~~~~
      ../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’
        175 | NODE_MODULE(authenticate_pam, init);
            | ^~~~~~~~~~~
      make: *** [authenticate_pam.target.mk:111: Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1
      make: Verzeichnis „/opt/iobroker/node_modules/authenticate-pam/build“ wird verlassen
      gyp ERR! build error
      gyp ERR! stack Error: `make` failed with exit code: 2
      gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
      gyp ERR! stack     at ChildProcess.emit (events.js:400:28)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
      gyp ERR! System Linux 5.10.0-11-amd64
      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pam
      gyp ERR! node -v v14.19.0
      gyp ERR! node-gyp -v v5.1.0
      gyp ERR! not ok
      
      > iobroker.inst@2.0.3 install /opt/iobroker
      > node lib/checkVersions.js
      
      NPM version: 6.14.16
      
      > iobroker.inst@2.0.3 postinstall /opt/iobroker
      > node lib/install.js
      
      
      
      ╭─────────────────────────────────────────────────────────╮
      │                                                         │
      │ Manual installation of ioBroker is no longer supported  │
      │ on Linux, OSX and FreeBSD!                              │
      │ Please refer to the documentation on how to install it! │
      │ https://github.com/ioBroker/ioBroker/wiki/Installation  │
      │                                                         │
      ╰─────────────────────────────────────────────────────────╯
      
      
      npm ERR! code ELIFECYCLE
      npm ERR! errno 100
      npm ERR! iobroker.inst@2.0.3 postinstall: `node lib/install.js`
      npm ERR! Exit status 100
      npm ERR!
      npm ERR! Failed at the iobroker.inst@2.0.3 postinstall script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2022-02-23T20_11_08_855Z-debug.log
      andy@debian:/opt/iobroker$
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #9

      @ostseereiter

      Hast du zufällig den Adapter 'terminal' installiert?
      Kegel den mal raus

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

      ostseereiterO 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @ostseereiter

        Hast du zufällig den Adapter 'terminal' installiert?
        Kegel den mal raus

        ostseereiterO Offline
        ostseereiterO Offline
        ostseereiter
        schrieb am zuletzt editiert von
        #10

        @thomas-braun sagte in Radar wechselt von Grün auf rot:

        terminal

        ja werde ich löschen

        Gruß OSR

        Plattform
        Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • ostseereiterO ostseereiter

          @thomas-braun sagte in Radar wechselt von Grün auf rot:

          terminal

          ja werde ich löschen

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #11

          @ostseereiter

          Dann müsste der Kram zu authenticate-pam schon mal wegfallen.

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

          ostseereiterO 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @ostseereiter

            Dann müsste der Kram zu authenticate-pam schon mal wegfallen.

            ostseereiterO Offline
            ostseereiterO Offline
            ostseereiter
            schrieb am zuletzt editiert von
            #12

            @thomas-braun
            Jo nun ist es schon weniger

            andy@debian:/opt/iobroker$ npm install
            [sudo] Passwort für andy:
            
            > iobroker.inst@2.0.3 install /opt/iobroker
            > node lib/checkVersions.js
            
            NPM version: 6.14.16
            
            > iobroker.inst@2.0.3 postinstall /opt/iobroker
            > node lib/install.js
            
            
            
            ╭─────────────────────────────────────────────────────────╮
            │                                                         │
            │ Manual installation of ioBroker is no longer supported  │
            │ on Linux, OSX and FreeBSD!                              │
            │ Please refer to the documentation on how to install it! │
            │ https://github.com/ioBroker/ioBroker/wiki/Installation  │
            │                                                         │
            ╰─────────────────────────────────────────────────────────╯
            
            
            npm ERR! code ELIFECYCLE
            npm ERR! errno 100
            npm ERR! iobroker.inst@2.0.3 postinstall: `node lib/install.js`
            npm ERR! Exit status 100
            npm ERR!
            npm ERR! Failed at the iobroker.inst@2.0.3 postinstall script.
            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2022-02-23T20_28_39_390Z-debug.log
            andy@debian:/opt/iobroker$
            
            
            

            Gruß OSR

            Plattform
            Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • ostseereiterO ostseereiter

              @thomas-braun
              Jo nun ist es schon weniger

              andy@debian:/opt/iobroker$ npm install
              [sudo] Passwort für andy:
              
              > iobroker.inst@2.0.3 install /opt/iobroker
              > node lib/checkVersions.js
              
              NPM version: 6.14.16
              
              > iobroker.inst@2.0.3 postinstall /opt/iobroker
              > node lib/install.js
              
              
              
              ╭─────────────────────────────────────────────────────────╮
              │                                                         │
              │ Manual installation of ioBroker is no longer supported  │
              │ on Linux, OSX and FreeBSD!                              │
              │ Please refer to the documentation on how to install it! │
              │ https://github.com/ioBroker/ioBroker/wiki/Installation  │
              │                                                         │
              ╰─────────────────────────────────────────────────────────╯
              
              
              npm ERR! code ELIFECYCLE
              npm ERR! errno 100
              npm ERR! iobroker.inst@2.0.3 postinstall: `node lib/install.js`
              npm ERR! Exit status 100
              npm ERR!
              npm ERR! Failed at the iobroker.inst@2.0.3 postinstall script.
              npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/iobroker/.npm/_logs/2022-02-23T20_28_39_390Z-debug.log
              andy@debian:/opt/iobroker$
              
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von Thomas Braun
              #13

              @ostseereiter

              Lösch mal den Cache

              cd /opt/iobroker
              npm cache clean --force
              

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

              ostseereiterO 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @ostseereiter

                Lösch mal den Cache

                cd /opt/iobroker
                npm cache clean --force
                
                ostseereiterO Offline
                ostseereiterO Offline
                ostseereiter
                schrieb am zuletzt editiert von
                #14

                @thomas-braun sagte in Radar wechselt von Grün auf rot:

                npm cache clean --force

                andy@debian:/opt/iobroker$ npm cache clean --force
                [sudo] Passwort für andy:
                npm WARN using --force I sure hope you know what you are doing.
                
                

                Gruß OSR

                Plattform
                Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • ostseereiterO ostseereiter

                  @thomas-braun sagte in Radar wechselt von Grün auf rot:

                  npm cache clean --force

                  andy@debian:/opt/iobroker$ npm cache clean --force
                  [sudo] Passwort für andy:
                  npm WARN using --force I sure hope you know what you are doing.
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #15

                  @ostseereiter

                  Was ist eigentlich so ganz genau das Problem?
                  Ein Adapter-Neustart schaut wie aus?

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

                  ostseereiterO 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @ostseereiter

                    Was ist eigentlich so ganz genau das Problem?
                    Ein Adapter-Neustart schaut wie aus?

                    ostseereiterO Offline
                    ostseereiterO Offline
                    ostseereiter
                    schrieb am zuletzt editiert von
                    #16

                    @thomas-braun
                    er wechselt halt immer von rot auf grün.
                    Screenshot (147).png
                    Screenshot (148).png

                    Bei einen Neustart kommt dieses:

                    Adapter not running as root or iobroker has no sudo right, cannot use arp-scan!
                    
                    radar2.0
                    2022-02-23 21:51:50.649	warn	Neither hcitool nor noble available to scan Bluetooth!
                    
                    radar2.0
                    2022-02-23 21:51:50.648	warn	Noble not available, Error: Error: The module '/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/binding/bluetooth_hci_socket.node'was compiled against a different Node.js version usingNODE_MODULE_VERSION 72. This version of Node.js requiresNODE_MODULE_VERSION 83. Please try re-compiling or re-installingthe module (for instance, using `npm rebuild` or `npm install`).at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12)at Module.require (internal/modules/cjs/loader.js:974:19)at require (internal/modules/cjs/helpers.js:101:18)at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/native.js:6:15)at Module._compile (internal/modules/cjs/loader.js:1085:14)at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12) {code: 'ERR_DLOPEN_FAILED'}
                    

                    Gruß OSR

                    Plattform
                    Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • ostseereiterO Offline
                      ostseereiterO Offline
                      ostseereiter
                      schrieb am zuletzt editiert von
                      #17
                      Noble not available, Error: Error: The module '/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/binding/bluetooth_hci_socket.node'was compiled against a different Node.js version usingNODE_MODULE_VERSION 72. This version of Node.js requiresNODE_MODULE_VERSION 83. Please try re-compiling or re-installingthe module (for instance, using `npm rebuild` or `npm install`).at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12)at Module.require (internal/modules/cjs/loader.js:974:19)at require (internal/modules/cjs/helpers.js:101:18)at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/native.js:6:15)at Module._compile (internal/modules/cjs/loader.js:1085:14)at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12) {code: 'ERR_DLOPEN_FAILED'}
                      

                      Gruß OSR

                      Plattform
                      Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                      1 Antwort Letzte Antwort
                      0
                      • ostseereiterO ostseereiter

                        @thomas-braun
                        er wechselt halt immer von rot auf grün.
                        Screenshot (147).png
                        Screenshot (148).png

                        Bei einen Neustart kommt dieses:

                        Adapter not running as root or iobroker has no sudo right, cannot use arp-scan!
                        
                        radar2.0
                        2022-02-23 21:51:50.649	warn	Neither hcitool nor noble available to scan Bluetooth!
                        
                        radar2.0
                        2022-02-23 21:51:50.648	warn	Noble not available, Error: Error: The module '/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/binding/bluetooth_hci_socket.node'was compiled against a different Node.js version usingNODE_MODULE_VERSION 72. This version of Node.js requiresNODE_MODULE_VERSION 83. Please try re-compiling or re-installingthe module (for instance, using `npm rebuild` or `npm install`).at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12)at Module.require (internal/modules/cjs/loader.js:974:19)at require (internal/modules/cjs/helpers.js:101:18)at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/native.js:6:15)at Module._compile (internal/modules/cjs/loader.js:1085:14)at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12) {code: 'ERR_DLOPEN_FAILED'}
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #18

                        @ostseereiter
                        Da kommt mit Sicherheit mehr. Bitte vollständigen Restart zeigen.

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

                        ostseereiterO 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @ostseereiter
                          Da kommt mit Sicherheit mehr. Bitte vollständigen Restart zeigen.

                          ostseereiterO Offline
                          ostseereiterO Offline
                          ostseereiter
                          schrieb am zuletzt editiert von
                          #19

                          @thomas-braun

                          
                          3 22:00:35.707	info	Adapter initialization finished!
                          
                          radar2.0
                          2022-02-23 22:00:34.550	info	will scan external network every 60 minutes
                          
                          radar2.0
                          2022-02-23 22:00:34.549	warn	scanDelay increased to 41.134 seconds, delayAway to 2 minutes!
                          
                          radar2.0
                          2022-02-23 22:00:34.548	info	first scan took 39.134 seconds
                          
                          radar2.0
                          2022-02-23 21:59:55.410	info	radar2 set use of noble(false), doArp(false), btid(-1) and doUwz(undefined,120,0,de,true).
                          
                          radar2.0
                          2022-02-23 21:59:55.408	info	radar2 found 16 devices in config (Ich-,ECB-,Kinoserver,HP-Drucker,Fritzrepeater,Fire-Tablet10W,Firestick-4k-Receiver,lumi-gateway-v3-Flur,Node-RFID,SVPi-hole-raspberrypi,HarmonyHub,Wohnzimmer-Firestick,HandyAndy,Fernseher-Wohnzimmer,HandyHeike,SchellySpülmaschine) and 16 enabled.
                          
                          radar2.0
                          2022-02-23 21:59:55.404	warn	Had error when reaching printer 'HP-Drucker'. Check link address!
                          
                          radar2.0
                          2022-02-23 21:59:46.175	info	will scan printers [ 'HP-Drucker' ] every 720 minutes
                          
                          radar2.0
                          2022-02-23 21:59:45.859	info	Will scan ECB for [ 'USD', 'RUB', 'GBP' ] every 60 minutes
                          
                          radar2.0
                          2022-02-23 21:59:45.755	info	Adapter identified macs: (70:85:c2:36:f3:a7,18:60:24:30:ad:85,f6:b0:14:04:4b:73,cc:9e:a2:e9:21:77,04:cf:8c:af:f7:8e,68:9a:87:a8:b4:0c,68:c6:3a:8a:6a:f1,78:11:dc:b9:e6:e7,68:c6:3a:d5:38:04,b8:27:eb:c9:40:2d,00:04:20:ec:8b:d4,60:6d:3c:14:cf:1f,fc:a1:83:72:a8:e6,88:46:04:a6:84:cb,70:af:24:a6:3a:56,88:40:3b:dd:bb:64,98:f4:ab:f8:cb:6e), ips: (127.0.0.1,::1,192.168.178.100,192.168.178.122,192.168.178.36,192.168.178.32,192.168.178.74,192.168.178.99,192.168.178.180,192.168.178.84,192.168.178.46,192.168.178.73,192.168.178.59,192.168.178.203,192.168.178.82), bts LE: (), bts norm: ()
                          
                          radar2.0
                          2022-02-23 21:59:45.446	info	Init item SchellySpülmaschine with {name: 'SchellySpülmaschine',bluetooth: [],enabled: -1,id: 'SchellySpülmaschine',type: 'IP',hasMAC: [ '98:f4:ab:f8:cb:6e' ],ipVendor: 'Espressif Inc',rip: [ '192.168.178.82' ],lasthere: '2022-02-23T19:59:57.371Z'}
                          
                          radar2.0
                          2022-02-23 21:59:45.317	info	Init item HandyHeike with {name: 'HandyHeike',bluetooth: [],enabled: -1,id: 'HandyHeike',type: 'IP',hasMAC: [ '88:40:3b:dd:bb:64' ],ipVendor: 'Huawei Tech Co, Ltd',rip: [ '192.168.178.203' ],lasthere: '2022-02-23T04:37:54.981Z'}
                          
                          radar2.0
                          2022-02-23 21:59:39.051	info	Init item Fernseher-Wohnzimmer with {name: 'Fernseher-Wohnzimmer',bluetooth: [],enabled: -1,id: 'Fernseher-Wohnzimmer',type: 'IP',hasMAC: [ '70:af:24:a6:3a:56' ],ipVendor: 'TP Vision Belgium NV',rip: [ '192.168.178.59' ],lasthere: '2022-02-21T13:55:13.554Z'}
                          
                          radar2.0
                          2022-02-23 21:59:31.221	info	Init item HandyAndy with {name: 'HandyAndy',bluetooth: [],enabled: -1,id: 'HandyAndy',type: 'IP',hasMAC: [ '88:46:04:a6:84:cb' ],ipVendor: 'N/A',rip: [ '192.168.178.73' ],lasthere: '2022-02-23T19:43:09.974Z'}
                          
                          radar2.0
                          2022-02-23 21:59:24.995	info	Init item Wohnzimmer-Firestick with {name: 'Wohnzimmer-Firestick',bluetooth: [],enabled: -1,id: 'Wohnzimmer-Firestick',type: 'IP',hasMAC: [ '60:6d:3c:14:cf:1f', 'fc:a1:83:72:a8:e6' ],ipVendor: 'Luxshare Precision Industry Co Ltd',rip: [ '192.168.178.46' ],lasthere: '2022-02-23T19:59:42.064Z'}
                          
                          radar2.0
                          2022-02-23 21:59:22.788	info	Init item HarmonyHub with {name: 'HarmonyHub',bluetooth: [],enabled: -1,id: 'HarmonyHub',type: 'IP',hasMAC: [ '00:04:20:ec:8b:d4' ],ipVendor: 'Slim Devices, Inc',rip: [ '192.168.178.84' ],lasthere: '2022-02-23T20:58:50.892Z'}
                          
                          radar2.0
                          2022-02-23 21:59:22.664	info	Init item SVPi-hole-raspberrypi with {name: 'SVPi-hole-raspberrypi',bluetooth: [],enabled: -1,id: 'SVPi-hole-raspberrypi',type: 'IP',hasMAC: [ 'b8:27:eb:c9:40:2d' ],ipVendor: 'Raspberry Pi Foundation',rip: [ '192.168.178.180' ],lasthere: '2022-02-23T20:07:59.904Z'}
                          
                          radar2.0
                          2022-02-23 21:59:22.569	info	Init item Node-RFID with {name: 'Node-RFID',bluetooth: [],enabled: -1,id: 'Node-RFID',type: 'IP',hasMAC: [ '68:c6:3a:d5:38:04' ],ipVendor: 'Espressif Inc',rip: [ '192.168.178.99' ],lasthere: '2022-02-23T20:52:59.963Z'}
                          
                          radar2.0
                          2022-02-23 21:59:22.460	info	Init item lumi-gateway-v3-Flur with {name: 'lumi-gateway-v3-Flur',bluetooth: [],enabled: -1,id: 'lumi-gateway-v3-Flur',type: 'IP',hasMAC: [ '78:11:dc:b9:e6:e7' ],ipVendor: 'Xiaomi Electronics, Co, Ltd',rip: [ '192.168.178.74' ],lasthere: '2022-02-23T20:52:59.865Z'}
                          
                          radar2.0
                          2022-02-23 21:59:22.363	info	Init item Firestick-4k-Receiver with {name: 'Firestick-4k-Receiver',bluetooth: [],enabled: -1,id: 'Firestick-4k-Receiver',type: 'IP',hasMAC: [ '68:9a:87:a8:b4:0c', '68:c6:3a:8a:6a:f1' ],ipVendor: 'Amazon Tech Inc',rip: [ '192.168.178.32' ],lasthere: '2022-02-23T20:52:59.800Z'}
                          
                          radar2.0
                          2022-02-23 21:59:22.119	info	Init item Fire-Tablet10W with {name: 'Fire-Tablet10W',bluetooth: [],enabled: -1,id: 'Fire-Tablet10W',type: 'IP',hasMAC: [ 'cc:9e:a2:e9:21:77', '04:cf:8c:af:f7:8e' ],ipVendor: 'Amazon Tech Inc',rip: [ '192.168.178.36' ],lasthere: '2022-02-23T20:52:59.716Z'}
                          
                          radar2.0
                          2022-02-23 21:59:21.925	info	Init item Fritzrepeater with {name: 'Fritzrepeater',bluetooth: [],enabled: -1,id: 'Fritzrepeater',type: 'IP',hasMAC: [ 'f6:b0:14:04:4b:73' ],ipVendor: 'N/A',rip: [ '192.168.178.122' ],lasthere: '2022-01-25T16:53:01.246Z'}
                          
                          radar2.0
                          2022-02-23 21:59:15.678	info	Init item HP-Drucker with {name: 'HP-Drucker',ip: [ '192.168.178.70' ],bluetooth: [],enabled: -1,id: 'HP-Drucker',type: 'printer',hasMAC: [ '18:60:24:30:ad:85' ],ipVendor: 'Hewlett Packard',lasthere: '2022-01-23T10:32:11.729Z'}
                          
                          radar2.0
                          2022-02-23 21:59:15.615	info	Init item Kinoserver with {name: 'Kinoserver',bluetooth: [],enabled: -1,id: 'Kinoserver',type: 'IP',hasMAC: [ '70:85:c2:36:f3:a7' ],ipVendor: 'ASRock Incorporation',rip: [ '192.168.178.100' ],lasthere: '2022-01-28T20:24:38.122Z'}
                          
                          radar2.0
                          2022-02-23 21:59:09.302	info	Init item ECB- with {name: 'ECB-',ip: [ 'USD', 'RUB', 'GBP' ],bluetooth: [],enabled: -1,id: 'ECB',type: 'ECB'}
                          
                          radar2.0
                          2022-02-23 21:59:09.242	info	Init item Ich- with {name: 'Ich-',bluetooth: [],enabled: -1,id: 'Ich',type: 'IP',rip: [ '127.0.0.1', '::1' ],lasthere: '2022-02-23T20:57:50.770Z'}
                          
                          radar2.0
                          2022-02-23 21:59:08.664	info	Will try to scan BT devices: hci0 00:1A:7D:DA:71:0F
                          
                          radar2.0
                          2022-02-23 21:59:08.591	warn	Adapter not running as root or iobroker has no sudo right, cannot use arp-scan!
                          
                          radar2.0
                          2022-02-23 21:59:08.497	info	Connected with '0.0.0.0' for DHCP Scan
                          
                          radar2.0
                          2022-02-23 21:59:08.468	info	arp-scan will use the following interfaces: [ 'enp3s0' ]
                          
                          radar2.0
                          2022-02-23 21:59:08.435	warn	Neither hcitool nor noble available to scan Bluetooth!
                          
                          radar2.0
                          2022-02-23 21:59:08.433	warn	Noble not available, Error: Error: The module '/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/binding/bluetooth_hci_socket.node'was compiled against a different Node.js version usingNODE_MODULE_VERSION 72. This version of Node.js requiresNODE_MODULE_VERSION 83. Please try re-compiling or re-installingthe module (for instance, using `npm rebuild` or `npm install`).at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12)at Module.require (internal/modules/cjs/loader.js:974:19)at require (internal/modules/cjs/helpers.js:101:18)at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/native.js:6:15)at Module._compile (internal/modules/cjs/loader.js:1085:14)at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12) {code: 'ERR_DLOPEN_FAILED'}
                          
                          radar2.0
                          2022-02-23 21:59:07.837	info	Will use l2Ping for BT scans.
                          
                          radar2.0
                          2022-02-23 21:59:07.814	info	radar2 initialization started...
                          
                          radar2.0
                          2022-02-23 21:59:07.275	info	starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.radar2, node: v14.19.0, js-controller: 3.3.22
                          
                          radar2.0
                          2022-02-23 21:59:00.241	info	terminating
                          
                          radar2.0
                          2022-02-23 21:59:00.240	info	terminating
                          
                          radar2.0
                          2022-02-23 21:59:00.237	info	Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          
                          radar2.0
                          2022-02-23 21:59:00.233	info	terminating
                          
                          radar2.0
                          2022-02-23 21:59:00.138	info	Adapter disconnected and stopped with dostop(null) and callback(true)
                          
                          radar2.0
                          2022-02-23 21:59:00.128	info	Unload adapter now with null
                          
                          radar2.0
                          2022-02-23 21:59:00.095	info	Scheduled restart.
                          
                          radar2.0
                          2022-02-23 21:58:57.244	info	Init item HandyAndy with {name: 'HandyAndy',bluetooth: [],enabled: -1,id: 'HandyAndy',type: 'IP',hasMAC: [ '88:46:04:a6:84:cb' ],ipVendor: 'N/A',rip: [ '192.168.178.73' ],lasthere: '2022-02-23T19:43:09.974Z'}
                          
                          radar2.0
                          2022-02-23 21:58:51.028	info	Init item Wohnzimmer-Firestick with {name: 'Wohnzimmer-Firestick',bluetooth: [],enabled: -1,id: 'Wohnzimmer-Firestick',type: 'IP',hasMAC: [ '60:6d:3c:14:cf:1f', 'fc:a1:83:72:a8:e6' ],ipVendor: 'Luxshare Precision Industry Co Ltd',rip: [ '192.168.178.46' ],lasthere: '2022-02-23T19:59:42.064Z'}
                          
                          radar2.0
                          2022-02-23 21:58:50.926	info	Init item HarmonyHub with {name: 'HarmonyHub',bluetooth: [],enabled: -1,id: 'HarmonyHub',type: 'IP',hasMAC: [ '00:04:20:ec:8b:d4' ],ipVendor: 'Slim Devices, Inc',rip: [ '192.168.178.84' ],lasthere: '2022-02-23T20:57:20.703Z'}
                          
                          radar2.0
                          2022-02-23 21:58:50.806	info	Init item SVPi-hole-raspberrypi with {name: 'SVPi-hole-raspberrypi',bluetooth: [],enabled: -1,id: 'SVPi-hole-raspberrypi',type: 'IP',hasMAC: [ 'b8:27:eb:c9:40:2d' ],ipVendor: 'Raspberry Pi Foundation',rip: [ '192.168.178.180' ],lasthere: '2022-02-23T20:07:59.904Z'}
                          
                          radar2.0
                          2022-02-23 21:58:50.652	info	Init item Node-RFID with {name: 'Node-RFID',bluetooth: [],enabled: -1,id: 'Node-RFID',type: 'IP',hasMAC: [ '68:c6:3a:d5:38:04' ],ipVendor: 'Espressif Inc',rip: [ '192.168.178.99' ],lasthere: '2022-02-23T20:52:59.963Z'}
                          
                          radar2.0
                          2022-02-23 21:58:50.547	info	Init item lumi-gateway-v3-Flur with {name: 'lumi-gateway-v3-Flur',bluetooth: [],enabled: -1,id: 'lumi-gateway-v3-Flur',type: 'IP',hasMAC: [ '78:11:dc:b9:e6:e7' ],ipVendor: 'Xiaomi Electronics, Co, Ltd',rip: [ '192.168.178.74' ],lasthere: '2022-02-23T20:52:59.865Z'}
                          
                          radar2.0
                          2022-02-23 21:58:50.455	info	Init item Firestick-4k-Receiver with {name: 'Firestick-4k-Receiver',bluetooth: [],enabled: -1,id: 'Firestick-4k-Receiver',type: 'IP',hasMAC: [ '68:9a:87:a8:b4:0c', '68:c6:3a:8a:6a:f1' ],ipVendor: 'Amazon Tech Inc',rip: [ '192.168.178.32' ],lasthere: '2022-02-23T20:52:59.800Z'}
                          
                          radar2.0
                          2022-02-23 21:58:50.247	info	Init item Fire-Tablet10W with {name: 'Fire-Tablet10W',bluetooth: [],enabled: -1,id: 'Fire-Tablet10W',type: 'IP',hasMAC: [ 'cc:9e:a2:e9:21:77', '04:cf:8c:af:f7:8e' ],ipVendor: 'Amazon Tech Inc',rip: [ '192.168.178.36' ],lasthere: '2022-02-23T20:52:59.716Z'}
                          
                          radar2.0
                          2022-02-23 21:58:49.995	info	Init item Fritzrepeater with {name: 'Fritzrepeater',bluetooth: [],enabled: -1,id: 'Fritzrepeater',type: 'IP',hasMAC: [ 'f6:b0:14:04:4b:73' ],ipVendor: 'N/A',rip: [ '192.168.178.122' ],lasthere: '2022-01-25T16:53:01.246Z'}
                          
                          radar2.0
                          2022-02-23 21:58:43.602	info	Init item HP-Drucker with {name: 'HP-Drucker',ip: [ '192.168.178.70' ],bluetooth: [],enabled: -1,id: 'HP-Drucker',type: 'printer',hasMAC: [ '18:60:24:30:ad:85' ],ipVendor: 'Hewlett Packard',lasthere: '2022-01-23T10:32:11.729Z'}
                          
                          radar2.0
                          2022-02-23 21:58:43.461	info	Init item Kinoserver with {name: 'Kinoserver',bluetooth: [],enabled: -1,id: 'Kinoserver',type: 'IP',hasMAC: [ '70:85:c2:36:f3:a7' ],ipVendor: 'ASRock Incorporation',rip: [ '192.168.178.100' ],lasthere: '2022-01-28T20:24:38.122Z'}
                          
                          radar2.0
                          2022-02-23 21:58:37.161	info	Init item ECB- with {name: 'ECB-',ip: [ 'USD', 'RUB', 'GBP' ],bluetooth: [],enabled: -1,id: 'ECB',type: 'ECB'}
                          
                          radar2.0
                          2022-02-23 21:58:37.128	info	Init item Ich- with {name: 'Ich-',bluetooth: [],enabled: -1,id: 'Ich',type: 'IP',rip: [ '127.0.0.1', '::1' ],lasthere: '2022-02-23T20:57:50.770Z'}
                          
                          radar2.0
                          2022-02-23 21:58:36.935	info	Will try to scan BT devices: hci0 00:1A:7D:DA:71:0F
                          
                          radar2.0
                          2022-02-23 21:58:36.880	warn	Adapter not running as root or iobroker has no sudo right, cannot use arp-scan!
                          
                          radar2.0
                          2022-02-23 21:58:36.805	info	Connected with '0.0.0.0' for DHCP Scan
                          
                          radar2.0
                          2022-02-23 21:58:36.757	info	arp-scan will use the following interfaces: [ 'enp3s0' ]
                          
                          radar2.0
                          2022-02-23 21:58:36.699	warn	Neither hcitool nor noble available to scan Bluetooth!
                          
                          radar2.0
                          2022-02-23 21:58:36.697	warn	Noble not available, Error: Error: The module '/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/binding/bluetooth_hci_socket.node'was compiled against a different Node.js version usingNODE_MODULE_VERSION 72. This version of Node.js requiresNODE_MODULE_VERSION 83. Please try re-compiling or re-installingthe module (for instance, using `npm rebuild` or `npm install`).at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12)at Module.require (internal/modules/cjs/loader.js:974:19)at require (internal/modules/cjs/helpers.js:101:18)at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/native.js:6:15)at Module._compile (internal/modules/cjs/loader.js:1085:14)at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12) {code: 'ERR_DLOPEN_FAILED'}
                          
                          radar2.0
                          2022-02-23 21:58:36.173	info	Will use l2Ping for BT scans.
                          
                          radar2.0
                          2022-02-23 21:58:36.134	info	radar2 initialization started...
                          
                          radar2.0
                          2022-02-23 21:58:35.691	info	starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.radar2, node: v14.19.0, js-controller: 3.3.22
                          
                          

                          Gruß OSR

                          Plattform
                          Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • ostseereiterO ostseereiter

                            @thomas-braun

                            
                            3 22:00:35.707	info	Adapter initialization finished!
                            
                            radar2.0
                            2022-02-23 22:00:34.550	info	will scan external network every 60 minutes
                            
                            radar2.0
                            2022-02-23 22:00:34.549	warn	scanDelay increased to 41.134 seconds, delayAway to 2 minutes!
                            
                            radar2.0
                            2022-02-23 22:00:34.548	info	first scan took 39.134 seconds
                            
                            radar2.0
                            2022-02-23 21:59:55.410	info	radar2 set use of noble(false), doArp(false), btid(-1) and doUwz(undefined,120,0,de,true).
                            
                            radar2.0
                            2022-02-23 21:59:55.408	info	radar2 found 16 devices in config (Ich-,ECB-,Kinoserver,HP-Drucker,Fritzrepeater,Fire-Tablet10W,Firestick-4k-Receiver,lumi-gateway-v3-Flur,Node-RFID,SVPi-hole-raspberrypi,HarmonyHub,Wohnzimmer-Firestick,HandyAndy,Fernseher-Wohnzimmer,HandyHeike,SchellySpülmaschine) and 16 enabled.
                            
                            radar2.0
                            2022-02-23 21:59:55.404	warn	Had error when reaching printer 'HP-Drucker'. Check link address!
                            
                            radar2.0
                            2022-02-23 21:59:46.175	info	will scan printers [ 'HP-Drucker' ] every 720 minutes
                            
                            radar2.0
                            2022-02-23 21:59:45.859	info	Will scan ECB for [ 'USD', 'RUB', 'GBP' ] every 60 minutes
                            
                            radar2.0
                            2022-02-23 21:59:45.755	info	Adapter identified macs: (70:85:c2:36:f3:a7,18:60:24:30:ad:85,f6:b0:14:04:4b:73,cc:9e:a2:e9:21:77,04:cf:8c:af:f7:8e,68:9a:87:a8:b4:0c,68:c6:3a:8a:6a:f1,78:11:dc:b9:e6:e7,68:c6:3a:d5:38:04,b8:27:eb:c9:40:2d,00:04:20:ec:8b:d4,60:6d:3c:14:cf:1f,fc:a1:83:72:a8:e6,88:46:04:a6:84:cb,70:af:24:a6:3a:56,88:40:3b:dd:bb:64,98:f4:ab:f8:cb:6e), ips: (127.0.0.1,::1,192.168.178.100,192.168.178.122,192.168.178.36,192.168.178.32,192.168.178.74,192.168.178.99,192.168.178.180,192.168.178.84,192.168.178.46,192.168.178.73,192.168.178.59,192.168.178.203,192.168.178.82), bts LE: (), bts norm: ()
                            
                            radar2.0
                            2022-02-23 21:59:45.446	info	Init item SchellySpülmaschine with {name: 'SchellySpülmaschine',bluetooth: [],enabled: -1,id: 'SchellySpülmaschine',type: 'IP',hasMAC: [ '98:f4:ab:f8:cb:6e' ],ipVendor: 'Espressif Inc',rip: [ '192.168.178.82' ],lasthere: '2022-02-23T19:59:57.371Z'}
                            
                            radar2.0
                            2022-02-23 21:59:45.317	info	Init item HandyHeike with {name: 'HandyHeike',bluetooth: [],enabled: -1,id: 'HandyHeike',type: 'IP',hasMAC: [ '88:40:3b:dd:bb:64' ],ipVendor: 'Huawei Tech Co, Ltd',rip: [ '192.168.178.203' ],lasthere: '2022-02-23T04:37:54.981Z'}
                            
                            radar2.0
                            2022-02-23 21:59:39.051	info	Init item Fernseher-Wohnzimmer with {name: 'Fernseher-Wohnzimmer',bluetooth: [],enabled: -1,id: 'Fernseher-Wohnzimmer',type: 'IP',hasMAC: [ '70:af:24:a6:3a:56' ],ipVendor: 'TP Vision Belgium NV',rip: [ '192.168.178.59' ],lasthere: '2022-02-21T13:55:13.554Z'}
                            
                            radar2.0
                            2022-02-23 21:59:31.221	info	Init item HandyAndy with {name: 'HandyAndy',bluetooth: [],enabled: -1,id: 'HandyAndy',type: 'IP',hasMAC: [ '88:46:04:a6:84:cb' ],ipVendor: 'N/A',rip: [ '192.168.178.73' ],lasthere: '2022-02-23T19:43:09.974Z'}
                            
                            radar2.0
                            2022-02-23 21:59:24.995	info	Init item Wohnzimmer-Firestick with {name: 'Wohnzimmer-Firestick',bluetooth: [],enabled: -1,id: 'Wohnzimmer-Firestick',type: 'IP',hasMAC: [ '60:6d:3c:14:cf:1f', 'fc:a1:83:72:a8:e6' ],ipVendor: 'Luxshare Precision Industry Co Ltd',rip: [ '192.168.178.46' ],lasthere: '2022-02-23T19:59:42.064Z'}
                            
                            radar2.0
                            2022-02-23 21:59:22.788	info	Init item HarmonyHub with {name: 'HarmonyHub',bluetooth: [],enabled: -1,id: 'HarmonyHub',type: 'IP',hasMAC: [ '00:04:20:ec:8b:d4' ],ipVendor: 'Slim Devices, Inc',rip: [ '192.168.178.84' ],lasthere: '2022-02-23T20:58:50.892Z'}
                            
                            radar2.0
                            2022-02-23 21:59:22.664	info	Init item SVPi-hole-raspberrypi with {name: 'SVPi-hole-raspberrypi',bluetooth: [],enabled: -1,id: 'SVPi-hole-raspberrypi',type: 'IP',hasMAC: [ 'b8:27:eb:c9:40:2d' ],ipVendor: 'Raspberry Pi Foundation',rip: [ '192.168.178.180' ],lasthere: '2022-02-23T20:07:59.904Z'}
                            
                            radar2.0
                            2022-02-23 21:59:22.569	info	Init item Node-RFID with {name: 'Node-RFID',bluetooth: [],enabled: -1,id: 'Node-RFID',type: 'IP',hasMAC: [ '68:c6:3a:d5:38:04' ],ipVendor: 'Espressif Inc',rip: [ '192.168.178.99' ],lasthere: '2022-02-23T20:52:59.963Z'}
                            
                            radar2.0
                            2022-02-23 21:59:22.460	info	Init item lumi-gateway-v3-Flur with {name: 'lumi-gateway-v3-Flur',bluetooth: [],enabled: -1,id: 'lumi-gateway-v3-Flur',type: 'IP',hasMAC: [ '78:11:dc:b9:e6:e7' ],ipVendor: 'Xiaomi Electronics, Co, Ltd',rip: [ '192.168.178.74' ],lasthere: '2022-02-23T20:52:59.865Z'}
                            
                            radar2.0
                            2022-02-23 21:59:22.363	info	Init item Firestick-4k-Receiver with {name: 'Firestick-4k-Receiver',bluetooth: [],enabled: -1,id: 'Firestick-4k-Receiver',type: 'IP',hasMAC: [ '68:9a:87:a8:b4:0c', '68:c6:3a:8a:6a:f1' ],ipVendor: 'Amazon Tech Inc',rip: [ '192.168.178.32' ],lasthere: '2022-02-23T20:52:59.800Z'}
                            
                            radar2.0
                            2022-02-23 21:59:22.119	info	Init item Fire-Tablet10W with {name: 'Fire-Tablet10W',bluetooth: [],enabled: -1,id: 'Fire-Tablet10W',type: 'IP',hasMAC: [ 'cc:9e:a2:e9:21:77', '04:cf:8c:af:f7:8e' ],ipVendor: 'Amazon Tech Inc',rip: [ '192.168.178.36' ],lasthere: '2022-02-23T20:52:59.716Z'}
                            
                            radar2.0
                            2022-02-23 21:59:21.925	info	Init item Fritzrepeater with {name: 'Fritzrepeater',bluetooth: [],enabled: -1,id: 'Fritzrepeater',type: 'IP',hasMAC: [ 'f6:b0:14:04:4b:73' ],ipVendor: 'N/A',rip: [ '192.168.178.122' ],lasthere: '2022-01-25T16:53:01.246Z'}
                            
                            radar2.0
                            2022-02-23 21:59:15.678	info	Init item HP-Drucker with {name: 'HP-Drucker',ip: [ '192.168.178.70' ],bluetooth: [],enabled: -1,id: 'HP-Drucker',type: 'printer',hasMAC: [ '18:60:24:30:ad:85' ],ipVendor: 'Hewlett Packard',lasthere: '2022-01-23T10:32:11.729Z'}
                            
                            radar2.0
                            2022-02-23 21:59:15.615	info	Init item Kinoserver with {name: 'Kinoserver',bluetooth: [],enabled: -1,id: 'Kinoserver',type: 'IP',hasMAC: [ '70:85:c2:36:f3:a7' ],ipVendor: 'ASRock Incorporation',rip: [ '192.168.178.100' ],lasthere: '2022-01-28T20:24:38.122Z'}
                            
                            radar2.0
                            2022-02-23 21:59:09.302	info	Init item ECB- with {name: 'ECB-',ip: [ 'USD', 'RUB', 'GBP' ],bluetooth: [],enabled: -1,id: 'ECB',type: 'ECB'}
                            
                            radar2.0
                            2022-02-23 21:59:09.242	info	Init item Ich- with {name: 'Ich-',bluetooth: [],enabled: -1,id: 'Ich',type: 'IP',rip: [ '127.0.0.1', '::1' ],lasthere: '2022-02-23T20:57:50.770Z'}
                            
                            radar2.0
                            2022-02-23 21:59:08.664	info	Will try to scan BT devices: hci0 00:1A:7D:DA:71:0F
                            
                            radar2.0
                            2022-02-23 21:59:08.591	warn	Adapter not running as root or iobroker has no sudo right, cannot use arp-scan!
                            
                            radar2.0
                            2022-02-23 21:59:08.497	info	Connected with '0.0.0.0' for DHCP Scan
                            
                            radar2.0
                            2022-02-23 21:59:08.468	info	arp-scan will use the following interfaces: [ 'enp3s0' ]
                            
                            radar2.0
                            2022-02-23 21:59:08.435	warn	Neither hcitool nor noble available to scan Bluetooth!
                            
                            radar2.0
                            2022-02-23 21:59:08.433	warn	Noble not available, Error: Error: The module '/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/binding/bluetooth_hci_socket.node'was compiled against a different Node.js version usingNODE_MODULE_VERSION 72. This version of Node.js requiresNODE_MODULE_VERSION 83. Please try re-compiling or re-installingthe module (for instance, using `npm rebuild` or `npm install`).at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12)at Module.require (internal/modules/cjs/loader.js:974:19)at require (internal/modules/cjs/helpers.js:101:18)at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/native.js:6:15)at Module._compile (internal/modules/cjs/loader.js:1085:14)at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12) {code: 'ERR_DLOPEN_FAILED'}
                            
                            radar2.0
                            2022-02-23 21:59:07.837	info	Will use l2Ping for BT scans.
                            
                            radar2.0
                            2022-02-23 21:59:07.814	info	radar2 initialization started...
                            
                            radar2.0
                            2022-02-23 21:59:07.275	info	starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.radar2, node: v14.19.0, js-controller: 3.3.22
                            
                            radar2.0
                            2022-02-23 21:59:00.241	info	terminating
                            
                            radar2.0
                            2022-02-23 21:59:00.240	info	terminating
                            
                            radar2.0
                            2022-02-23 21:59:00.237	info	Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                            
                            radar2.0
                            2022-02-23 21:59:00.233	info	terminating
                            
                            radar2.0
                            2022-02-23 21:59:00.138	info	Adapter disconnected and stopped with dostop(null) and callback(true)
                            
                            radar2.0
                            2022-02-23 21:59:00.128	info	Unload adapter now with null
                            
                            radar2.0
                            2022-02-23 21:59:00.095	info	Scheduled restart.
                            
                            radar2.0
                            2022-02-23 21:58:57.244	info	Init item HandyAndy with {name: 'HandyAndy',bluetooth: [],enabled: -1,id: 'HandyAndy',type: 'IP',hasMAC: [ '88:46:04:a6:84:cb' ],ipVendor: 'N/A',rip: [ '192.168.178.73' ],lasthere: '2022-02-23T19:43:09.974Z'}
                            
                            radar2.0
                            2022-02-23 21:58:51.028	info	Init item Wohnzimmer-Firestick with {name: 'Wohnzimmer-Firestick',bluetooth: [],enabled: -1,id: 'Wohnzimmer-Firestick',type: 'IP',hasMAC: [ '60:6d:3c:14:cf:1f', 'fc:a1:83:72:a8:e6' ],ipVendor: 'Luxshare Precision Industry Co Ltd',rip: [ '192.168.178.46' ],lasthere: '2022-02-23T19:59:42.064Z'}
                            
                            radar2.0
                            2022-02-23 21:58:50.926	info	Init item HarmonyHub with {name: 'HarmonyHub',bluetooth: [],enabled: -1,id: 'HarmonyHub',type: 'IP',hasMAC: [ '00:04:20:ec:8b:d4' ],ipVendor: 'Slim Devices, Inc',rip: [ '192.168.178.84' ],lasthere: '2022-02-23T20:57:20.703Z'}
                            
                            radar2.0
                            2022-02-23 21:58:50.806	info	Init item SVPi-hole-raspberrypi with {name: 'SVPi-hole-raspberrypi',bluetooth: [],enabled: -1,id: 'SVPi-hole-raspberrypi',type: 'IP',hasMAC: [ 'b8:27:eb:c9:40:2d' ],ipVendor: 'Raspberry Pi Foundation',rip: [ '192.168.178.180' ],lasthere: '2022-02-23T20:07:59.904Z'}
                            
                            radar2.0
                            2022-02-23 21:58:50.652	info	Init item Node-RFID with {name: 'Node-RFID',bluetooth: [],enabled: -1,id: 'Node-RFID',type: 'IP',hasMAC: [ '68:c6:3a:d5:38:04' ],ipVendor: 'Espressif Inc',rip: [ '192.168.178.99' ],lasthere: '2022-02-23T20:52:59.963Z'}
                            
                            radar2.0
                            2022-02-23 21:58:50.547	info	Init item lumi-gateway-v3-Flur with {name: 'lumi-gateway-v3-Flur',bluetooth: [],enabled: -1,id: 'lumi-gateway-v3-Flur',type: 'IP',hasMAC: [ '78:11:dc:b9:e6:e7' ],ipVendor: 'Xiaomi Electronics, Co, Ltd',rip: [ '192.168.178.74' ],lasthere: '2022-02-23T20:52:59.865Z'}
                            
                            radar2.0
                            2022-02-23 21:58:50.455	info	Init item Firestick-4k-Receiver with {name: 'Firestick-4k-Receiver',bluetooth: [],enabled: -1,id: 'Firestick-4k-Receiver',type: 'IP',hasMAC: [ '68:9a:87:a8:b4:0c', '68:c6:3a:8a:6a:f1' ],ipVendor: 'Amazon Tech Inc',rip: [ '192.168.178.32' ],lasthere: '2022-02-23T20:52:59.800Z'}
                            
                            radar2.0
                            2022-02-23 21:58:50.247	info	Init item Fire-Tablet10W with {name: 'Fire-Tablet10W',bluetooth: [],enabled: -1,id: 'Fire-Tablet10W',type: 'IP',hasMAC: [ 'cc:9e:a2:e9:21:77', '04:cf:8c:af:f7:8e' ],ipVendor: 'Amazon Tech Inc',rip: [ '192.168.178.36' ],lasthere: '2022-02-23T20:52:59.716Z'}
                            
                            radar2.0
                            2022-02-23 21:58:49.995	info	Init item Fritzrepeater with {name: 'Fritzrepeater',bluetooth: [],enabled: -1,id: 'Fritzrepeater',type: 'IP',hasMAC: [ 'f6:b0:14:04:4b:73' ],ipVendor: 'N/A',rip: [ '192.168.178.122' ],lasthere: '2022-01-25T16:53:01.246Z'}
                            
                            radar2.0
                            2022-02-23 21:58:43.602	info	Init item HP-Drucker with {name: 'HP-Drucker',ip: [ '192.168.178.70' ],bluetooth: [],enabled: -1,id: 'HP-Drucker',type: 'printer',hasMAC: [ '18:60:24:30:ad:85' ],ipVendor: 'Hewlett Packard',lasthere: '2022-01-23T10:32:11.729Z'}
                            
                            radar2.0
                            2022-02-23 21:58:43.461	info	Init item Kinoserver with {name: 'Kinoserver',bluetooth: [],enabled: -1,id: 'Kinoserver',type: 'IP',hasMAC: [ '70:85:c2:36:f3:a7' ],ipVendor: 'ASRock Incorporation',rip: [ '192.168.178.100' ],lasthere: '2022-01-28T20:24:38.122Z'}
                            
                            radar2.0
                            2022-02-23 21:58:37.161	info	Init item ECB- with {name: 'ECB-',ip: [ 'USD', 'RUB', 'GBP' ],bluetooth: [],enabled: -1,id: 'ECB',type: 'ECB'}
                            
                            radar2.0
                            2022-02-23 21:58:37.128	info	Init item Ich- with {name: 'Ich-',bluetooth: [],enabled: -1,id: 'Ich',type: 'IP',rip: [ '127.0.0.1', '::1' ],lasthere: '2022-02-23T20:57:50.770Z'}
                            
                            radar2.0
                            2022-02-23 21:58:36.935	info	Will try to scan BT devices: hci0 00:1A:7D:DA:71:0F
                            
                            radar2.0
                            2022-02-23 21:58:36.880	warn	Adapter not running as root or iobroker has no sudo right, cannot use arp-scan!
                            
                            radar2.0
                            2022-02-23 21:58:36.805	info	Connected with '0.0.0.0' for DHCP Scan
                            
                            radar2.0
                            2022-02-23 21:58:36.757	info	arp-scan will use the following interfaces: [ 'enp3s0' ]
                            
                            radar2.0
                            2022-02-23 21:58:36.699	warn	Neither hcitool nor noble available to scan Bluetooth!
                            
                            radar2.0
                            2022-02-23 21:58:36.697	warn	Noble not available, Error: Error: The module '/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/binding/bluetooth_hci_socket.node'was compiled against a different Node.js version usingNODE_MODULE_VERSION 72. This version of Node.js requiresNODE_MODULE_VERSION 83. Please try re-compiling or re-installingthe module (for instance, using `npm rebuild` or `npm install`).at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12)at Module.require (internal/modules/cjs/loader.js:974:19)at require (internal/modules/cjs/helpers.js:101:18)at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.radar2/node_modules/@abandonware/bluetooth-hci-socket/lib/native.js:6:15)at Module._compile (internal/modules/cjs/loader.js:1085:14)at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)at Module.load (internal/modules/cjs/loader.js:950:32)at Function.Module._load (internal/modules/cjs/loader.js:790:12) {code: 'ERR_DLOPEN_FAILED'}
                            
                            radar2.0
                            2022-02-23 21:58:36.173	info	Will use l2Ping for BT scans.
                            
                            radar2.0
                            2022-02-23 21:58:36.134	info	radar2 initialization started...
                            
                            radar2.0
                            2022-02-23 21:58:35.691	info	starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.radar2, node: v14.19.0, js-controller: 3.3.22
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #20

                            @ostseereiter

                            Mach mal einen

                            iobroker fix
                            

                            Und dann würde ich den Adapter komplett neuinstallieren. Dann müsste sich das einrenken, denke ich.

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

                            ostseereiterO 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @ostseereiter

                              Mach mal einen

                              iobroker fix
                              

                              Und dann würde ich den Adapter komplett neuinstallieren. Dann müsste sich das einrenken, denke ich.

                              ostseereiterO Offline
                              ostseereiterO Offline
                              ostseereiter
                              schrieb am zuletzt editiert von
                              #21

                              @thomas-braun
                              ok danke mach ich melde mich dann wieder

                              Gruß OSR

                              Plattform
                              Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                              1 Antwort Letzte Antwort
                              0
                              • ostseereiterO Offline
                                ostseereiterO Offline
                                ostseereiter
                                schrieb am zuletzt editiert von
                                #22

                                @Thomas-Braun
                                Sieht alles gut aus danke

                                Gruß OSR

                                Plattform
                                Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                                1 Antwort Letzte Antwort
                                0

                                Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                Registrieren Anmelden
                                Antworten
                                • In einem neuen Thema antworten
                                Anmelden zum Antworten
                                • Älteste zuerst
                                • Neuste zuerst
                                • Meiste Stimmen


                                Support us

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

                                360

                                Online

                                32.9k

                                Benutzer

                                83.0k

                                Themen

                                1.3m

                                Beiträge
                                Community
                                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                ioBroker Community 2014-2025
                                logo
                                • Anmelden

                                • Du hast noch kein Konto? Registrieren

                                • Anmelden oder registrieren, um zu suchen
                                • Erster Beitrag
                                  Letzter Beitrag
                                0
                                • Home
                                • Aktuell
                                • Tags
                                • Ungelesen 0
                                • Kategorien
                                • Unreplied
                                • Beliebt
                                • GitHub
                                • Docu
                                • Hilfe