Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test js-controller v2.0.x (GitHub)

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.4k

Test js-controller v2.0.x (GitHub)

Geplant Angeheftet Gesperrt Verschoben Tester
js-controller
1.0k Beiträge 48 Kommentatoren 314.2k Aufrufe 35 Watching
  • Ä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.
  • apollon77A Offline
    apollon77A Offline
    apollon77
    schrieb am zuletzt editiert von
    #186

    2.0.10 ist auf Github. Changelog:

    • (Apollon77) Optimize Compact mode CLI commands (fixes #468, fixes #471, #470)
    • (Apollon77) fixes #475, #476
    • (Apollon77) only use quit from redid and let ioredis handle the disconnect, hopefully fixes #472, update objects-ha-lib
    • (Apollon77) object changes are only logged as debug from now on, fixes #473
    • (Apollon77) Some adapter tweaks when running in "--install" mode (no reporting, don't check sigKill)

    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
    sigi234S 1 Antwort Letzte Antwort
    0
    • apollon77A apollon77

      @watcherkb sagte in [Aufruf] js-controller 2.0 Beta Test:

      Kernel aktuell? Alle Updates installiert?

      VBei libuv Fehler ist man recht "weit unten" ... Sollte mit controller eher nichts zu tun haben

      W Offline
      W Offline
      watcherkb
      schrieb am zuletzt editiert von
      #187

      @apollon77 ja hab schon alles durch. Auch Adapter neu installieren bringt nur noch Fehler. Weiß nicht mehr weiter...

      $ ./iobroker url "https://github.com/frankjoke/ioBroker.radar2/tarball/master" radar2
      install https://github.com/frankjoke/ioBroker.radar2/tarball/master
      NPM version: 6.9.0
      npm install https://github.com/frankjoke/ioBroker.radar2/tarball/master --loglevel error --production --save --prefix "/opt/iobroker" (System call)
      In file included from ../src/raw.h:23,                 from ../src/raw.cc:6:../../nan/nan.h: In function 'void Nan::AsyncQueueWorker(Nan::AsyncWorker*)':../../nan/nan.h:2298:62: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)                                                              ^
      In file included from ../src/raw.h:21,                 from ../src/raw.cc:6:../src/raw.cc: At global scope:/home/iobroker/.node-gyp/10.16.3/include/node/node.h:573:43: warning: cast between incompatible function types from 'void (*)(v8::Local<v8::Object>)' to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type]       (node::addon_register_func) (regfunc),                          \                                           ^/home/iobroker/.node-gyp/10.16.3/include/node/node.h:607:3: note: in expansion of macro 'NODE_MODULE_X'   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)   ^~~~~~~~~~~~~../src/raw.cc:55:1: note: in expansion of macro 'NODE_MODULE' NODE_MODULE(raw, InitAll) ^~~~~~~~~~~
      In file included from /home/iobroker/.node-gyp/10.16.3/include/node/node.h:63,                 from ../src/raw.h:21,                 from ../src/raw.cc:6:/home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]':/home/iobroker/.node-gyp/10.16.3/include/node/node_object_wrap.h:84:78:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<node::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]                reinterpret_cast<Callback>(callback), type);                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]':../../nan/nan_object_wrap.h:65:61:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]
      prebuild-install
       info begin Prebuild-install version 5.3.2
      prebuild-install info looking for cached prebuild @ /home/iobroker/.npm/_prebuilds/f78b17-usb-v1.6.0-node-v64-linux-x64.tar.gz
      prebuild-install info found cached prebuild 
      prebuild-install info unpacking @ /home/iobroker/.npm/_prebuilds/f78b17-usb-v1.6.0-node-v64-linux-x64.tar.gz
      prebuild-install info unpack resolved to /opt/iobroker/node_modules/usb/build/Release/usb_bindings.nodeprebuild-install info unpack required /opt/iobroker/node_modules/usb/build/Release/usb_bindings.node successfullyprebuild-install info install Successfully installed prebuilt binary!
      In file included from ../src/BluetoothHciSocket.cpp:8:../../../nan/nan.h: In function 'void Nan::AsyncQueueWorker(Nan::AsyncWorker*)':../../../nan/nan.h:2298:62: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)                                                              ^
      ../src/BluetoothHciSocket.cpp: In member function 'void BluetoothHciSocket::poll()':../src/BluetoothHciSocket.cpp:252:95: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations]     Nan::MakeCallback(Nan::New<Object>(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);                                                                                               ^In file included from ../src/BluetoothHciSocket.cpp:8:../../../nan/nan.h:1045:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~../src/BluetoothHciSocket.cpp:252:95: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations]     Nan::MakeCallback(Nan::New<Object>(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);                                                                                               ^In file included from ../src/BluetoothHciSocket.cpp:8:../../../nan/nan.h:1045:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~
      ../src/BluetoothHciSocket.cpp: In member function 'void BluetoothHciSocket::emitErrnoError()':../src/BluetoothHciSocket.cpp:274:93: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations]   Nan::MakeCallback(Nan::New<Object>(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);                                                                                             ^In file included from ../src/BluetoothHciSocket.cpp:8:../../../nan/nan.h:1045:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~../src/BluetoothHciSocket.cpp:274:93: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations]   Nan::MakeCallback(Nan::New<Object>(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);                                                                                             ^In file included from ../src/BluetoothHciSocket.cpp:8:../../../nan/nan.h:1045:46: note: declared here   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(                                              ^~~~~~~~~~~~
      In file included from /home/iobroker/.node-gyp/10.16.3/include/node/node_buffer.h:25,                 from ../src/BluetoothHciSocket.cpp:7:../src/BluetoothHciSocket.cpp: At global scope:/home/iobroker/.node-gyp/10.16.3/include/node/node.h:573:43: warning: cast between incompatible function types from 'void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)' {aka 'void (*)(v8::Local<v8::Object>)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type]       (node::addon_register_func) (regfunc),                          \                                           ^/home/iobroker/.node-gyp/10.16.3/include/node/node.h:607:3: note: in expansion of macro 'NODE_MODULE_X'   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)   ^~~~~~~~~~~~~../src/BluetoothHciSocket.cpp:529:1: note: in expansion of macro 'NODE_MODULE' NODE_MODULE(binding, BluetoothHciSocket::Init); ^~~~~~~~~~~
      In file included from /home/iobroker/.node-gyp/10.16.3/include/node/node.h:63,                 from /home/iobroker/.node-gyp/10.16.3/include/node/node_buffer.h:25,                 from ../src/BluetoothHciSocket.cpp:7:/home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]':/home/iobroker/.node-gyp/10.16.3/include/node/node_object_wrap.h:84:78:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<node::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]                reinterpret_cast<Callback>(callback), type);                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]':../../../nan/nan_object_wrap.h:65:61:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]
      In file included from ../src/DeviceINQ.h:17,                 from ../src/linux/BluetoothSerialPort.cc:13:../node_modules/nan/nan.h: In function 'void Nan::AsyncQueueWorker(Nan::AsyncWorker*)':../node_modules/nan/nan.h:2298:62: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)                                                              ^
      In file included from ../src/linux/BluetoothSerialPort.cc:12:../src/linux/BluetoothSerialPort.cc: At global scope:/home/iobroker/.node-gyp/10.16.3/include/node/node.h:573:43: warning: cast between incompatible function types from 'void (*)(v8::Handle<v8::Object>)' {aka 'void (*)(v8::Local<v8::Object>)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type]       (node::addon_register_func) (regfunc),                          \                                           ^/home/iobroker/.node-gyp/10.16.3/include/node/node.h:607:3: note: in expansion of macro 'NODE_MODULE_X'   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)   ^~~~~~~~~~~~~../src/linux/BluetoothSerialPort.cc:23:1: note: in expansion of macro 'NODE_MODULE' NODE_MODULE(BluetoothSerialPort, InitAll) ^~~~~~~~~~~
      In file included from /home/iobroker/.node-gyp/10.16.3/include/node/node.h:63,                 from ../src/linux/BluetoothSerialPort.cc:12:/home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]':/home/iobroker/.node-gyp/10.16.3/include/node/node_object_wrap.h:84:78:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<node::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]                reinterpret_cast<Callback>(callback), type);                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]':../node_modules/nan/nan_object_wrap.h:65:61:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]
      In file included from ../src/linux/DeviceINQ.cc:14:../node_modules/nan/nan.h: In function 'void Nan::AsyncQueueWorker(Nan::AsyncWorker*)':../node_modules/nan/nan.h:2298:62: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)                                                              ^
      ../src/linux/DeviceINQ.cc: In static member function 'static void DeviceINQ::EIO_AfterSdpSearch(uv_work_t*)':../src/linux/DeviceINQ.cc:139:28: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]     baton->cb->Call(1, argv);                            ^In file included from ../src/linux/DeviceINQ.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~
      ../src/linux/DeviceINQ.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE DeviceINQ::InquireSync(Nan::NAN_METHOD_ARGS_TYPE)':../src/linux/DeviceINQ.cc:251:26: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]       found->Call(2, argv);                          ^In file included from ../src/linux/DeviceINQ.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~../src/linux/DeviceINQ.cc:255:27: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]     callback->Call(0, argv);                           ^In file included from ../src/linux/DeviceINQ.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~
      ../src/linux/DeviceINQ.cc: In member function 'virtual void InquireWorker::HandleOKCallback()':../src/linux/DeviceINQ.cc:284:26: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]       found->Call(2, argv);                          ^In file included from ../src/linux/DeviceINQ.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~../src/linux/DeviceINQ.cc:288:27: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]     callback->Call(0, argv);                           ^In file included from ../src/linux/DeviceINQ.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~../src/linux/DeviceINQ.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE DeviceINQ::SdpSearch(Nan::NAN_METHOD_ARGS_TYPE)':../src/linux/DeviceINQ.cc:317:38: warning: 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)' is deprecated: Use Isolate version [-Wdeprecated-declarations]     String::Utf8Value address(info[0]);                                      ^In file included from /home/iobroker/.node-gyp/10.16.3/include/node/v8.h:26,                 from ../src/linux/DeviceINQ.cc:12:/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:2892:28: note: declared here                   explicit Utf8Value(Local<v8::Value> obj));                            ^~~~~~~~~/home/iobroker/.node-gyp/10.16.3/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED'   declarator __attribute__((deprecated(message)))   ^~~~~~~~~~
      ../src/linux/DeviceINQ.cc:335:88: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]     uv_queue_work(uv_default_loop(), &baton->request, EIO_SdpSearch, (uv_after_work_cb)EIO_AfterSdpSearch);                                                                                        ^~~~~~~~~~~~~~~~~~
      In file included from ../src/linux/DeviceINQ.cc:12:/home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]':/home/iobroker/.node-gyp/10.16.3/include/node/node_object_wrap.h:84:78:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<node::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]                reinterpret_cast<Callback>(callback), type);                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]':../node_modules/nan/nan_object_wrap.h:65:61:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]
      In file included from ../src/linux/BTSerialPortBinding.cc:14:../node_modules/nan/nan.h: In function 'void Nan::AsyncQueueWorker(Nan::AsyncWorker*)':../node_modules/nan/nan.h:2298:62: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)                                                              ^
      ../src/linux/BTSerialPortBinding.cc: In static member function 'static void BTSerialPortBinding::EIO_AfterConnect(uv_work_t*)':../src/linux/BTSerialPortBinding.cc:83:32: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]         baton->cb->Call(0, NULL);                                ^In file included from ../src/linux/BTSerialPortBinding.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~../src/linux/BTSerialPortBinding.cc:89:33: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]         baton->ecb->Call(1, argv);                                 ^In file included from ../src/linux/BTSerialPortBinding.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~../src/linux/BTSerialPortBinding.cc: In static member function 'static void BTSerialPortBinding::EIO_Write(uv_work_t*)':../src/linux/BTSerialPortBinding.cc:115:22: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]     if (data->result != data->bufferLength) {         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
      ../src/linux/BTSerialPortBinding.cc: In static member function 'static void BTSerialPortBinding::EIO_AfterWrite(uv_work_t*)':../src/linux/BTSerialPortBinding.cc:135:33: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]     data->callback->Call(2, argv);                                 ^In file included from ../src/linux/BTSerialPortBinding.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~../src/linux/BTSerialPortBinding.cc:144:94: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]         uv_queue_work(uv_default_loop(), &nextQueuedWrite->req, EIO_Write, (uv_after_work_cb)EIO_AfterWrite);                                                                                              ^~~~~~~~~~~~~~
      ../src/linux/BTSerialPortBinding.cc: In static member function 'static void BTSerialPortBinding::EIO_AfterRead(uv_work_t*)':../src/linux/BTSerialPortBinding.cc:207:28: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]     baton->cb->Call(2, argv);                            ^In file included from ../src/linux/BTSerialPortBinding.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~../src/linux/BTSerialPortBinding.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE BTSerialPortBinding::New(Nan::NAN_METHOD_ARGS_TYPE)':../src/linux/BTSerialPortBinding.cc:253:38: warning: 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)' is deprecated: Use Isolate version [-Wdeprecated-declarations]     String::Utf8Value address(info[0]);                                      ^In file included from /home/iobroker/.node-gyp/10.16.3/include/node/v8.h:26,                 from ../src/linux/BTSerialPortBinding.cc:12:/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:2892:28: note: declared here                   explicit Utf8Value(Local<v8::Value> obj));                            ^~~~~~~~~/home/iobroker/.node-gyp/10.16.3/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED'   declarator __attribute__((deprecated(message)))   ^~~~~~~~~~
      ../src/linux/BTSerialPortBinding.cc:255:41: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations]     int channelID = info[1]->Int32Value();                                         ^In file included from /home/iobroker/.node-gyp/10.16.3/include/node/v8.h:26,                 from ../src/linux/BTSerialPortBinding.cc:12:/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:2478:46: note: declared here   V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);                                              ^~~~~~~~~~/home/iobroker/.node-gyp/10.16.3/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED'   declarator __attribute__((deprecated(message)))   ^~~~~~~~~~
      ../src/linux/BTSerialPortBinding.cc:281:86: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]     uv_queue_work(uv_default_loop(), &baton->request, EIO_Connect, (uv_after_work_cb)EIO_AfterConnect);                                                                                      ^~~~~~~~~~~~~~~~
      ../src/linux/BTSerialPortBinding.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE BTSerialPortBinding::Write(Nan::NAN_METHOD_ARGS_TYPE)':../src/linux/BTSerialPortBinding.cc:314:43: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct BTSerialPortBinding::write_baton_t' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]     memset(baton, 0, sizeof(write_baton_t));                                           ^In file included from ../src/linux/BTSerialPortBinding.cc:19:../src/BTSerialPortBinding.h:68:16: note: 'struct BTSerialPortBinding::write_baton_t' declared here         struct write_baton_t {                ^~~~~~~~~~~~~../src/linux/BTSerialPortBinding.cc:333:90: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]         uv_queue_work(uv_default_loop(), &queuedWrite->req, EIO_Write, (uv_after_work_cb)EIO_AfterWrite);                                                                                          ^~~~~~~~~~~~~~
      ../src/linux/BTSerialPortBinding.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE BTSerialPortBinding::Read(Nan::NAN_METHOD_ARGS_TYPE)':../src/linux/BTSerialPortBinding.cc:383:25: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]         nc->Call(2, argv);                         ^In file included from ../src/linux/BTSerialPortBinding.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~../src/linux/BTSerialPortBinding.cc:391:87: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]         uv_queue_work(uv_default_loop(), &baton->request, EIO_Read, (uv_after_work_cb)EIO_AfterRead);                                                                                       ^~~~~~~~~~~~~
      In file included from ../src/linux/BTSerialPortBinding.cc:12:/home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]':/home/iobroker/.node-gyp/10.16.3/include/node/node_object_wrap.h:84:78:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<node::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]                reinterpret_cast<Callback>(callback), type);                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]':../node_modules/nan/nan_object_wrap.h:65:61:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]
      In file included from ../src/DeviceINQ.h:17,                 from ../src/linux/BluetoothSerialPortServer.cc:13:../node_modules/nan/nan.h: In function 'void Nan::AsyncQueueWorker(Nan::AsyncWorker*)':../node_modules/nan/nan.h:2298:62: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)                                                              ^
      In file included from ../src/linux/BluetoothSerialPortServer.cc:12:../src/linux/BluetoothSerialPortServer.cc: At global scope:/home/iobroker/.node-gyp/10.16.3/include/node/node.h:573:43: warning: cast between incompatible function types from 'void (*)(v8::Handle<v8::Object>)' {aka 'void (*)(v8::Local<v8::Object>)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type]       (node::addon_register_func) (regfunc),                          \                                           ^/home/iobroker/.node-gyp/10.16.3/include/node/node.h:607:3: note: in expansion of macro 'NODE_MODULE_X'   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)   ^~~~~~~~~~~~~../src/linux/BluetoothSerialPortServer.cc:22:1: note: in expansion of macro 'NODE_MODULE' NODE_MODULE(BluetoothSerialPortServer, InitAllServer) ^~~~~~~~~~~
      In file included from /home/iobroker/.node-gyp/10.16.3/include/node/node.h:63,                 from ../src/linux/BluetoothSerialPortServer.cc:12:/home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]':/home/iobroker/.node-gyp/10.16.3/include/node/node_object_wrap.h:84:78:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<node::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]                reinterpret_cast<Callback>(callback), type);                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]':../node_modules/nan/nan_object_wrap.h:65:61:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]
      In file included from ../src/linux/BTSerialPortBindingServer.cc:14:../node_modules/nan/nan.h: In function 'void Nan::AsyncQueueWorker(Nan::AsyncWorker*)':../node_modules/nan/nan.h:2298:62: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)                                                              ^
      ../src/linux/BTSerialPortBindingServer.cc: In static member function 'static void BTSerialPortBindingServer::EIO_AfterListen(uv_work_t*)':../src/linux/BTSerialPortBindingServer.cc:176:33: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]         baton->ecb->Call(1, argv);                                 ^
      In file included from ../src/linux/BTSerialPortBindingServer.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~../src/linux/BTSerialPortBindingServer.cc: In static member function 'static void BTSerialPortBindingServer::TryListenAgain()':../src/linux/BTSerialPortBindingServer.cc:199:31: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]       baton->ecb->Call(1, argv);                               ^In file included from ../src/linux/BTSerialPortBindingServer.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~../src/linux/BTSerialPortBindingServer.cc: In static member function 'static void BTSerialPortBindingServer::EIO_AfterWrite(uv_work_t*)':../src/linux/BTSerialPortBindingServer.cc:239:33: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]     data->callback->Call(2, argv);                                 ^In file included from ../src/linux/BTSerialPortBindingServer.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~../src/linux/BTSerialPortBindingServer.cc:247:94: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]         uv_queue_work(uv_default_loop(), &nextQueuedWrite->req, EIO_Write, (uv_after_work_cb)EIO_AfterWrite);                                                                                              ^~~~~~~~~~~~~~
      ../src/linux/BTSerialPortBindingServer.cc: In static member function 'static void BTSerialPortBindingServer::EIO_AfterRead(uv_work_t*)':../src/linux/BTSerialPortBindingServer.cc:311:36: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]             baton->cb->Call(2, argv);                                    ^In file included from ../src/linux/BTSerialPortBindingServer.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~
      ../src/linux/BTSerialPortBindingServer.cc:326:28: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]     baton->cb->Call(2, argv);                            ^In file included from ../src/linux/BTSerialPortBindingServer.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~
      ../src/linux/BTSerialPortBindingServer.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE BTSerialPortBindingServer::New(Nan::NAN_METHOD_ARGS_TYPE)':../src/linux/BTSerialPortBindingServer.cc:408:70: warning: 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)' is deprecated: Use Isolate version [-Wdeprecated-declarations]         string propertyName = std::string(*String::Utf8Value(property));                                                                      ^
      In file included from /home/iobroker/.node-gyp/10.16.3/include/node/v8.h:26,                 from ../src/linux/BTSerialPortBindingServer.cc:12:/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:2892:28: note: declared here                   explicit Utf8Value(Local<v8::Value> obj));                            ^~~~~~~~~/home/iobroker/.node-gyp/10.16.3/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED'   declarator __attribute__((deprecated(message)))   ^~~~~~~~~~
      ../src/linux/BTSerialPortBindingServer.cc:410:75: warning: 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)' is deprecated: Use Isolate version [-Wdeprecated-declarations]         options[propertyName] = std::string(*String::Utf8Value(optionValue));                                                                           ^In file included from /home/iobroker/.node-gyp/10.16.3/include/node/v8.h:26,                 from ../src/linux/BTSerialPortBindingServer.cc:12:/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:2892:28: note: declared here                   explicit Utf8Value(Local<v8::Value> obj));                            ^~~~~~~~~/home/iobroker/.node-gyp/10.16.3/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED'   declarator __attribute__((deprecated(message)))   ^~~~~~~~~~../src/linux/BTSerialPortBindingServer.cc:434:85: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]     uv_queue_work(uv_default_loop(), &baton->request, EIO_Listen, (uv_after_work_cb)EIO_AfterListen);                                                                                     ^~~~~~~~~~~~~~~
      ../src/linux/BTSerialPortBindingServer.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE BTSerialPortBindingServer::Write(Nan::NAN_METHOD_ARGS_TYPE)':../src/linux/BTSerialPortBindingServer.cc:536:43: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct BTSerialPortBindingServer::write_baton_t' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]     memset(baton, 0, sizeof(write_baton_t));                                           ^In file included from ../src/linux/BTSerialPortBindingServer.cc:22:../src/BTSerialPortBindingServer.h:53:16: note: 'struct BTSerialPortBindingServer::write_baton_t' declared here         struct write_baton_t {                ^~~~~~~~~~~~~
      ../src/linux/BTSerialPortBindingServer.cc:555:90: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]         uv_queue_work(uv_default_loop(), &queuedWrite->req, EIO_Write, (uv_after_work_cb)EIO_AfterWrite);                                                                                          ^~~~~~~~~~~~~~
      ../src/linux/BTSerialPortBindingServer.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE BTSerialPortBindingServer::Read(Nan::NAN_METHOD_ARGS_TYPE)':../src/linux/BTSerialPortBindingServer.cc:618:25: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]         nc->Call(2, argv);                         ^In file included from ../src/linux/BTSerialPortBindingServer.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~
      ../src/linux/BTSerialPortBindingServer.cc:626:83: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]     uv_queue_work(uv_default_loop(), &baton->request, EIO_Read, (uv_after_work_cb)EIO_AfterRead);                                                                                   ^~~~~~~~~~~~~
      ../src/linux/BTSerialPortBindingServer.cc: In member function 'virtual void BTSerialPortBindingServer::ClientWorker::HandleOKCallback()':../src/linux/BTSerialPortBindingServer.cc:672:27: warning: 'v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const' is deprecated [-Wdeprecated-declarations]     callback->Call(1, argv);                           ^In file included from ../src/linux/BTSerialPortBindingServer.cc:14:../node_modules/nan/nan.h:1740:3: note: declared here   Call(int argc, v8::Local<v8::Value> argv[]) const {   ^~~~
      In file included from ../src/linux/BTSerialPortBindingServer.cc:12:/home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]':/home/iobroker/.node-gyp/10.16.3/include/node/node_object_wrap.h:84:78:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<node::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]                reinterpret_cast<Callback>(callback), type);                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /home/iobroker/.node-gyp/10.16.3/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]':../node_modules/nan/nan_object_wrap.h:65:61:   required from here/home/iobroker/.node-gyp/10.16.3/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]
      upload [13] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/words.js words.js application/javascript
      upload [12] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/radar2.png radar2.png image/png
      upload [11] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/index_m.html index_m.html text/html
      upload [10] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/index.html index.html text/html
      upload [9] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
      upload [8] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
      upload [7] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
      upload [6] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
      upload [5] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
      upload [4] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/i18n/it/translations.json i18n/it/translations.json application/json
      upload [3] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
      upload [2] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/i18n/es/translations.json i18n/es/translations.json application/json
      upload [1] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/i18n/en/translations.json i18n/en/translations.json application/json
      upload [0] radar2.admin /opt/iobroker/node_modules/iobroker.radar2/admin/i18n/de/translations.json i18n/de/translations.json application/json
      process exited with code 0
      

      49a8c9fe-0d14-4475-93b4-5fc330d2a96d-image.png

      CC2538+CC2592 PA-Zigbee-Funkmodul

      1 Antwort Letzte Antwort
      0
      • apollon77A apollon77

        2.0.10 ist auf Github. Changelog:

        • (Apollon77) Optimize Compact mode CLI commands (fixes #468, fixes #471, #470)
        • (Apollon77) fixes #475, #476
        • (Apollon77) only use quit from redid and let ioredis handle the disconnect, hopefully fixes #472, update objects-ha-lib
        • (Apollon77) object changes are only logged as debug from now on, fixes #473
        • (Apollon77) Some adapter tweaks when running in "--install" mode (no reporting, don't check sigKill)
        sigi234S Online
        sigi234S Online
        sigi234
        Forum Testing Most Active
        schrieb am zuletzt editiert von
        #188

        @apollon77 sagte in [Aufruf] js-controller 2.0 Beta Test:

        2.0.10 ist auf Github. Changelog:

        Erledigt, läuft.

        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
        Immer Daten sichern!

        1 Antwort Letzte Antwort
        0
        • M Offline
          M Offline
          msauer
          schrieb am zuletzt editiert von
          #189

          Update auf 2.0.10 gemacht...wieder Fehler wegen pids.txt...fix script erneut ausgeführt..läuft

          Proxmox 3 Node HA-Cluster TRIGKEY Mini-PC N100 mit 32 GB RAM und 3x1TB shared SSDs. VM- iobroker ,Raspberrymatic. LXC - Adguard, , Traccar, iSpy, Fileserver (emby, MiniDLNA)...usw

          W 1 Antwort Letzte Antwort
          0
          • M msauer

            Update auf 2.0.10 gemacht...wieder Fehler wegen pids.txt...fix script erneut ausgeführt..läuft

            W Offline
            W Offline
            watcherkb
            schrieb am zuletzt editiert von
            #190

            @msauer sagte in [Aufruf] js-controller 2.0 Beta Test:

            Update auf 2.0.10 gemacht...wieder Fehler wegen pids.txt...fix script erneut ausgeführt..läuft

            @apollon77
            bei mir genauso. Aber jetzt läuft alles, auch der Radar2 Adapter. Zufall?

            CC2538+CC2592 PA-Zigbee-Funkmodul

            apollon77A 1 Antwort Letzte Antwort
            0
            • W watcherkb

              @msauer sagte in [Aufruf] js-controller 2.0 Beta Test:

              Update auf 2.0.10 gemacht...wieder Fehler wegen pids.txt...fix script erneut ausgeführt..läuft

              @apollon77
              bei mir genauso. Aber jetzt läuft alles, auch der Radar2 Adapter. Zufall?

              apollon77A Offline
              apollon77A Offline
              apollon77
              schrieb am zuletzt editiert von
              #191

              @watcherkb @msauer Das mit den PIDs.txt ist strange. Ihr habt aber nicht zufällig geschaut wem das File vor dem Fixer gehörte und so?

              @watcherkb Was Radar angeht gab es bei mir keine Änderungen ... also Zufall? ;-))

              Noch ein was zu "Anzeige im Admin Ampeln kaputt: Wenn Ihr unter "Instanzen" oben auf den Reload Button klicks (als in der ioBroker UI der ganz linke): passts danach?
              Ich habe mal eine Änderung die ich Bluefox vorschlage. Es gibt theoretisch einen kurzen Zeitraum beim neu laden vom Admin wo solche Dinge passieren könnten das Admin nicht aktuelle Daten nutzt. Aber ein "reload" mit dem oben genannten sollte das auch fixen.

              Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

              • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
              • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
              W M 2 Antworten Letzte Antwort
              0
              • SBorgS Offline
                SBorgS Offline
                SBorg
                Forum Testing Most Active
                schrieb am zuletzt editiert von
                #192

                Geht noch das Node-RED Dashboard bei jemandem? Eben erst mal wieder mit der 10er probiert, aber nur noch "weißer Adler auf weißem Grund".
                An der 1.10.1 Node-RED liegt es nicht, die hatte ich schon länger drauf. Im Debug tauchen auch keine Fehler auf. IMO war ich beim letzten mal mit JS 2.0.7 drauf ... :(

                LG SBorg ( SBorg auf GitHub)
                Projekte: Lebensmittelwarnung.de | WLAN-Wetterstation | PimpMyStation

                W apollon77A 2 Antworten Letzte Antwort
                0
                • SBorgS SBorg

                  Geht noch das Node-RED Dashboard bei jemandem? Eben erst mal wieder mit der 10er probiert, aber nur noch "weißer Adler auf weißem Grund".
                  An der 1.10.1 Node-RED liegt es nicht, die hatte ich schon länger drauf. Im Debug tauchen auch keine Fehler auf. IMO war ich beim letzten mal mit JS 2.0.7 drauf ... :(

                  W Offline
                  W Offline
                  watcherkb
                  schrieb am zuletzt editiert von
                  #193

                  @SBorg mit 1.7.1 gehts bei mir

                  CC2538+CC2592 PA-Zigbee-Funkmodul

                  1 Antwort Letzte Antwort
                  0
                  • apollon77A apollon77

                    @watcherkb @msauer Das mit den PIDs.txt ist strange. Ihr habt aber nicht zufällig geschaut wem das File vor dem Fixer gehörte und so?

                    @watcherkb Was Radar angeht gab es bei mir keine Änderungen ... also Zufall? ;-))

                    Noch ein was zu "Anzeige im Admin Ampeln kaputt: Wenn Ihr unter "Instanzen" oben auf den Reload Button klicks (als in der ioBroker UI der ganz linke): passts danach?
                    Ich habe mal eine Änderung die ich Bluefox vorschlage. Es gibt theoretisch einen kurzen Zeitraum beim neu laden vom Admin wo solche Dinge passieren könnten das Admin nicht aktuelle Daten nutzt. Aber ein "reload" mit dem oben genannten sollte das auch fixen.

                    W Offline
                    W Offline
                    watcherkb
                    schrieb am zuletzt editiert von
                    #194

                    @apollon77 sagte in [Aufruf] js-controller 2.0 Beta Test:

                    Ihr habt aber nicht zufällig geschaut wem das File vor dem Fixer gehörte und so?

                    leider nein, nicht dran gedacht, sorry.

                    CC2538+CC2592 PA-Zigbee-Funkmodul

                    1 Antwort Letzte Antwort
                    0
                    • SBorgS SBorg

                      Geht noch das Node-RED Dashboard bei jemandem? Eben erst mal wieder mit der 10er probiert, aber nur noch "weißer Adler auf weißem Grund".
                      An der 1.10.1 Node-RED liegt es nicht, die hatte ich schon länger drauf. Im Debug tauchen auch keine Fehler auf. IMO war ich beim letzten mal mit JS 2.0.7 drauf ... :(

                      apollon77A Offline
                      apollon77A Offline
                      apollon77
                      schrieb am zuletzt editiert von
                      #195

                      @SBorg Irgendwas im Browser Konsole oder Log oder irgendwas? An sich sollte sowas mit controller sehr wenig zu tun haben

                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                      SBorgS 1 Antwort Letzte Antwort
                      0
                      • MathiasJM Offline
                        MathiasJM Offline
                        MathiasJ
                        schrieb am zuletzt editiert von MathiasJ
                        #196

                        Update gemacht, auf dem Testsystem.
                        Das Testystem ist ein Klon 1:1 mit dem laufendem System, nur läuft auf dem produktiven noch 1.5.xxxx
                        Problem:
                        Radar scannt meine G-Tags nicht mehr.
                        Sieht so aus, als Radar gar nichts mehr scant, was mit BT zu tun hat.
                        Scan mit hcitool only. kein BT wird gescant
                        Scan ohne Haken: kein BT wird gescant
                        hcitool lecan 0 problemo.
                        natürlich den fix drüber laufen lassen.
                        Gruß,
                        Mathias

                        IObroker auf dem NUC als VM.
                        Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
                        Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

                        apollon77A 1 Antwort Letzte Antwort
                        0
                        • M Offline
                          M Offline
                          msauer
                          schrieb am zuletzt editiert von
                          #197

                          hi..ich hatte ja zuvor 2.0.10 schon drauf. Habe mich aber entschlossen das alles mal neu zu machen. Also zum Snaphot zurück. Dann aber schon vorab alle adapter inkl. radar2 usw upgedated..Aber auch NMP auf 6.11.3 gebracht. Danach funktionierte der Update auf 2.0.10 nicht mehr...massen an Fehlern

                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/bluebird-94a2b92b/js/browser/bluebird.min.js'
                          npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/errors'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/node-forge-b80a29ee/dist/forge.all.min.js.map'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/node-forge-b80a29ee/dist/forge.min.js'
                          npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/errors'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/index.js'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/pipeline.js'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/promiseContainer.js'
                          npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/redis'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/node-forge-77fde8f3/lib/forge.js'
                          npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/redis'
                          npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/redis'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/ScanStream.js'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/script.js'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/SubscriptionSet.js'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/transaction.js'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/types.js'
                          npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/utils'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/socket.io-client-0aae0dc4/dist/socket.io.slim.dev.js'
                          npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/utils'
                          npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/ioredis-36ec8081/built/utils'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/node-forge-77fde8f3/lib/form.js'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/node-forge-77fde8f3/lib/hmac.js'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/node-forge-77fde8f3/lib/http.js'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/fsevents-873428bc/node_modules/console-control-strings/index.js'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/fsevents-873428bc/node_modules/console-control-strings/LICENSE'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/fsevents-873428bc/node_modules/console-control-strings/package.json'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/fsevents-873428bc/node_modules/console-control-strings/README.md'
                          npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/fsevents-873428bc/node_modules/console-control-strings/README.md~'
                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/chokidar/node_modules/fsevents):
                          npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/opt/iobroker/node_modules/.staging/fsevents-873428bc/node_modules/abbrev' -> '/opt/iobroker/node_modules/.staging/abbrev-feda4970'
                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/iobroker.luftdaten/node_modules/fsevents):
                          npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/opt/iobroker/node_modules/.staging/fsevents-3bd0f148/node_modules/abbrev' -> '/opt/iobroker/node_modules/.staging/abbrev-381daafd'
                          
                          npm ERR! code 128
                          npm ERR! Command failed: git clone --mirror -q git://github.com/ioBroker/ioBroker.js-controller.git /root/.npm/_cacache/tmp/git-clone-96cd045a/.git
                          npm ERR! fatal: Konnte führende Verzeichnisse von '/root/.npm/_cacache/tmp/git-clone-96cd045a/.git' nicht erstellen.
                          npm ERR!
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR! /root/.npm/_logs/2019-09-26T13_23_16_967Z-debug.log
                          

                          Es half dann letztendlich nur noch

                          sudo -H -u iobroker npm install ioBroker/ioBroker.js-controller
                          

                          Proxmox 3 Node HA-Cluster TRIGKEY Mini-PC N100 mit 32 GB RAM und 3x1TB shared SSDs. VM- iobroker ,Raspberrymatic. LXC - Adguard, , Traccar, iSpy, Fileserver (emby, MiniDLNA)...usw

                          1 Antwort Letzte Antwort
                          0
                          • MathiasJM Offline
                            MathiasJM Offline
                            MathiasJ
                            schrieb am zuletzt editiert von
                            #198

                            Update:
                            Radar2 deinstalliert, alle Objekte gelöscht und neu installiert.
                            Nun werden auch meine BT-Geräte erkannt.......
                            warum auch immer......

                            IObroker auf dem NUC als VM.
                            Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
                            Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

                            1 Antwort Letzte Antwort
                            0
                            • M Offline
                              M Offline
                              msauer
                              schrieb am zuletzt editiert von
                              #199

                              Jetzt kommt bei Radar2 die folgende Meldung

                              No geo location data found configured in admin to calculate UWZ AREA ID or ID not valid!
                              

                              Issue ist schon aufgemacht

                              Proxmox 3 Node HA-Cluster TRIGKEY Mini-PC N100 mit 32 GB RAM und 3x1TB shared SSDs. VM- iobroker ,Raspberrymatic. LXC - Adguard, , Traccar, iSpy, Fileserver (emby, MiniDLNA)...usw

                              MathiasJM 1 Antwort Letzte Antwort
                              0
                              • apollon77A apollon77

                                @watcherkb @msauer Das mit den PIDs.txt ist strange. Ihr habt aber nicht zufällig geschaut wem das File vor dem Fixer gehörte und so?

                                @watcherkb Was Radar angeht gab es bei mir keine Änderungen ... also Zufall? ;-))

                                Noch ein was zu "Anzeige im Admin Ampeln kaputt: Wenn Ihr unter "Instanzen" oben auf den Reload Button klicks (als in der ioBroker UI der ganz linke): passts danach?
                                Ich habe mal eine Änderung die ich Bluefox vorschlage. Es gibt theoretisch einen kurzen Zeitraum beim neu laden vom Admin wo solche Dinge passieren könnten das Admin nicht aktuelle Daten nutzt. Aber ein "reload" mit dem oben genannten sollte das auch fixen.

                                M Offline
                                M Offline
                                msauer
                                schrieb am zuletzt editiert von msauer
                                #200

                                @apollon77 said in [Aufruf] js-controller 2.0 Beta Test:

                                aber ein "reload" mit dem oben genannten sollte das auch fixen.

                                Keine Wirkung...Aber eine gewaltige beim Seiten neu laden...es wurden aus einer gelben dann 6 Adapter, die gelb wurden.

                                Das war übrigens vor der Redis Umstellung nicht..da waren alle grün.

                                Proxmox 3 Node HA-Cluster TRIGKEY Mini-PC N100 mit 32 GB RAM und 3x1TB shared SSDs. VM- iobroker ,Raspberrymatic. LXC - Adguard, , Traccar, iSpy, Fileserver (emby, MiniDLNA)...usw

                                1 Antwort Letzte Antwort
                                0
                                • M msauer

                                  Jetzt kommt bei Radar2 die folgende Meldung

                                  No geo location data found configured in admin to calculate UWZ AREA ID or ID not valid!
                                  

                                  Issue ist schon aufgemacht

                                  MathiasJM Offline
                                  MathiasJM Offline
                                  MathiasJ
                                  schrieb am zuletzt editiert von
                                  #201

                                  @msauer
                                  Hier gleiches Problem.
                                  Reload hat hier auch nichts gebracht.

                                  IObroker auf dem NUC als VM.
                                  Da ich noch keine Aktoren habe, wird momentan via Radar nur der AB der Fritzbox ein- und ausgeschaltet.
                                  Welches Smarthome-System es letztendlich wird, weiß ich noch nicht. Vielleicht kommen auch nur Zigbee-Geräte ins Haus.

                                  1 Antwort Letzte Antwort
                                  0
                                  • M Offline
                                    M Offline
                                    msauer
                                    schrieb am zuletzt editiert von
                                    #202

                                    nachdem ich in bei allen in die info gegangen war:
                                    34ca3250-11e1-44af-bc25-4fc90f66150b-image.png

                                    Nach Seiten reload
                                    57fad239-00a1-4119-923a-2d66be5af09a-image.png

                                    Proxmox 3 Node HA-Cluster TRIGKEY Mini-PC N100 mit 32 GB RAM und 3x1TB shared SSDs. VM- iobroker ,Raspberrymatic. LXC - Adguard, , Traccar, iSpy, Fileserver (emby, MiniDLNA)...usw

                                    apollon77A 1 Antwort Letzte Antwort
                                    0
                                    • M msauer

                                      nachdem ich in bei allen in die info gegangen war:
                                      34ca3250-11e1-44af-bc25-4fc90f66150b-image.png

                                      Nach Seiten reload
                                      57fad239-00a1-4119-923a-2d66be5af09a-image.png

                                      apollon77A Offline
                                      apollon77A Offline
                                      apollon77
                                      schrieb am zuletzt editiert von
                                      #203

                                      @msauer Also so oder so: Das ist irgendwo im Admin und bei mir passiert es nicht ... finden wir noch irgendwie raus.

                                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                      M 1 Antwort Letzte Antwort
                                      0
                                      • apollon77A apollon77

                                        @SBorg Irgendwas im Browser Konsole oder Log oder irgendwas? An sich sollte sowas mit controller sehr wenig zu tun haben

                                        SBorgS Offline
                                        SBorgS Offline
                                        SBorg
                                        Forum Testing Most Active
                                        schrieb am zuletzt editiert von SBorg
                                        #204

                                        @apollon77 sagte in [Aufruf] js-controller 2.0 Beta Test:

                                        @SBorg Irgendwas im Browser Konsole oder Log oder irgendwas? An sich sollte sowas mit controller sehr wenig zu tun haben

                                        Zumindest liegt es nicht am "Patch" von Node-RED, danach lief es definitiv noch. Ich sehe noch kurz "Willkommen beim Node-RED Dashboard" (oder so ähnlich). Wodurch aber jetzt in Node-RED der socket.io kommt...(FireFox-Konsole):

                                        Firefox kann keine Verbindung zu dem Server unter ws://192.168.1.30:1880/node-red/ui/socket.io/?EIO=3&transport=websocket&sid=xxx aufbauen.
                                        

                                        Hat dann wohl weniger mit dem JS-Controller zu tun?

                                        LG SBorg ( SBorg auf GitHub)
                                        Projekte: Lebensmittelwarnung.de | WLAN-Wetterstation | PimpMyStation

                                        apollon77A SBorgS 3 Antworten Letzte Antwort
                                        0
                                        • apollon77A apollon77

                                          @msauer Also so oder so: Das ist irgendwo im Admin und bei mir passiert es nicht ... finden wir noch irgendwie raus.

                                          M Offline
                                          M Offline
                                          msauer
                                          schrieb am zuletzt editiert von
                                          #205

                                          @apollon77 said in [Aufruf] js-controller 2.0 Beta Test:

                                          finden wir noch irgendwie raus.

                                          Bemerkenswert ist, das es immer die selben sind...nie andere Instanzen..

                                          Proxmox 3 Node HA-Cluster TRIGKEY Mini-PC N100 mit 32 GB RAM und 3x1TB shared SSDs. VM- iobroker ,Raspberrymatic. LXC - Adguard, , Traccar, iSpy, Fileserver (emby, MiniDLNA)...usw

                                          apollon77A 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          114

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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