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. ioBroker Allgemein
  4. js-controller 3.3 jetzt im STABLE!

NEWS

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

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

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

js-controller 3.3 jetzt im STABLE!

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
344 Beiträge 61 Kommentatoren 91.8k Aufrufe 46 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 apollon77

    @opossum Also ich hätte ja die Fehlermeldung vom Absturz interessanter gefunden.

    Dieser "Fehlr" ist nur eine Warnung die scheinbar kommt wenn der JavaScript Adapter ein custom npm Paket (was Du beim javascript Adapter angegeben hast) installiert. Was haste denn da so?

    opossumO Offline
    opossumO Offline
    opossum
    schrieb am zuletzt editiert von opossum
    #199

    Hallo, @apollon77,

    hier noch eine Meldung:

    2021-09-05 22:10:11.339 - error: javascript.0 (549) An error happened which is most likely from one of your scripts, but the originating script could not be detected.
    2021-09-05 22:10:12.005 - error: host.iobroker Caught by controller[0]: Error: read ECONNRESET
    2021-09-05 22:10:12.005 - error: host.iobroker Caught by controller[0]: at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
    2021-09-05 22:10:12.006 - error: host.iobroker instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
    

    Ich habe um diese Uhrzeit nur ein Script ausgelöst. Vielleicht ist das nicht korrekt. Das Script soll einen Raspberry PI herunterfahren, der nur läuft, wenn der TV eingeschaltet ist (Hyperion - Ambilight). Das Script sieht wie folgt aus:

    6b91bf00-926c-4ae8-ab52-bb69f8cfd450-image.png

    Die Funktion SSH sieht wie folgt aus:

    var SSH = require('simple-ssh');
    var ssh = new SSH({
       host: '192.168.1.85',
       user: 'xxx',
       pass: 'xxx'
    });
    
    ssh.exec('sudo shutdown -h now').start();
    

    Welche zusätzlichen Module:

    522cbf92-f8eb-4ad9-b5ab-c071c19b8e4a-image.png

    Dabei ist simple-ssh erst vor kurzem hinzugekommen.

    Hier noch die Meldungen vom Start des Adapters.

    2021-09-05 22:10:45.649 - info: javascript.0 (23899) starting. Version 5.2.8 in /opt/iobroker/node_modules/iobroker.javascript, node: v12.22.5, js-controller: 3.3.15
    2021-09-05 22:10:45.697 - info: javascript.0 (23899) npm install tail --production (System call)
    2021-09-05 22:11:00.691 - info: javascript.0 (23899)
    > cpu-features@0.0.2 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features
    > node-gyp rebuild
    2021-09-05 22:11:02.147 - info: javascript.0 (23899) make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/build“ wird betreten
    2021-09-05 22:11:02.150 - info: javascript.0 (23899) ACTION Configuring dependencies /opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build/Makefile
    2021-09-05 22:11:02.608 - info: javascript.0 (23899) -- The C compiler identification is GNU 8.3.0
    2021-09-05 22:11:02.640 - info: javascript.0 (23899) -- Check for working C compiler: /usr/bin/cc
    2021-09-05 22:11:02.872 - info: javascript.0 (23899) -- Check for working C compiler: /usr/bin/cc -- works
    2021-09-05 22:11:02.877 - info: javascript.0 (23899) -- Detecting C compiler ABI info
    2021-09-05 22:11:03.117 - info: javascript.0 (23899) -- Detecting C compiler ABI info - done
    2021-09-05 22:11:03.135 - info: javascript.0 (23899) -- Detecting C compile features
    2021-09-05 22:11:03.842 - info: javascript.0 (23899) -- Detecting C compile features - done
    2021-09-05 22:11:03.862 - info: javascript.0 (23899) -- Looking for dlfcn.h
    2021-09-05 22:11:04.106 - info: javascript.0 (23899) -- Looking for dlfcn.h - found
    2021-09-05 22:11:04.110 - info: javascript.0 (23899) -- Looking for getauxval
    2021-09-05 22:11:04.358 - info: javascript.0 (23899) -- Looking for getauxval - found
    2021-09-05 22:11:04.381 - info: javascript.0 (23899) -- Configuring done
    2021-09-05 22:11:04.406 - info: javascript.0 (23899) -- Generating done
    2021-09-05 22:11:04.410 - info: javascript.0 (23899) -- Build files have been written to: /opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build
    2021-09-05 22:11:04.417 - info: javascript.0 (23899) TOUCH Release/obj.target/config_deps.stamp
    2021-09-05 22:11:04.429 - info: javascript.0 (23899) ACTION Building dependencies /opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build/libcpu_features.a
    2021-09-05 22:11:04.473 - info: javascript.0 (23899) make[1]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
    2021-09-05 22:11:04.542 - info: javascript.0 (23899) make[2]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
    2021-09-05 22:11:04.546 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
    2021-09-05 22:11:04.581 - info: javascript.0 (23899) Scanning dependencies of target unix_based_hardware_detection
    2021-09-05 22:11:04.583 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
    2021-09-05 22:11:04.587 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
    2021-09-05 22:11:04.617 - info: javascript.0 (23899) [ 11%] Building C object CMakeFiles/unix_based_hardware_detection.dir/src/hwcaps.c.o
    2021-09-05 22:11:04.856 - info: javascript.0 (23899) [ 22%] Building C object CMakeFiles/unix_based_hardware_detection.dir/src/unix_features_aggregator.c.o
    2021-09-05 22:11:04.962 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
    2021-09-05 22:11:04.993 - info: javascript.0 (23899) [ 22%] Built target unix_based_hardware_detection
    2021-09-05 22:11:04.998 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
    2021-09-05 22:11:05.035 - info: javascript.0 (23899) Scanning dependencies of target utils
    2021-09-05 22:11:05.037 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
    2021-09-05 22:11:05.040 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
    2021-09-05 22:11:05.073 - info: javascript.0 (23899) [ 33%] Building C object CMakeFiles/utils.dir/src/filesystem.c.o
    2021-09-05 22:11:05.216 - info: javascript.0 (23899) [ 44%] Building C object CMakeFiles/utils.dir/src/stack_line_reader.c.o
    2021-09-05 22:11:05.377 - info: javascript.0 (23899) [ 55%] Building C object CMakeFiles/utils.dir/src/string_view.c.o
    2021-09-05 22:11:05.600 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
    2021-09-05 22:11:05.638 - info: javascript.0 (23899) [ 55%] Built target utils
    2021-09-05 22:11:05.645 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
    2021-09-05 22:11:05.683 - info: javascript.0 (23899) Scanning dependencies of target cpu_features
    2021-09-05 22:11:05.685 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
    2021-09-05 22:11:05.689 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
    2021-09-05 22:11:05.722 - info: javascript.0 (23899) [ 66%] Building C object CMakeFiles/cpu_features.dir/src/cpuinfo_x86.c.o
    2021-09-05 22:11:06.450 - info: javascript.0 (23899) [ 77%] Linking C static library libcpu_features.a
    2021-09-05 22:11:06.543 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
    2021-09-05 22:11:06.576 - info: javascript.0 (23899) [ 77%] Built target cpu_features
    2021-09-05 22:11:06.581 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
    2021-09-05 22:11:06.617 - info: javascript.0 (23899) Scanning dependencies of target list_cpu_features
    2021-09-05 22:11:06.618 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
    2021-09-05 22:11:06.623 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
    2021-09-05 22:11:06.656 - info: javascript.0 (23899) [ 88%] Building C object CMakeFiles/list_cpu_features.dir/src/utils/list_cpu_features.c.o
    2021-09-05 22:11:07.085 - info: javascript.0 (23899) [100%] Linking C executable list_cpu_features
    2021-09-05 22:11:07.173 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
    2021-09-05 22:11:07.205 - info: javascript.0 (23899) [100%] Built target list_cpu_features
    2021-09-05 22:11:07.207 - info: javascript.0 (23899) make[2]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
    2021-09-05 22:11:07.238 - info: javascript.0 (23899) make[1]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
    2021-09-05 22:11:07.245 - info: javascript.0 (23899) TOUCH Release/obj.target/build_deps.stamp
    2021-09-05 22:11:07.255 - info: javascript.0 (23899) CXX(target) Release/obj.target/cpufeatures/src/binding.o
    2021-09-05 22:11:08.967 - error: javascript.0 (23899) In file included from ../src/binding.cc:1:
    /home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
    (node::addon_register_func) (regfunc), \
    ^
    /home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’
    NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
    ^~~~~~~~~~~~~
    ../src/binding.cc:153:1: note: in expansion of macro ‘NODE_MODULE’
    NODE_MODULE(cpufeatures, init)
    ^~~~~~~~~~~
    2021-09-05 22:11:09.737 - info: javascript.0 (23899) SOLINK_MODULE(target) Release/obj.target/cpufeatures.node
    2021-09-05 22:11:09.885 - info: javascript.0 (23899) COPY Release/cpufeatures.node
    2021-09-05 22:11:09.899 - info: javascript.0 (23899) make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/build“ wird verlassen
    2021-09-05 22:11:10.084 - info: javascript.0 (23899)
    > ssh2@1.3.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/ssh2
    > node install.js
    2021-09-05 22:11:11.425 - info: javascript.0 (23899) make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/ssh2/lib/protocol/crypto/build“ wird betreten
    2021-09-05 22:11:11.427 - info: javascript.0 (23899) CXX(target) Release/obj.target/sshcrypto/src/binding.o
    2021-09-05 22:11:12.999 - error: javascript.0 (23899) In file included from ../src/binding.cc:6:
    /home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
    (node::addon_register_func) (regfunc), \
    ^
    /home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’
    NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
    ^~~~~~~~~~~~~
    ../src/binding.cc:2013:1: note: in expansion of macro ‘NODE_MODULE’
    NODE_MODULE(sshcrypto, init)
    ^~~~~~~~~~~
    2021-09-05 22:11:15.944 - info: javascript.0 (23899) SOLINK_MODULE(target) Release/obj.target/sshcrypto.node
    2021-09-05 22:11:16.098 - info: javascript.0 (23899) COPY Release/sshcrypto.node
    2021-09-05 22:11:16.112 - info: javascript.0 (23899) make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/ssh2/lib/protocol/crypto/build“ wird verlassen
    2021-09-05 22:11:16.134 - info: javascript.0 (23899) Succeeded in building optional crypto binding
    2021-09-05 22:11:17.136 - info: javascript.0 (23899) + tail@2.2.3
    added 369 packages from 172 contributors and audited 370 packages in 30.095s
    2021-09-05 22:11:17.547 - info: javascript.0 (23899)
    14 packages are looking for funding
    run `npm fund` for details
    

    Ich denke, ich werde mal das Script deaktivieren und das zusätzliche Paket wieder entfernen. Ich kann nicht sagen, warum immer dieses Paket cpu-features gebaut wird.

    EDIT: Wenn ich das Script ausschalte, das zusätzliche Paket "simple-ssh" entferne, dann sind die o.a. Startmeldungen nicht vorhanden. Muss ich mir wohl etwas anderes ausdenken, wie ich den Raspi herunterfahre. Möchte den nicht gern einfach durch Ausschalten der Steckdose "herunterfahren".

    https://schlepper-petersdorf.jimdofree.com/

    apollon77A 1 Antwort Letzte Antwort
    0
    • opossumO opossum

      Hallo, @apollon77,

      hier noch eine Meldung:

      2021-09-05 22:10:11.339 - error: javascript.0 (549) An error happened which is most likely from one of your scripts, but the originating script could not be detected.
      2021-09-05 22:10:12.005 - error: host.iobroker Caught by controller[0]: Error: read ECONNRESET
      2021-09-05 22:10:12.005 - error: host.iobroker Caught by controller[0]: at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
      2021-09-05 22:10:12.006 - error: host.iobroker instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      

      Ich habe um diese Uhrzeit nur ein Script ausgelöst. Vielleicht ist das nicht korrekt. Das Script soll einen Raspberry PI herunterfahren, der nur läuft, wenn der TV eingeschaltet ist (Hyperion - Ambilight). Das Script sieht wie folgt aus:

      6b91bf00-926c-4ae8-ab52-bb69f8cfd450-image.png

      Die Funktion SSH sieht wie folgt aus:

      var SSH = require('simple-ssh');
      var ssh = new SSH({
         host: '192.168.1.85',
         user: 'xxx',
         pass: 'xxx'
      });
      
      ssh.exec('sudo shutdown -h now').start();
      

      Welche zusätzlichen Module:

      522cbf92-f8eb-4ad9-b5ab-c071c19b8e4a-image.png

      Dabei ist simple-ssh erst vor kurzem hinzugekommen.

      Hier noch die Meldungen vom Start des Adapters.

      2021-09-05 22:10:45.649 - info: javascript.0 (23899) starting. Version 5.2.8 in /opt/iobroker/node_modules/iobroker.javascript, node: v12.22.5, js-controller: 3.3.15
      2021-09-05 22:10:45.697 - info: javascript.0 (23899) npm install tail --production (System call)
      2021-09-05 22:11:00.691 - info: javascript.0 (23899)
      > cpu-features@0.0.2 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features
      > node-gyp rebuild
      2021-09-05 22:11:02.147 - info: javascript.0 (23899) make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/build“ wird betreten
      2021-09-05 22:11:02.150 - info: javascript.0 (23899) ACTION Configuring dependencies /opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build/Makefile
      2021-09-05 22:11:02.608 - info: javascript.0 (23899) -- The C compiler identification is GNU 8.3.0
      2021-09-05 22:11:02.640 - info: javascript.0 (23899) -- Check for working C compiler: /usr/bin/cc
      2021-09-05 22:11:02.872 - info: javascript.0 (23899) -- Check for working C compiler: /usr/bin/cc -- works
      2021-09-05 22:11:02.877 - info: javascript.0 (23899) -- Detecting C compiler ABI info
      2021-09-05 22:11:03.117 - info: javascript.0 (23899) -- Detecting C compiler ABI info - done
      2021-09-05 22:11:03.135 - info: javascript.0 (23899) -- Detecting C compile features
      2021-09-05 22:11:03.842 - info: javascript.0 (23899) -- Detecting C compile features - done
      2021-09-05 22:11:03.862 - info: javascript.0 (23899) -- Looking for dlfcn.h
      2021-09-05 22:11:04.106 - info: javascript.0 (23899) -- Looking for dlfcn.h - found
      2021-09-05 22:11:04.110 - info: javascript.0 (23899) -- Looking for getauxval
      2021-09-05 22:11:04.358 - info: javascript.0 (23899) -- Looking for getauxval - found
      2021-09-05 22:11:04.381 - info: javascript.0 (23899) -- Configuring done
      2021-09-05 22:11:04.406 - info: javascript.0 (23899) -- Generating done
      2021-09-05 22:11:04.410 - info: javascript.0 (23899) -- Build files have been written to: /opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build
      2021-09-05 22:11:04.417 - info: javascript.0 (23899) TOUCH Release/obj.target/config_deps.stamp
      2021-09-05 22:11:04.429 - info: javascript.0 (23899) ACTION Building dependencies /opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build/libcpu_features.a
      2021-09-05 22:11:04.473 - info: javascript.0 (23899) make[1]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
      2021-09-05 22:11:04.542 - info: javascript.0 (23899) make[2]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
      2021-09-05 22:11:04.546 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
      2021-09-05 22:11:04.581 - info: javascript.0 (23899) Scanning dependencies of target unix_based_hardware_detection
      2021-09-05 22:11:04.583 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
      2021-09-05 22:11:04.587 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
      2021-09-05 22:11:04.617 - info: javascript.0 (23899) [ 11%] Building C object CMakeFiles/unix_based_hardware_detection.dir/src/hwcaps.c.o
      2021-09-05 22:11:04.856 - info: javascript.0 (23899) [ 22%] Building C object CMakeFiles/unix_based_hardware_detection.dir/src/unix_features_aggregator.c.o
      2021-09-05 22:11:04.962 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
      2021-09-05 22:11:04.993 - info: javascript.0 (23899) [ 22%] Built target unix_based_hardware_detection
      2021-09-05 22:11:04.998 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
      2021-09-05 22:11:05.035 - info: javascript.0 (23899) Scanning dependencies of target utils
      2021-09-05 22:11:05.037 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
      2021-09-05 22:11:05.040 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
      2021-09-05 22:11:05.073 - info: javascript.0 (23899) [ 33%] Building C object CMakeFiles/utils.dir/src/filesystem.c.o
      2021-09-05 22:11:05.216 - info: javascript.0 (23899) [ 44%] Building C object CMakeFiles/utils.dir/src/stack_line_reader.c.o
      2021-09-05 22:11:05.377 - info: javascript.0 (23899) [ 55%] Building C object CMakeFiles/utils.dir/src/string_view.c.o
      2021-09-05 22:11:05.600 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
      2021-09-05 22:11:05.638 - info: javascript.0 (23899) [ 55%] Built target utils
      2021-09-05 22:11:05.645 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
      2021-09-05 22:11:05.683 - info: javascript.0 (23899) Scanning dependencies of target cpu_features
      2021-09-05 22:11:05.685 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
      2021-09-05 22:11:05.689 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
      2021-09-05 22:11:05.722 - info: javascript.0 (23899) [ 66%] Building C object CMakeFiles/cpu_features.dir/src/cpuinfo_x86.c.o
      2021-09-05 22:11:06.450 - info: javascript.0 (23899) [ 77%] Linking C static library libcpu_features.a
      2021-09-05 22:11:06.543 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
      2021-09-05 22:11:06.576 - info: javascript.0 (23899) [ 77%] Built target cpu_features
      2021-09-05 22:11:06.581 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
      2021-09-05 22:11:06.617 - info: javascript.0 (23899) Scanning dependencies of target list_cpu_features
      2021-09-05 22:11:06.618 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
      2021-09-05 22:11:06.623 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird betreten
      2021-09-05 22:11:06.656 - info: javascript.0 (23899) [ 88%] Building C object CMakeFiles/list_cpu_features.dir/src/utils/list_cpu_features.c.o
      2021-09-05 22:11:07.085 - info: javascript.0 (23899) [100%] Linking C executable list_cpu_features
      2021-09-05 22:11:07.173 - info: javascript.0 (23899) make[3]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
      2021-09-05 22:11:07.205 - info: javascript.0 (23899) [100%] Built target list_cpu_features
      2021-09-05 22:11:07.207 - info: javascript.0 (23899) make[2]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
      2021-09-05 22:11:07.238 - info: javascript.0 (23899) make[1]: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/deps/cpu_features/build“ wird verlassen
      2021-09-05 22:11:07.245 - info: javascript.0 (23899) TOUCH Release/obj.target/build_deps.stamp
      2021-09-05 22:11:07.255 - info: javascript.0 (23899) CXX(target) Release/obj.target/cpufeatures/src/binding.o
      2021-09-05 22:11:08.967 - error: javascript.0 (23899) In file included from ../src/binding.cc:1:
      /home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
      (node::addon_register_func) (regfunc), \
      ^
      /home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’
      NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
      ^~~~~~~~~~~~~
      ../src/binding.cc:153:1: note: in expansion of macro ‘NODE_MODULE’
      NODE_MODULE(cpufeatures, init)
      ^~~~~~~~~~~
      2021-09-05 22:11:09.737 - info: javascript.0 (23899) SOLINK_MODULE(target) Release/obj.target/cpufeatures.node
      2021-09-05 22:11:09.885 - info: javascript.0 (23899) COPY Release/cpufeatures.node
      2021-09-05 22:11:09.899 - info: javascript.0 (23899) make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features/build“ wird verlassen
      2021-09-05 22:11:10.084 - info: javascript.0 (23899)
      > ssh2@1.3.0 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/ssh2
      > node install.js
      2021-09-05 22:11:11.425 - info: javascript.0 (23899) make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/ssh2/lib/protocol/crypto/build“ wird betreten
      2021-09-05 22:11:11.427 - info: javascript.0 (23899) CXX(target) Release/obj.target/sshcrypto/src/binding.o
      2021-09-05 22:11:12.999 - error: javascript.0 (23899) In file included from ../src/binding.cc:6:
      /home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
      (node::addon_register_func) (regfunc), \
      ^
      /home/iobroker/.cache/node-gyp/12.22.5/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’
      NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
      ^~~~~~~~~~~~~
      ../src/binding.cc:2013:1: note: in expansion of macro ‘NODE_MODULE’
      NODE_MODULE(sshcrypto, init)
      ^~~~~~~~~~~
      2021-09-05 22:11:15.944 - info: javascript.0 (23899) SOLINK_MODULE(target) Release/obj.target/sshcrypto.node
      2021-09-05 22:11:16.098 - info: javascript.0 (23899) COPY Release/sshcrypto.node
      2021-09-05 22:11:16.112 - info: javascript.0 (23899) make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/ssh2/lib/protocol/crypto/build“ wird verlassen
      2021-09-05 22:11:16.134 - info: javascript.0 (23899) Succeeded in building optional crypto binding
      2021-09-05 22:11:17.136 - info: javascript.0 (23899) + tail@2.2.3
      added 369 packages from 172 contributors and audited 370 packages in 30.095s
      2021-09-05 22:11:17.547 - info: javascript.0 (23899)
      14 packages are looking for funding
      run `npm fund` for details
      

      Ich denke, ich werde mal das Script deaktivieren und das zusätzliche Paket wieder entfernen. Ich kann nicht sagen, warum immer dieses Paket cpu-features gebaut wird.

      EDIT: Wenn ich das Script ausschalte, das zusätzliche Paket "simple-ssh" entferne, dann sind die o.a. Startmeldungen nicht vorhanden. Muss ich mir wohl etwas anderes ausdenken, wie ich den Raspi herunterfahre. Möchte den nicht gern einfach durch Ausschalten der Steckdose "herunterfahren".

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

      @opossum also:

      Generell: die Meldungen sind nur Warnungen sehe da keinen Fehler dabei. Ergo akzeptiere es und nutze es weiter

      Zur Econnreset Meldung: das heißt das done Netzwerkverbindung von der Gegenstelle beendet wurde und finden Fehler in deinem Script scheinbar nicht anfängst. Also kein issue per se aber du willst vllt fehlerbehandlung einbauen.

      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
      opossumO 1 Antwort Letzte Antwort
      0
      • apollon77A apollon77

        @opossum also:

        Generell: die Meldungen sind nur Warnungen sehe da keinen Fehler dabei. Ergo akzeptiere es und nutze es weiter

        Zur Econnreset Meldung: das heißt das done Netzwerkverbindung von der Gegenstelle beendet wurde und finden Fehler in deinem Script scheinbar nicht anfängst. Also kein issue per se aber du willst vllt fehlerbehandlung einbauen.

        opossumO Offline
        opossumO Offline
        opossum
        schrieb am zuletzt editiert von opossum
        #201

        Hallo, @apollon77,

        danke Dir für die Analyse. Muss mir das Script noch einmal anschauen.

        EDIT: Habe das Script nun angepasst, keine Fehler und Warnungen mehr.

        on({id: 'harmony.0.Harmony_Hub.activities.currentStatus', change: "any"}, function (obj) {
         var value = obj.state.val;
         var oldValue = obj.oldState.val;
         if (getState("harmony.0.Harmony_Hub.activities.currentStatus").val == 1) {
           setState("hm-rpc.2.00021BE9959B0E.3.STATE"/*HMIP-PS 00021BE9959B0E:3 Weihnachtsbaum WoZi.STATE*/, true);
         console.log('Hyperion wird gestartet');
         } 
         else if (getState("harmony.0.Harmony_Hub.activities.currentStatus").val == 0) {
         // SSH fährt Raspberry PI herunter
           console.log('Hyperion wird heruntergefahren');
           const node_ssh = require('node-ssh').NodeSSH;
           const ssh = new node_ssh();
           ssh.connect({
           host: '192.168.1.85',
           username: 'xxxx',
           password: 'xxxxx'
           }).then(() => {
           ssh.execCommand("sudo shutdown -h now");
           wait(30000);
           setState("hm-rpc.2.00021BE9959B0E.3.STATE"/*HMIP-PS 00021BE9959B0E:3 Weihnachtsbaum WoZi.STATE*/, false);
        });
        };
        });
        

        https://schlepper-petersdorf.jimdofree.com/

        1 Antwort Letzte Antwort
        0
        • apollon77A apollon77

          Hallo ioBroker-Community,

          nach einer recht langen Beta-Phase kommt heute der neue js-controller 3.3 (Releasename "Hannah") ins Stable Repository (sollte im Laufe des Abends bei allen auftauchen). Ein großer Dank geht an alle User die in der letzten Zeit diese Version bereits im Beta-Test getestet und Probleme und Fehler zur Behebung gemeldet haben und natürlich die Entwickler die Ihre Adapter wenn nötig angepasst haben!

          Wichtig
          Bei Fragen bitte zuerst im zweiten Post nachsehen ob das Thema ggf in einem anderen Forum Thread ausgelagert wurde um besser zu fokussieren.!

          Node.js Versions-Anforderungen
          Die unterstützten Node.js Versionen bleiben in diesem Update gleich: 10.x, 12.x und auch 14.x werden offiziell unterstützt. Aufgrund der übergreifenden Adapter-Kompatibilität bleibt die empfohlene Node.js Version für ioBroker aktuell weiterhin auf 12.x. Falls jemand bereits mit Node.js 16.x arbeiten möchte, dann bitte im Moment AUSSCHLIESSLICH mit npm 6 !! (Bei npm 7 gibt es noch Probleme mit GitHub Installs bei einigen Adaptern)
          Bitte beachtet weiterhin bei Node.js Updates die Anleitung im Forum unter https://forum.iobroker.net/topic/44566/how-to-node-js-für-iobroker-richtig-updaten-2021-edition

          Informationen zur Version
          Die neue Version fokussiert sich neben Optimierungen, Bugfixes und einigen neuen Features vor allem weiter daran den Wildwuchs in der Umsetzung einiger Adapter etwas einzugrenzen. Im Zuge dieser neuen Checks wurden eine ganze Reihe Adapter aktualisiert - zu viele um hier alle zu nennen!
          Bitte unterstützt hier weiter für ggf. noch übriggebliebene Adapter und legt bei den relevanten Adaptern im GitHub Issues an, damit diese Dinge gefixt werden können.

          Weiterhin zu Erwähnen ist diesmal, dass Adapter-Abhängigkeiten bei Updates besser berücksichtigt werden und das die Startreihenfolge von Adaptern nach Typ optimiert wird und auch mitbestimmen kann (mit Admin5). Detailliertere Informationen zu allen Änderungen und Features findet Ihr weiter unten und im Changelog.

          In Summe sind in diese Version über 120 commits eingeflossen. Dafür bedenke mich diesmal besonders bei foxriver76, AlCalzone und natürlich Bluefox und auch ein paar weiteren Entwicklern für die aktive Mitarbeit an dieser Version!

          Der js-controller 3.3 ist generell kompatibel mit allen bestehenden ioBroker-Systemen. Ein Update von der 2.0/2.1/2.2/3.x ist problemlos möglich. Nur die Node.js Version muss weiterhin mindestens 10.x sein, wie oben bereits ausgeführt. Wer überlegt die Node.js Version anzuheben bitte weiter unten im Abschnitt "Was ist zu testen" lesen 🙂


          Installation


          VOR der Installation

          Wie bei jedem Test dieser Art: Bitte macht ein Backup! iobroker backup bzw kopieren des iobroker-data Verzeichnisses reichen an sich aus. Bitte nicht das node_modules Verzeichnis einfach kopieren, da sonst symbolische Links kaputt gehen können, was zu größeren Problemen danach führt. Die alte Version des js-controller kann im Notfall einfach wieder per npm install iobroker.js-controller@version (ausgeführt im ioBroker-Verzeichnis, z.B. /opt/iobroker) installiert werden und sollte alles wieder herstellen.

          Nötige Adapter-Aktualisierungen

          Am besten VOR dem js-controller Update alle verfügbaren Adapter-Updates prüfen und alle Updates installieren, die im Changelog auf Optimierungen oder Anpassungen für den js-controller 3.3 hinweisen.

          Falls nach dem Update dennoch einzelne Adapter Info-Meldungen ins Log schreiben, bitte zuerst versuchen die gemeldeten Objekt-IDs via Admin zu löschen und den Adapter neu zu starten. Wenn die Meldungen danach nicht weg sein sollten ist aktuell die einzige Option das Loglevel der betroffenen Instanz auf "Warning" zu setzen - aber erst nachdem die Logs idealerweise in einem GitHub-Issue beim entsprechendem Adapter gemeldet wurden!

          Eine Liste der aktuell bekannten Adapter die noch Fehler ausgeben ist im zweiten Post gesammelt!

          Achtung: Multihost-Systeme Reihenfolgen beachten!

          Bei einem Multi-Host-System, welches auf js-controller 2.2, 3.1 oder 3.2 läuft, ist es beim Update auf Version 3.3 empfohlen, zuerst das Master-System zu aktualisieren. Der Master muss dann wieder gestartet werden. Die Slaves werden danach aktualisiert!

          Bei Updates von Master/Slave-Systemen mit js-controller 1.5 oder früher auf die 3.3 müssen zwingend zuerst die Slaves und der Master als letztes aktualisiert werden. Beim Slave Update muss der alte Master aber noch laufen. Die Slaves bleiben nach dem Update offline und können sich nicht zum Master verbinden und werden erst wieder funktionieren wenn auch der Master auf die 3.3 aktualisiert wurde!

          Linux

          • iobroker update
          • ioBroker stoppen (iobroker stop)
          • prüfen das keine Prozesse (Adapter, Backups) mehr laufen (ps auxww|grep io und auch ps auxww|grep backup ). Es passiert manchmal das trotz dem Stoppen noch Zombies zurückbleiben
          • Wie üblich wird das Update dann per iobroker upgrade self ausgeführt.
          • ioBroker starten (iobroker start)

          Wichtig: Falls es mit js.controller 3.2.x bei update oder upgrade einen Fehler gibt "No connection to database" dann bitte nochmals versuchen, wenn wieder passiert folgende Schritte ausführen:

          • Editiere /opt/iobroker/iobroker-data/iobroker.json
          • Unter objects und states gibt es ein ' "connectTimeout": 2000,`
          • Zahl ändern in 5000 draus.
          • Neu versuchen
          • Nach dem Upgrade am besten den Wert wieder zurücketzen weil der js-controller 3.3 hier optimiert und länger wartet

          Windows

          Aus der Community kommt von @sigi234 eine Anleitung für ein Windows Update Update_Windows_ioBroker.pdf

          Für alle "alten manuellen" Installationen gilt

          • iobroker update
          • ioBroker muss gestoppt sein.
          • Vor dem Update bitte prüfen das keine Prozesse mehr laufen
          • iobroker upgrade self
          • ioBroker starten

          Bei Fehlern:
          Wenn bei der Installation Fehler wegen fehlender Zugriffsrechte auftreten, am besten den Installation-Fixer (iobroker fix wer schon einen js-controller 2.x oder höher hat, alternativ weiterhin manuell via curl -sL https://iobroker.net/fix.sh | bash -) nutzen und die Installation wiederholen.
          Falls es auch danach noch Fehler gibt, bitte die Installation erneut mittels sudo -H -u iobroker npm install iobroker.js-controller versuchen. Bitte berichtet solche Fälle hier im Thread.

          NACH der Installation

          Nach der Installation sollte der ioBroker automatisch wieder gestartet werden. Falls doch nicht bitte mittels iobroker start starten.

          Wenn alles klappt merkt Ihr ausser der höheren Versionsnummer in der Host-Ansicht im Admin keinen Unterschied. Alles funktioniert weiterhin wie vorher. Alle Adapterinstanzen starten und funktionieren. Wenn das so ist hat alles geklappt.

          Falls im Log Warn-Meldungen auftauchen mit dem Hinweis diese an den Entwickler zu senden, dann bitte schauen welcher Adapter es ist und entsprechend dort Issues bitte anlegen!


          Was hat sich geändert, was besonders ansehen/beachten?


          Neben einiger weiterer Bugfixes gibt es folgende Änderungen und Fixes zu erwähnen:

          • generell siehe Changelog, speziell auch für Features
          • Adapter-Instanzen starten nach den definierten Tiers
          • iobroker upgrade beachtet nun Adpater-Abhängigkeiten
          • backitup wird automatisch installiert bei neuen Installationen
          • Einige Adapter werden Warnungen ausgeben wenn State-Werte gesetzt werden, da nun auch Datentypen und min/max-Werte geprüft werden. Bitte bei den Adapter-Repos melden

          Speziell die Entwickler sollten bitte die genannten Deprecations und neuen Features anschauen und beachten.

          Wie bereits gesagt, viele Änderungen fanden hinter den Kulissen statt. Hier für Interessierte als Spoiler eine Zusammenfassung:


          BREAKING CHANGES

          • None, Supported are nodejs 10.x, 12.x and 14.x (Node.js 16.x is also working WHEN USED WITH npm 6!!, but officially not yet supported because we do not have enough results)
          • The experimental jsonl db libraries are now included in js-controller directly too
          • (Apollon77) Do not install info adapter by default
          • (foxriver76) change default behaviour of cli update command -> only list installed, allow --all as parameter to see all again

          Features

          • (foxriver76) start instances ordered by their defined tiers (details see https://github.com/ioBroker/ioBroker.js-controller#tiers-start-instances-in-an-ordered-manner)
          • (foxriver76) respect adapter dependencies on "upgrade" CLI command
          • (Apollon77) Create a backitup instance on initial installation
          • (Apollon77) Also allow "iobroker url iobroker.adaptername[@version]" as command

          Optimizations and Fixes

          • (foxriver76) correctly encrypt native attributes from instances when set via cli

          • (Apollon77) give DB a bit more time to startup for CLI

          • (foxriver76) fix logging undefined w/o meta data when deleting log files

          • (Apollon77/oweitman) prevent errors when listening for multihost messages

          • (Apollon77) make sure to await the database destroy in all places

          • (Apollon77) fix crash case when Lets encrypt config is not provided but LE is activated

          • (AlCalzone) understand .tar.gz as a valid extension for github URLs

          • (foxriver76) only renew Let's encrypt when configured that way

          • (foxriver76) if free memory reaches threshold, also add a notification

          • (bluefox) fix applyViewFunc if the name is a localized object

          • (Apollon77) optimize db initialization for fileDB and enhance error case handling

          • (bluefox/Apollon77) make sure all object types are deleted on recursive object deletion

          • (Apollon77/foxriver76) several optimizations and fixes in database modules and update

          • (foxriver76) Make sure getStates uses write attribute of aliases instead of read

          • (Apollon77) prevent crash in disconnect cases on startup

          • (foxriver76) allow defaultNewAcl updates on the fly

          • (Apollon77) initialize new default ACLs in any case, only controller sets it for all objects

          • (foxriver76) do not send null as diag info in error cases or if user has selected none

          • (foxriver76) revive config.dataDir if deleted via bug in admin5 config editor

          • (foxriver76) fixed a bug which lead to an infinite loop if the repo was invalid and no cached sources available

          • (foxriver76) check host existence before adding instance

          • (Apollon77) Check that password is provided when multihost discovery server should be started in secure mode

          • (foxriver76) only send diagnose data if license and diag dialog has been confirmed on new installations

          • (foxriver76) make sure adapters are added only once to upgrade queue if it has no dependencies

          • (Apollon77) Optimize Database save handling on write

          • (Apollon77) Optimize restart logic

          • (foxriver76) optimize cli help

          • (AlCalzone) Optimize search for adapter start file to also respect main property from package.json

          • (Apollon77/foxriver76) Optimize Database storage behaviour for file database

          • (Apollon77/Stabilostick) Try fix restart on Windows

          • (bluefox) Do not delete objects recursively that have dontDelete flag

          • (AlCalzone) Fix restart logic for linux systems to prevent processes started aside systemd

          • (Apollon77) "upgrade self" CLI command should not start controller because we require it to be stopped before (will be effective for all upgrades from 3.3.2 to higher versions only)

          • (Apollon77) fix "iobroker upgrade" call that crashed when no updates were available

          • (foxriver/Apollon77) fix invalid logging in package manager

          • (foxriver76) avoid deleting too many meta objects starting with the same name as adapter

          • (Apollon77, foxriver, bluefox, AlCalzone) Several fixes and refactorings to prevent potential crash cases reported by Sentry and other sources

          Developer relevant DEPRECATIONS/WARNINGS

          • (foxriver76) added new checks for setState:
            • if strictObjectChecks are activated we now perform additional checks
            • require common.type on state objects
            • if state is read only and we get ack false -> not allowed
            • check type of the state.val matching the common.type of the obj
            • if it's a number and min/max is defined on object we perform additional checks for min and max
          • (bluefox) checkPassword(Async) is now returning two parameters in callback/resolve (first is boolean if password/user are valid, second is the final internal username in form system.user.xxx)
          • (bluefox) add _design/custom to the controller objects - this should deprecate the own custom view over time, please update if relevant!

          Developer relevant new Features

          • (AlCalzone) support executing TypeScript adapters: If the adapter main file ends with ".ts" we automatically transpile the typeScript file before starting the adapter
          • (bluefox) Implement chownFile in adapter.js
          • (foxriver76) introduce common.step attribute of states and round state value if needed
          • (bluefox) Add restartController sendToHost command
          • (bluefox) Allow npm install to be executed with debug flag
          • (bluefox) Add messages to read logs
          • (bluefox) Add location of ioBroker as information to getHostInfo
          • (bluefox) Add new system config values to set a default loglevel for new created instances

          Developer relevant Optimizations and Fixes

          • general dependency updates
          • code style optimizations

          Nach dem Update am besten prüfen, ob alles noch so funktioniert wie vorher auch. Das ist das wichtigste!


          Wie Fehler melden?


          Wer sich unsicher ist, ob ein Fehler vorliegt, sollte am besten hier im Thread das Problem beschreiben. So können wir alle versuchen, das Problem nachzuvollziehen und ggf. einzugrenzen.

          Sobald ein Fehler auftritt der in einer Fehlermeldung oder einen Crash mit Fehlerdetails im Log oder auf Kommandozeile endet, dann dazu am besten direkt ein GitHub-Issue im js-controller Projekt öffnen und zusätzlich hier im Thread posten. Je detaillierter die Angaben im Issue sind (genaue Fehlermeldungen/Logs, Infos zur OS- und Node.js-Umgebung sowie genaue Schritte zur Reproduktion des Problems), umso schneller können wir Fehler einkreisen und beheben.

          IngoUpdate_Windows_ioBroker.pdf

          sigi234S Online
          sigi234S Online
          sigi234
          Forum Testing Most Active
          schrieb am zuletzt editiert von sigi234
          #202

          @apollon77

          Hallo , bekomme folgende Warn seit Update auf V 3.3.17

          host.MedionHome)
          2021-09-10 07:39:29.905	warn	host.Medion(Home) warning: Following packages cannot be read: js-controller
          

          Kommt nicht immer, aber manchmal. Beobachte es mal.

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

          apollon77A 2 Antworten Letzte Antwort
          0
          • sigi234S sigi234

            @apollon77

            Hallo , bekomme folgende Warn seit Update auf V 3.3.17

            host.MedionHome)
            2021-09-10 07:39:29.905	warn	host.Medion(Home) warning: Following packages cannot be read: js-controller
            

            Kommt nicht immer, aber manchmal. Beobachte es mal.

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

            @sigi234 Checnek wir, danke. Ich hab schon eine befürchtung. Aber erstmal unkritisch

            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
            1 Antwort Letzte Antwort
            0
            • sigi234S sigi234

              @apollon77

              Hallo , bekomme folgende Warn seit Update auf V 3.3.17

              host.MedionHome)
              2021-09-10 07:39:29.905	warn	host.Medion(Home) warning: Following packages cannot be read: js-controller
              

              Kommt nicht immer, aber manchmal. Beobachte es mal.

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

              @sigi234 Habe gerade vorhin ein neues Repo Buidl angestoßen ... danach sollte das weg gehen. Da hatte sich ein Pfad geändert.

              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
              heinhanH 1 Antwort Letzte Antwort
              0
              • MathiasJM Offline
                MathiasJM Offline
                MathiasJ
                schrieb am zuletzt editiert von MathiasJ
                #205

                Hallo zusammen, habe gerade den JS Controller auf 3.3.15 angehoben.
                habe den Fix ausgeführt, nun gibts Probleme mit Radar2.

                
                radar2.0
                2021-09-15 23:38:15.686	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:38:10.664	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:38:05.644	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:38:00.626	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:37:55.601	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:37:50.580	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:37:45.566	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:37:40.541	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:37:35.520	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:37:30.507	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:37:25.449	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:37:20.430	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:37:15.409	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:37:10.390	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                
                radar2.0
                2021-09-15 23:49:41.818	warn	Read-only state "radar2.0.CCU__-_IOBROKER._nHere" has been written without ack-flag with value "17"
                
                radar2.0
                2021-09-15 23:49:41.734	warn	Read-only state "radar2.0.CCU_3_RM._nHere" has been written without ack-flag with value "17"
                
                radar2.0
                2021-09-15 23:49:41.642	warn	Read-only state "radar2.0.CCU_1._nHere" has been written without ack-flag with value "17"
                
                radar2.0
                2021-09-15 23:49:41.598	warn	Read-only state "radar2.0.Fritzbox_WZ._nHere" has been written without ack-flag with value "17"
                
                radar2.0
                2021-09-15 23:49:41.506	warn	Read-only state "radar2.0.Fritzbox_AZ._nHere" has been written without ack-flag with value "17"
                
                radar2.0
                2021-09-15 23:49:41.466	warn	Read-only state "radar2.0.Ich._nHere" has been written without ack-flag with value "17"
                
                radar2.0
                2021-09-15 23:49:41.165	warn	Read-only state "radar2.0.Ich._lastHere" has been written without ack-flag with value "2021-09-15@23:49:41"
                
                radar2.0
                2021-09-15 23:49:18.216	warn	Read-only state "radar2.0.CCU_1._lastHere" has been written without ack-flag with value "2021-09-15@23:49:18"
                
                radar2.0
                2021-09-15 23:49:18.160	warn	Read-only state "radar2.0.Fritzbox_WZ._lastHere" has been written without ack-flag with value "2021-09-15@23:49:18"
                
                radar2.0
                2021-09-15 23:49:18.141	warn	Read-only state "radar2.0.CCU_3_RM._lastHere" has been written without ack-flag with value "2021-09-15@23:49:18"
                
                radar2.0
                2021-09-15 23:49:18.140	warn	Read-only state "radar2.0.Fritzbox_AZ._lastHere" has been written without ack-flag with value "2021-09-15@23:49:18"
                
                radar2.0
                2021-09-15 23:49:18.135	warn	Read-only state "radar2.0.CCU__-_IOBROKER._lastHere" has been written without ack-flag with value "2021-09-15@23:49:18"
                
                radar2.0
                2021-09-15 23:49:11.864	warn	Read-only state "radar2.0._uIPs" has been written without ack-flag with value "['192.168.2.11', '192.168.2.150','192.168.2.164', '192.168.2.166','192.168.2.20', '192.168.2.200','192.168.2.21', '192.168.2.228','192.168.2.248', '192.168.2.252','192.168.2.253', '192.168.2.26','192.168.2.30', '192.168.2.31','192.168.2.35', '192.168.2.41','192.168.2.49', '192.168.2.50','192.168.2.57', '192.168.2.60','192.168.2.81', '192.168.2.84','192.168.2.85', '192.168.2.91','192.168.2.92']"
                

                Es ist der Mutihost "slave" ein Raspbery PI3 betroffen.

                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
                • MathiasJM MathiasJ

                  Hallo zusammen, habe gerade den JS Controller auf 3.3.15 angehoben.
                  habe den Fix ausgeführt, nun gibts Probleme mit Radar2.

                  
                  radar2.0
                  2021-09-15 23:38:15.686	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:38:10.664	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:38:05.644	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:38:00.626	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:37:55.601	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:37:50.580	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:37:45.566	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:37:40.541	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:37:35.520	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:37:30.507	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:37:25.449	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:37:20.430	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:37:15.409	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:37:10.390	error	Objects database error: connect ECONNREFUSED 192.168.2.233:9001
                  
                  radar2.0
                  2021-09-15 23:49:41.818	warn	Read-only state "radar2.0.CCU__-_IOBROKER._nHere" has been written without ack-flag with value "17"
                  
                  radar2.0
                  2021-09-15 23:49:41.734	warn	Read-only state "radar2.0.CCU_3_RM._nHere" has been written without ack-flag with value "17"
                  
                  radar2.0
                  2021-09-15 23:49:41.642	warn	Read-only state "radar2.0.CCU_1._nHere" has been written without ack-flag with value "17"
                  
                  radar2.0
                  2021-09-15 23:49:41.598	warn	Read-only state "radar2.0.Fritzbox_WZ._nHere" has been written without ack-flag with value "17"
                  
                  radar2.0
                  2021-09-15 23:49:41.506	warn	Read-only state "radar2.0.Fritzbox_AZ._nHere" has been written without ack-flag with value "17"
                  
                  radar2.0
                  2021-09-15 23:49:41.466	warn	Read-only state "radar2.0.Ich._nHere" has been written without ack-flag with value "17"
                  
                  radar2.0
                  2021-09-15 23:49:41.165	warn	Read-only state "radar2.0.Ich._lastHere" has been written without ack-flag with value "2021-09-15@23:49:41"
                  
                  radar2.0
                  2021-09-15 23:49:18.216	warn	Read-only state "radar2.0.CCU_1._lastHere" has been written without ack-flag with value "2021-09-15@23:49:18"
                  
                  radar2.0
                  2021-09-15 23:49:18.160	warn	Read-only state "radar2.0.Fritzbox_WZ._lastHere" has been written without ack-flag with value "2021-09-15@23:49:18"
                  
                  radar2.0
                  2021-09-15 23:49:18.141	warn	Read-only state "radar2.0.CCU_3_RM._lastHere" has been written without ack-flag with value "2021-09-15@23:49:18"
                  
                  radar2.0
                  2021-09-15 23:49:18.140	warn	Read-only state "radar2.0.Fritzbox_AZ._lastHere" has been written without ack-flag with value "2021-09-15@23:49:18"
                  
                  radar2.0
                  2021-09-15 23:49:18.135	warn	Read-only state "radar2.0.CCU__-_IOBROKER._lastHere" has been written without ack-flag with value "2021-09-15@23:49:18"
                  
                  radar2.0
                  2021-09-15 23:49:11.864	warn	Read-only state "radar2.0._uIPs" has been written without ack-flag with value "['192.168.2.11', '192.168.2.150','192.168.2.164', '192.168.2.166','192.168.2.20', '192.168.2.200','192.168.2.21', '192.168.2.228','192.168.2.248', '192.168.2.252','192.168.2.253', '192.168.2.26','192.168.2.30', '192.168.2.31','192.168.2.35', '192.168.2.41','192.168.2.49', '192.168.2.50','192.168.2.57', '192.168.2.60','192.168.2.81', '192.168.2.84','192.168.2.85', '192.168.2.91','192.168.2.92']"
                  

                  Es ist der Mutihost "slave" ein Raspbery PI3 betroffen.

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

                  @mathiasj Welche Verison ist installiert von radar2?

                  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
                  MathiasJM 1 Antwort Letzte Antwort
                  0
                  • apollon77A apollon77

                    @mathiasj Welche Verison ist installiert von radar2?

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

                    @apollon77
                    Die Radar2 v1.09

                    Admin gerade auf 5.1.25 hoch gezogen. Das Problem blieb.

                    2021-09-16 10:53:46.464 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._lastHere" has been written without ack-flag with value "2021-09-16@10:53:46"
                    2021-09-16 10:53:46.722 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._lastHere" has been written without ack-flag with value "2021-09-16@10:53:46"
                    2021-09-16 10:53:46.724 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._lastHere" has been written without ack-flag with value "2021-09-16@10:53:46"
                    2021-09-16 10:53:46.725 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._lastHere" has been written without ack-flag with value "2021-09-16@10:53:46"
                    2021-09-16 10:53:50.958 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._lastHere" has been written without ack-flag with value "2021-09-16@10:53:50"
                    2021-09-16 10:54:13.767 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._lastHere" has been written without ack-flag with value "2021-09-16@10:54:13"
                    2021-09-16 10:54:14.086 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._nHere" has been written without ack-flag with value "196"
                    2021-09-16 10:54:14.138 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._nHere" has been written without ack-flag with value "196"
                    2021-09-16 10:54:14.226 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._nHere" has been written without ack-flag with value "196"
                    2021-09-16 10:54:14.268 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._nHere" has been written without ack-flag with value "196"
                    2021-09-16 10:54:14.364 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._nHere" has been written without ack-flag with value "196"
                    2021-09-16 10:54:14.404 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._nHere" has been written without ack-flag with value "196"
                    2021-09-16 10:54:14.503 - warn: radar2.0 (10678) Read-only state "radar2.0._uIPs" has been written without ack-flag with value "['192.168.2.11', '192.168.2.150','192.168.2.164', '192.168.2.166','192.168.2.20', '192.168.2.200','192.168.2.21', '192.168.2.228','192.168.2.248', '192.168.2.252','192.168.2.253', '192.168.2.26','192.168.2.27', '192.168.2.30','192.168.2.31', '192.168.2.41','192.168.2.42', '192.168.2.48','192.168.2.49', '192.168.2.50','192.168.2.57', '192.168.2.60','192.168.2.81', '192.168.2.85','192.168.2.91', '192.168.2.92']"
                    2021-09-16 10:54:20.709 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._lastHere" has been written without ack-flag with value "2021-09-16@10:54:20"
                    2021-09-16 10:54:20.716 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._lastHere" has been written without ack-flag with value "2021-09-16@10:54:20"
                    2021-09-16 10:54:20.729 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._lastHere" has been written without ack-flag with value "2021-09-16@10:54:20"
                    2021-09-16 10:54:20.730 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._lastHere" has been written without ack-flag with value "2021-09-16@10:54:20"
                    2021-09-16 10:54:20.742 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._lastHere" has been written without ack-flag with value "2021-09-16@10:54:20"
                    2021-09-16 10:54:43.768 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._lastHere" has been written without ack-flag with value "2021-09-16@10:54:43"
                    2021-09-16 10:54:44.084 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._nHere" has been written without ack-flag with value "197"
                    2021-09-16 10:54:44.124 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._nHere" has been written without ack-flag with value "197"
                    2021-09-16 10:54:44.215 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._nHere" has been written without ack-flag with value "197"
                    2021-09-16 10:54:44.301 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._nHere" has been written without ack-flag with value "197"
                    2021-09-16 10:54:44.346 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._nHere" has been written without ack-flag with value "197"
                    2021-09-16 10:54:44.433 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._nHere" has been written without ack-flag with value "197"
                    2021-09-16 10:54:44.483 - warn: radar2.0 (10678) Read-only state "radar2.0._uIPs" has been written without ack-flag with value "['192.168.2.11', '192.168.2.150','192.168.2.164', '192.168.2.166','192.168.2.20', '192.168.2.200','192.168.2.21', '192.168.2.228','192.168.2.248', '192.168.2.252','192.168.2.253', '192.168.2.26','192.168.2.27', '192.168.2.30','192.168.2.31', '192.168.2.41','192.168.2.48', '192.168.2.49','192.168.2.50', '192.168.2.57','192.168.2.60', '192.168.2.81','192.168.2.85', '192.168.2.91','192.168.2.92']"
                    2021-09-16 10:54:50.867 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._lastHere" has been written without ack-flag with value "2021-09-16@10:54:50"
                    2021-09-16 10:54:50.876 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._lastHere" has been written without ack-flag with value "2021-09-16@10:54:50"
                    2021-09-16 10:54:50.886 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._lastHere" has been written without ack-flag with value "2021-09-16@10:54:50"
                    2021-09-16 10:54:50.895 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._lastHere" has been written without ack-flag with value "2021-09-16@10:54:50"
                    2021-09-16 10:54:50.943 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._lastHere" has been written without ack-flag with value "2021-09-16@10:54:50"
                    2021-09-16 10:55:13.768 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._lastHere" has been written without ack-flag with value "2021-09-16@10:55:13"
                    2021-09-16 10:55:14.084 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._nHere" has been written without ack-flag with value "198"
                    2021-09-16 10:55:14.120 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._nHere" has been written without ack-flag with value "198"
                    2021-09-16 10:55:14.214 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._nHere" has been written without ack-flag with value "198"
                    2021-09-16 10:55:14.253 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._nHere" has been written without ack-flag with value "198"
                    2021-09-16 10:55:14.350 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._nHere" has been written without ack-flag with value "198"
                    2021-09-16 10:55:14.393 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._nHere" has been written without ack-flag with value "198"
                    2021-09-16 10:55:20.744 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._lastHere" has been written without ack-flag with value "2021-09-16@10:55:20"
                    2021-09-16 10:55:20.748 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._lastHere" has been written without ack-flag with value "2021-09-16@10:55:20"
                    2021-09-16 10:55:20.757 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._lastHere" has been written without ack-flag with value "2021-09-16@10:55:20"
                    2021-09-16 10:55:20.765 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._lastHere" has been written without ack-flag with value "2021-09-16@10:55:20"
                    2021-09-16 10:55:20.831 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._lastHere" has been written without ack-flag with value "2021-09-16@10:55:20"
                    2021-09-16 10:55:43.764 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._lastHere" has been written without ack-flag with value "2021-09-16@10:55:43"
                    2021-09-16 10:55:44.084 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._nHere" has been written without ack-flag with value "199"
                    2021-09-16 10:55:44.125 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._nHere" has been written without ack-flag with value "199"
                    2021-09-16 10:55:44.215 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._nHere" has been written without ack-flag with value "199"
                    2021-09-16 10:55:44.301 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._nHere" has been written without ack-flag with value "199"
                    2021-09-16 10:55:44.341 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._nHere" has been written without ack-flag with value "199"
                    2021-09-16 10:55:44.434 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._nHere" has been written without ack-flag with value "199"
                    2021-09-16 10:55:50.882 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._lastHere" has been written without ack-flag with value "2021-09-16@10:55:50"
                    2021-09-16 10:55:50.885 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._lastHere" has been written without ack-flag with value "2021-09-16@10:55:50"
                    2021-09-16 10:55:50.887 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._lastHere" has been written without ack-flag with value "2021-09-16@10:55:50"
                    2021-09-16 10:55:50.894 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._lastHere" has been written without ack-flag with value "2021-09-16@10:55:50"
                    2021-09-16 10:55:50.911 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._lastHere" has been written without ack-flag with value "2021-09-16@10:55:50"
                    2021-09-16 10:56:13.766 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._lastHere" has been written without ack-flag with value "2021-09-16@10:56:13"
                    2021-09-16 10:56:14.088 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._nHere" has been written without ack-flag with value "200"
                    2021-09-16 10:56:14.126 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._nHere" has been written without ack-flag with value "200"
                    2021-09-16 10:56:14.227 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._nHere" has been written without ack-flag with value "200"
                    2021-09-16 10:56:14.266 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._nHere" has been written without ack-flag with value "200"
                    2021-09-16 10:56:14.357 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._nHere" has been written without ack-flag with value "200"
                    2021-09-16 10:56:14.397 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._nHere" has been written without ack-flag with value "200"
                    2021-09-16 10:56:20.843 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._lastHere" has been written without ack-flag with value "2021-09-16@10:56:20"
                    2021-09-16 10:56:20.847 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._lastHere" has been written without ack-flag with value "2021-09-16@10:56:20"
                    2021-09-16 10:56:20.849 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._lastHere" has been written without ack-flag with value "2021-09-16@10:56:20"
                    2021-09-16 10:56:20.862 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._lastHere" has been written without ack-flag with value "2021-09-16@10:56:20"
                    2021-09-16 10:56:43.767 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._lastHere" has been written without ack-flag with value "2021-09-16@10:56:43"
                    2021-09-16 10:56:43.854 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._lastHere" has been written without ack-flag with value "2021-09-16@10:56:43"
                    2021-09-16 10:56:44.076 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._nHere" has been written without ack-flag with value "201"
                    2021-09-16 10:56:44.113 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._nHere" has been written without ack-flag with value "201"
                    2021-09-16 10:56:44.208 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._nHere" has been written without ack-flag with value "201"
                    2021-09-16 10:56:44.251 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._nHere" has been written without ack-flag with value "201"
                    2021-09-16 10:56:44.351 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._nHere" has been written without ack-flag with value "201"
                    2021-09-16 10:56:44.438 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._nHere" has been written without ack-flag with value "201"
                    2021-09-16 10:56:53.537 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._lastHere" has been written without ack-flag with value "2021-09-16@10:56:50"
                    2021-09-16 10:56:53.589 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._lastHere" has been written without ack-flag with value "2021-09-16@10:56:50"
                    2021-09-16 10:56:53.591 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._lastHere" has been written without ack-flag with value "2021-09-16@10:56:50"
                    2021-09-16 10:56:53.600 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._lastHere" has been written without ack-flag with value "2021-09-16@10:56:50"
                    2021-09-16 10:56:53.601 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._lastHere" has been written without ack-flag with value "2021-09-16@10:56:50"
                    2021-09-16 10:57:13.770 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._lastHere" has been written without ack-flag with value "2021-09-16@10:57:13"
                    2021-09-16 10:57:14.086 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._nHere" has been written without ack-flag with value "202"
                    2021-09-16 10:57:14.118 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._nHere" has been written without ack-flag with value "202"
                    2021-09-16 10:57:14.160 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._nHere" has been written without ack-flag with value "202"
                    2021-09-16 10:57:14.254 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._nHere" has been written without ack-flag with value "202"
                    2021-09-16 10:57:14.348 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._nHere" has been written without ack-flag with value "202"
                    2021-09-16 10:57:14.386 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._nHere" has been written without ack-flag with value "202"
                    2021-09-16 10:57:17.206 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._lastHere" has been written without ack-flag with value "2021-09-16@10:57:16"
                    2021-09-16 10:57:17.390 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._lastHere" has been written without ack-flag with value "2021-09-16@10:57:16"
                    2021-09-16 10:57:17.392 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._lastHere" has been written without ack-flag with value "2021-09-16@10:57:16"
                    2021-09-16 10:57:17.393 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._lastHere" has been written without ack-flag with value "2021-09-16@10:57:16"
                    2021-09-16 10:57:20.793 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._lastHere" has been written without ack-flag with value "2021-09-16@10:57:20"
                    2021-09-16 10:57:43.770 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._lastHere" has been written without ack-flag with value "2021-09-16@10:57:43"
                    2021-09-16 10:57:44.088 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._nHere" has been written without ack-flag with value "203"
                    2021-09-16 10:57:44.122 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._nHere" has been written without ack-flag with value "203"
                    2021-09-16 10:57:44.217 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._nHere" has been written without ack-flag with value "203"
                    2021-09-16 10:57:44.254 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._nHere" has been written without ack-flag with value "203"
                    2021-09-16 10:57:44.347 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._nHere" has been written without ack-flag with value "203"
                    2021-09-16 10:57:44.386 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._nHere" has been written without ack-flag with value "203"
                    2021-09-16 10:57:44.481 - warn: radar2.0 (10678) Read-only state "radar2.0._uIPs" has been written without ack-flag with value "['192.168.2.11', '192.168.2.150','192.168.2.164', '192.168.2.166','192.168.2.20', '192.168.2.200','192.168.2.21', '192.168.2.228','192.168.2.248', '192.168.2.252','192.168.2.253', '192.168.2.26','192.168.2.27', '192.168.2.30','192.168.2.31', '192.168.2.41','192.168.2.42', '192.168.2.48','192.168.2.49', '192.168.2.50','192.168.2.57', '192.168.2.60','192.168.2.81', '192.168.2.85','192.168.2.91', '192.168.2.92']"
                    2021-09-16 10:57:50.910 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._lastHere" has been written without ack-flag with value "2021-09-16@10:57:50"
                    2021-09-16 10:57:50.916 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._lastHere" has been written without ack-flag with value "2021-09-16@10:57:50"
                    2021-09-16 10:57:50.925 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._lastHere" has been written without ack-flag with value "2021-09-16@10:57:50"
                    2021-09-16 10:57:50.936 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._lastHere" has been written without ack-flag with value "2021-09-16@10:57:50"
                    2021-09-16 10:57:50.981 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._lastHere" has been written without ack-flag with value "2021-09-16@10:57:50"
                    2021-09-16 10:58:13.768 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._lastHere" has been written without ack-flag with value "2021-09-16@10:58:13"
                    2021-09-16 10:58:14.087 - warn: radar2.0 (10678) Read-only state "radar2.0.Ich._nHere" has been written without ack-flag with value "204"
                    2021-09-16 10:58:14.126 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._nHere" has been written without ack-flag with value "204"
                    2021-09-16 10:58:14.229 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._nHere" has been written without ack-flag with value "204"
                    2021-09-16 10:58:14.271 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._nHere" has been written without ack-flag with value "204"
                    2021-09-16 10:58:14.364 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._nHere" has been written without ack-flag with value "204"
                    2021-09-16 10:58:14.402 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._nHere" has been written without ack-flag with value "204"
                    2021-09-16 10:58:14.501 - warn: radar2.0 (10678) Read-only state "radar2.0._uIPs" has been written without ack-flag with value "['192.168.2.11', '192.168.2.150','192.168.2.164', '192.168.2.166','192.168.2.20', '192.168.2.200','192.168.2.21', '192.168.2.228','192.168.2.248', '192.168.2.252','192.168.2.253', '192.168.2.26','192.168.2.27', '192.168.2.30','192.168.2.31', '192.168.2.41','192.168.2.48', '192.168.2.49','192.168.2.50', '192.168.2.57','192.168.2.60', '192.168.2.81','192.168.2.85', '192.168.2.91','192.168.2.92']"
                    2021-09-16 10:58:20.985 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_AZ._lastHere" has been written without ack-flag with value "2021-09-16@10:58:20"
                    2021-09-16 10:58:20.991 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU__-_IOBROKER._lastHere" has been written without ack-flag with value "2021-09-16@10:58:20"
                    2021-09-16 10:58:20.993 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_3_RM._lastHere" has been written without ack-flag with value "2021-09-16@10:58:20"
                    2021-09-16 10:58:20.993 - warn: radar2.0 (10678) Read-only state "radar2.0.Fritzbox_WZ._lastHere" has been written without ack-flag with value "2021-09-16@10:58:20"
                    2021-09-16 10:58:21.037 - warn: radar2.0 (10678) Read-only state "radar2.0.CCU_1._lastHere" has been written without ack-flag with value "2021-09-
                    

                    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.

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

                      Hallo Freunde
                      Habe alle auf den neusten Stand gebracht bei mir.Soweit funktioniert alles. es sind aber Warnungen im Log von meinen Yeehligth

                      yeelight-2.0
                      2021-09-16 16:44:17.038	info	State value to set for "yeelight-2.0.Spiegellicht-Badezimmer.control.ct" has to be type "number" but received type "string"
                      
                      

                      Ist da schon was bekannt?

                      Gruß OSR

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

                      1 Antwort Letzte Antwort
                      0
                      • apollon77A Offline
                        apollon77A Offline
                        apollon77
                        schrieb am zuletzt editiert von
                        #209

                        Ich hab soeben den js-controller 3.3.18 ins Stable gestellt. Die Änderung im Vergleich zur 3.3.15 ist primär für Docker und die Nutzer des Raspi-Images relevant.

                        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
                        B ice987I P 3 Antworten Letzte Antwort
                        1
                        • apollon77A apollon77

                          Ich hab soeben den js-controller 3.3.18 ins Stable gestellt. Die Änderung im Vergleich zur 3.3.15 ist primär für Docker und die Nutzer des Raspi-Images relevant.

                          B Offline
                          B Offline
                          babl
                          schrieb am zuletzt editiert von babl
                          #210

                          @apollon77 Update erledigt, lief fehlerfrei am raspi pi4 durch. Alles in Ordnung, danke für deine unermüdliche Arbeit.:+1:

                          1 Antwort Letzte Antwort
                          1
                          • apollon77A apollon77

                            Ich hab soeben den js-controller 3.3.18 ins Stable gestellt. Die Änderung im Vergleich zur 3.3.15 ist primär für Docker und die Nutzer des Raspi-Images relevant.

                            ice987I Offline
                            ice987I Offline
                            ice987
                            schrieb am zuletzt editiert von ice987
                            #211

                            @apollon77
                            update ebenfalls erledigt, lief fehlerfrei durch. ioBroker läuft im unter dem "Official Docker Image for ioBroker v5.1.0" und erhielt die Meldungen

                            /bin/sh: 1: iw: not found
                            /bin/sh: 1: iw: not found
                            /bin/sh: 1: hcitool: not found
                            

                            in der Konsole, sonst alles. i.O.
                            Vielen Dank für eure Arbeit!

                            husqvarna-automower, meteoblue, wiserbyfeller, spritmonitor

                            apollon77A F 2 Antworten Letzte Antwort
                            0
                            • apollon77A apollon77

                              Ich hab soeben den js-controller 3.3.18 ins Stable gestellt. Die Änderung im Vergleich zur 3.3.15 ist primär für Docker und die Nutzer des Raspi-Images relevant.

                              P Offline
                              P Offline
                              picky
                              schrieb am zuletzt editiert von
                              #212

                              @apollon77 Bekomme Fehlermeldung, das er nicht updaten kann.

                              pi@server:~ $ iobroker update self
                              Used repository: self
                              failed to download new sources, use cached sources
                              
                              
                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • P picky

                                @apollon77 Bekomme Fehlermeldung, das er nicht updaten kann.

                                pi@server:~ $ iobroker update self
                                Used repository: self
                                failed to download new sources, use cached sources
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #213

                                @picky
                                Falscher Befehl

                                iobroker update
                                iobroker upgrade self
                                

                                wäre richtig

                                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

                                P 1 Antwort Letzte Antwort
                                1
                                • Thomas BraunT Thomas Braun

                                  @picky
                                  Falscher Befehl

                                  iobroker update
                                  iobroker upgrade self
                                  

                                  wäre richtig

                                  P Offline
                                  P Offline
                                  picky
                                  schrieb am zuletzt editiert von
                                  #214

                                  @thomas-braun said in js-controller 3.3 jetzt im STABLE!:

                                  iobroker upgrade self

                                  Danke so funktioniert es ;-)

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  1
                                  • P picky

                                    @thomas-braun said in js-controller 3.3 jetzt im STABLE!:

                                    iobroker upgrade self

                                    Danke so funktioniert es ;-)

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

                                    @picky
                                    Wenn's richtig gemacht wird funktioniert's auch.

                                    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

                                    1 Antwort Letzte Antwort
                                    0
                                    • ice987I ice987

                                      @apollon77
                                      update ebenfalls erledigt, lief fehlerfrei durch. ioBroker läuft im unter dem "Official Docker Image for ioBroker v5.1.0" und erhielt die Meldungen

                                      /bin/sh: 1: iw: not found
                                      /bin/sh: 1: iw: not found
                                      /bin/sh: 1: hcitool: not found
                                      

                                      in der Konsole, sonst alles. i.O.
                                      Vielen Dank für eure Arbeit!

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

                                      @ice987 das am besten beim Docker Image bei @buanet melden

                                      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
                                      P 1 Antwort Letzte Antwort
                                      0
                                      • ice987I ice987

                                        @apollon77
                                        update ebenfalls erledigt, lief fehlerfrei durch. ioBroker läuft im unter dem "Official Docker Image for ioBroker v5.1.0" und erhielt die Meldungen

                                        /bin/sh: 1: iw: not found
                                        /bin/sh: 1: iw: not found
                                        /bin/sh: 1: hcitool: not found
                                        

                                        in der Konsole, sonst alles. i.O.
                                        Vielen Dank für eure Arbeit!

                                        F Offline
                                        F Offline
                                        fastfoot
                                        schrieb am zuletzt editiert von
                                        #217

                                        @ice987 sagte in js-controller 3.3 jetzt im STABLE!:

                                        und erhielt die Meldungen

                                        die kommen vom Modul systeminformation, welches der Info-Adapter nutzt. Kann man ignorieren...

                                        iobroker läuft unter Docker auf QNAP TS-451+
                                        SkriptRecovery: https://forum.iobroker.net/post/930558

                                        1 Antwort Letzte Antwort
                                        0
                                        • apollon77A apollon77

                                          @ice987 das am besten beim Docker Image bei @buanet melden

                                          P Offline
                                          P Offline
                                          peterfido
                                          schrieb am zuletzt editiert von peterfido
                                          #218

                                          @apollon77

                                          Hallo,

                                          leider fehlt (bei mir) das Changelog:

                                          File CHANGELOG.md not found
                                          

                                          Bei Github stehen die Änderungen von 3.3.15 zu 3.3.18 nicht separat aufgeführt.

                                          Gruß

                                          Peterfido


                                          Proxmox auf Intel NUC12WSHi5
                                          ioBroker: Debian (VM)
                                          CCU: Debmatic (VM)
                                          Influx: Debian (VM)
                                          Grafana: Debian (VM)
                                          eBus: Debian (VM)
                                          Zigbee: Debian (VM) mit zigbee2mqtt

                                          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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          260

                                          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