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

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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Problem:Blockly Sendto lässt sich nicht anwählen

NEWS

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

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

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

Problem:Blockly Sendto lässt sich nicht anwählen

Geplant Angeheftet Gesperrt Verschoben Ungelöst Error/Bug
blocklyfehlerbugskriptdarstellungsfehler
44 Beiträge 7 Kommentatoren 4.1k Aufrufe 6 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • crunchipC crunchip

    @liv-in-sky ein npm rebuild hatte ich heute schon :grinning: , nachdem ich nodejs v8.16 auf 10.16 wechseln wollte, habe da auch schon rein geschrieben, da ich danach Problem mit dem DASH und BLUETOOTH Adapter hatte.

    liv-in-skyL Offline
    liv-in-skyL Offline
    liv-in-sky
    schrieb am zuletzt editiert von
    #9

    @crunchip sorry - vergessen

    dann nur den upload und den cache clean und javascript nochmal installieren über console

    mehr fällt mir nicht ein

    aber jetzt zur wurst und kotlett

    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

    crunchipC 1 Antwort Letzte Antwort
    0
    • liv-in-skyL liv-in-sky

      @crunchip sorry - vergessen

      dann nur den upload und den cache clean und javascript nochmal installieren über console

      mehr fällt mir nicht ein

      aber jetzt zur wurst und kotlett

      crunchipC Abwesend
      crunchipC Abwesend
      crunchip
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #10

      @liv-in-sky sagte in Problem:Blockly Sendto lässt sich nicht anwählen:

      aber jetzt zur wurst und kotlett

      nene für mich nur feinstes Rind, zartrosa
      werd ich mich heut abend mal dran setzen, wenn die Kinder im Bett sind
      danke dir

      umgestiegen von Proxmox auf Unraid

      1 Antwort Letzte Antwort
      0
      • liv-in-skyL liv-in-sky

        @crunchip viel spaß dabei

        hab gesehen, du hast auch mit iqontrol ein installationsproblem - vielleicht solltest du mal ein "npm rebuild" im ioborker verzeichnis zusätlich ausführen - vorher alles backupen !

        cd iobroker-verzeichnis
        iobroker stop
        npm rebuild
        npm cache clean --force
        iobroker start

        crunchipC Abwesend
        crunchipC Abwesend
        crunchip
        Forum Testing Most Active
        schrieb am zuletzt editiert von crunchip
        #11

        @liv-in-sky also ich hab das mit meiner aktuell laufenden Installation ausgeführt
        die Fehlermeldungen am Ende normal?

        root@IoBroker:/opt/iobroker# npm rebuild
        
        > bluetooth-hci-socket@0.5.1 install /opt/iobroker/node_modules/bluetooth-hci-socket
        > node-gyp rebuild
        
        make: Verzeichnis „/opt/iobroker/node_modules/bluetooth-hci-socket/build“ wird betreten
          CXX(target) Release/obj.target/binding/src/BluetoothHciSocket.o
        ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::poll()’:
        ../src/BluetoothHciSocket.cpp:251:95: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
             Nan::MakeCallback(Nan::New<Object>(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);
                                                                                                       ^
        In file included from ../src/BluetoothHciSocket.cpp:8:0:
        ../../nan/nan.h:950:46: note: declared here
           NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
        ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::emitErrnoError()’:
        ../src/BluetoothHciSocket.cpp:275:72: warning: ‘v8::Local<v8::Object> v8::Function::NewInstance(int, v8::Local<v8::Value>*) const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           Local<Value> error = errorConstructor->NewInstance(1, constructorArgs);
                                                                                ^
        In file included from /root/.node-gyp/8.16.0/include/node/v8.h:26:0,
                         from /root/.node-gyp/8.16.0/include/node/node.h:63,
                         from /root/.node-gyp/8.16.0/include/node/node_buffer.h:25,
                         from ../src/BluetoothHciSocket.cpp:7:
        /root/.node-gyp/8.16.0/include/node/v8.h:3897:31: note: declared here
                         Local<Object> NewInstance(int argc, Local<Value> argv[]) const);
                                       ^
        /root/.node-gyp/8.16.0/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/BluetoothHciSocket.cpp:282:93: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
           Nan::MakeCallback(Nan::New<Object>(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);
                                                                                                     ^
        In file included from ../src/BluetoothHciSocket.cpp:8:0:
        ../../nan/nan.h:950:46: note: declared here
           NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                      ^~~~~~~~~~~~
          SOLINK_MODULE(target) Release/obj.target/binding.node
          COPY Release/binding.node
        make: Verzeichnis „/opt/iobroker/node_modules/bluetooth-hci-socket/build“ wird verlassen
        
        > iobroker@1.1.2 install /opt/iobroker/node_modules/iobroker
        > node lib/prepareSetup.js && node lib/setup.js
        
        NPM version: 6.4.1
        npm version >= 5: disabling package-lock
        npm install iobroker.discovery@stable --production --save
        
        > serialport@6.2.2 install /opt/iobroker/node_modules/iobroker.discovery/node_modules/serialport
        > prebuild-install || node-gyp rebuild
        
        npm WARN react-beautiful-dnd@9.0.2 requires a peer of react@^16.3.1 but none is installed. You must install peer dependencies yourself.
        npm WARN react-motion@0.5.2 requires a peer of react@^0.14.9 || ^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
        npm WARN react-redux@5.0.7 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 but none is installed. You must install peer dependencies yourself.
        npm WARN svg-inline-react@1.0.3 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.3 (node_modules/osx-temperature-sensor):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        
        + iobroker.discovery@1.3.0
        removed 82 packages, updated 11 packages and audited 48111 packages in 84.666s
        found 156 vulnerabilities (75 low, 16 moderate, 65 high)
          run `npm audit fix` to fix them, or `npm audit` for details
        packet folder is: /opt/iobroker/node_modules/iobroker.discovery | exists: true
        npm install iobroker.admin@stable --production --save
        npm WARN react-beautiful-dnd@9.0.2 requires a peer of react@^16.3.1 but none is installed. You must install peer dependencies yourself.
        npm WARN react-motion@0.5.2 requires a peer of react@^0.14.9 || ^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
        npm WARN react-redux@5.0.7 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 but none is installed. You must install peer dependencies yourself.
        npm WARN svg-inline-react@1.0.3 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.3 (node_modules/osx-temperature-sensor):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        
        + iobroker.admin@3.6.2
        removed 179 packages, updated 1 package and audited 48115 packages in 83.439s
        found 160 vulnerabilities (75 low, 18 moderate, 67 high)
          run `npm audit fix` to fix them, or `npm audit` for details
        packet folder is: /opt/iobroker/node_modules/iobroker.admin | exists: true
        npm install iobroker.js-controller@stable --production --save
        
        > iobroker.js-controller@1.5.11 preinstall /opt/iobroker/node_modules/iobroker.js-controller
        > node lib/preinstallCheck.js
        
        NPM version: 6.4.1
        npm version >= 5: disabling package-lock
        
        > iobroker.js-controller@1.5.11 install /opt/iobroker/node_modules/iobroker.js-controller
        > node iobroker.js setup first
        
        npm WARN react-beautiful-dnd@9.0.2 requires a peer of react@^16.3.1 but none is installed. You must install peer dependencies yourself.
        npm WARN react-motion@0.5.2 requires a peer of react@^0.14.9 || ^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
        npm WARN react-redux@5.0.7 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 but none is installed. You must install peer dependencies yourself.
        npm WARN svg-inline-react@1.0.3 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.3 (node_modules/osx-temperature-sensor):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        
        + iobroker.js-controller@1.5.11
        updated 1 package and audited 48115 packages in 84.43s
        found 160 vulnerabilities (75 low, 18 moderate, 67 high)
          run `npm audit fix` to fix them, or `npm audit` for details
        packet folder is: /opt/iobroker/node_modules/iobroker.js-controller | exists: true
        Write "./iobroker start" to start the ioBroker
        Auto-start was enabled. Write "update-rc.d -f iobroker.sh remove" to disable auto-start
        iobroker is started. Go to "http://ip-addr:8081" to open the admin UI.
        npm ERR! path /opt/iobroker/node_modules/iobroker.admin/node_modules/@types/iobroker/package.json
        npm ERR! code ENOENT
        npm ERR! errno -2
        npm ERR! syscall open
        npm ERR! enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.admin/node_modules/@types/iobroker/package.json'
        npm ERR! enoent This is related to npm not being able to find a file.
        npm ERR! enoent
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /root/.npm/_logs/2019-06-02T17_58_32_639Z-debug.log
        root@IoBroker:/opt/iobroker# npm cache clean --force
        npm WARN using --force I sure hope you know what you are doing.
        root@IoBroker:/opt/iobroker# iobroker start
        Starting iobroker controller daemon...
        iobroker controller daemon started. PID: 24677
        root@IoBroker:/opt/iobroker#
        
        

        sendto funktioniert immer noch nicht.
        Hab den Adapter aufgerufen, jedoch wird mir da auch nichts angezeigt.
        96b004a2-10b5-405c-9a1c-ab3270485f81-image.png 68c98751-ce32-4523-90bb-d9a6a93cf65b-image.png
        Ein upload des Adapters läuft und läuft, hab nach 10 min den Browser dann aktualisiert.
        der Auszug aus der Log

        2019-06-02 20:13:14.993 - info: iobroker upload sayit
        2019-06-02 20:13:15.709 - info: iobroker got /opt/iobroker/node_modules/iobroker.sayit/admin
        2019-06-02 20:13:15.735 - info: iobroker upload [14] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/words.js words.js application/javascript
        2019-06-02 20:13:15.833 - info: iobroker upload [13] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/sayit.png sayit.png image/png
        2019-06-02 20:13:15.929 - info: iobroker upload [12] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/index_m.html index_m.html text/html
        2019-06-02 20:13:15.999 - info: iobroker upload [11] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/index.html index.html text/html
        2019-06-02 20:13:16.062 - info: iobroker upload [10] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
        2019-06-02 20:13:16.125 - info: iobroker upload [9] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
        2019-06-02 20:13:16.184 - info: iobroker upload [8] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
        2019-06-02 20:13:16.245 - info: iobroker upload [7] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
        2019-06-02 20:13:16.305 - info: iobroker upload [6] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/i18n/it/translations.json i18n/it/translations.json application/json
        2019-06-02 20:13:16.374 - info: iobroker upload [5] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
        2019-06-02 20:13:16.435 - info: iobroker upload [4] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/i18n/es/translations.json i18n/es/translations.json application/json
        2019-06-02 20:13:16.494 - info: iobroker upload [3] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/i18n/en/translations.json i18n/en/translations.json application/json
        2019-06-02 20:13:16.555 - info: iobroker upload [2] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/i18n/de/translations.json i18n/de/translations.json application/json
        2019-06-02 20:13:16.615 - info: iobroker upload [1] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/engines.js engines.js application/javascript
        2019-06-02 20:13:16.675 - info: iobroker upload [0] sayit.admin /opt/iobroker/node_modules/iobroker.sayit/admin/blockly.js blockly.js application/javascript
        2019-06-02 20:13:16.803 - info: iobroker Update "system.adapter.sayit.0"
        2019-06-02 20:13:16.821 - info: host.IoBroker object change system.adapter.sayit.0
        2019-06-02 20:13:16.822 - info: host.IoBroker stopInstance system.adapter.sayit.0
        2019-06-02 20:13:16.827 - info: sayit.0 stopping...
        2019-06-02 20:13:16.878 - info: iobroker exit 0
        2019-06-02 20:13:17.824 - info: host.IoBroker stopInstance timeout "1000 system.adapter.sayit.0 killing pid 24855
        2019-06-02 20:13:17.826 - info: sayit.0 stopping...
        2019-06-02 20:13:17.828 - info: sayit.0 stopping...
        2019-06-02 20:13:17.867 - info: host.IoBroker instance system.adapter.sayit.0 terminated with code 0 (OK)
        2019-06-02 20:13:20.353 - info: host.IoBroker instance system.adapter.sayit.0 started with pid 26101
        2019-06-02 20:13:21.032 - info: sayit.0 starting. Version 1.8.0 in /opt/iobroker/node_modules/iobroker.sayit, node: v8.16.0
        2019-06-02 20:13:21.059 - info: sayit.0 Upload announce mp3 files
        2019-06-02 20:13:21.244 - info: sayit.0 All files uploaded
        2019-06-02 20:15:00.029 - info: host.IoBroker instance system.adapter.daswetter.0 started with pid 26183
        2019-06-02 20:15:01.194 - info: daswetter.0 starting. Version 2.8.0 in /opt/iobroker/node_modules/iobroker.daswetter, node: v8.16.0
        2019-06-02 20:15:12.711 - info: host.IoBroker instance system.adapter.daswetter.0 terminated with code 11 (Desired termination)
        2019-06-02 20:16:27.546 - info: tankerkoenig.0 Reading data from tankerkoenig ...
        2019-06-02 20:19:02.159 - error: Caught by controller[0]: RangeError: Maximum call stack size exceeded
        2019-06-02 20:19:02.159 - error: Caught by controller[0]: at Sender.frameAndSend (/opt/iobroker/node_modules/iobroker.web/node_modules/ws/lib/Sender.js:139:41)
        2019-06-02 20:19:02.159 - error: Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.web/node_modules/ws/lib/Sender.js:126:12
        2019-06-02 20:19:02.159 - error: Caught by controller[0]: at Sender.applyExtensions (/opt/iobroker/node_modules/iobroker.web/node_modules/ws/lib/Sender.js:287:5)
        2019-06-02 20:19:02.159 - error: Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.web/node_modules/ws/lib/Sender.js:120:10
        2019-06-02 20:19:02.160 - error: Caught by controller[0]: at Sender.flush (/opt/iobroker/node_modules/iobroker.web/node_modules/ws/lib/Sender.js:268:3)
        2019-06-02 20:19:02.160 - error: Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.web/node_modules/ws/lib/Sender.js:270:10
        2019-06-02 20:19:02.160 - error: Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.web/node_modules/ws/lib/Sender.js:127:7
        2019-06-02 20:19:02.160 - error: Caught by controller[0]: at Sender.applyExtensions (/opt/iobroker/node_modules/iobroker.web/node_modules/ws/lib/Sender.js:287:5)
        2019-06-02 20:19:02.160 - error: Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.web/node_modules/ws/lib/Sender.js:120:10
        2019-06-02 20:19:02.160 - error: Caught by controller[0]: at Sender.flush (/opt/iobroker/node_modules/iobroker.web/node_modules/ws/lib/Sender.js:268:3)
        2019-06-02 20:19:02.160 - error: host.IoBroker instance system.adapter.web.0 terminated with code 0 (OK)
        2019-06-02 20:19:02.160 - info: host.IoBroker Restart adapter system.adapter.web.0 because enabled
        2019-06-02 20:19:32.182 - info: host.IoBroker instance system.adapter.web.0 started with pid 26400
        

        umgestiegen von Proxmox auf Unraid

        1 Antwort Letzte Antwort
        0
        • crunchipC Abwesend
          crunchipC Abwesend
          crunchip
          Forum Testing Most Active
          schrieb am zuletzt editiert von
          #12

          sayit neu installiert und java upgrade/upload.
          iobroker neu gestartet, meinen Laptop neu gestartet, funktioniert aber immer noch nicht.
          jedoch probier ich mir hier nen Wolf...sendto da irgendwie ins skript zu bekommen.
          siehe da, es klappt.
          skript öffnen und auf sendto klicken

          26bf1ff3-d832-4f1e-a020-afdaa3fcaec8-image.png
          ein anderes Feld anwählen
          76f4172e-7c35-40c3-bd19-065966412748-image.png
          wieder auf sendto, dann wird der graue Rahmen mit angezeigt,jedoch lässt sich immer noch nichts auswählen, fahr ich mit der Maus drüber, erscheint kein gelber Rahmen.
          3f22f4bb-3577-47e6-a5c5-62a0b9842a33-image.png
          Jetzt muss ich mit der Maus in den lilanen Bereich, linke Maustaste, danach
          in den grauen Bereich, linke Maustaste und nun hab ich den sendto Befehl eingefügt.
          75b48c38-843c-40b8-add9-0f48fa42d0ba-image.png
          hab aber immer noch keinen Plan warum nur dieser Befehl spinnt, alles andere funktioniert.
          Hat eventuell noch jemand ne Idee?

          umgestiegen von Proxmox auf Unraid

          HomoranH 1 Antwort Letzte Antwort
          0
          • crunchipC crunchip

            sayit neu installiert und java upgrade/upload.
            iobroker neu gestartet, meinen Laptop neu gestartet, funktioniert aber immer noch nicht.
            jedoch probier ich mir hier nen Wolf...sendto da irgendwie ins skript zu bekommen.
            siehe da, es klappt.
            skript öffnen und auf sendto klicken

            26bf1ff3-d832-4f1e-a020-afdaa3fcaec8-image.png
            ein anderes Feld anwählen
            76f4172e-7c35-40c3-bd19-065966412748-image.png
            wieder auf sendto, dann wird der graue Rahmen mit angezeigt,jedoch lässt sich immer noch nichts auswählen, fahr ich mit der Maus drüber, erscheint kein gelber Rahmen.
            3f22f4bb-3577-47e6-a5c5-62a0b9842a33-image.png
            Jetzt muss ich mit der Maus in den lilanen Bereich, linke Maustaste, danach
            in den grauen Bereich, linke Maustaste und nun hab ich den sendto Befehl eingefügt.
            75b48c38-843c-40b8-add9-0f48fa42d0ba-image.png
            hab aber immer noch keinen Plan warum nur dieser Befehl spinnt, alles andere funktioniert.
            Hat eventuell noch jemand ne Idee?

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

            @crunchip

            Was ist fas für ein Browser?

            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            crunchipC 1 Antwort Letzte Antwort
            0
            • HomoranH Homoran

              @crunchip

              Was ist fas für ein Browser?

              crunchipC Abwesend
              crunchipC Abwesend
              crunchip
              Forum Testing Most Active
              schrieb am zuletzt editiert von
              #14

              @Homoran arbeite mit chrome, in opera und edge ist aber das gleiche Problem

              umgestiegen von Proxmox auf Unraid

              HomoranH 1 Antwort Letzte Antwort
              0
              • crunchipC crunchip

                @Homoran arbeite mit chrome, in opera und edge ist aber das gleiche Problem

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

                @crunchip schade, wäre noch ne Möglichkeit gewesen.

                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                crunchipC 1 Antwort Letzte Antwort
                0
                • HomoranH Homoran

                  @crunchip schade, wäre noch ne Möglichkeit gewesen.

                  crunchipC Abwesend
                  crunchipC Abwesend
                  crunchip
                  Forum Testing Most Active
                  schrieb am zuletzt editiert von
                  #16

                  @Homoran mal ne blöde Frage, kann es mit dem js-controller bzw node.js upgrade zusammen hängen? Zumindest hatte ich davor noch nicht dieses Problem.

                  umgestiegen von Proxmox auf Unraid

                  1 Antwort Letzte Antwort
                  0
                  • liv-in-skyL Offline
                    liv-in-skyL Offline
                    liv-in-sky
                    schrieb am zuletzt editiert von liv-in-sky
                    #17

                    event. den admin wieder eine version zurück ? wäre auch in versuch wert.

                    ich hatte vor kurzem auch soviele fehler bei jemanden den ich über teamviewer geholfen hatte - die fehler kamen nachdem ich node 10 , den admin und js upgrade machte - danach wieder auf node 8 - aber die fehler blieben

                    gelöst habe ich das folgendermaßen - meine annahme war, das ein alter adapter irgendwelche dependencies setzte und deshalb die anderen adapter bei einem rebuild ein problem bekommen.

                    ich habe alle alten und nichtgebrauchen adapter deinstalliert - bei dem user war das einfach, weil er sehr wenig adapter brauchte /beginner). am ende hatten wir nur noch ccu, admin,, vis,, widgets, cloud, und noch ein paar
                    dann waren aber die fehler erst mal weg und wir konnten wieder ohne fehler adapter installieren

                    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                    crunchipC liv-in-skyL 2 Antworten Letzte Antwort
                    0
                    • liv-in-skyL liv-in-sky

                      event. den admin wieder eine version zurück ? wäre auch in versuch wert.

                      ich hatte vor kurzem auch soviele fehler bei jemanden den ich über teamviewer geholfen hatte - die fehler kamen nachdem ich node 10 , den admin und js upgrade machte - danach wieder auf node 8 - aber die fehler blieben

                      gelöst habe ich das folgendermaßen - meine annahme war, das ein alter adapter irgendwelche dependencies setzte und deshalb die anderen adapter bei einem rebuild ein problem bekommen.

                      ich habe alle alten und nichtgebrauchen adapter deinstalliert - bei dem user war das einfach, weil er sehr wenig adapter brauchte /beginner). am ende hatten wir nur noch ccu, admin,, vis,, widgets, cloud, und noch ein paar
                      dann waren aber die fehler erst mal weg und wir konnten wieder ohne fehler adapter installieren

                      crunchipC Abwesend
                      crunchipC Abwesend
                      crunchip
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von crunchip
                      #18

                      @liv-in-sky hatte zwar versucht auf node 10 zu wechseln, da es aber Probleme gab, hab ich ja wieder mein zuvor erstelltes Backup eingespielt, also sollten eventuelle entstandene Fehler durchs upgraden ja beseitigt sein. und dieses Problem mit sendto Bestand ja schon zuvor.

                      umgestiegen von Proxmox auf Unraid

                      liv-in-skyL 1 Antwort Letzte Antwort
                      0
                      • crunchipC crunchip

                        @liv-in-sky hatte zwar versucht auf node 10 zu wechseln, da es aber Probleme gab, hab ich ja wieder mein zuvor erstelltes Backup eingespielt, also sollten eventuelle entstandene Fehler durchs upgraden ja beseitigt sein. und dieses Problem mit sendto Bestand ja schon zuvor.

                        liv-in-skyL Offline
                        liv-in-skyL Offline
                        liv-in-sky
                        schrieb am zuletzt editiert von
                        #19

                        @crunchip das dieses problem schon verher war, macht die fehlersuche nicht einfacher

                        sorry - mir fällt nix gutes mehr ein

                        nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                        crunchipC 1 Antwort Letzte Antwort
                        0
                        • liv-in-skyL liv-in-sky

                          @crunchip das dieses problem schon verher war, macht die fehlersuche nicht einfacher

                          sorry - mir fällt nix gutes mehr ein

                          crunchipC Abwesend
                          crunchipC Abwesend
                          crunchip
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von crunchip
                          #20

                          @liv-in-sky deswegen hatte ich oben ja gefragt, ob es was mit js-controller bzw node.js upgrade zu tun haben kann...denn diese hatte ich vor paar tagen geändert
                          hab spasseshalber mal ein js-controller auf 1.5.12 angestoßen

                          2019-06-02 23:15:06.915 - error: javascript.0 prebuild-install
                          2019-06-02 23:15:06.927 - info: tankerkoenig.0 Reading data from tankerkoenig ...
                          2019-06-02 23:15:06.918 - error: javascript.0
                          2019-06-02 23:15:06.920 - error: javascript.0 info begin Prebuild-install version 5.3.0
                          2019-06-02 23:15:06.950 - error: javascript.0 prebuild-install info looking for cached prebuild @ /root/.npm/_prebuilds/97a8e8-usb-v1.6.0-node-v57-linux-x64.tar.gz
                          prebuild-install http request GET https://github.com/tessel/node-usb/releases/download/v1.6.0/usb-v1.6.0-node-v57-linux-x64.tar.gz
                          2019-06-02 23:15:07.847 - error: javascript.0 prebuild-install http
                          2019-06-02 23:15:07.847 - error: javascript.0 200 https://github.com/tessel/node-usb/releases/download/v1.6.0/usb-v1.6.0-node-v57-linux-x64.tar.gz
                          2019-06-02 23:15:07.850 - error: javascript.0 prebuild-install info
                          2019-06-02 23:15:07.850 - error: javascript.0 downloading to @ /root/.npm/_prebuilds/97a8e8-usb-v1.6.0-node-v57-linux-x64.tar.gz.3115-3936987488187.tmp
                          2019-06-02 23:15:08.056 - error: javascript.0 prebuild-install info
                          2019-06-02 23:15:08.057 - error: javascript.0 renaming to @ /root/.npm/_prebuilds/97a8e8-usb-v1.6.0-node-v57-linux-x64.tar.gz
                          prebuild-install
                          2019-06-02 23:15:08.057 - error: javascript.0 info unpacking @ /root/.npm/_prebuilds/97a8e8-usb-v1.6.0-node-v57-linux-x64.tar.gz
                          2019-06-02 23:15:08.106 - error: javascript.0 prebuild-install info unpack resolved to /opt/iobroker/node_modules/iobroker.javascript/node_modules/usb/build/Release/usb_bindings.node
                          2019-06-02 23:15:08.118 - error: javascript.0 prebuild-install info
                          2019-06-02 23:15:08.119 - error: javascript.0 unpack required /opt/iobroker/node_modules/iobroker.javascript/node_modules/usb/build/Release/usb_bindings.node successfully
                          prebuild-install info
                          2019-06-02 23:15:08.119 - error: javascript.0 install Successfully installed prebuilt binary!
                          2019-06-02 23:15:08.120 - info: host.IoBroker instance system.adapter.alexa2.0 started with pid 3133
                          2019-06-02 23:15:08.134 - info: javascript.0
                          > bluetooth-hci-socket@0.5.1 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket
                          > node-gyp rebuild
                          2019-06-02 23:15:08.942 - info: alexa2.0 starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.alexa2, node: v8.16.0
                          2019-06-02 23:15:09.308 - info: javascript.0 make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket/build“ wird betreten
                          2019-06-02 23:15:09.310 - info: javascript.0 CXX(target) Release/obj.target/binding/src/BluetoothHciSocket.o
                          2019-06-02 23:15:10.999 - error: javascript.0 ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::poll()’:
                          ../src/BluetoothHciSocket.cpp:251:95: warning: ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’ is deprecated [-Wdeprecated-declarations]
                          Nan::MakeCallback(Nan::New(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);
                          ^
                          In file included from ../src/BluetoothHciSocket.cpp:8:0:
                          ../../nan/nan.h:1045:46: note: declared here
                          NAN_DEPRECATED inline v8::Local MakeCallback(
                          ^~~~~~~~~~~~
                          2019-06-02 23:15:11.001 - error: javascript.0 ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::emitErrnoError()’:
                          ../src/BluetoothHciSocket.cpp:275:72: warning: ‘v8::Local v8::Function::NewInstance(int, v8::Local*) const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                          Local error = errorConstructor->NewInstance(1, constructorArgs);
                          ^
                          In file included from /root/.node-gyp/8.16.0/include/node/v8.h:26:0,
                          from /root/.node-gyp/8.16.0/include/node/node.h:63,
                          from /root/.node-gyp/8.16.0/include/node/node_buffer.h:25,
                          from ../src/BluetoothHciSocket.cpp:7:
                          /root/.node-gyp/8.16.0/include/node/v8.h:3897:31: note: declared here
                          Local NewInstance(int argc, Local argv[]) const);
                          ^
                          /root/.node-gyp/8.16.0/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
                          declarator __attribute__((deprecated(message)))
                          ^~~~~~~~~~
                          2019-06-02 23:15:11.003 - error: javascript.0 ../src/BluetoothHciSocket.cpp:282:93: warning: ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’ is deprecated [-Wdeprecated-declarations]
                          Nan::MakeCallback(Nan::New(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);
                          ^
                          In file included from ../src/BluetoothHciSocket.cpp:8:0:
                          ../../nan/nan.h:1045:46: note: declared here
                          NAN_DEPRECATED inline v8::Local MakeCallback(
                          ^~~~~~~~~~~~
                          2019-06-02 23:15:12.340 - info: host.IoBroker instance system.adapter.chromecast.0 started with pid 3187
                          2019-06-02 23:15:12.387 - info: javascript.0 SOLINK_MODULE(target) Release/obj.target/binding.node
                          2019-06-02 23:15:12.610 - info: javascript.0 COPY Release/binding.node
                          2019-06-02 23:15:12.626 - info: javascript.0 make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket/build“ wird verlassen
                          2019-06-02 23:15:14.671 - error: javascript.0 npm
                          2019-06-02 23:15:14.672 - error: javascript.0 WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                          npm WARN notsup
                          2019-06-02 23:15:14.672 - error: javascript.0 SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                          2019-06-02 23:15:14.673 - error: javascript.0
                          
                          2019-06-02 23:15:30.010 - error: javascript.0 npm
                          2019-06-02 23:15:30.012 - error: javascript.0 WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                          

                          umgestiegen von Proxmox auf Unraid

                          liv-in-skyL 1 Antwort Letzte Antwort
                          0
                          • crunchipC Abwesend
                            crunchipC Abwesend
                            crunchip
                            Forum Testing Most Active
                            schrieb am zuletzt editiert von
                            #21

                            bin jetzt erstmal wieder ganz zurück auf 1.4.2
                            falls wer noch irgendwelche Ideen oder Vorschläge hat, immer her damit.

                            umgestiegen von Proxmox auf Unraid

                            1 Antwort Letzte Antwort
                            0
                            • crunchipC crunchip

                              @liv-in-sky deswegen hatte ich oben ja gefragt, ob es was mit js-controller bzw node.js upgrade zu tun haben kann...denn diese hatte ich vor paar tagen geändert
                              hab spasseshalber mal ein js-controller auf 1.5.12 angestoßen

                              2019-06-02 23:15:06.915 - error: javascript.0 prebuild-install
                              2019-06-02 23:15:06.927 - info: tankerkoenig.0 Reading data from tankerkoenig ...
                              2019-06-02 23:15:06.918 - error: javascript.0
                              2019-06-02 23:15:06.920 - error: javascript.0 info begin Prebuild-install version 5.3.0
                              2019-06-02 23:15:06.950 - error: javascript.0 prebuild-install info looking for cached prebuild @ /root/.npm/_prebuilds/97a8e8-usb-v1.6.0-node-v57-linux-x64.tar.gz
                              prebuild-install http request GET https://github.com/tessel/node-usb/releases/download/v1.6.0/usb-v1.6.0-node-v57-linux-x64.tar.gz
                              2019-06-02 23:15:07.847 - error: javascript.0 prebuild-install http
                              2019-06-02 23:15:07.847 - error: javascript.0 200 https://github.com/tessel/node-usb/releases/download/v1.6.0/usb-v1.6.0-node-v57-linux-x64.tar.gz
                              2019-06-02 23:15:07.850 - error: javascript.0 prebuild-install info
                              2019-06-02 23:15:07.850 - error: javascript.0 downloading to @ /root/.npm/_prebuilds/97a8e8-usb-v1.6.0-node-v57-linux-x64.tar.gz.3115-3936987488187.tmp
                              2019-06-02 23:15:08.056 - error: javascript.0 prebuild-install info
                              2019-06-02 23:15:08.057 - error: javascript.0 renaming to @ /root/.npm/_prebuilds/97a8e8-usb-v1.6.0-node-v57-linux-x64.tar.gz
                              prebuild-install
                              2019-06-02 23:15:08.057 - error: javascript.0 info unpacking @ /root/.npm/_prebuilds/97a8e8-usb-v1.6.0-node-v57-linux-x64.tar.gz
                              2019-06-02 23:15:08.106 - error: javascript.0 prebuild-install info unpack resolved to /opt/iobroker/node_modules/iobroker.javascript/node_modules/usb/build/Release/usb_bindings.node
                              2019-06-02 23:15:08.118 - error: javascript.0 prebuild-install info
                              2019-06-02 23:15:08.119 - error: javascript.0 unpack required /opt/iobroker/node_modules/iobroker.javascript/node_modules/usb/build/Release/usb_bindings.node successfully
                              prebuild-install info
                              2019-06-02 23:15:08.119 - error: javascript.0 install Successfully installed prebuilt binary!
                              2019-06-02 23:15:08.120 - info: host.IoBroker instance system.adapter.alexa2.0 started with pid 3133
                              2019-06-02 23:15:08.134 - info: javascript.0
                              > bluetooth-hci-socket@0.5.1 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket
                              > node-gyp rebuild
                              2019-06-02 23:15:08.942 - info: alexa2.0 starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.alexa2, node: v8.16.0
                              2019-06-02 23:15:09.308 - info: javascript.0 make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket/build“ wird betreten
                              2019-06-02 23:15:09.310 - info: javascript.0 CXX(target) Release/obj.target/binding/src/BluetoothHciSocket.o
                              2019-06-02 23:15:10.999 - error: javascript.0 ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::poll()’:
                              ../src/BluetoothHciSocket.cpp:251:95: warning: ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’ is deprecated [-Wdeprecated-declarations]
                              Nan::MakeCallback(Nan::New(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);
                              ^
                              In file included from ../src/BluetoothHciSocket.cpp:8:0:
                              ../../nan/nan.h:1045:46: note: declared here
                              NAN_DEPRECATED inline v8::Local MakeCallback(
                              ^~~~~~~~~~~~
                              2019-06-02 23:15:11.001 - error: javascript.0 ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::emitErrnoError()’:
                              ../src/BluetoothHciSocket.cpp:275:72: warning: ‘v8::Local v8::Function::NewInstance(int, v8::Local*) const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                              Local error = errorConstructor->NewInstance(1, constructorArgs);
                              ^
                              In file included from /root/.node-gyp/8.16.0/include/node/v8.h:26:0,
                              from /root/.node-gyp/8.16.0/include/node/node.h:63,
                              from /root/.node-gyp/8.16.0/include/node/node_buffer.h:25,
                              from ../src/BluetoothHciSocket.cpp:7:
                              /root/.node-gyp/8.16.0/include/node/v8.h:3897:31: note: declared here
                              Local NewInstance(int argc, Local argv[]) const);
                              ^
                              /root/.node-gyp/8.16.0/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
                              declarator __attribute__((deprecated(message)))
                              ^~~~~~~~~~
                              2019-06-02 23:15:11.003 - error: javascript.0 ../src/BluetoothHciSocket.cpp:282:93: warning: ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’ is deprecated [-Wdeprecated-declarations]
                              Nan::MakeCallback(Nan::New(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);
                              ^
                              In file included from ../src/BluetoothHciSocket.cpp:8:0:
                              ../../nan/nan.h:1045:46: note: declared here
                              NAN_DEPRECATED inline v8::Local MakeCallback(
                              ^~~~~~~~~~~~
                              2019-06-02 23:15:12.340 - info: host.IoBroker instance system.adapter.chromecast.0 started with pid 3187
                              2019-06-02 23:15:12.387 - info: javascript.0 SOLINK_MODULE(target) Release/obj.target/binding.node
                              2019-06-02 23:15:12.610 - info: javascript.0 COPY Release/binding.node
                              2019-06-02 23:15:12.626 - info: javascript.0 make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket/build“ wird verlassen
                              2019-06-02 23:15:14.671 - error: javascript.0 npm
                              2019-06-02 23:15:14.672 - error: javascript.0 WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                              npm WARN notsup
                              2019-06-02 23:15:14.672 - error: javascript.0 SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                              2019-06-02 23:15:14.673 - error: javascript.0
                              
                              2019-06-02 23:15:30.010 - error: javascript.0 npm
                              2019-06-02 23:15:30.012 - error: javascript.0 WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                              npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                              
                              liv-in-skyL Offline
                              liv-in-skyL Offline
                              liv-in-sky
                              schrieb am zuletzt editiert von liv-in-sky
                              #22

                              @crunchip
                              bin mir nicht sicher, ob du dir damit einen gefallen tust - würde eher wieder runtergehen mit den versionen

                              bei mir lief node 10 und js-cont 1.5.9 für 2 wochen prima - dann kam ein sql-adapter und der admin-adapter als update - danach stürzte der js-controller ohne logeinträge mehrmals täglich ab - alle anderen adapter waren noch in top zu sehen - aber ohne js-contr geht halt nix

                              habe dann node auf 8 und js-cont wieder auf 1.4.x gebracht - npm rebuilt, cache clean - danach ging wieder alles - dann wieder mysql update und auch js-contr. 1.5.11 - läuft wieder ohne probleme - mal schauen , wann ich node 10 wieder probieren werde - im moment lass ich es so

                              nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                              crunchipC 1 Antwort Letzte Antwort
                              0
                              • KnallochseK Offline
                                KnallochseK Offline
                                Knallochse
                                schrieb am zuletzt editiert von
                                #23

                                @crunchip Hast du den Cloud Adapter installiert?

                                HM&HMIP über 100 Geräte + IoBroker auf DS918+ uvm.

                                crunchipC 1 Antwort Letzte Antwort
                                0
                                • KnallochseK Knallochse

                                  @crunchip Hast du den Cloud Adapter installiert?

                                  crunchipC Abwesend
                                  crunchipC Abwesend
                                  crunchip
                                  Forum Testing Most Active
                                  schrieb am zuletzt editiert von
                                  #24

                                  @Knallochse nein den hab ich schon länger nicht mehr

                                  umgestiegen von Proxmox auf Unraid

                                  KnallochseK 1 Antwort Letzte Antwort
                                  0
                                  • liv-in-skyL liv-in-sky

                                    @crunchip
                                    bin mir nicht sicher, ob du dir damit einen gefallen tust - würde eher wieder runtergehen mit den versionen

                                    bei mir lief node 10 und js-cont 1.5.9 für 2 wochen prima - dann kam ein sql-adapter und der admin-adapter als update - danach stürzte der js-controller ohne logeinträge mehrmals täglich ab - alle anderen adapter waren noch in top zu sehen - aber ohne js-contr geht halt nix

                                    habe dann node auf 8 und js-cont wieder auf 1.4.x gebracht - npm rebuilt, cache clean - danach ging wieder alles - dann wieder mysql update und auch js-contr. 1.5.11 - läuft wieder ohne probleme - mal schauen , wann ich node 10 wieder probieren werde - im moment lass ich es so

                                    crunchipC Abwesend
                                    crunchipC Abwesend
                                    crunchip
                                    Forum Testing Most Active
                                    schrieb am zuletzt editiert von
                                    #25

                                    @liv-in-sky aktuell steh ich hier
                                    Admin 3.6.2
                                    Js-controller 1.4.2
                                    Node.js v8.16.0
                                    NPM 6.4.1

                                    umgestiegen von Proxmox auf Unraid

                                    liv-in-skyL 1 Antwort Letzte Antwort
                                    0
                                    • crunchipC crunchip

                                      @liv-in-sky aktuell steh ich hier
                                      Admin 3.6.2
                                      Js-controller 1.4.2
                                      Node.js v8.16.0
                                      NPM 6.4.1

                                      liv-in-skyL Offline
                                      liv-in-skyL Offline
                                      liv-in-sky
                                      schrieb am zuletzt editiert von
                                      #26

                                      @crunchip war wohl gedankenübertragung - hatte post schon geschrieben mit dieser frage? aber dann doch gelöscht, weil ich im moment total verwirt bin

                                      in dem anderen thread sagt dignix er habe das selbe problem wie du - aber ich sehe keine permitt-prbleme in deinen fehlermeldungen - mach doch nochmal ein npm build mit dieser konstellation damit wir die fehler nochmal aktuell haben

                                      nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                      crunchipC 2 Antworten Letzte Antwort
                                      0
                                      • liv-in-skyL liv-in-sky

                                        @crunchip war wohl gedankenübertragung - hatte post schon geschrieben mit dieser frage? aber dann doch gelöscht, weil ich im moment total verwirt bin

                                        in dem anderen thread sagt dignix er habe das selbe problem wie du - aber ich sehe keine permitt-prbleme in deinen fehlermeldungen - mach doch nochmal ein npm build mit dieser konstellation damit wir die fehler nochmal aktuell haben

                                        crunchipC Abwesend
                                        crunchipC Abwesend
                                        crunchip
                                        Forum Testing Most Active
                                        schrieb am zuletzt editiert von
                                        #27

                                        @liv-in-sky mach ich mal, dauert nen moment

                                        umgestiegen von Proxmox auf Unraid

                                        1 Antwort Letzte Antwort
                                        0
                                        • crunchipC crunchip

                                          @Knallochse nein den hab ich schon länger nicht mehr

                                          KnallochseK Offline
                                          KnallochseK Offline
                                          Knallochse
                                          schrieb am zuletzt editiert von
                                          #28

                                          @crunchip Ich hatte das gleiche Problem, als ich den Cloud Adapter deinstalliert hatte. Dieser musste bei mir installiert sein, aber unter Instanzen nicht laufen (Pause)

                                          HM&HMIP über 100 Geräte + IoBroker auf DS918+ uvm.

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          720

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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