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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Hilfe bei Update des gesamten Systems

NEWS

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

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

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

Hilfe bei Update des gesamten Systems

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
updateupgradenodejs
86 Beiträge 5 Kommentatoren 9.8k Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @stoni sagte in Hilfe bei Update des gesamten Systems:

    pixman-1

    sudo apt update
    sudo apt install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
    

    Dann nochmal

    cd /opt/iobroker 
    sudo -H -u iobroker npm install iobroker.js-controller
    
    S Offline
    S Offline
    Stoni
    schrieb am zuletzt editiert von
    #65

    @thomas-braun

    sieht aus, als wäre es ohne Fehler durchgelaufen

    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
    
    > iobroker.js-controller@3.3.18 preinstall /opt/iobroker/node_modules/iobroker.js-controller
    > node lib/preinstallCheck.js
    
    NPM version: 6.14.15
    
    > canvas@2.6.1 install /opt/iobroker/node_modules/canvas
    > node-pre-gyp install --fallback-to-build
    
    node-pre-gyp WARN Using request for node-pre-gyp https download
    node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.1/canvas-v2.6.1-node-v83-linux-glibc-arm.tar.gz
    node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.1 and node@14.18.1 (node-v83 ABI, glibc) (falling back to source compile with node-gyp)
    make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird betreten
      SOLINK_MODULE(target) Release/obj.target/canvas-postbuild.node
      COPY Release/canvas-postbuild.node
      CXX(target) Release/obj.target/canvas/src/backend/Backend.o
    In file included from ../src/backend/Backend.h:6,
                     from ../src/backend/Backend.cc:1:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
      CXX(target) Release/obj.target/canvas/src/backend/ImageBackend.o
    In file included from ../src/backend/Backend.h:6,
                     from ../src/backend/ImageBackend.h:3,
                     from ../src/backend/ImageBackend.cc:1:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
      CXX(target) Release/obj.target/canvas/src/backend/PdfBackend.o
    In file included from ../src/backend/Backend.h:6,
                     from ../src/backend/PdfBackend.h:3,
                     from ../src/backend/PdfBackend.cc:1:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
      CXX(target) Release/obj.target/canvas/src/backend/SvgBackend.o
    In file included from ../src/backend/Backend.h:6,
                     from ../src/backend/SvgBackend.h:3,
                     from ../src/backend/SvgBackend.cc:1:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
      CXX(target) Release/obj.target/canvas/src/bmp/BMPParser.o
    ../src/bmp/BMPParser.cc: In member function ‘void BMPParser::Parser::parse(uint8_t*, int, uint8_t*)’:
    ../src/bmp/BMPParser.cc:189:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
       E(ptr - data > imgdOffset, "image data overlaps with another structure");
         ~~~~~~~~~~~^~~~~~~~~~~~
    ../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’
     #define E(cond, msg) if(cond) return setErr(msg)
                             ^~~~
    ../src/bmp/BMPParser.cc:204:27: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
       E(ptr - data + imgdSize > len, "not enough image data");
         ~~~~~~~~~~~~~~~~~~~~~~^~~~~
    ../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’
     #define E(cond, msg) if(cond) return setErr(msg)
                             ^~~~
      CXX(target) Release/obj.target/canvas/src/Backends.o
    In file included from ../src/backend/Backend.h:6,
                     from ../src/Backends.h:3,
                     from ../src/Backends.cc:1:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
      CXX(target) Release/obj.target/canvas/src/Canvas.o
    In file included from ../src/backend/Backend.h:6,
                     from ../src/Canvas.h:5,
                     from ../src/Canvas.cc:3:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
    ../src/Canvas.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Canvas::ToBuffer(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/Canvas.cc:415:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘unsigned int’} [-Wsign-compare]
         if (canvas->nBytes() > node::Buffer::kMaxLength) {
             ~~~~~~~~~~~~~~~~~^~~~~~
    ../src/Canvas.cc:479:79: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     ue_work(uv_default_loop(), req, ToPngBufferAsync, (uv_after_work_cb)ToBufferAsyncAfter);
                                                                         ^~~~~~~~~~~~~~~~~~
    
    ../src/Canvas.cc:520:80: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     e_work(uv_default_loop(), req, ToJpegBufferAsync, (uv_after_work_cb)ToBufferAsyncAfter);
                                                                         ^~~~~~~~~~~~~~~~~~
    
    In file included from ../../nan/nan.h:2884,
                     from ../src/backend/Backend.h:6,
                     from ../src/Canvas.h:5,
                     from ../src/Canvas.cc:3:
    ../../nan/nan_typedarray_contents.h: In instantiation of ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>) [with T = unsigned char]’:
    ../src/Canvas.cc:274:65:   required from here
    ../../nan/nan_typedarray_contents.h:34:54: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
           data   = static_cast<char*>(buffer->GetContents().Data()) + byte_offset;
                                       ~~~~~~~~~~~~~~~~~~~^~
    In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67,
                     from ../../nan/nan.h:54,
                     from ../src/backend/Backend.h:6,
                     from ../src/Canvas.h:5,
                     from ../src/Canvas.cc:3:
    /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:5273:12: note: declared here
       Contents GetContents();
                ^~~~~~~~~~~
      CXX(target) Release/obj.target/canvas/src/CanvasGradient.o
    In file included from ../src/CanvasGradient.h:5,
                     from ../src/CanvasGradient.cc:3:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
      CXX(target) Release/obj.target/canvas/src/CanvasPattern.o
    In file included from ../src/CanvasPattern.h:6,
                     from ../src/CanvasPattern.cc:3:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
      CXX(target) Release/obj.target/canvas/src/CanvasRenderingContext2d.o
    In file included from ../src/backend/Backend.h:6,
                     from ../src/Canvas.h:5,
                     from ../src/CanvasRenderingContext2d.h:6,
                     from ../src/CanvasRenderingContext2d.cc:3:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
    In file included from ../../nan/nan.h:2884,
                     from ../src/backend/Backend.h:6,
                     from ../src/Canvas.h:5,
                     from ../src/CanvasRenderingContext2d.h:6,
                     from ../src/CanvasRenderingContext2d.cc:3:
    ../../nan/nan_typedarray_contents.h: In instantiation of ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>) [with T = unsigned char]’:
    ../src/CanvasRenderingContext2d.cc:1027:64:   required from here
    ../../nan/nan_typedarray_contents.h:34:54: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
           data   = static_cast<char*>(buffer->GetContents().Data()) + byte_offset;
                                       ~~~~~~~~~~~~~~~~~~~^~
    In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67,
                     from ../../nan/nan.h:54,
                     from ../src/backend/Backend.h:6,
                     from ../src/Canvas.h:5,
                     from ../src/CanvasRenderingContext2d.h:6,
                     from ../src/CanvasRenderingContext2d.cc:3:
    /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:5273:12: note: declared here
       Contents GetContents();
                ^~~~~~~~~~~
    In file included from ../../nan/nan.h:2884,
                     from ../src/backend/Backend.h:6,
                     from ../src/Canvas.h:5,
                     from ../src/CanvasRenderingContext2d.h:6,
                     from ../src/CanvasRenderingContext2d.cc:3:
    ../../nan/nan_typedarray_contents.h: In instantiation of ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>) [with T = double]’:
    ../src/CanvasRenderingContext2d.cc:1752:43:   required from here
    ../../nan/nan_typedarray_contents.h:34:54: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
           data   = static_cast<char*>(buffer->GetContents().Data()) + byte_offset;
                                       ~~~~~~~~~~~~~~~~~~~^~
    In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67,
                     from ../../nan/nan.h:54,
                     from ../src/backend/Backend.h:6,
                     from ../src/Canvas.h:5,
                     from ../src/CanvasRenderingContext2d.h:6,
                     from ../src/CanvasRenderingContext2d.cc:3:
    /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:5273:12: note: declared here
       Contents GetContents();
                ^~~~~~~~~~~
      CXX(target) Release/obj.target/canvas/src/closure.o
    In file included from ../src/backend/Backend.h:6,
                     from ../src/Canvas.h:5,
                     from ../src/closure.h:5,
                     from ../src/closure.cc:1:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
      CXX(target) Release/obj.target/canvas/src/color.o
      CXX(target) Release/obj.target/canvas/src/Image.o
    In file included from ../src/Image.h:8,
                     from ../src/Image.cc:3:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
      CXX(target) Release/obj.target/canvas/src/ImageData.o
    In file included from ../src/ImageData.h:5,
                     from ../src/ImageData.cc:3:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
    In file included from ../../nan/nan.h:2884,
                     from ../src/ImageData.h:5,
                     from ../src/ImageData.cc:3:
    ../../nan/nan_typedarray_contents.h: In instantiation of ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>) [with T = unsigned char]’:
    ../src/ImageData.cc:116:53:   required from here
    ../../nan/nan_typedarray_contents.h:34:54: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
           data   = static_cast<char*>(buffer->GetContents().Data()) + byte_offset;
                                       ~~~~~~~~~~~~~~~~~~~^~
    In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67,
                     from ../../nan/nan.h:54,
                     from ../src/ImageData.h:5,
                     from ../src/ImageData.cc:3:
    /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:5273:12: note: declared here
       Contents GetContents();
                ^~~~~~~~~~~
      CXX(target) Release/obj.target/canvas/src/init.o
    In file included from ../src/backend/Backend.h:6,
                     from ../src/Backends.h:3,
                     from ../src/init.cc:17:
    ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
    ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
         , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                  ^
    In file included from ../../nan/nan.h:54,
                     from ../src/backend/Backend.h:6,
                     from ../src/Backends.h:3,
                     from ../src/init.cc:17:
    ../src/init.cc: At global scope:
    /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:787:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
           (node::addon_register_func) (regfunc),                          \
                                               ^
    /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
       NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
       ^~~~~~~~~~~~~
    ../src/init.cc:88:1: note: in expansion of macro ‘NODE_MODULE’
     NODE_MODULE(canvas, init);
     ^~~~~~~~~~~
      CXX(target) Release/obj.target/canvas/src/register_font.o
      SOLINK_MODULE(target) Release/obj.target/canvas.node
      COPY Release/canvas.node
    make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird verlassen
    
    > iobroker.js-controller@3.3.18 install /opt/iobroker/node_modules/iobroker.js-controller
    > node iobroker.js setup first
    
    object system.certificates updated
    object _design/custom updated
    object _design/system updated
    ioBroker configuration updated
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
    
    + iobroker.js-controller@3.3.18
    added 10 packages from 8 contributors and updated 1 package in 94.632s
    
    21 packages are looking for funding
      run `npm fund` for details
    
    
    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • S Stoni

      @thomas-braun

      sieht aus, als wäre es ohne Fehler durchgelaufen

      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      
      > iobroker.js-controller@3.3.18 preinstall /opt/iobroker/node_modules/iobroker.js-controller
      > node lib/preinstallCheck.js
      
      NPM version: 6.14.15
      
      > canvas@2.6.1 install /opt/iobroker/node_modules/canvas
      > node-pre-gyp install --fallback-to-build
      
      node-pre-gyp WARN Using request for node-pre-gyp https download
      node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.1/canvas-v2.6.1-node-v83-linux-glibc-arm.tar.gz
      node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.1 and node@14.18.1 (node-v83 ABI, glibc) (falling back to source compile with node-gyp)
      make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird betreten
        SOLINK_MODULE(target) Release/obj.target/canvas-postbuild.node
        COPY Release/canvas-postbuild.node
        CXX(target) Release/obj.target/canvas/src/backend/Backend.o
      In file included from ../src/backend/Backend.h:6,
                       from ../src/backend/Backend.cc:1:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
        CXX(target) Release/obj.target/canvas/src/backend/ImageBackend.o
      In file included from ../src/backend/Backend.h:6,
                       from ../src/backend/ImageBackend.h:3,
                       from ../src/backend/ImageBackend.cc:1:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
        CXX(target) Release/obj.target/canvas/src/backend/PdfBackend.o
      In file included from ../src/backend/Backend.h:6,
                       from ../src/backend/PdfBackend.h:3,
                       from ../src/backend/PdfBackend.cc:1:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
        CXX(target) Release/obj.target/canvas/src/backend/SvgBackend.o
      In file included from ../src/backend/Backend.h:6,
                       from ../src/backend/SvgBackend.h:3,
                       from ../src/backend/SvgBackend.cc:1:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
        CXX(target) Release/obj.target/canvas/src/bmp/BMPParser.o
      ../src/bmp/BMPParser.cc: In member function ‘void BMPParser::Parser::parse(uint8_t*, int, uint8_t*)’:
      ../src/bmp/BMPParser.cc:189:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
         E(ptr - data > imgdOffset, "image data overlaps with another structure");
           ~~~~~~~~~~~^~~~~~~~~~~~
      ../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’
       #define E(cond, msg) if(cond) return setErr(msg)
                               ^~~~
      ../src/bmp/BMPParser.cc:204:27: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
         E(ptr - data + imgdSize > len, "not enough image data");
           ~~~~~~~~~~~~~~~~~~~~~~^~~~~
      ../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’
       #define E(cond, msg) if(cond) return setErr(msg)
                               ^~~~
        CXX(target) Release/obj.target/canvas/src/Backends.o
      In file included from ../src/backend/Backend.h:6,
                       from ../src/Backends.h:3,
                       from ../src/Backends.cc:1:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
        CXX(target) Release/obj.target/canvas/src/Canvas.o
      In file included from ../src/backend/Backend.h:6,
                       from ../src/Canvas.h:5,
                       from ../src/Canvas.cc:3:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
      ../src/Canvas.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Canvas::ToBuffer(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/Canvas.cc:415:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘unsigned int’} [-Wsign-compare]
           if (canvas->nBytes() > node::Buffer::kMaxLength) {
               ~~~~~~~~~~~~~~~~~^~~~~~
      ../src/Canvas.cc:479:79: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
       ue_work(uv_default_loop(), req, ToPngBufferAsync, (uv_after_work_cb)ToBufferAsyncAfter);
                                                                           ^~~~~~~~~~~~~~~~~~
      
      ../src/Canvas.cc:520:80: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
       e_work(uv_default_loop(), req, ToJpegBufferAsync, (uv_after_work_cb)ToBufferAsyncAfter);
                                                                           ^~~~~~~~~~~~~~~~~~
      
      In file included from ../../nan/nan.h:2884,
                       from ../src/backend/Backend.h:6,
                       from ../src/Canvas.h:5,
                       from ../src/Canvas.cc:3:
      ../../nan/nan_typedarray_contents.h: In instantiation of ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>) [with T = unsigned char]’:
      ../src/Canvas.cc:274:65:   required from here
      ../../nan/nan_typedarray_contents.h:34:54: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
             data   = static_cast<char*>(buffer->GetContents().Data()) + byte_offset;
                                         ~~~~~~~~~~~~~~~~~~~^~
      In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67,
                       from ../../nan/nan.h:54,
                       from ../src/backend/Backend.h:6,
                       from ../src/Canvas.h:5,
                       from ../src/Canvas.cc:3:
      /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:5273:12: note: declared here
         Contents GetContents();
                  ^~~~~~~~~~~
        CXX(target) Release/obj.target/canvas/src/CanvasGradient.o
      In file included from ../src/CanvasGradient.h:5,
                       from ../src/CanvasGradient.cc:3:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
        CXX(target) Release/obj.target/canvas/src/CanvasPattern.o
      In file included from ../src/CanvasPattern.h:6,
                       from ../src/CanvasPattern.cc:3:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
        CXX(target) Release/obj.target/canvas/src/CanvasRenderingContext2d.o
      In file included from ../src/backend/Backend.h:6,
                       from ../src/Canvas.h:5,
                       from ../src/CanvasRenderingContext2d.h:6,
                       from ../src/CanvasRenderingContext2d.cc:3:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
      In file included from ../../nan/nan.h:2884,
                       from ../src/backend/Backend.h:6,
                       from ../src/Canvas.h:5,
                       from ../src/CanvasRenderingContext2d.h:6,
                       from ../src/CanvasRenderingContext2d.cc:3:
      ../../nan/nan_typedarray_contents.h: In instantiation of ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>) [with T = unsigned char]’:
      ../src/CanvasRenderingContext2d.cc:1027:64:   required from here
      ../../nan/nan_typedarray_contents.h:34:54: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
             data   = static_cast<char*>(buffer->GetContents().Data()) + byte_offset;
                                         ~~~~~~~~~~~~~~~~~~~^~
      In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67,
                       from ../../nan/nan.h:54,
                       from ../src/backend/Backend.h:6,
                       from ../src/Canvas.h:5,
                       from ../src/CanvasRenderingContext2d.h:6,
                       from ../src/CanvasRenderingContext2d.cc:3:
      /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:5273:12: note: declared here
         Contents GetContents();
                  ^~~~~~~~~~~
      In file included from ../../nan/nan.h:2884,
                       from ../src/backend/Backend.h:6,
                       from ../src/Canvas.h:5,
                       from ../src/CanvasRenderingContext2d.h:6,
                       from ../src/CanvasRenderingContext2d.cc:3:
      ../../nan/nan_typedarray_contents.h: In instantiation of ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>) [with T = double]’:
      ../src/CanvasRenderingContext2d.cc:1752:43:   required from here
      ../../nan/nan_typedarray_contents.h:34:54: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
             data   = static_cast<char*>(buffer->GetContents().Data()) + byte_offset;
                                         ~~~~~~~~~~~~~~~~~~~^~
      In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67,
                       from ../../nan/nan.h:54,
                       from ../src/backend/Backend.h:6,
                       from ../src/Canvas.h:5,
                       from ../src/CanvasRenderingContext2d.h:6,
                       from ../src/CanvasRenderingContext2d.cc:3:
      /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:5273:12: note: declared here
         Contents GetContents();
                  ^~~~~~~~~~~
        CXX(target) Release/obj.target/canvas/src/closure.o
      In file included from ../src/backend/Backend.h:6,
                       from ../src/Canvas.h:5,
                       from ../src/closure.h:5,
                       from ../src/closure.cc:1:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
        CXX(target) Release/obj.target/canvas/src/color.o
        CXX(target) Release/obj.target/canvas/src/Image.o
      In file included from ../src/Image.h:8,
                       from ../src/Image.cc:3:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
        CXX(target) Release/obj.target/canvas/src/ImageData.o
      In file included from ../src/ImageData.h:5,
                       from ../src/ImageData.cc:3:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
      In file included from ../../nan/nan.h:2884,
                       from ../src/ImageData.h:5,
                       from ../src/ImageData.cc:3:
      ../../nan/nan_typedarray_contents.h: In instantiation of ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>) [with T = unsigned char]’:
      ../src/ImageData.cc:116:53:   required from here
      ../../nan/nan_typedarray_contents.h:34:54: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
             data   = static_cast<char*>(buffer->GetContents().Data()) + byte_offset;
                                         ~~~~~~~~~~~~~~~~~~~^~
      In file included from /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:67,
                       from ../../nan/nan.h:54,
                       from ../src/ImageData.h:5,
                       from ../src/ImageData.cc:3:
      /home/iobroker/.cache/node-gyp/14.18.1/include/node/v8.h:5273:12: note: declared here
         Contents GetContents();
                  ^~~~~~~~~~~
        CXX(target) Release/obj.target/canvas/src/init.o
      In file included from ../src/backend/Backend.h:6,
                       from ../src/Backends.h:3,
                       from ../src/init.cc:17:
      ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
      In file included from ../../nan/nan.h:54,
                       from ../src/backend/Backend.h:6,
                       from ../src/Backends.h:3,
                       from ../src/init.cc:17:
      ../src/init.cc: At global scope:
      /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:787:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
             (node::addon_register_func) (regfunc),                          \
                                                 ^
      /home/iobroker/.cache/node-gyp/14.18.1/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
         NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
         ^~~~~~~~~~~~~
      ../src/init.cc:88:1: note: in expansion of macro ‘NODE_MODULE’
       NODE_MODULE(canvas, init);
       ^~~~~~~~~~~
        CXX(target) Release/obj.target/canvas/src/register_font.o
        SOLINK_MODULE(target) Release/obj.target/canvas.node
        COPY Release/canvas.node
      make: Verzeichnis „/opt/iobroker/node_modules/canvas/build“ wird verlassen
      
      > iobroker.js-controller@3.3.18 install /opt/iobroker/node_modules/iobroker.js-controller
      > node iobroker.js setup first
      
      object system.certificates updated
      object _design/custom updated
      object _design/system updated
      ioBroker configuration updated
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
      
      + iobroker.js-controller@3.3.18
      added 10 packages from 8 contributors and updated 1 package in 94.632s
      
      21 packages are looking for funding
        run `npm fund` for details
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von Thomas Braun
      #66

      @stoni

      iobroker restart
      iobroker status
      

      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

      S 2 Antworten Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @stoni

        iobroker restart
        iobroker status
        
        S Offline
        S Offline
        Stoni
        schrieb am zuletzt editiert von
        #67

        @thomas-braun

        iobroker is running on this host.
        
        
        Objects type: file
        States  type: redis
        
        
        1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @stoni

          iobroker restart
          iobroker status
          
          S Offline
          S Offline
          Stoni
          schrieb am zuletzt editiert von Stoni
          #68

          @thomas-braun

          also ioBroker läuft wieder, der LOG ist auch kräftig am schaffen.

          Die Adapter sind weitesgehend wieder grün, nur der javascript und der WLED sind noch rot.

          EDIT: WLED grün, Javascript weiter rot

          EDIT2: Javascript springt immer von rot auf grün und zurück

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • S Stoni

            @thomas-braun

            also ioBroker läuft wieder, der LOG ist auch kräftig am schaffen.

            Die Adapter sind weitesgehend wieder grün, nur der javascript und der WLED sind noch rot.

            EDIT: WLED grün, Javascript weiter rot

            EDIT2: Javascript springt immer von rot auf grün und zurück

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

            @stoni
            Dann starte den javaskript-Adapter mal neu, Ausgabe aus dem LogFile posten.

            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

            S 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @stoni
              Dann starte den javaskript-Adapter mal neu, Ausgabe aus dem LogFile posten.

              S Offline
              S Offline
              Stoni
              schrieb am zuletzt editiert von
              #70

              @thomas-braun

              avascript.0	2021-10-25 21:32:09.769	warn	(3661) Terminated (UNCAUGHT_EXCEPTION): Without reason
              javascript.0	2021-10-25 21:32:09.768	info	(3661) terminating
              javascript.0	2021-10-25 21:32:09.683	error	(3661) The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
              javascript.0	2021-10-25 21:32:09.682	error	(3661) Error: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:2
              javascript.0	2021-10-25 21:32:09.682	error	(3661) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
              javascript.0	2021-10-25 21:32:09.682	error	(3661) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
              javascript.0	2021-10-25 21:32:09.680	error	(3661) The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
              javascript.0	2021-10-25 21:32:09.680	error	(3661) Error: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:2
              javascript.0	2021-10-25 21:32:09.680	error	(3661) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
              javascript.0	2021-10-25 21:32:09.679	error	(3661) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
              javascript.0	2021-10-25 21:32:09.676	info	(3661) Stop script script.js.Heizung.WP_WW_aufbereiten
              javascript.0	2021-10-25 21:32:09.676	info	(3661) Stop script script.js.Heizung.WP_Betrieb_WW
              javascript.0	2021-10-25 21:32:09.675	info	(3661) Stop script script.js.Heizung.WP_Betrieb_HZ_WW
              javascript.0	2021-10-25 21:32:09.675	info	(3661) Stop script script.js.Heizung.WP_ein
              javascript.0	2021-10-25 21:32:09.675	info	(3661) Stop script script.js.Heizung.WP_aus
              javascript.0	2021-10-25 21:32:09.674	info	(3661) Stop script script.js.Heizung.WP_Betrieb_Heizen
              javascript.0	2021-10-25 21:32:09.673	info	(3661) Stop script script.js.Heizung.Entkeimung_Taster
              javascript.0	2021-10-25 21:32:09.673	info	(3661) Stop script script.js.Kellerfenster_Einbruch.Fenster_Hobbykeller
              javascript.0	2021-10-25 21:32:09.673	info	(3661) Stop script script.js.Beleuchtung.Urlaubsbeleuchtung
              javascript.0	2021-10-25 21:32:09.672	info	(3661) Stop script script.js.Garage___Garten___Carport.Carporttor_Abwesend
              javascript.0	2021-10-25 21:32:09.672	info	(3661) Stop script script.js.Garage___Garten___Carport.Carportlicht_BWM
              javascript.0	2021-10-25 21:32:09.671	info	(3661) Stop script script.js.Garage___Garten___Carport.Bewegung_Abwesenheit(1)
              javascript.0	2021-10-25 21:32:09.671	info	(3661) Stop script script.js.Garage___Garten___Carport.Bewegung_Dunkelheit
              javascript.0	2021-10-25 21:32:09.670	info	(3661) Stop script script.js.Garage___Garten___Carport.Garagenlicht
              javascript.0	2021-10-25 21:32:09.670	info	(3661) Stop script script.js.Garage___Garten___Carport.Gartenlicht
              javascript.0	2021-10-25 21:32:09.670	info	(3661) Stop script script.js.Garage___Garten___Carport.Licht_Gartenhaus
              javascript.0	2021-10-25 21:32:09.669	info	(3661) Stop script script.js.Garage___Garten___Carport.WLED_Garage_Beginner
              javascript.0	2021-10-25 21:32:09.669	info	(3661) Stop script script.js.Garage___Garten___Carport.Garagentor_Schalter
              javascript.0	2021-10-25 21:32:09.668	info	(3661) Stop script script.js.Rollläden.Rollläden_Urlaub
              javascript.0	2021-10-25 21:32:09.668	info	(3661) Stop script script.js.common.Batteriestand_Haustür
              javascript.0	2021-10-25 21:32:09.667	info	(3661) Stop script script.js.Anwesenheit.Zisternenpumpe
              javascript.0	2021-10-25 21:32:09.667	info	(3661) Stop script script.js.Anwesenheit.Bewegung_Flur
              javascript.0	2021-10-25 21:32:09.667	info	(3661) Stop script script.js.Anwesenheit.IP_Cams
              javascript.0	2021-10-25 21:32:09.666	info	(3661) Stop script script.js.Rollläden.Beschattung_Süden_OPPLE
              javascript.0	2021-10-25 21:32:09.666	info	(3661) Stop script script.js.Rollläden.Beschattung_Osten_OPPLE
              javascript.0	2021-10-25 21:32:09.665	info	(3661) Stop script script.js.Beleuchtung.OPPLE_3-fach_Wohnzimmer
              javascript.0	2021-10-25 21:32:09.665	info	(3661) Stop script script.js.Sayit.Erinnerung_Tabletten
              javascript.0	2021-10-25 21:32:09.664	info	(3661) Stop script script.js.Rollläden.Rollläden_auf
              javascript.0	2021-10-25 21:32:09.664	info	(3661) Stop script script.js.Kellerfenster_Einbruch.Gästezimmer
              javascript.0	2021-10-25 21:32:09.663	info	(3661) Stop script script.js.Rollläden.Rollladen_Terrasse_ab
              javascript.0	2021-10-25 21:32:09.663	info	(3661) Stop script script.js.Rollläden.Rollläden_EG_ab
              javascript.0	2021-10-25 21:32:09.662	info	(3661) Stop script script.js.Rollläden.Wohnzimmerfenster
              javascript.0	2021-10-25 21:32:09.662	info	(3661) Stop script script.js.Beleuchtung.Nachtlicht-Schlafzimmer
              javascript.0	2021-10-25 21:32:09.661	info	(3661) Stop script script.js.Beleuchtung.Sternenlicht
              javascript.0	2021-10-25 21:32:09.660	info	(3661) Stop script script.js.common.Batterie_iPad_Air
              javascript.0	2021-10-25 21:32:09.660	info	(3661) Stop script script.js.common.Anruf_Nachricht_Pushover
              javascript.0	2021-10-25 21:32:09.659	info	(3661) Stop script script.js.Beleuchtung.Terrassenbeleuchtung(1)
              javascript.0	2021-10-25 21:32:09.659	info	(3661) Stop script script.js.Beleuchtung.indirekte_Beleuchtung(1)
              javascript.0	2021-10-25 21:32:09.658	info	(3661) Stop script script.js.Sayit.Wassermelder_Küche
              javascript.0	2021-10-25 21:32:09.658	info	(3661) Stop script script.js.Sayit.Wassermelder_Keller
              javascript.0	2021-10-25 21:32:09.657	info	(3661) Stop script script.js.Sayit.Rasenmäher_error
              javascript.0	2021-10-25 21:32:09.656	info	(3661) Stop script script.js.Sayit.Bad_OG
              javascript.0	2021-10-25 21:32:09.655	info	(3661) Stop script script.js.Sayit.Hobbykeller_10_Min
              javascript.0	2021-10-25 21:32:09.653	info	(3661) Stop script script.js.Sayit.Gästebad_10_Min
              javascript.0	2021-10-25 21:32:09.651	info	(3661) Stop script script.js.Sayit.Gästebad_5_Min
              javascript.0	2021-10-25 21:32:09.650	info	(3661) Stop script script.js.Sayit.Kinderzimmer_Lea_Sophie
              javascript.0	2021-10-25 21:32:09.649	info	(3661) Stop script script.js.Sayit.Gästezimmer
              javascript.0	2021-10-25 21:32:09.649	info	(3661) Stop script script.js.Sayit.Kinderzimmer_Maximilian
              javascript.0	2021-10-25 21:32:09.645	info	(3661) Stop script script.js.common.PV-Tagesertrag
              javascript.0	2021-10-25 21:32:09.643	info	(3661) Stop script script.js.Sayit.Gefrierschrank_3_Min.
              javascript.0	2021-10-25 21:32:09.642	info	(3661) Stop script script.js.Sayit.Gefrierschrank_2_Min.
              javascript.0	2021-10-25 21:32:09.639	info	(3661) script.js.Heizung.WP_WW_aufbereiten: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.635	info	(3661) Start javascript script.js.Heizung.WP_WW_aufbereiten
              javascript.0	2021-10-25 21:32:09.634	info	(3661) script.js.Heizung.WP_Betrieb_WW: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.630	info	(3661) Start javascript script.js.Heizung.WP_Betrieb_WW
              javascript.0	2021-10-25 21:32:09.629	info	(3661) script.js.Heizung.WP_Betrieb_HZ_WW: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.625	info	(3661) Start javascript script.js.Heizung.WP_Betrieb_HZ_WW
              javascript.0	2021-10-25 21:32:09.624	info	(3661) script.js.Heizung.WP_ein: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.620	info	(3661) Start javascript script.js.Heizung.WP_ein
              javascript.0	2021-10-25 21:32:09.619	info	(3661) script.js.Heizung.WP_aus: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.615	info	(3661) Start javascript script.js.Heizung.WP_aus
              javascript.0	2021-10-25 21:32:09.614	info	(3661) script.js.Heizung.WP_Betrieb_Heizen: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.610	info	(3661) Start javascript script.js.Heizung.WP_Betrieb_Heizen
              javascript.0	2021-10-25 21:32:09.609	info	(3661) script.js.Heizung.Entkeimung_Taster: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.605	info	(3661) Start javascript script.js.Heizung.Entkeimung_Taster
              javascript.0	2021-10-25 21:32:09.604	info	(3661) script.js.Kellerfenster_Einbruch.Fenster_Hobbykeller: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.600	info	(3661) Start javascript script.js.Kellerfenster_Einbruch.Fenster_Hobbykeller
              javascript.0	2021-10-25 21:32:09.599	info	(3661) script.js.Beleuchtung.Urlaubsbeleuchtung: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.595	info	(3661) Start javascript script.js.Beleuchtung.Urlaubsbeleuchtung
              javascript.0	2021-10-25 21:32:09.594	info	(3661) script.js.Garage___Garten___Carport.Carporttor_Abwesend: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.590	info	(3661) Start javascript script.js.Garage___Garten___Carport.Carporttor_Abwesend
              javascript.0	2021-10-25 21:32:09.590	info	(3661) script.js.Garage___Garten___Carport.Carportlicht_BWM: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.586	info	(3661) Start javascript script.js.Garage___Garten___Carport.Carportlicht_BWM
              javascript.0	2021-10-25 21:32:09.585	info	(3661) script.js.Garage___Garten___Carport.Bewegung_Abwesenheit(1): registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.581	info	(3661) Start javascript script.js.Garage___Garten___Carport.Bewegung_Abwesenheit(1)
              javascript.0	2021-10-25 21:32:09.580	info	(3661) script.js.Garage___Garten___Carport.Bewegung_Dunkelheit: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.576	info	(3661) Start javascript script.js.Garage___Garten___Carport.Bewegung_Dunkelheit
              javascript.0	2021-10-25 21:32:09.576	info	(3661) script.js.Garage___Garten___Carport.Garagenlicht: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.572	info	(3661) Start javascript script.js.Garage___Garten___Carport.Garagenlicht
              javascript.0	2021-10-25 21:32:09.571	info	(3661) script.js.Garage___Garten___Carport.Gartenlicht: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.567	info	(3661) Start javascript script.js.Garage___Garten___Carport.Gartenlicht
              javascript.0	2021-10-25 21:32:09.566	info	(3661) script.js.Garage___Garten___Carport.Licht_Gartenhaus: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.563	info	(3661) Start javascript script.js.Garage___Garten___Carport.Licht_Gartenhaus
              javascript.0	2021-10-25 21:32:09.562	info	(3661) script.js.Garage___Garten___Carport.WLED_Garage_Beginner: registered 4 subscriptions and 0 schedules
              javascript.0	2021-10-25 21:32:09.557	info	(3661) Start javascript script.js.Garage___Garten___Carport.WLED_Garage_Beginner
              javascript.0	2021-10-25 21:32:09.557	info	(3661) script.js.Garage___Garten___Carport.Garagentor_Schalter: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.553	info	(3661) Start javascript script.js.Garage___Garten___Carport.Garagentor_Schalter
              javascript.0	2021-10-25 21:32:09.552	info	(3661) script.js.Rollläden.Rollläden_Urlaub: registered 2 subscriptions and 0 schedules
              javascript.0	2021-10-25 21:32:09.547	info	(3661) Start javascript script.js.Rollläden.Rollläden_Urlaub
              javascript.0	2021-10-25 21:32:09.546	info	(3661) script.js.common.Batteriestand_Haustür: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.542	info	(3661) Start javascript script.js.common.Batteriestand_Haustür
              javascript.0	2021-10-25 21:32:09.541	info	(3661) script.js.Anwesenheit.Zisternenpumpe: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.537	info	(3661) Start javascript script.js.Anwesenheit.Zisternenpumpe
              javascript.0	2021-10-25 21:32:09.536	info	(3661) script.js.Anwesenheit.Bewegung_Flur: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.532	info	(3661) Start javascript script.js.Anwesenheit.Bewegung_Flur
              javascript.0	2021-10-25 21:32:09.532	info	(3661) script.js.Anwesenheit.IP_Cams: registered 2 subscriptions and 0 schedules
              javascript.0	2021-10-25 21:32:09.527	info	(3661) Start javascript script.js.Anwesenheit.IP_Cams
              javascript.0	2021-10-25 21:32:09.527	info	(3661) script.js.Rollläden.Beschattung_Süden_OPPLE: registered 2 subscriptions and 0 schedules
              javascript.0	2021-10-25 21:32:09.523	info	(3661) Start javascript script.js.Rollläden.Beschattung_Süden_OPPLE
              javascript.0	2021-10-25 21:32:09.522	info	(3661) script.js.Rollläden.Beschattung_Osten_OPPLE: registered 2 subscriptions and 0 schedules
              javascript.0	2021-10-25 21:32:09.518	info	(3661) Start javascript script.js.Rollläden.Beschattung_Osten_OPPLE
              javascript.0	2021-10-25 21:32:09.517	info	(3661) script.js.Beleuchtung.OPPLE_3-fach_Wohnzimmer: registered 3 subscriptions and 0 schedules
              javascript.0	2021-10-25 21:32:09.513	info	(3661) Start javascript script.js.Beleuchtung.OPPLE_3-fach_Wohnzimmer
              javascript.0	2021-10-25 21:32:09.512	info	(3661) script.js.Sayit.Erinnerung_Tabletten: registered 0 subscriptions and 1 schedule
              javascript.0	2021-10-25 21:32:09.506	info	(3661) Start javascript script.js.Sayit.Erinnerung_Tabletten
              javascript.0	2021-10-25 21:32:09.505	info	(3661) script.js.Rollläden.Rollläden_auf: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.501	info	(3661) Start javascript script.js.Rollläden.Rollläden_auf
              javascript.0	2021-10-25 21:32:09.501	info	(3661) script.js.Kellerfenster_Einbruch.Gästezimmer: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.497	info	(3661) Start javascript script.js.Kellerfenster_Einbruch.Gästezimmer
              javascript.0	2021-10-25 21:32:09.496	info	(3661) script.js.Rollläden.Rollladen_Terrasse_ab: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.492	info	(3661) Start javascript script.js.Rollläden.Rollladen_Terrasse_ab
              javascript.0	2021-10-25 21:32:09.491	info	(3661) script.js.Rollläden.Rollläden_EG_ab: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.487	info	(3661) Start javascript script.js.Rollläden.Rollläden_EG_ab
              javascript.0	2021-10-25 21:32:09.487	info	(3661) script.js.Rollläden.Wohnzimmerfenster: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.483	info	(3661) Start javascript script.js.Rollläden.Wohnzimmerfenster
              javascript.0	2021-10-25 21:32:09.482	info	(3661) script.js.Beleuchtung.Nachtlicht-Schlafzimmer: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.478	info	(3661) Start javascript script.js.Beleuchtung.Nachtlicht-Schlafzimmer
              javascript.0	2021-10-25 21:32:09.477	info	(3661) script.js.Beleuchtung.Sternenlicht: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.473	info	(3661) Start javascript script.js.Beleuchtung.Sternenlicht
              javascript.0	2021-10-25 21:32:09.473	info	(3661) script.js.common.Batterie_iPad_Air: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.469	info	(3661) Start javascript script.js.common.Batterie_iPad_Air
              javascript.0	2021-10-25 21:32:09.468	info	(3661) script.js.common.Anruf_Nachricht_Pushover: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.464	info	(3661) Start javascript script.js.common.Anruf_Nachricht_Pushover
              javascript.0	2021-10-25 21:32:09.463	info	(3661) script.js.Beleuchtung.Terrassenbeleuchtung(1): registered 2 subscriptions and 0 schedules
              javascript.0	2021-10-25 21:32:09.459	info	(3661) Start javascript script.js.Beleuchtung.Terrassenbeleuchtung(1)
              javascript.0	2021-10-25 21:32:09.458	info	(3661) script.js.Beleuchtung.indirekte_Beleuchtung(1): registered 2 subscriptions and 0 schedules
              javascript.0	2021-10-25 21:32:09.454	info	(3661) Start javascript script.js.Beleuchtung.indirekte_Beleuchtung(1)
              javascript.0	2021-10-25 21:32:09.453	info	(3661) script.js.Sayit.Wassermelder_Küche: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.449	info	(3661) Start javascript script.js.Sayit.Wassermelder_Küche
              javascript.0	2021-10-25 21:32:09.448	info	(3661) script.js.Sayit.Wassermelder_Keller: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.444	info	(3661) Start javascript script.js.Sayit.Wassermelder_Keller
              javascript.0	2021-10-25 21:32:09.444	info	(3661) script.js.Sayit.Rasenmäher_error: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.440	info	(3661) Start javascript script.js.Sayit.Rasenmäher_error
              javascript.0	2021-10-25 21:32:09.439	info	(3661) script.js.Sayit.Bad_OG: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.435	info	(3661) Start javascript script.js.Sayit.Bad_OG
              javascript.0	2021-10-25 21:32:09.434	info	(3661) script.js.Sayit.Hobbykeller_10_Min: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.430	info	(3661) Start javascript script.js.Sayit.Hobbykeller_10_Min
              javascript.0	2021-10-25 21:32:09.430	info	(3661) script.js.Sayit.Gästebad_10_Min: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.426	info	(3661) Start javascript script.js.Sayit.Gästebad_10_Min
              javascript.0	2021-10-25 21:32:09.425	info	(3661) script.js.Sayit.Gästebad_5_Min: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.421	info	(3661) Start javascript script.js.Sayit.Gästebad_5_Min
              javascript.0	2021-10-25 21:32:09.420	info	(3661) script.js.Sayit.Kinderzimmer_Lea_Sophie: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.416	info	(3661) Start javascript script.js.Sayit.Kinderzimmer_Lea_Sophie
              javascript.0	2021-10-25 21:32:09.415	info	(3661) script.js.Sayit.Gästezimmer: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.411	info	(3661) Start javascript script.js.Sayit.Gästezimmer
              javascript.0	2021-10-25 21:32:09.410	info	(3661) script.js.Sayit.Kinderzimmer_Maximilian: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.406	info	(3661) Start javascript script.js.Sayit.Kinderzimmer_Maximilian
              javascript.0	2021-10-25 21:32:09.406	info	(3661) script.js.common.PV-Tagesertrag: registered 0 subscriptions and 1 schedule
              javascript.0	2021-10-25 21:32:09.387	info	(3661) Start javascript script.js.common.PV-Tagesertrag
              javascript.0	2021-10-25 21:32:09.384	error	(3661) The id "scriptProblem.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
              javascript.0	2021-10-25 21:32:09.384	error	(3661) Error: The id "scriptProblem.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:2
              javascript.0	2021-10-25 21:32:09.383	error	(3661) unhandled promise rejection: The id "scriptProblem.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
              javascript.0	2021-10-25 21:32:09.383	error	(3661) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
              javascript.0	2021-10-25 21:32:09.382	error	(3661) The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
              javascript.0	2021-10-25 21:32:09.381	error	(3661) Error: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:2
              javascript.0	2021-10-25 21:32:09.381	error	(3661) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
              javascript.0	2021-10-25 21:32:09.380	error	(3661) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
              javascript.0	2021-10-25 21:32:09.379	info	(3661) script.js.Sayit.Gefrierschrank_3_Min.: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.370	info	(3661) Start javascript script.js.Sayit.Gefrierschrank_3_Min.
              javascript.0	2021-10-25 21:32:09.369	error	(3661) The id "scriptProblem.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
              javascript.0	2021-10-25 21:32:09.368	error	(3661) Error: The id "scriptProblem.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:2
              javascript.0	2021-10-25 21:32:09.368	error	(3661) unhandled promise rejection: The id "scriptProblem.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
              javascript.0	2021-10-25 21:32:09.367	error	(3661) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
              javascript.0	2021-10-25 21:32:09.366	error	(3661) The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
              javascript.0	2021-10-25 21:32:09.365	error	(3661) Error: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:2
              javascript.0	2021-10-25 21:32:09.365	error	(3661) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
              javascript.0	2021-10-25 21:32:09.364	error	(3661) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
              javascript.0	2021-10-25 21:32:09.359	info	(3661) script.js.Sayit.Gefrierschrank_2_Min.: registered 1 subscription and 0 schedules
              javascript.0	2021-10-25 21:32:09.341	info	(3661) Start javascript script.js.Sayit.Gefrierschrank_2_Min.
              javascript.0	2021-10-25 21:32:09.199	warn	(3661) adapter.objects.getObjectView is deprecated, and will be removed in the future. Please use adapter.getObjectView/Async. Report this to Developer!
              javascript.0	2021-10-25 21:32:09.196	info	(3661) received all objects
              javascript.0	2021-10-25 21:32:08.351	info	(3661) received all states
              javascript.0	2021-10-25 21:32:07.566	warn	(3661) adapter.objects.getObjectList is deprecated, and will be removed in the future. Please use adapter.getObjectList/Async. Report this to Developer!
              javascript.0	2021-10-25 21:32:07.565	info	(3661) requesting all objects
              javascript.0	2021-10-25 21:32:07.563	info	(3661) requesting all states
              javascript.0	2021-10-25 21:32:07.515	info	(3661) starting. Version 4.1.12 in /opt/iobroker/node_modules/iobroker.javascript, node: v14.18.1, js-controller: 3.3.18
              
              
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • S Stoni

                @thomas-braun

                avascript.0	2021-10-25 21:32:09.769	warn	(3661) Terminated (UNCAUGHT_EXCEPTION): Without reason
                javascript.0	2021-10-25 21:32:09.768	info	(3661) terminating
                javascript.0	2021-10-25 21:32:09.683	error	(3661) The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
                javascript.0	2021-10-25 21:32:09.682	error	(3661) Error: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:2
                javascript.0	2021-10-25 21:32:09.682	error	(3661) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
                javascript.0	2021-10-25 21:32:09.682	error	(3661) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                javascript.0	2021-10-25 21:32:09.680	error	(3661) The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
                javascript.0	2021-10-25 21:32:09.680	error	(3661) Error: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:2
                javascript.0	2021-10-25 21:32:09.680	error	(3661) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
                javascript.0	2021-10-25 21:32:09.679	error	(3661) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                javascript.0	2021-10-25 21:32:09.676	info	(3661) Stop script script.js.Heizung.WP_WW_aufbereiten
                javascript.0	2021-10-25 21:32:09.676	info	(3661) Stop script script.js.Heizung.WP_Betrieb_WW
                javascript.0	2021-10-25 21:32:09.675	info	(3661) Stop script script.js.Heizung.WP_Betrieb_HZ_WW
                javascript.0	2021-10-25 21:32:09.675	info	(3661) Stop script script.js.Heizung.WP_ein
                javascript.0	2021-10-25 21:32:09.675	info	(3661) Stop script script.js.Heizung.WP_aus
                javascript.0	2021-10-25 21:32:09.674	info	(3661) Stop script script.js.Heizung.WP_Betrieb_Heizen
                javascript.0	2021-10-25 21:32:09.673	info	(3661) Stop script script.js.Heizung.Entkeimung_Taster
                javascript.0	2021-10-25 21:32:09.673	info	(3661) Stop script script.js.Kellerfenster_Einbruch.Fenster_Hobbykeller
                javascript.0	2021-10-25 21:32:09.673	info	(3661) Stop script script.js.Beleuchtung.Urlaubsbeleuchtung
                javascript.0	2021-10-25 21:32:09.672	info	(3661) Stop script script.js.Garage___Garten___Carport.Carporttor_Abwesend
                javascript.0	2021-10-25 21:32:09.672	info	(3661) Stop script script.js.Garage___Garten___Carport.Carportlicht_BWM
                javascript.0	2021-10-25 21:32:09.671	info	(3661) Stop script script.js.Garage___Garten___Carport.Bewegung_Abwesenheit(1)
                javascript.0	2021-10-25 21:32:09.671	info	(3661) Stop script script.js.Garage___Garten___Carport.Bewegung_Dunkelheit
                javascript.0	2021-10-25 21:32:09.670	info	(3661) Stop script script.js.Garage___Garten___Carport.Garagenlicht
                javascript.0	2021-10-25 21:32:09.670	info	(3661) Stop script script.js.Garage___Garten___Carport.Gartenlicht
                javascript.0	2021-10-25 21:32:09.670	info	(3661) Stop script script.js.Garage___Garten___Carport.Licht_Gartenhaus
                javascript.0	2021-10-25 21:32:09.669	info	(3661) Stop script script.js.Garage___Garten___Carport.WLED_Garage_Beginner
                javascript.0	2021-10-25 21:32:09.669	info	(3661) Stop script script.js.Garage___Garten___Carport.Garagentor_Schalter
                javascript.0	2021-10-25 21:32:09.668	info	(3661) Stop script script.js.Rollläden.Rollläden_Urlaub
                javascript.0	2021-10-25 21:32:09.668	info	(3661) Stop script script.js.common.Batteriestand_Haustür
                javascript.0	2021-10-25 21:32:09.667	info	(3661) Stop script script.js.Anwesenheit.Zisternenpumpe
                javascript.0	2021-10-25 21:32:09.667	info	(3661) Stop script script.js.Anwesenheit.Bewegung_Flur
                javascript.0	2021-10-25 21:32:09.667	info	(3661) Stop script script.js.Anwesenheit.IP_Cams
                javascript.0	2021-10-25 21:32:09.666	info	(3661) Stop script script.js.Rollläden.Beschattung_Süden_OPPLE
                javascript.0	2021-10-25 21:32:09.666	info	(3661) Stop script script.js.Rollläden.Beschattung_Osten_OPPLE
                javascript.0	2021-10-25 21:32:09.665	info	(3661) Stop script script.js.Beleuchtung.OPPLE_3-fach_Wohnzimmer
                javascript.0	2021-10-25 21:32:09.665	info	(3661) Stop script script.js.Sayit.Erinnerung_Tabletten
                javascript.0	2021-10-25 21:32:09.664	info	(3661) Stop script script.js.Rollläden.Rollläden_auf
                javascript.0	2021-10-25 21:32:09.664	info	(3661) Stop script script.js.Kellerfenster_Einbruch.Gästezimmer
                javascript.0	2021-10-25 21:32:09.663	info	(3661) Stop script script.js.Rollläden.Rollladen_Terrasse_ab
                javascript.0	2021-10-25 21:32:09.663	info	(3661) Stop script script.js.Rollläden.Rollläden_EG_ab
                javascript.0	2021-10-25 21:32:09.662	info	(3661) Stop script script.js.Rollläden.Wohnzimmerfenster
                javascript.0	2021-10-25 21:32:09.662	info	(3661) Stop script script.js.Beleuchtung.Nachtlicht-Schlafzimmer
                javascript.0	2021-10-25 21:32:09.661	info	(3661) Stop script script.js.Beleuchtung.Sternenlicht
                javascript.0	2021-10-25 21:32:09.660	info	(3661) Stop script script.js.common.Batterie_iPad_Air
                javascript.0	2021-10-25 21:32:09.660	info	(3661) Stop script script.js.common.Anruf_Nachricht_Pushover
                javascript.0	2021-10-25 21:32:09.659	info	(3661) Stop script script.js.Beleuchtung.Terrassenbeleuchtung(1)
                javascript.0	2021-10-25 21:32:09.659	info	(3661) Stop script script.js.Beleuchtung.indirekte_Beleuchtung(1)
                javascript.0	2021-10-25 21:32:09.658	info	(3661) Stop script script.js.Sayit.Wassermelder_Küche
                javascript.0	2021-10-25 21:32:09.658	info	(3661) Stop script script.js.Sayit.Wassermelder_Keller
                javascript.0	2021-10-25 21:32:09.657	info	(3661) Stop script script.js.Sayit.Rasenmäher_error
                javascript.0	2021-10-25 21:32:09.656	info	(3661) Stop script script.js.Sayit.Bad_OG
                javascript.0	2021-10-25 21:32:09.655	info	(3661) Stop script script.js.Sayit.Hobbykeller_10_Min
                javascript.0	2021-10-25 21:32:09.653	info	(3661) Stop script script.js.Sayit.Gästebad_10_Min
                javascript.0	2021-10-25 21:32:09.651	info	(3661) Stop script script.js.Sayit.Gästebad_5_Min
                javascript.0	2021-10-25 21:32:09.650	info	(3661) Stop script script.js.Sayit.Kinderzimmer_Lea_Sophie
                javascript.0	2021-10-25 21:32:09.649	info	(3661) Stop script script.js.Sayit.Gästezimmer
                javascript.0	2021-10-25 21:32:09.649	info	(3661) Stop script script.js.Sayit.Kinderzimmer_Maximilian
                javascript.0	2021-10-25 21:32:09.645	info	(3661) Stop script script.js.common.PV-Tagesertrag
                javascript.0	2021-10-25 21:32:09.643	info	(3661) Stop script script.js.Sayit.Gefrierschrank_3_Min.
                javascript.0	2021-10-25 21:32:09.642	info	(3661) Stop script script.js.Sayit.Gefrierschrank_2_Min.
                javascript.0	2021-10-25 21:32:09.639	info	(3661) script.js.Heizung.WP_WW_aufbereiten: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.635	info	(3661) Start javascript script.js.Heizung.WP_WW_aufbereiten
                javascript.0	2021-10-25 21:32:09.634	info	(3661) script.js.Heizung.WP_Betrieb_WW: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.630	info	(3661) Start javascript script.js.Heizung.WP_Betrieb_WW
                javascript.0	2021-10-25 21:32:09.629	info	(3661) script.js.Heizung.WP_Betrieb_HZ_WW: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.625	info	(3661) Start javascript script.js.Heizung.WP_Betrieb_HZ_WW
                javascript.0	2021-10-25 21:32:09.624	info	(3661) script.js.Heizung.WP_ein: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.620	info	(3661) Start javascript script.js.Heizung.WP_ein
                javascript.0	2021-10-25 21:32:09.619	info	(3661) script.js.Heizung.WP_aus: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.615	info	(3661) Start javascript script.js.Heizung.WP_aus
                javascript.0	2021-10-25 21:32:09.614	info	(3661) script.js.Heizung.WP_Betrieb_Heizen: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.610	info	(3661) Start javascript script.js.Heizung.WP_Betrieb_Heizen
                javascript.0	2021-10-25 21:32:09.609	info	(3661) script.js.Heizung.Entkeimung_Taster: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.605	info	(3661) Start javascript script.js.Heizung.Entkeimung_Taster
                javascript.0	2021-10-25 21:32:09.604	info	(3661) script.js.Kellerfenster_Einbruch.Fenster_Hobbykeller: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.600	info	(3661) Start javascript script.js.Kellerfenster_Einbruch.Fenster_Hobbykeller
                javascript.0	2021-10-25 21:32:09.599	info	(3661) script.js.Beleuchtung.Urlaubsbeleuchtung: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.595	info	(3661) Start javascript script.js.Beleuchtung.Urlaubsbeleuchtung
                javascript.0	2021-10-25 21:32:09.594	info	(3661) script.js.Garage___Garten___Carport.Carporttor_Abwesend: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.590	info	(3661) Start javascript script.js.Garage___Garten___Carport.Carporttor_Abwesend
                javascript.0	2021-10-25 21:32:09.590	info	(3661) script.js.Garage___Garten___Carport.Carportlicht_BWM: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.586	info	(3661) Start javascript script.js.Garage___Garten___Carport.Carportlicht_BWM
                javascript.0	2021-10-25 21:32:09.585	info	(3661) script.js.Garage___Garten___Carport.Bewegung_Abwesenheit(1): registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.581	info	(3661) Start javascript script.js.Garage___Garten___Carport.Bewegung_Abwesenheit(1)
                javascript.0	2021-10-25 21:32:09.580	info	(3661) script.js.Garage___Garten___Carport.Bewegung_Dunkelheit: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.576	info	(3661) Start javascript script.js.Garage___Garten___Carport.Bewegung_Dunkelheit
                javascript.0	2021-10-25 21:32:09.576	info	(3661) script.js.Garage___Garten___Carport.Garagenlicht: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.572	info	(3661) Start javascript script.js.Garage___Garten___Carport.Garagenlicht
                javascript.0	2021-10-25 21:32:09.571	info	(3661) script.js.Garage___Garten___Carport.Gartenlicht: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.567	info	(3661) Start javascript script.js.Garage___Garten___Carport.Gartenlicht
                javascript.0	2021-10-25 21:32:09.566	info	(3661) script.js.Garage___Garten___Carport.Licht_Gartenhaus: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.563	info	(3661) Start javascript script.js.Garage___Garten___Carport.Licht_Gartenhaus
                javascript.0	2021-10-25 21:32:09.562	info	(3661) script.js.Garage___Garten___Carport.WLED_Garage_Beginner: registered 4 subscriptions and 0 schedules
                javascript.0	2021-10-25 21:32:09.557	info	(3661) Start javascript script.js.Garage___Garten___Carport.WLED_Garage_Beginner
                javascript.0	2021-10-25 21:32:09.557	info	(3661) script.js.Garage___Garten___Carport.Garagentor_Schalter: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.553	info	(3661) Start javascript script.js.Garage___Garten___Carport.Garagentor_Schalter
                javascript.0	2021-10-25 21:32:09.552	info	(3661) script.js.Rollläden.Rollläden_Urlaub: registered 2 subscriptions and 0 schedules
                javascript.0	2021-10-25 21:32:09.547	info	(3661) Start javascript script.js.Rollläden.Rollläden_Urlaub
                javascript.0	2021-10-25 21:32:09.546	info	(3661) script.js.common.Batteriestand_Haustür: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.542	info	(3661) Start javascript script.js.common.Batteriestand_Haustür
                javascript.0	2021-10-25 21:32:09.541	info	(3661) script.js.Anwesenheit.Zisternenpumpe: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.537	info	(3661) Start javascript script.js.Anwesenheit.Zisternenpumpe
                javascript.0	2021-10-25 21:32:09.536	info	(3661) script.js.Anwesenheit.Bewegung_Flur: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.532	info	(3661) Start javascript script.js.Anwesenheit.Bewegung_Flur
                javascript.0	2021-10-25 21:32:09.532	info	(3661) script.js.Anwesenheit.IP_Cams: registered 2 subscriptions and 0 schedules
                javascript.0	2021-10-25 21:32:09.527	info	(3661) Start javascript script.js.Anwesenheit.IP_Cams
                javascript.0	2021-10-25 21:32:09.527	info	(3661) script.js.Rollläden.Beschattung_Süden_OPPLE: registered 2 subscriptions and 0 schedules
                javascript.0	2021-10-25 21:32:09.523	info	(3661) Start javascript script.js.Rollläden.Beschattung_Süden_OPPLE
                javascript.0	2021-10-25 21:32:09.522	info	(3661) script.js.Rollläden.Beschattung_Osten_OPPLE: registered 2 subscriptions and 0 schedules
                javascript.0	2021-10-25 21:32:09.518	info	(3661) Start javascript script.js.Rollläden.Beschattung_Osten_OPPLE
                javascript.0	2021-10-25 21:32:09.517	info	(3661) script.js.Beleuchtung.OPPLE_3-fach_Wohnzimmer: registered 3 subscriptions and 0 schedules
                javascript.0	2021-10-25 21:32:09.513	info	(3661) Start javascript script.js.Beleuchtung.OPPLE_3-fach_Wohnzimmer
                javascript.0	2021-10-25 21:32:09.512	info	(3661) script.js.Sayit.Erinnerung_Tabletten: registered 0 subscriptions and 1 schedule
                javascript.0	2021-10-25 21:32:09.506	info	(3661) Start javascript script.js.Sayit.Erinnerung_Tabletten
                javascript.0	2021-10-25 21:32:09.505	info	(3661) script.js.Rollläden.Rollläden_auf: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.501	info	(3661) Start javascript script.js.Rollläden.Rollläden_auf
                javascript.0	2021-10-25 21:32:09.501	info	(3661) script.js.Kellerfenster_Einbruch.Gästezimmer: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.497	info	(3661) Start javascript script.js.Kellerfenster_Einbruch.Gästezimmer
                javascript.0	2021-10-25 21:32:09.496	info	(3661) script.js.Rollläden.Rollladen_Terrasse_ab: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.492	info	(3661) Start javascript script.js.Rollläden.Rollladen_Terrasse_ab
                javascript.0	2021-10-25 21:32:09.491	info	(3661) script.js.Rollläden.Rollläden_EG_ab: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.487	info	(3661) Start javascript script.js.Rollläden.Rollläden_EG_ab
                javascript.0	2021-10-25 21:32:09.487	info	(3661) script.js.Rollläden.Wohnzimmerfenster: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.483	info	(3661) Start javascript script.js.Rollläden.Wohnzimmerfenster
                javascript.0	2021-10-25 21:32:09.482	info	(3661) script.js.Beleuchtung.Nachtlicht-Schlafzimmer: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.478	info	(3661) Start javascript script.js.Beleuchtung.Nachtlicht-Schlafzimmer
                javascript.0	2021-10-25 21:32:09.477	info	(3661) script.js.Beleuchtung.Sternenlicht: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.473	info	(3661) Start javascript script.js.Beleuchtung.Sternenlicht
                javascript.0	2021-10-25 21:32:09.473	info	(3661) script.js.common.Batterie_iPad_Air: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.469	info	(3661) Start javascript script.js.common.Batterie_iPad_Air
                javascript.0	2021-10-25 21:32:09.468	info	(3661) script.js.common.Anruf_Nachricht_Pushover: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.464	info	(3661) Start javascript script.js.common.Anruf_Nachricht_Pushover
                javascript.0	2021-10-25 21:32:09.463	info	(3661) script.js.Beleuchtung.Terrassenbeleuchtung(1): registered 2 subscriptions and 0 schedules
                javascript.0	2021-10-25 21:32:09.459	info	(3661) Start javascript script.js.Beleuchtung.Terrassenbeleuchtung(1)
                javascript.0	2021-10-25 21:32:09.458	info	(3661) script.js.Beleuchtung.indirekte_Beleuchtung(1): registered 2 subscriptions and 0 schedules
                javascript.0	2021-10-25 21:32:09.454	info	(3661) Start javascript script.js.Beleuchtung.indirekte_Beleuchtung(1)
                javascript.0	2021-10-25 21:32:09.453	info	(3661) script.js.Sayit.Wassermelder_Küche: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.449	info	(3661) Start javascript script.js.Sayit.Wassermelder_Küche
                javascript.0	2021-10-25 21:32:09.448	info	(3661) script.js.Sayit.Wassermelder_Keller: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.444	info	(3661) Start javascript script.js.Sayit.Wassermelder_Keller
                javascript.0	2021-10-25 21:32:09.444	info	(3661) script.js.Sayit.Rasenmäher_error: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.440	info	(3661) Start javascript script.js.Sayit.Rasenmäher_error
                javascript.0	2021-10-25 21:32:09.439	info	(3661) script.js.Sayit.Bad_OG: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.435	info	(3661) Start javascript script.js.Sayit.Bad_OG
                javascript.0	2021-10-25 21:32:09.434	info	(3661) script.js.Sayit.Hobbykeller_10_Min: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.430	info	(3661) Start javascript script.js.Sayit.Hobbykeller_10_Min
                javascript.0	2021-10-25 21:32:09.430	info	(3661) script.js.Sayit.Gästebad_10_Min: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.426	info	(3661) Start javascript script.js.Sayit.Gästebad_10_Min
                javascript.0	2021-10-25 21:32:09.425	info	(3661) script.js.Sayit.Gästebad_5_Min: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.421	info	(3661) Start javascript script.js.Sayit.Gästebad_5_Min
                javascript.0	2021-10-25 21:32:09.420	info	(3661) script.js.Sayit.Kinderzimmer_Lea_Sophie: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.416	info	(3661) Start javascript script.js.Sayit.Kinderzimmer_Lea_Sophie
                javascript.0	2021-10-25 21:32:09.415	info	(3661) script.js.Sayit.Gästezimmer: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.411	info	(3661) Start javascript script.js.Sayit.Gästezimmer
                javascript.0	2021-10-25 21:32:09.410	info	(3661) script.js.Sayit.Kinderzimmer_Maximilian: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.406	info	(3661) Start javascript script.js.Sayit.Kinderzimmer_Maximilian
                javascript.0	2021-10-25 21:32:09.406	info	(3661) script.js.common.PV-Tagesertrag: registered 0 subscriptions and 1 schedule
                javascript.0	2021-10-25 21:32:09.387	info	(3661) Start javascript script.js.common.PV-Tagesertrag
                javascript.0	2021-10-25 21:32:09.384	error	(3661) The id "scriptProblem.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
                javascript.0	2021-10-25 21:32:09.384	error	(3661) Error: The id "scriptProblem.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:2
                javascript.0	2021-10-25 21:32:09.383	error	(3661) unhandled promise rejection: The id "scriptProblem.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
                javascript.0	2021-10-25 21:32:09.383	error	(3661) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                javascript.0	2021-10-25 21:32:09.382	error	(3661) The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
                javascript.0	2021-10-25 21:32:09.381	error	(3661) Error: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:2
                javascript.0	2021-10-25 21:32:09.381	error	(3661) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
                javascript.0	2021-10-25 21:32:09.380	error	(3661) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                javascript.0	2021-10-25 21:32:09.379	info	(3661) script.js.Sayit.Gefrierschrank_3_Min.: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.370	info	(3661) Start javascript script.js.Sayit.Gefrierschrank_3_Min.
                javascript.0	2021-10-25 21:32:09.369	error	(3661) The id "scriptProblem.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
                javascript.0	2021-10-25 21:32:09.368	error	(3661) Error: The id "scriptProblem.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:2
                javascript.0	2021-10-25 21:32:09.368	error	(3661) unhandled promise rejection: The id "scriptProblem.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
                javascript.0	2021-10-25 21:32:09.367	error	(3661) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                javascript.0	2021-10-25 21:32:09.366	error	(3661) The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
                javascript.0	2021-10-25 21:32:09.365	error	(3661) Error: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:2
                javascript.0	2021-10-25 21:32:09.365	error	(3661) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
                javascript.0	2021-10-25 21:32:09.364	error	(3661) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                javascript.0	2021-10-25 21:32:09.359	info	(3661) script.js.Sayit.Gefrierschrank_2_Min.: registered 1 subscription and 0 schedules
                javascript.0	2021-10-25 21:32:09.341	info	(3661) Start javascript script.js.Sayit.Gefrierschrank_2_Min.
                javascript.0	2021-10-25 21:32:09.199	warn	(3661) adapter.objects.getObjectView is deprecated, and will be removed in the future. Please use adapter.getObjectView/Async. Report this to Developer!
                javascript.0	2021-10-25 21:32:09.196	info	(3661) received all objects
                javascript.0	2021-10-25 21:32:08.351	info	(3661) received all states
                javascript.0	2021-10-25 21:32:07.566	warn	(3661) adapter.objects.getObjectList is deprecated, and will be removed in the future. Please use adapter.getObjectList/Async. Report this to Developer!
                javascript.0	2021-10-25 21:32:07.565	info	(3661) requesting all objects
                javascript.0	2021-10-25 21:32:07.563	info	(3661) requesting all states
                javascript.0	2021-10-25 21:32:07.515	info	(3661) starting. Version 4.1.12 in /opt/iobroker/node_modules/iobroker.javascript, node: v14.18.1, js-controller: 3.3.18
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #71

                @stoni sagte in Hilfe bei Update des gesamten Systems:
                Skripte dürfen nicht auf einen Punkt enden.
                Warum macht man sowas überhaupt? Ist auch z. B. unter Windows keine gute Idee für Dateinamen.

                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

                S 2 Antworten Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @stoni sagte in Hilfe bei Update des gesamten Systems:
                  Skripte dürfen nicht auf einen Punkt enden.
                  Warum macht man sowas überhaupt? Ist auch z. B. unter Windows keine gute Idee für Dateinamen.

                  S Offline
                  S Offline
                  Stoni
                  schrieb am zuletzt editiert von
                  #72

                  @thomas-braun

                  war nie ein Problem. Habs geändert.

                  Problem bleibt bestehen:

                  javascript.0	2021-10-25 21:43:51.964	warn	(11093) Terminated (UNCAUGHT_EXCEPTION): Without reason
                  javascript.0	2021-10-25 21:43:51.962	info	(11093) terminating
                  javascript.0	2021-10-25 21:43:51.880	error	(11093) The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
                  javascript.0	2021-10-25 21:43:51.880	error	(11093) Error: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:
                  javascript.0	2021-10-25 21:43:51.879	error	(11093) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
                  javascript.0	2021-10-25 21:43:51.879	error	(11093) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                  javascript.0	2021-10-25 21:43:51.878	error	(11093) The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
                  javascript.0	2021-10-25 21:43:51.877	error	(11093) Error: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:
                  javascript.0	2021-10-25 21:43:51.877	error	(11093) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
                  javascript.0	2021-10-25 21:43:51.876	error	(11093) Unhandled promise rejection. This error originated either by throwing inside of an async function wit
                  

                  Hab den Adapter schon wiederholt neu geladen,

                  Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @stoni sagte in Hilfe bei Update des gesamten Systems:
                    Skripte dürfen nicht auf einen Punkt enden.
                    Warum macht man sowas überhaupt? Ist auch z. B. unter Windows keine gute Idee für Dateinamen.

                    S Offline
                    S Offline
                    Stoni
                    schrieb am zuletzt editiert von Stoni
                    #73

                    @thomas-braun

                    für den JS-Adapter ist ein Update verfügbar. 4.1.12 auf 5.2.8. Soll ich das mal durchführen?

                    1 Antwort Letzte Antwort
                    0
                    • S Stoni

                      @thomas-braun

                      war nie ein Problem. Habs geändert.

                      Problem bleibt bestehen:

                      javascript.0	2021-10-25 21:43:51.964	warn	(11093) Terminated (UNCAUGHT_EXCEPTION): Without reason
                      javascript.0	2021-10-25 21:43:51.962	info	(11093) terminating
                      javascript.0	2021-10-25 21:43:51.880	error	(11093) The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
                      javascript.0	2021-10-25 21:43:51.880	error	(11093) Error: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:
                      javascript.0	2021-10-25 21:43:51.879	error	(11093) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
                      javascript.0	2021-10-25 21:43:51.879	error	(11093) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                      javascript.0	2021-10-25 21:43:51.878	error	(11093) The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
                      javascript.0	2021-10-25 21:43:51.877	error	(11093) Error: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:
                      javascript.0	2021-10-25 21:43:51.877	error	(11093) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
                      javascript.0	2021-10-25 21:43:51.876	error	(11093) Unhandled promise rejection. This error originated either by throwing inside of an async function wit
                      

                      Hab den Adapter schon wiederholt neu geladen,

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

                      @stoni sagte in Hilfe bei Update des gesamten Systems:

                      war nie ein Problem.

                      Doch, aber es wurde bislang nicht angemeckert.
                      Ich weiß nicht, ob und wo die ids der skripte geführt werden und ggf. noch angepasst werden müssen. Das muss vielleicht mal jemand mit mehr Einblick in den javaskript-Adapter anschauen.

                      So nebenher:
                      Probier mal aus, ob der Fixer jetzt funtioniert.

                      iobroker stop
                      iobroker fix
                      iobroker start
                      

                      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
                      • S Stoni

                        @thomas-braun

                        war nie ein Problem. Habs geändert.

                        Problem bleibt bestehen:

                        javascript.0	2021-10-25 21:43:51.964	warn	(11093) Terminated (UNCAUGHT_EXCEPTION): Without reason
                        javascript.0	2021-10-25 21:43:51.962	info	(11093) terminating
                        javascript.0	2021-10-25 21:43:51.880	error	(11093) The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
                        javascript.0	2021-10-25 21:43:51.880	error	(11093) Error: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:
                        javascript.0	2021-10-25 21:43:51.879	error	(11093) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_3_Min." is invalid. Ids are not allowed to end in "."
                        javascript.0	2021-10-25 21:43:51.879	error	(11093) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                        javascript.0	2021-10-25 21:43:51.878	error	(11093) The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
                        javascript.0	2021-10-25 21:43:51.877	error	(11093) Error: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "." at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:537:
                        javascript.0	2021-10-25 21:43:51.877	error	(11093) unhandled promise rejection: The id "scriptEnabled.Sayit.Gefrierschrank_2_Min." is invalid. Ids are not allowed to end in "."
                        javascript.0	2021-10-25 21:43:51.876	error	(11093) Unhandled promise rejection. This error originated either by throwing inside of an async function wit
                        

                        Hab den Adapter schon wiederholt neu geladen,

                        HomoranH Nicht stören
                        HomoranH Nicht stören
                        Homoran
                        Global Moderator Administrators
                        schrieb am zuletzt editiert von
                        #75

                        @stoni sagte in Hilfe bei Update des gesamten Systems:

                        The id "scriptEnabled.Sayit.Gefrierschrank_2_Min."

                        zeig mal die Objekte dazu

                        kein Support per PN! - Fragen im Forum stellen -
                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        S 1 Antwort Letzte Antwort
                        0
                        • HomoranH Homoran

                          @stoni sagte in Hilfe bei Update des gesamten Systems:

                          The id "scriptEnabled.Sayit.Gefrierschrank_2_Min."

                          zeig mal die Objekte dazu

                          S Offline
                          S Offline
                          Stoni
                          schrieb am zuletzt editiert von
                          #76

                          @homoran @Thomas-Braun

                          also den fix führe ich morgen mal durch. Da hab ich jetzt irgendwie schiss, dass wieder was passiert.

                          Die javascripte mit dem Punkt am Ende lassen sich nicht ändern. Wie kann man die umbenennen?

                          Thomas BraunT 2 Antworten Letzte Antwort
                          0
                          • S Stoni

                            @homoran @Thomas-Braun

                            also den fix führe ich morgen mal durch. Da hab ich jetzt irgendwie schiss, dass wieder was passiert.

                            Die javascripte mit dem Punkt am Ende lassen sich nicht ändern. Wie kann man die umbenennen?

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

                            @stoni sagte in Hilfe bei Update des gesamten Systems:

                            Da hab ich jetzt irgendwie schiss, dass wieder was passiert.

                            Jetzt schaut dir aber jemand dabei über die Schulter.

                            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
                            • S Stoni

                              @homoran @Thomas-Braun

                              also den fix führe ich morgen mal durch. Da hab ich jetzt irgendwie schiss, dass wieder was passiert.

                              Die javascripte mit dem Punkt am Ende lassen sich nicht ändern. Wie kann man die umbenennen?

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

                              @stoni sagte in Hilfe bei Update des gesamten Systems:

                              Die javascripte mit dem Punkt am Ende lassen sich nicht ändern. Wie kann man die umbenennen?

                              Ich hatte irgendwo gelesen, dass das Gefummel ist. Andere user waren auch so 'kreativ' in der Benennung ihrer Skripte.

                              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

                              S 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @stoni sagte in Hilfe bei Update des gesamten Systems:

                                Die javascripte mit dem Punkt am Ende lassen sich nicht ändern. Wie kann man die umbenennen?

                                Ich hatte irgendwo gelesen, dass das Gefummel ist. Andere user waren auch so 'kreativ' in der Benennung ihrer Skripte.

                                S Offline
                                S Offline
                                Stoni
                                schrieb am zuletzt editiert von
                                #79

                                @thomas-braun

                                Ich werde dazu mal ein wenig recherchieren. Wichtig ist, es läuft erstmal größtenteils. Nodejs ist etwas aktueller, und der js-controller aktuell.

                                Ich möchte mich bei Dir und @Homoran für die Hilfe und die investierte Zeit bedanken.

                                Gibt es noch etwas, was ich tun sollte? Oder ist das System nun einigermaßen up2date?
                                Ich möchte dann als nächstes die Adapter möglichst aktualisieren. Denke jetzt sollte es ja gehen. Spricht was dagegen, jetzt auch den Admin auf 5 upzudaten?

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • S Stoni

                                  @thomas-braun

                                  Ich werde dazu mal ein wenig recherchieren. Wichtig ist, es läuft erstmal größtenteils. Nodejs ist etwas aktueller, und der js-controller aktuell.

                                  Ich möchte mich bei Dir und @Homoran für die Hilfe und die investierte Zeit bedanken.

                                  Gibt es noch etwas, was ich tun sollte? Oder ist das System nun einigermaßen up2date?
                                  Ich möchte dann als nächstes die Adapter möglichst aktualisieren. Denke jetzt sollte es ja gehen. Spricht was dagegen, jetzt auch den Admin auf 5 upzudaten?

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

                                  @stoni
                                  Das solltest du machen. Vielleicht immer einen nach dem anderen, dann hast du besser im Blick wo es klemmt.
                                  Admin5 ist der aktuelle Admin, es gibt auch einige Adapter die den mehr oder weniger unbedingt voraussetzen.

                                  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

                                  S 2 Antworten Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @stoni
                                    Das solltest du machen. Vielleicht immer einen nach dem anderen, dann hast du besser im Blick wo es klemmt.
                                    Admin5 ist der aktuelle Admin, es gibt auch einige Adapter die den mehr oder weniger unbedingt voraussetzen.

                                    S Offline
                                    S Offline
                                    Stoni
                                    schrieb am zuletzt editiert von
                                    #81

                                    @thomas-braun Alles klar. Danke. Ich werde berichten ;-)

                                    1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @stoni
                                      Das solltest du machen. Vielleicht immer einen nach dem anderen, dann hast du besser im Blick wo es klemmt.
                                      Admin5 ist der aktuelle Admin, es gibt auch einige Adapter die den mehr oder weniger unbedingt voraussetzen.

                                      S Offline
                                      S Offline
                                      Stoni
                                      schrieb am zuletzt editiert von
                                      #82

                                      @thomas-braun System läuft soweit. Habe jetzt nahezu alle Adapter aktualisiert.

                                      Im Log kommen noch so komische Warnungen:

                                      yeelight-2.0
                                      2021-10-26 20:10:27.194	info	State value to set for "yeelight-2.0.Stehleuchte_Erker.control.ct" has to be type "number" but received type "string"
                                      
                                      yeelight-2.0
                                      2021-10-26 20:10:27.192	info	State value to set for "yeelight-2.0.Stehleuchte_Erker.control.active_bright" has to be type "number" but received type "string"
                                      
                                      mihome-vacuum.0
                                      2021-10-26 20:10:27.032	info	State value to set for "mihome-vacuum.0.info.water_box" has to be type "string" but received type "boolean"
                                      
                                      

                                      Was hat es damit auf sich?

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • S Stoni

                                        @thomas-braun System läuft soweit. Habe jetzt nahezu alle Adapter aktualisiert.

                                        Im Log kommen noch so komische Warnungen:

                                        yeelight-2.0
                                        2021-10-26 20:10:27.194	info	State value to set for "yeelight-2.0.Stehleuchte_Erker.control.ct" has to be type "number" but received type "string"
                                        
                                        yeelight-2.0
                                        2021-10-26 20:10:27.192	info	State value to set for "yeelight-2.0.Stehleuchte_Erker.control.active_bright" has to be type "number" but received type "string"
                                        
                                        mihome-vacuum.0
                                        2021-10-26 20:10:27.032	info	State value to set for "mihome-vacuum.0.info.water_box" has to be type "string" but received type "boolean"
                                        
                                        

                                        Was hat es damit auf sich?

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

                                        @stoni sagte in Hilfe bei Update des gesamten Systems:

                                        Was hat es damit auf sich?

                                        Steht in der Readme zum js-controller drin, wenn ich mich recht erinnere.
                                        Hier z. B. auch Thema:

                                        https://forum.iobroker.net/topic/46776/meldungen-seit-controller-v3-3-zu-falschem-datentyp

                                        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

                                        S 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @stoni sagte in Hilfe bei Update des gesamten Systems:

                                          Was hat es damit auf sich?

                                          Steht in der Readme zum js-controller drin, wenn ich mich recht erinnere.
                                          Hier z. B. auch Thema:

                                          https://forum.iobroker.net/topic/46776/meldungen-seit-controller-v3-3-zu-falschem-datentyp

                                          S Offline
                                          S Offline
                                          Stoni
                                          schrieb am zuletzt editiert von
                                          #84

                                          @thomas-braun
                                          Hi, das System läuft soweit stabil seit dem Update. Danke nochmal für Deine Hilfe.

                                          Nun steht ein Update für den Admin (5.1.25 auf 5.2.3) und den js-controller (3.3.18 auf 3.3.22) bereit. In welcher Reihenfolge gehe ich da am Besten vor?
                                          Ich gehe davon aus, dass die Updates empfohlen werden und man nicht bis zur überübernächsten Version wartet oder?

                                          Gruß Stoni

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0

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

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

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

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


                                          Support us

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

                                          339

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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