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. Hardware
  4. Sonoff NSPanel

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

Sonoff NSPanel

Geplant Angeheftet Gesperrt Verschoben Hardware
1.5k Beiträge 78 Kommentatoren 638.5k Aufrufe 80 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.
  • O Offline
    O Offline
    oOchrisOo
    schrieb am zuletzt editiert von
    #1156

    Guten Abend zusammen,
    versuche seit einiger Zeit eine funktionierende Medien Seite für meinen Echo zu erstellen, ohne Erfolg.
    habe wie angegeben mit dem Alias Manager einen Datenpunkt über das Verzeichnis Player meines Echos angelegt, hier wurden auch datenpunkte im Objektbaum angelegt , die auch daten ausgeben wenn ich auf dem Echo Musik höre.


    objplayer.jpg

    meine zeilen im skript sehen wie folgt aus

    var Alexa: PageMedia = 
    {
        "type": "cardMedia",
        "heading": "Alexa",
        "useColor": true,
        "subPage": false,
        "parent": undefined,
        "items": [<PageItem>{ id: "alias.0.Player" }]
    };
    

    und so sieht das Ganze auf dem Panel aus


    IMG_5336.jpg

    danke im voraus :grimacing:

    ArmilarA 1 Antwort Letzte Antwort
    0
    • P Peet_b

      @armilar

      ich habe jetzt alle Varianten nochmal probiert mit der V5.7.0 und der V6.0.0, es kommen immer diese Fehler:

      2022-08-29 20:41:50.257 - info: javascript.0 (1510) starting. Version 5.7.0 in /opt/iobroker/node_modules/iobroker.javascript, node: v16.17.0, js-controller: 4.0.23
      2022-08-29 20:41:51.587 - info: javascript.0 (1510) requesting all states
      2022-08-29 20:41:51.588 - info: javascript.0 (1510) requesting all objects
      2022-08-29 20:41:52.721 - info: javascript.0 (1510) received all objects
      2022-08-29 20:41:53.012 - info: javascript.0 (1510) received all states
      2022-08-29 20:41:53.091 - info: javascript.0 (1510) script.js.global.IconsSelector: compiling TypeScript source...
      2022-08-29 20:42:01.868 - info: javascript.0 (1510) script.js.global.IconsSelector: TypeScript compilation successful
      2022-08-29 20:42:02.030 - error: javascript.0 (1510) uncaught exception: Debug Failure. Unhandled SyntaxKind: Unknown.
      2022-08-29 20:42:02.032 - error: javascript.0 (1510) Error: Debug Failure. Unhandled SyntaxKind: Unknown.
      at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:113075:22)
      at pipelineEmitWithHint (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112608:17)
      at pipelineEmitWithComments (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116249:13)
      at pipelineEmit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112548:13)
      at emit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112521:13)
      at emitModuleDeclaration (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:114436:13)
      at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112799:32)
      at pipelineEmitWithHint (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112608:17)
      at pipelineEmitWithComments (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116249:13)
      at pipelineEmit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112548:13)
      at emit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112521:13)
      at emitListItemWithParenthesizerRule (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116742:9)
      at emitNodeListItems (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115493:17)
      at emitNodeList (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115411:17)
      at emitList (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115376:13)
      at emitSourceFileWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115062:13)
      at emitBodyWithDetachedComments (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116369:17)
      at emitSourceFile (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:114981:17)
      at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112623:24)
      at pipelineEmitWithHint (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112608:17)
      at pipelineEmit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112548:13)
      at print (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112484:13)
      at writeFile (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112468:13)
      at printFile (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112329:13)
      at Object.printNode (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112313:62)
      at transformGlobalDeclarations (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:496:31)
      at Immediate. (/opt/iobroker/node_modules/iobroker.javascript/main.js:1061:60)
      at processImmediate (node:internal/timers:468:21)
      2022-08-29 20:42:02.033 - error: javascript.0 (1510) Debug Failure. Unhandled SyntaxKind: Unknown.
      2022-08-29 20:42:02.217 - info: javascript.0 (1510) terminating
      2022-08-29 20:42:02.227 - warn: javascript.0 (1510) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2022-08-29 20:42:04.262 - error: host.ioBroker Caught by controller[0]: DeprecationWarning: 'createNodeArray' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      2022-08-29 20:42:04.264 - error: host.ioBroker Caught by controller[1]: DeprecationWarning: 'createNamedExports' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      2022-08-29 20:42:04.264 - error: host.ioBroker Caught by controller[2]: DeprecationWarning: 'createExportDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      2022-08-29 20:42:04.264 - error: host.ioBroker Caught by controller[3]: DeprecationWarning: 'updateSourceFile' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      2022-08-29 20:42:04.264 - error: host.ioBroker Caught by controller[4]: DeprecationWarning: 'updateClassDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      2022-08-29 20:42:04.265 - error: host.ioBroker Caught by controller[4]: DeprecationWarning: 'createModifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      2022-08-29 20:42:04.265 - error: host.ioBroker Caught by controller[4]: DeprecationWarning: 'createIdentifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      2022-08-29 20:42:04.265 - error: host.ioBroker Caught by controller[4]: DeprecationWarning: 'createModuleBlock' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      2022-08-29 20:42:04.265 - error: host.ioBroker Caught by controller[4]: DeprecationWarning: 'createModuleDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      2022-08-29 20:42:04.265 - error: host.ioBroker Caught by controller[5]: Error: Debug Failure. Unhandled SyntaxKind: Unknown.
      2022-08-29 20:42:04.265 - error: host.ioBroker Caught by controller[5]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:113075:22)
      2022-08-29 20:42:04.265 - error: host.ioBroker Caught by controller[5]: at pipelineEmitWithHint (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112608:17)
      2022-08-29 20:42:04.266 - error: host.ioBroker Caught by controller[5]: at pipelineEmitWithComments (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116249:13)
      2022-08-29 20:42:04.266 - error: host.ioBroker Caught by controller[5]: at pipelineEmit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112548:13)
      2022-08-29 20:42:04.266 - error: host.ioBroker Caught by controller[5]: at emit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112521:13)
      2022-08-29 20:42:04.266 - error: host.ioBroker Caught by controller[5]: at emitModuleDeclaration (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:114436:13)
      2022-08-29 20:42:04.266 - error: host.ioBroker Caught by controller[5]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112799:32)
      2022-08-29 20:42:04.266 - error: host.ioBroker Caught by controller[5]: at pipelineEmitWithHint (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112608:17)
      2022-08-29 20:42:04.266 - error: host.ioBroker Caught by controller[5]: at pipelineEmitWithComments (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116249:13)
      2022-08-29 20:42:04.267 - error: host.ioBroker Caught by controller[5]: at pipelineEmit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112548:13)
      2022-08-29 20:42:04.267 - error: host.ioBroker Caught by controller[5]: at emit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112521:13)
      2022-08-29 20:42:04.267 - error: host.ioBroker Caught by controller[5]: at emitListItemWithParenthesizerRule (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116742:9)
      2022-08-29 20:42:04.267 - error: host.ioBroker Caught by controller[5]: at emitNodeListItems (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115493:17)
      2022-08-29 20:42:04.267 - error: host.ioBroker Caught by controller[5]: at emitNodeList (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115411:17)
      2022-08-29 20:42:04.267 - error: host.ioBroker Caught by controller[5]: at emitList (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115376:13)
      2022-08-29 20:42:04.267 - error: host.ioBroker Caught by controller[5]: at emitSourceFileWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:115062:13)
      2022-08-29 20:42:04.268 - error: host.ioBroker Caught by controller[5]: at emitBodyWithDetachedComments (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:116369:17)
      2022-08-29 20:42:04.268 - error: host.ioBroker Caught by controller[5]: at emitSourceFile (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:114981:17)
      2022-08-29 20:42:04.268 - error: host.ioBroker Caught by controller[5]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112623:24)
      2022-08-29 20:42:04.268 - error: host.ioBroker Caught by controller[5]: at pipelineEmitWithHint (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112608:17)
      2022-08-29 20:42:04.268 - error: host.ioBroker Caught by controller[5]: at pipelineEmit (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112548:13)
      2022-08-29 20:42:04.268 - error: host.ioBroker Caught by controller[5]: at print (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112484:13)
      2022-08-29 20:42:04.268 - error: host.ioBroker Caught by controller[5]: at writeFile (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112468:13)
      2022-08-29 20:42:04.269 - error: host.ioBroker Caught by controller[5]: at printFile (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112329:13)
      2022-08-29 20:42:04.269 - error: host.ioBroker Caught by controller[5]: at Object.printNode (/opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript/lib/typescript.js:112313:62)
      2022-08-29 20:42:04.269 - error: host.ioBroker Caught by controller[5]: at transformGlobalDeclarations (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:496:31)
      2022-08-29 20:42:04.269 - error: host.ioBroker Caught by controller[5]: at Immediate. (/opt/iobroker/node_modules/iobroker.javascript/main.js:1061:60)
      2022-08-29 20:42:04.269 - error: host.ioBroker Caught by controller[5]: at processImmediate (node:internal/timers:468:21)
      2022-08-29 20:42:04.269 - error: host.ioBroker instance system.adapter.javascript.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2022-08-29 20:42:04.270 - info: host.ioBroker Restart adapter system.adapter.javascript.0 because enabled
      

      ich habe gesehen der Host gibt anschließend auch immer fehler aus.

      H Offline
      H Offline
      Hagbard235
      schrieb am zuletzt editiert von
      #1157

      @peet_b Hast du eine Lösung gefunden, meine Situation ist genauso.
      Erst mit meinem "Prod-System" probiert, dann ein neuer "nackter" Container, dann eine Handinstallation im Debian... aber sobald ich die beiden NSPanel-Scripte "anschalte" läuft die Javascript-Instanz in eine bootloop, weil sie sofort wieder abbricht. Beim Container hab ich alles von V5 bis V7 durchprobiert, ohne Veränderung. Jemand ne Idee?

      Hier mein Protokoll:

      host.debian
      2022-08-29 21:52:53.025	error	instance system.adapter.javascript.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      host.debian
      2022-08-29 21:52:53.024	error	Caught by controller[3]: at processImmediate (internal/timers.js:463:21)
      host.debian
      2022-08-29 21:52:53.024	error	Caught by controller[3]: at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1078:64)
      host.debian
      2022-08-29 21:52:53.023	error	Caught by controller[3]: at transformGlobalDeclarations (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:496:31)
      host.debian
      2022-08-29 21:52:53.023	error	Caught by controller[3]: at Object.printNode (/opt/iobroker/node_modules/typescript/lib/typescript.js:112313:62)
      host.debian
      2022-08-29 21:52:53.022	error	Caught by controller[3]: at printFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112329:13)
      host.debian
      2022-08-29 21:52:53.022	error	Caught by controller[3]: at writeFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112468:13)
      host.debian
      2022-08-29 21:52:53.021	error	Caught by controller[3]: at print (/opt/iobroker/node_modules/typescript/lib/typescript.js:112484:13)
      host.debian
      2022-08-29 21:52:53.020	error	Caught by controller[3]: at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13)
      host.debian
      2022-08-29 21:52:53.020	error	Caught by controller[3]: at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17)
      host.debian
      2022-08-29 21:52:53.019	error	Caught by controller[3]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112623:24)
      host.debian
      2022-08-29 21:52:53.019	error	Caught by controller[3]: at emitSourceFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:114981:17)
      host.debian
      2022-08-29 21:52:53.018	error	Caught by controller[3]: at emitBodyWithDetachedComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116369:17)
      host.debian
      2022-08-29 21:52:53.017	error	Caught by controller[3]: at emitSourceFileWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:115062:13)
      host.debian
      2022-08-29 21:52:53.017	error	Caught by controller[3]: at emitList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115376:13)
      host.debian
      2022-08-29 21:52:53.016	error	Caught by controller[3]: at emitNodeList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115411:17)
      host.debian
      2022-08-29 21:52:53.015	error	Caught by controller[3]: at emitNodeListItems (/opt/iobroker/node_modules/typescript/lib/typescript.js:115493:17)
      host.debian
      2022-08-29 21:52:53.015	error	Caught by controller[3]: at emitListItemWithParenthesizerRule (/opt/iobroker/node_modules/typescript/lib/typescript.js:116742:9)
      host.debian
      2022-08-29 21:52:53.014	error	Caught by controller[3]: at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13)
      host.debian
      2022-08-29 21:52:53.014	error	Caught by controller[3]: at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13)
      host.debian
      2022-08-29 21:52:53.013	error	Caught by controller[3]: at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13)
      host.debian
      2022-08-29 21:52:53.012	error	Caught by controller[3]: at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17)
      host.debian
      2022-08-29 21:52:53.012	error	Caught by controller[3]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112799:32)
      host.debian
      2022-08-29 21:52:53.011	error	Caught by controller[3]: at emitModuleDeclaration (/opt/iobroker/node_modules/typescript/lib/typescript.js:114436:13)
      host.debian
      2022-08-29 21:52:53.010	error	Caught by controller[3]: at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13)
      host.debian
      2022-08-29 21:52:53.009	error	Caught by controller[3]: at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13)
      host.debian
      2022-08-29 21:52:53.004	error	Caught by controller[3]: at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13)
      host.debian
      2022-08-29 21:52:53.004	error	Caught by controller[3]: at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17)
      host.debian
      2022-08-29 21:52:53.003	error	Caught by controller[3]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:113075:22)
      host.debian
      2022-08-29 21:52:53.003	error	Caught by controller[3]: Error: Debug Failure. Unhandled SyntaxKind: Unknown.
      host.debian
      2022-08-29 21:52:53.002	error	Caught by controller[2]: 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(). The promise rejected with the reason:
      host.debian
      2022-08-29 21:52:53.001	error	Caught by controller[1]: DeprecationWarning: 'createModuleDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      host.debian
      2022-08-29 21:52:53.001	error	Caught by controller[1]: DeprecationWarning: 'createModuleBlock' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      host.debian
      2022-08-29 21:52:53.000	error	Caught by controller[1]: DeprecationWarning: 'createIdentifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      host.debian
      2022-08-29 21:52:52.999	error	Caught by controller[1]: DeprecationWarning: 'createModifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      host.debian
      2022-08-29 21:52:52.997	error	Caught by controller[1]: DeprecationWarning: 'updateClassDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
      
      javascript.0
      2022-08-29 21:52:41.301	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
      
      javascript.0
      2022-08-29 21:52:41.266	info	terminating
      
      javascript.0
      2022-08-29 21:52:40.623	error	Debug Failure. Unhandled SyntaxKind: Unknown.
      
      javascript.0
      2022-08-29 21:52:40.622	error	Error: Debug Failure. Unhandled SyntaxKind: Unknown. at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:113075:22) at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13) at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13) at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13) at emitModuleDeclaration (/opt/iobroker/node_modules/typescript/lib/typescript.js:114436:13) at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112799:32) at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13) at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13) at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13) at emitListItemWithParenthesizerRule (/opt/iobroker/node_modules/typescript/lib/typescript.js:116742:9) at emitNodeListItems (/opt/iobroker/node_modules/typescript/lib/typescript.js:115493:17) at emitNodeList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115411:17) at emitList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115376:13) at emitSourceFileWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:115062:13) at emitBodyWithDetachedComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116369:17) at emitSourceFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:114981:17) at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112623:24) at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13) at print (/opt/iobroker/node_modules/typescript/lib/typescript.js:112484:13) at writeFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112468:13) at printFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112329:13) at Object.printNode (/opt/iobroker/node_modules/typescript/lib/typescript.js:112313:62) at transformGlobalDeclarations (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:496:31) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1078:64) at processImmediate (internal/timers.js:463:21)
      
      javascript.0
      2022-08-29 21:52:40.620	error	unhandled promise rejection: Debug Failure. Unhandled SyntaxKind: Unknown.
      
      javascript.0
      2022-08-29 21:52:40.619	error	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
      2022-08-29 21:52:39.693	info	script.js.global.IconSelector: TypeScript compilation successful
      
      javascript.0
      2022-08-29 21:52:04.477	info	script.js.global.IconSelector: compiling TypeScript source...
      
      javascript.0
      2022-08-29 21:52:04.358	info	received all states
      
      javascript.0
      2022-08-29 21:52:04.303	info	received all objects
      
      javascript.0
      2022-08-29 21:52:02.468	info	requesting all objects
      
      javascript.0
      2022-08-29 21:52:02.463	info	requesting all states
      
      javascript.0
      2022-08-29 21:52:01.460	info	starting. Version 6.0.0 in /opt/iobroker/node_modules/iobroker.javascript, node: v12.22.12, js-controller: 4.0.23
      
      H ArmilarA 2 Antworten Letzte Antwort
      0
      • O oOchrisOo

        Guten Abend zusammen,
        versuche seit einiger Zeit eine funktionierende Medien Seite für meinen Echo zu erstellen, ohne Erfolg.
        habe wie angegeben mit dem Alias Manager einen Datenpunkt über das Verzeichnis Player meines Echos angelegt, hier wurden auch datenpunkte im Objektbaum angelegt , die auch daten ausgeben wenn ich auf dem Echo Musik höre.


        objplayer.jpg

        meine zeilen im skript sehen wie folgt aus

        var Alexa: PageMedia = 
        {
            "type": "cardMedia",
            "heading": "Alexa",
            "useColor": true,
            "subPage": false,
            "parent": undefined,
            "items": [<PageItem>{ id: "alias.0.Player" }]
        };
        

        und so sieht das Ganze auf dem Panel aus


        IMG_5336.jpg

        danke im voraus :grimacing:

        ArmilarA Offline
        ArmilarA Offline
        Armilar
        Most Active Forum Testing
        schrieb am zuletzt editiert von Armilar
        #1158

        @oochrisoo sagte in Sonoff NSPanel:

        Guten Abend zusammen,
        versuche seit einiger Zeit eine funktionierende Medien Seite für meinen Echo zu erstellen, ohne Erfolg.
        habe wie angegeben mit dem Alias Manager einen Datenpunkt über das Verzeichnis Player meines Echos angelegt, hier wurden auch datenpunkte im Objektbaum angelegt , die auch daten ausgeben wenn ich auf dem Echo Musik höre.


        objplayer.jpg

        meine zeilen im skript sehen wie folgt aus

        var Alexa: PageMedia = 
        {
            "type": "cardMedia",
            "heading": "Alexa",
            "useColor": true,
            "subPage": false,
            "parent": undefined,
            "items": [<PageItem>{ id: "alias.0.Player" }]
        };
        

        und so sieht das Ganze auf dem Panel aus


        IMG_5336.jpg

        danke im voraus :grimacing:

        Sieht aber gut aus. Beim Media braucht der Alias ein wenig. Am Besten mit der Tante aus dem Online-Kaufhaus sprechen. Wünsche dir mal eine Playlist auf dem Gerät oder beschleunige den Vorgang über den Alexa-Adapter (true/false)

        Und unter Objekte gibt es aber den alias.0.Player?

        Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
        https://github.com/joBr99/nspanel-lovelace-ui/wiki

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

        O 1 Antwort Letzte Antwort
        0
        • H Hagbard235

          @peet_b Hast du eine Lösung gefunden, meine Situation ist genauso.
          Erst mit meinem "Prod-System" probiert, dann ein neuer "nackter" Container, dann eine Handinstallation im Debian... aber sobald ich die beiden NSPanel-Scripte "anschalte" läuft die Javascript-Instanz in eine bootloop, weil sie sofort wieder abbricht. Beim Container hab ich alles von V5 bis V7 durchprobiert, ohne Veränderung. Jemand ne Idee?

          Hier mein Protokoll:

          host.debian
          2022-08-29 21:52:53.025	error	instance system.adapter.javascript.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          host.debian
          2022-08-29 21:52:53.024	error	Caught by controller[3]: at processImmediate (internal/timers.js:463:21)
          host.debian
          2022-08-29 21:52:53.024	error	Caught by controller[3]: at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1078:64)
          host.debian
          2022-08-29 21:52:53.023	error	Caught by controller[3]: at transformGlobalDeclarations (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:496:31)
          host.debian
          2022-08-29 21:52:53.023	error	Caught by controller[3]: at Object.printNode (/opt/iobroker/node_modules/typescript/lib/typescript.js:112313:62)
          host.debian
          2022-08-29 21:52:53.022	error	Caught by controller[3]: at printFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112329:13)
          host.debian
          2022-08-29 21:52:53.022	error	Caught by controller[3]: at writeFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112468:13)
          host.debian
          2022-08-29 21:52:53.021	error	Caught by controller[3]: at print (/opt/iobroker/node_modules/typescript/lib/typescript.js:112484:13)
          host.debian
          2022-08-29 21:52:53.020	error	Caught by controller[3]: at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13)
          host.debian
          2022-08-29 21:52:53.020	error	Caught by controller[3]: at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17)
          host.debian
          2022-08-29 21:52:53.019	error	Caught by controller[3]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112623:24)
          host.debian
          2022-08-29 21:52:53.019	error	Caught by controller[3]: at emitSourceFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:114981:17)
          host.debian
          2022-08-29 21:52:53.018	error	Caught by controller[3]: at emitBodyWithDetachedComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116369:17)
          host.debian
          2022-08-29 21:52:53.017	error	Caught by controller[3]: at emitSourceFileWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:115062:13)
          host.debian
          2022-08-29 21:52:53.017	error	Caught by controller[3]: at emitList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115376:13)
          host.debian
          2022-08-29 21:52:53.016	error	Caught by controller[3]: at emitNodeList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115411:17)
          host.debian
          2022-08-29 21:52:53.015	error	Caught by controller[3]: at emitNodeListItems (/opt/iobroker/node_modules/typescript/lib/typescript.js:115493:17)
          host.debian
          2022-08-29 21:52:53.015	error	Caught by controller[3]: at emitListItemWithParenthesizerRule (/opt/iobroker/node_modules/typescript/lib/typescript.js:116742:9)
          host.debian
          2022-08-29 21:52:53.014	error	Caught by controller[3]: at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13)
          host.debian
          2022-08-29 21:52:53.014	error	Caught by controller[3]: at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13)
          host.debian
          2022-08-29 21:52:53.013	error	Caught by controller[3]: at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13)
          host.debian
          2022-08-29 21:52:53.012	error	Caught by controller[3]: at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17)
          host.debian
          2022-08-29 21:52:53.012	error	Caught by controller[3]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112799:32)
          host.debian
          2022-08-29 21:52:53.011	error	Caught by controller[3]: at emitModuleDeclaration (/opt/iobroker/node_modules/typescript/lib/typescript.js:114436:13)
          host.debian
          2022-08-29 21:52:53.010	error	Caught by controller[3]: at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13)
          host.debian
          2022-08-29 21:52:53.009	error	Caught by controller[3]: at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13)
          host.debian
          2022-08-29 21:52:53.004	error	Caught by controller[3]: at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13)
          host.debian
          2022-08-29 21:52:53.004	error	Caught by controller[3]: at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17)
          host.debian
          2022-08-29 21:52:53.003	error	Caught by controller[3]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:113075:22)
          host.debian
          2022-08-29 21:52:53.003	error	Caught by controller[3]: Error: Debug Failure. Unhandled SyntaxKind: Unknown.
          host.debian
          2022-08-29 21:52:53.002	error	Caught by controller[2]: 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(). The promise rejected with the reason:
          host.debian
          2022-08-29 21:52:53.001	error	Caught by controller[1]: DeprecationWarning: 'createModuleDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
          host.debian
          2022-08-29 21:52:53.001	error	Caught by controller[1]: DeprecationWarning: 'createModuleBlock' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
          host.debian
          2022-08-29 21:52:53.000	error	Caught by controller[1]: DeprecationWarning: 'createIdentifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
          host.debian
          2022-08-29 21:52:52.999	error	Caught by controller[1]: DeprecationWarning: 'createModifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
          host.debian
          2022-08-29 21:52:52.997	error	Caught by controller[1]: DeprecationWarning: 'updateClassDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
          
          javascript.0
          2022-08-29 21:52:41.301	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
          
          javascript.0
          2022-08-29 21:52:41.266	info	terminating
          
          javascript.0
          2022-08-29 21:52:40.623	error	Debug Failure. Unhandled SyntaxKind: Unknown.
          
          javascript.0
          2022-08-29 21:52:40.622	error	Error: Debug Failure. Unhandled SyntaxKind: Unknown. at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:113075:22) at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13) at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13) at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13) at emitModuleDeclaration (/opt/iobroker/node_modules/typescript/lib/typescript.js:114436:13) at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112799:32) at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13) at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13) at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13) at emitListItemWithParenthesizerRule (/opt/iobroker/node_modules/typescript/lib/typescript.js:116742:9) at emitNodeListItems (/opt/iobroker/node_modules/typescript/lib/typescript.js:115493:17) at emitNodeList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115411:17) at emitList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115376:13) at emitSourceFileWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:115062:13) at emitBodyWithDetachedComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116369:17) at emitSourceFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:114981:17) at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112623:24) at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13) at print (/opt/iobroker/node_modules/typescript/lib/typescript.js:112484:13) at writeFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112468:13) at printFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112329:13) at Object.printNode (/opt/iobroker/node_modules/typescript/lib/typescript.js:112313:62) at transformGlobalDeclarations (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:496:31) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1078:64) at processImmediate (internal/timers.js:463:21)
          
          javascript.0
          2022-08-29 21:52:40.620	error	unhandled promise rejection: Debug Failure. Unhandled SyntaxKind: Unknown.
          
          javascript.0
          2022-08-29 21:52:40.619	error	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
          2022-08-29 21:52:39.693	info	script.js.global.IconSelector: TypeScript compilation successful
          
          javascript.0
          2022-08-29 21:52:04.477	info	script.js.global.IconSelector: compiling TypeScript source...
          
          javascript.0
          2022-08-29 21:52:04.358	info	received all states
          
          javascript.0
          2022-08-29 21:52:04.303	info	received all objects
          
          javascript.0
          2022-08-29 21:52:02.468	info	requesting all objects
          
          javascript.0
          2022-08-29 21:52:02.463	info	requesting all states
          
          javascript.0
          2022-08-29 21:52:01.460	info	starting. Version 6.0.0 in /opt/iobroker/node_modules/iobroker.javascript, node: v12.22.12, js-controller: 4.0.23
          
          H Offline
          H Offline
          Hagbard235
          schrieb am zuletzt editiert von
          #1159

          @hagbard235
          btw.

          iob stop
          iob update
          iob upgrade self
          iob fix
          iob start
          

          gemacht aber hat nix geändert

          ArmilarA 1 Antwort Letzte Antwort
          0
          • H Hagbard235

            @hagbard235
            btw.

            iob stop
            iob update
            iob upgrade self
            iob fix
            iob start
            

            gemacht aber hat nix geändert

            ArmilarA Offline
            ArmilarA Offline
            Armilar
            Most Active Forum Testing
            schrieb am zuletzt editiert von
            #1160

            @hagbard235 sagte in Sonoff NSPanel:

            @hagbard235
            btw.

            iob stop
            iob update
            iob upgrade self
            iob fix
            iob start
            

            gemacht aber hat nix geändert

            nur das weiße fix oder alles? Wichtig ist, dass der ioBroker auf stop geht.

            Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
            https://github.com/joBr99/nspanel-lovelace-ui/wiki

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

            H ArmilarA 2 Antworten Letzte Antwort
            0
            • ArmilarA Armilar

              @hagbard235 sagte in Sonoff NSPanel:

              @hagbard235
              btw.

              iob stop
              iob update
              iob upgrade self
              iob fix
              iob start
              

              gemacht aber hat nix geändert

              nur das weiße fix oder alles? Wichtig ist, dass der ioBroker auf stop geht.

              H Offline
              H Offline
              Hagbard235
              schrieb am zuletzt editiert von
              #1161

              @armilar
              alles... gab auch keine Updates und ist alles ohne "Fehler" durchgelaufen... wie gesagt, war aber auch eine niegelnagelneue Installation, von daher hätte es mich eh gewundert wenn viel passiert

              1 Antwort Letzte Antwort
              0
              • H Hagbard235

                @peet_b Hast du eine Lösung gefunden, meine Situation ist genauso.
                Erst mit meinem "Prod-System" probiert, dann ein neuer "nackter" Container, dann eine Handinstallation im Debian... aber sobald ich die beiden NSPanel-Scripte "anschalte" läuft die Javascript-Instanz in eine bootloop, weil sie sofort wieder abbricht. Beim Container hab ich alles von V5 bis V7 durchprobiert, ohne Veränderung. Jemand ne Idee?

                Hier mein Protokoll:

                host.debian
                2022-08-29 21:52:53.025	error	instance system.adapter.javascript.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                host.debian
                2022-08-29 21:52:53.024	error	Caught by controller[3]: at processImmediate (internal/timers.js:463:21)
                host.debian
                2022-08-29 21:52:53.024	error	Caught by controller[3]: at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1078:64)
                host.debian
                2022-08-29 21:52:53.023	error	Caught by controller[3]: at transformGlobalDeclarations (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:496:31)
                host.debian
                2022-08-29 21:52:53.023	error	Caught by controller[3]: at Object.printNode (/opt/iobroker/node_modules/typescript/lib/typescript.js:112313:62)
                host.debian
                2022-08-29 21:52:53.022	error	Caught by controller[3]: at printFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112329:13)
                host.debian
                2022-08-29 21:52:53.022	error	Caught by controller[3]: at writeFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112468:13)
                host.debian
                2022-08-29 21:52:53.021	error	Caught by controller[3]: at print (/opt/iobroker/node_modules/typescript/lib/typescript.js:112484:13)
                host.debian
                2022-08-29 21:52:53.020	error	Caught by controller[3]: at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13)
                host.debian
                2022-08-29 21:52:53.020	error	Caught by controller[3]: at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17)
                host.debian
                2022-08-29 21:52:53.019	error	Caught by controller[3]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112623:24)
                host.debian
                2022-08-29 21:52:53.019	error	Caught by controller[3]: at emitSourceFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:114981:17)
                host.debian
                2022-08-29 21:52:53.018	error	Caught by controller[3]: at emitBodyWithDetachedComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116369:17)
                host.debian
                2022-08-29 21:52:53.017	error	Caught by controller[3]: at emitSourceFileWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:115062:13)
                host.debian
                2022-08-29 21:52:53.017	error	Caught by controller[3]: at emitList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115376:13)
                host.debian
                2022-08-29 21:52:53.016	error	Caught by controller[3]: at emitNodeList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115411:17)
                host.debian
                2022-08-29 21:52:53.015	error	Caught by controller[3]: at emitNodeListItems (/opt/iobroker/node_modules/typescript/lib/typescript.js:115493:17)
                host.debian
                2022-08-29 21:52:53.015	error	Caught by controller[3]: at emitListItemWithParenthesizerRule (/opt/iobroker/node_modules/typescript/lib/typescript.js:116742:9)
                host.debian
                2022-08-29 21:52:53.014	error	Caught by controller[3]: at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13)
                host.debian
                2022-08-29 21:52:53.014	error	Caught by controller[3]: at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13)
                host.debian
                2022-08-29 21:52:53.013	error	Caught by controller[3]: at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13)
                host.debian
                2022-08-29 21:52:53.012	error	Caught by controller[3]: at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17)
                host.debian
                2022-08-29 21:52:53.012	error	Caught by controller[3]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112799:32)
                host.debian
                2022-08-29 21:52:53.011	error	Caught by controller[3]: at emitModuleDeclaration (/opt/iobroker/node_modules/typescript/lib/typescript.js:114436:13)
                host.debian
                2022-08-29 21:52:53.010	error	Caught by controller[3]: at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13)
                host.debian
                2022-08-29 21:52:53.009	error	Caught by controller[3]: at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13)
                host.debian
                2022-08-29 21:52:53.004	error	Caught by controller[3]: at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13)
                host.debian
                2022-08-29 21:52:53.004	error	Caught by controller[3]: at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17)
                host.debian
                2022-08-29 21:52:53.003	error	Caught by controller[3]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:113075:22)
                host.debian
                2022-08-29 21:52:53.003	error	Caught by controller[3]: Error: Debug Failure. Unhandled SyntaxKind: Unknown.
                host.debian
                2022-08-29 21:52:53.002	error	Caught by controller[2]: 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(). The promise rejected with the reason:
                host.debian
                2022-08-29 21:52:53.001	error	Caught by controller[1]: DeprecationWarning: 'createModuleDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
                host.debian
                2022-08-29 21:52:53.001	error	Caught by controller[1]: DeprecationWarning: 'createModuleBlock' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
                host.debian
                2022-08-29 21:52:53.000	error	Caught by controller[1]: DeprecationWarning: 'createIdentifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
                host.debian
                2022-08-29 21:52:52.999	error	Caught by controller[1]: DeprecationWarning: 'createModifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
                host.debian
                2022-08-29 21:52:52.997	error	Caught by controller[1]: DeprecationWarning: 'updateClassDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
                
                javascript.0
                2022-08-29 21:52:41.301	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                javascript.0
                2022-08-29 21:52:41.266	info	terminating
                
                javascript.0
                2022-08-29 21:52:40.623	error	Debug Failure. Unhandled SyntaxKind: Unknown.
                
                javascript.0
                2022-08-29 21:52:40.622	error	Error: Debug Failure. Unhandled SyntaxKind: Unknown. at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:113075:22) at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13) at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13) at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13) at emitModuleDeclaration (/opt/iobroker/node_modules/typescript/lib/typescript.js:114436:13) at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112799:32) at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13) at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13) at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13) at emitListItemWithParenthesizerRule (/opt/iobroker/node_modules/typescript/lib/typescript.js:116742:9) at emitNodeListItems (/opt/iobroker/node_modules/typescript/lib/typescript.js:115493:17) at emitNodeList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115411:17) at emitList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115376:13) at emitSourceFileWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:115062:13) at emitBodyWithDetachedComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116369:17) at emitSourceFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:114981:17) at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112623:24) at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13) at print (/opt/iobroker/node_modules/typescript/lib/typescript.js:112484:13) at writeFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112468:13) at printFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112329:13) at Object.printNode (/opt/iobroker/node_modules/typescript/lib/typescript.js:112313:62) at transformGlobalDeclarations (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:496:31) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1078:64) at processImmediate (internal/timers.js:463:21)
                
                javascript.0
                2022-08-29 21:52:40.620	error	unhandled promise rejection: Debug Failure. Unhandled SyntaxKind: Unknown.
                
                javascript.0
                2022-08-29 21:52:40.619	error	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
                2022-08-29 21:52:39.693	info	script.js.global.IconSelector: TypeScript compilation successful
                
                javascript.0
                2022-08-29 21:52:04.477	info	script.js.global.IconSelector: compiling TypeScript source...
                
                javascript.0
                2022-08-29 21:52:04.358	info	received all states
                
                javascript.0
                2022-08-29 21:52:04.303	info	received all objects
                
                javascript.0
                2022-08-29 21:52:02.468	info	requesting all objects
                
                javascript.0
                2022-08-29 21:52:02.463	info	requesting all states
                
                javascript.0
                2022-08-29 21:52:01.460	info	starting. Version 6.0.0 in /opt/iobroker/node_modules/iobroker.javascript, node: v12.22.12, js-controller: 4.0.23
                
                ArmilarA Offline
                ArmilarA Offline
                Armilar
                Most Active Forum Testing
                schrieb am zuletzt editiert von Armilar
                #1162

                @hagbard235 sagte in Sonoff NSPanel:

                @peet_b Hast du eine Lösung gefunden, meine Situation ist genauso.
                Erst mit meinem "Prod-System" probiert, dann ein neuer "nackter" Container, dann eine Handinstallation im Debian... aber sobald ich die beiden NSPanel-Scripte "anschalte" läuft die Javascript-Instanz in eine bootloop, weil sie sofort wieder abbricht. Beim Container hab ich alles von V5 bis V7 durchprobiert, ohne Veränderung. Jemand ne Idee?

                Hier mein Protokoll:

                host.debian
                2022-08-29 21:52:53.025	error	instance system.adapter.javascript.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                host.debian
                2022-08-29 21:52:53.024	error	Caught by controller[3]: at processImmediate (internal/timers.js:463:21)
                host.debian
                2022-08-29 21:52:53.024	error	Caught by controller[3]: at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1078:64)
                host.debian
                2022-08-29 21:52:53.023	error	Caught by controller[3]: at transformGlobalDeclarations (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:496:31)
                host.debian
                2022-08-29 21:52:53.023	error	Caught by controller[3]: at Object.printNode (/opt/iobroker/node_modules/typescript/lib/typescript.js:112313:62)
                host.debian
                2022-08-29 21:52:53.022	error	Caught by controller[3]: at printFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112329:13)
                host.debian
                2022-08-29 21:52:53.022	error	Caught by controller[3]: at writeFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112468:13)
                host.debian
                2022-08-29 21:52:53.021	error	Caught by controller[3]: at print (/opt/iobroker/node_modules/typescript/lib/typescript.js:112484:13)
                host.debian
                2022-08-29 21:52:53.020	error	Caught by controller[3]: at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13)
                host.debian
                2022-08-29 21:52:53.020	error	Caught by controller[3]: at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17)
                host.debian
                2022-08-29 21:52:53.019	error	Caught by controller[3]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112623:24)
                host.debian
                2022-08-29 21:52:53.019	error	Caught by controller[3]: at emitSourceFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:114981:17)
                host.debian
                2022-08-29 21:52:53.018	error	Caught by controller[3]: at emitBodyWithDetachedComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116369:17)
                host.debian
                2022-08-29 21:52:53.017	error	Caught by controller[3]: at emitSourceFileWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:115062:13)
                host.debian
                2022-08-29 21:52:53.017	error	Caught by controller[3]: at emitList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115376:13)
                host.debian
                2022-08-29 21:52:53.016	error	Caught by controller[3]: at emitNodeList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115411:17)
                host.debian
                2022-08-29 21:52:53.015	error	Caught by controller[3]: at emitNodeListItems (/opt/iobroker/node_modules/typescript/lib/typescript.js:115493:17)
                host.debian
                2022-08-29 21:52:53.015	error	Caught by controller[3]: at emitListItemWithParenthesizerRule (/opt/iobroker/node_modules/typescript/lib/typescript.js:116742:9)
                host.debian
                2022-08-29 21:52:53.014	error	Caught by controller[3]: at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13)
                host.debian
                2022-08-29 21:52:53.014	error	Caught by controller[3]: at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13)
                host.debian
                2022-08-29 21:52:53.013	error	Caught by controller[3]: at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13)
                host.debian
                2022-08-29 21:52:53.012	error	Caught by controller[3]: at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17)
                host.debian
                2022-08-29 21:52:53.012	error	Caught by controller[3]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112799:32)
                host.debian
                2022-08-29 21:52:53.011	error	Caught by controller[3]: at emitModuleDeclaration (/opt/iobroker/node_modules/typescript/lib/typescript.js:114436:13)
                host.debian
                2022-08-29 21:52:53.010	error	Caught by controller[3]: at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13)
                host.debian
                2022-08-29 21:52:53.009	error	Caught by controller[3]: at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13)
                host.debian
                2022-08-29 21:52:53.004	error	Caught by controller[3]: at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13)
                host.debian
                2022-08-29 21:52:53.004	error	Caught by controller[3]: at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17)
                host.debian
                2022-08-29 21:52:53.003	error	Caught by controller[3]: at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:113075:22)
                host.debian
                2022-08-29 21:52:53.003	error	Caught by controller[3]: Error: Debug Failure. Unhandled SyntaxKind: Unknown.
                host.debian
                2022-08-29 21:52:53.002	error	Caught by controller[2]: 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(). The promise rejected with the reason:
                host.debian
                2022-08-29 21:52:53.001	error	Caught by controller[1]: DeprecationWarning: 'createModuleDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
                host.debian
                2022-08-29 21:52:53.001	error	Caught by controller[1]: DeprecationWarning: 'createModuleBlock' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
                host.debian
                2022-08-29 21:52:53.000	error	Caught by controller[1]: DeprecationWarning: 'createIdentifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
                host.debian
                2022-08-29 21:52:52.999	error	Caught by controller[1]: DeprecationWarning: 'createModifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
                host.debian
                2022-08-29 21:52:52.997	error	Caught by controller[1]: DeprecationWarning: 'updateClassDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
                
                javascript.0
                2022-08-29 21:52:41.301	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                javascript.0
                2022-08-29 21:52:41.266	info	terminating
                
                javascript.0
                2022-08-29 21:52:40.623	error	Debug Failure. Unhandled SyntaxKind: Unknown.
                
                javascript.0
                2022-08-29 21:52:40.622	error	Error: Debug Failure. Unhandled SyntaxKind: Unknown. at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:113075:22) at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13) at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13) at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13) at emitModuleDeclaration (/opt/iobroker/node_modules/typescript/lib/typescript.js:114436:13) at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112799:32) at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmitWithComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116249:13) at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13) at emit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112521:13) at emitListItemWithParenthesizerRule (/opt/iobroker/node_modules/typescript/lib/typescript.js:116742:9) at emitNodeListItems (/opt/iobroker/node_modules/typescript/lib/typescript.js:115493:17) at emitNodeList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115411:17) at emitList (/opt/iobroker/node_modules/typescript/lib/typescript.js:115376:13) at emitSourceFileWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:115062:13) at emitBodyWithDetachedComments (/opt/iobroker/node_modules/typescript/lib/typescript.js:116369:17) at emitSourceFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:114981:17) at pipelineEmitWithHintWorker (/opt/iobroker/node_modules/typescript/lib/typescript.js:112623:24) at pipelineEmitWithHint (/opt/iobroker/node_modules/typescript/lib/typescript.js:112608:17) at pipelineEmit (/opt/iobroker/node_modules/typescript/lib/typescript.js:112548:13) at print (/opt/iobroker/node_modules/typescript/lib/typescript.js:112484:13) at writeFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112468:13) at printFile (/opt/iobroker/node_modules/typescript/lib/typescript.js:112329:13) at Object.printNode (/opt/iobroker/node_modules/typescript/lib/typescript.js:112313:62) at transformGlobalDeclarations (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:496:31) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1078:64) at processImmediate (internal/timers.js:463:21)
                
                javascript.0
                2022-08-29 21:52:40.620	error	unhandled promise rejection: Debug Failure. Unhandled SyntaxKind: Unknown.
                
                javascript.0
                2022-08-29 21:52:40.619	error	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
                2022-08-29 21:52:39.693	info	script.js.global.IconSelector: TypeScript compilation successful
                
                javascript.0
                2022-08-29 21:52:04.477	info	script.js.global.IconSelector: compiling TypeScript source...
                
                javascript.0
                2022-08-29 21:52:04.358	info	received all states
                
                javascript.0
                2022-08-29 21:52:04.303	info	received all objects
                
                javascript.0
                2022-08-29 21:52:02.468	info	requesting all objects
                
                javascript.0
                2022-08-29 21:52:02.463	info	requesting all states
                
                javascript.0
                2022-08-29 21:52:01.460	info	starting. Version 6.0.0 in /opt/iobroker/node_modules/iobroker.javascript, node: v12.22.12, js-controller: 4.0.23
                

                Versuche mal ein Update von node: v12.22.12 auf node: v16.17.0 (empfohlen)

                https://forum.iobroker.net/topic/44566/how-to-node-js-iobroker-richtig-updaten-2021-22-edition

                Und statt 14 die 16 verwenden

                Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                https://github.com/joBr99/nspanel-lovelace-ui/wiki

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

                H 1 Antwort Letzte Antwort
                0
                • ArmilarA Armilar

                  @oochrisoo sagte in Sonoff NSPanel:

                  Guten Abend zusammen,
                  versuche seit einiger Zeit eine funktionierende Medien Seite für meinen Echo zu erstellen, ohne Erfolg.
                  habe wie angegeben mit dem Alias Manager einen Datenpunkt über das Verzeichnis Player meines Echos angelegt, hier wurden auch datenpunkte im Objektbaum angelegt , die auch daten ausgeben wenn ich auf dem Echo Musik höre.


                  objplayer.jpg

                  meine zeilen im skript sehen wie folgt aus

                  var Alexa: PageMedia = 
                  {
                      "type": "cardMedia",
                      "heading": "Alexa",
                      "useColor": true,
                      "subPage": false,
                      "parent": undefined,
                      "items": [<PageItem>{ id: "alias.0.Player" }]
                  };
                  

                  und so sieht das Ganze auf dem Panel aus


                  IMG_5336.jpg

                  danke im voraus :grimacing:

                  Sieht aber gut aus. Beim Media braucht der Alias ein wenig. Am Besten mit der Tante aus dem Online-Kaufhaus sprechen. Wünsche dir mal eine Playlist auf dem Gerät oder beschleunige den Vorgang über den Alexa-Adapter (true/false)

                  Und unter Objekte gibt es aber den alias.0.Player?

                  O Offline
                  O Offline
                  oOchrisOo
                  schrieb am zuletzt editiert von oOchrisOo
                  #1163

                  @armilar

                  ja also das Verzeichnis


                  objplayer2.jpg

                  das einzige was ich mit dem Panel gesteuert bekomme ist die Übergabe der Musik an einen anderen Echo oder an eine Gruppe, aber das wird auch automatisch angelegt durch das skript

                  ArmilarA 1 Antwort Letzte Antwort
                  0
                  • O oOchrisOo

                    @armilar

                    ja also das Verzeichnis


                    objplayer2.jpg

                    das einzige was ich mit dem Panel gesteuert bekomme ist die Übergabe der Musik an einen anderen Echo oder an eine Gruppe, aber das wird auch automatisch angelegt durch das skript

                    ArmilarA Offline
                    ArmilarA Offline
                    Armilar
                    Most Active Forum Testing
                    schrieb am zuletzt editiert von
                    #1164

                    @oochrisoo sagte in Sonoff NSPanel:

                    @armilar

                    ja also das Verzeichnis


                    objplayer2.jpg

                    Sieht alles gut aus. Spiel mal mit den Datenpunkten im alexa.0.adapter unter dem Player. Ich denke der kommt mit ein wenig Geduld. Sehe keine Fehler

                    Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                    https://github.com/joBr99/nspanel-lovelace-ui/wiki

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

                    O 1 Antwort Letzte Antwort
                    0
                    • ArmilarA Armilar

                      @oochrisoo sagte in Sonoff NSPanel:

                      @armilar

                      ja also das Verzeichnis


                      objplayer2.jpg

                      Sieht alles gut aus. Spiel mal mit den Datenpunkten im alexa.0.adapter unter dem Player. Ich denke der kommt mit ein wenig Geduld. Sehe keine Fehler

                      O Offline
                      O Offline
                      oOchrisOo
                      schrieb am zuletzt editiert von
                      #1165

                      @armilar
                      hab noch ein wenig rumprobiert, das Ganze dann auch für einen zweiten Echo angelegt, leider erfolglos geblieben, das einzige das noch aufgefallen ist sind die ganzen Warnungen die ausgegeben werden sobald ich auf dem Panel etwas drücke


                      fehler.jpg

                      1 Antwort Letzte Antwort
                      0
                      • ArmilarA Armilar

                        @kuckuckmann sagte in Sonoff NSPanel:

                        Ich würde mal ein "iob fix" versuchen und wenn das nicht hilft den JS-Adapter via Commmandline deinstallieren und neu installieren. Ggf. mal noch npm/node noch updaten.
                        Auf jeden Fall mal via iob update schauen, ob da noch kritische Updates in der Pipe stehen.

                        siehe auch einen POST oben drüber - evtl. wäre das eine Lösung und klar iob fix (wahrscheinlich Rechte)

                        iob stop
                        iob update
                        iob upgrade self
                        iob fix
                        iob start

                        P Offline
                        P Offline
                        Peet_b
                        schrieb am zuletzt editiert von
                        #1166

                        @armilar
                        Einen Fix habe ich fast mit als erstes probiert gehabt, sowie alles geupdatet was zu updaten war. Sogar Debian habe ich von 10 auf 11 geupgradet. Leider hat alles nichts geholfen.

                        Morgen Früh wenn ich Feierabend habe kann ich gern nochmal den Workarround von TT-Tom testen, erst einen Fix und dann JavaScript wieder auf V6.0.0 updaten. Vielleicht habe ich ja Glück.

                        1 Antwort Letzte Antwort
                        0
                        • ArmilarA Armilar

                          @hagbard235 sagte in Sonoff NSPanel:

                          @hagbard235
                          btw.

                          iob stop
                          iob update
                          iob upgrade self
                          iob fix
                          iob start
                          

                          gemacht aber hat nix geändert

                          nur das weiße fix oder alles? Wichtig ist, dass der ioBroker auf stop geht.

                          ArmilarA Offline
                          ArmilarA Offline
                          Armilar
                          Most Active Forum Testing
                          schrieb am zuletzt editiert von
                          #1167

                          @armilar sagte in Sonoff NSPanel:

                          @hagbard235 sagte in Sonoff NSPanel:

                          @hagbard235
                          btw.

                          iob stop
                          iob update
                          iob upgrade self
                          iob fix
                          iob start
                          

                          gemacht aber hat nix geändert

                          nur das weiße fix oder alles? Wichtig ist, dass der ioBroker auf stop geht.

                          Falls das nicht funktioniert, könntest du auch noch ein manuelles

                          iobroker rebuild
                          

                          durchführen. Kann aber etwas dauern...

                          Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                          https://github.com/joBr99/nspanel-lovelace-ui/wiki

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

                          P 1 Antwort Letzte Antwort
                          0
                          • ArmilarA Armilar

                            @armilar sagte in Sonoff NSPanel:

                            @hagbard235 sagte in Sonoff NSPanel:

                            @hagbard235
                            btw.

                            iob stop
                            iob update
                            iob upgrade self
                            iob fix
                            iob start
                            

                            gemacht aber hat nix geändert

                            nur das weiße fix oder alles? Wichtig ist, dass der ioBroker auf stop geht.

                            Falls das nicht funktioniert, könntest du auch noch ein manuelles

                            iobroker rebuild
                            

                            durchführen. Kann aber etwas dauern...

                            P Offline
                            P Offline
                            Peet_b
                            schrieb am zuletzt editiert von
                            #1168

                            @armilar said in Sonoff NSPanel:

                            iobroker rebuild

                            Bei mir hat das Vorgehen von TT-Tom leider nicht geholfen, auch ein rebuild brachte nichts. Der rebuild war recht schnell.

                            ich habe keine Ahnung was das ist.

                            ArmilarA T 2 Antworten Letzte Antwort
                            0
                            • P Peet_b

                              @armilar said in Sonoff NSPanel:

                              iobroker rebuild

                              Bei mir hat das Vorgehen von TT-Tom leider nicht geholfen, auch ein rebuild brachte nichts. Der rebuild war recht schnell.

                              ich habe keine Ahnung was das ist.

                              ArmilarA Offline
                              ArmilarA Offline
                              Armilar
                              Most Active Forum Testing
                              schrieb am zuletzt editiert von Armilar
                              #1169

                              @peet_b sagte in Sonoff NSPanel:

                              @armilar said in Sonoff NSPanel:

                              iobroker rebuild

                              Bei mir hat das Vorgehen von TT-Tom leider nicht geholfen, auch ein rebuild brachte nichts. Der rebuild war recht schnell.

                              ich habe keine Ahnung was das ist.

                              Vielleicht hilft dir das weiter? https://forum.iobroker.net/topic/57552/typescript-compilation-error-global-folder-js-adapter-6-0-0?lang=en-GB

                              Ansonsten brauchst du jemanden mit mehr tiefgründigem KnowHow zu dem Thema. Weiß auch nicht mehr weiter...

                              Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                              https://github.com/joBr99/nspanel-lovelace-ui/wiki

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

                              P 1 Antwort Letzte Antwort
                              0
                              • P Peet_b

                                @armilar said in Sonoff NSPanel:

                                iobroker rebuild

                                Bei mir hat das Vorgehen von TT-Tom leider nicht geholfen, auch ein rebuild brachte nichts. Der rebuild war recht schnell.

                                ich habe keine Ahnung was das ist.

                                T Offline
                                T Offline
                                TT-Tom
                                schrieb am zuletzt editiert von
                                #1170

                                @peet_b sagte in Sonoff NSPanel:

                                Bei mir hat das Vorgehen von TT-Tom leider nicht geholfen, auch ein rebuild brachte nichts. Der rebuild war recht schnell.
                                ich habe keine Ahnung was das ist.

                                ich versuche nochmal alle Schritte zusammenzubekommen.

                                upgrade auf 5.7.0
                                Test ohne Erfolg
                                Script gelöscht
                                Host reboot
                                Script neu erstellt
                                test ohne Erfolg
                                iob upgrade self und fix
                                Neustart
                                Test wieder Fehler
                                dann auf 6.0.0. und seit dem läuft es

                                hatte dann auch die Meldung das Script muss nicht neu kompiliert werden und wird aus dem cash geholt

                                Gruß Tom
                                https://github.com/tt-tom17
                                Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

                                NSPanel Script Wiki
                                https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                NSPanel Adapter Wiki
                                https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

                                1 Antwort Letzte Antwort
                                0
                                • K Kuckuckmann

                                  @nevermind said in Sonoff NSPanel:

                                  Hallo Zusammen

                                  Ich hätte gerne auf der der ersten Seite statt dem Screensaver eine "normale" Seite mit Buttons etc.

                                  Geht das und wenn ja, wie? Im Optimalfall sollte die Dimm-Funktion dabei erhalten bleiben.

                                  Vg

                                  Jens

                                  Du kannst ja hingehen und den Timeout für den Screensaver utopisch hoch stellen und damit die erste Seite zu Deinem "Screensaver machen". Leider hast Du aber dann kein Dimm zur Verfügung.
                                  Was spricht denn gegen den Screensaver in seiner jetzigen Form?

                                  LG

                                  N Offline
                                  N Offline
                                  nevermind
                                  schrieb am zuletzt editiert von
                                  #1171

                                  @kuckuckmann @joBr99

                                  Die Idee mit dem Timeout hatte ich auch schon. Aber ja, schade, dass dann die Dimm-Funktion nicht mehr geht.

                                  Was gegen den Screensaver spricht? Ich hätte einfach gerne auf der ersten (immer sichtbaren) Seite einige normale Buttons um erstens dierekt den Zustand dieser Geräte zu sehen (an/aus) und zweitens diese dann auch direkt steuern zu können. Wetter/Zeit etc. wird mir schon anderweitig angezeigt. Brauch ich also einfach nicht.

                                  Vllt. wäre das ja ein Feature für die Zukunft, den Screensaver einfach deaktivieren zu können :)

                                  ArmilarA J K 3 Antworten Letzte Antwort
                                  0
                                  • N nevermind

                                    @kuckuckmann @joBr99

                                    Die Idee mit dem Timeout hatte ich auch schon. Aber ja, schade, dass dann die Dimm-Funktion nicht mehr geht.

                                    Was gegen den Screensaver spricht? Ich hätte einfach gerne auf der ersten (immer sichtbaren) Seite einige normale Buttons um erstens dierekt den Zustand dieser Geräte zu sehen (an/aus) und zweitens diese dann auch direkt steuern zu können. Wetter/Zeit etc. wird mir schon anderweitig angezeigt. Brauch ich also einfach nicht.

                                    Vllt. wäre das ja ein Feature für die Zukunft, den Screensaver einfach deaktivieren zu können :)

                                    ArmilarA Offline
                                    ArmilarA Offline
                                    Armilar
                                    Most Active Forum Testing
                                    schrieb am zuletzt editiert von
                                    #1172

                                    @nevermind sagte in Sonoff NSPanel:

                                    @kuckuckmann @joBr99

                                    Die Idee mit dem Timeout hatte ich auch schon. Aber ja, schade, dass dann die Dimm-Funktion nicht mehr geht.

                                    Was gegen den Screensaver spricht? Ich hätte einfach gerne auf der ersten (immer sichtbaren) Seite einige normale Buttons um erstens dierekt den Zustand dieser Geräte zu sehen (an/aus) und zweitens diese dann auch direkt steuern zu können. Wetter/Zeit etc. wird mir schon anderweitig angezeigt. Brauch ich also einfach nicht.

                                    Vllt. wäre das ja ein Feature für die Zukunft, den Screensaver einfach deaktivieren zu können :)

                                    Das Problem liegt eigentlich nicht darin, das der Screensaver ausgeblendet werden kann. Das passiert schon wenn man z.B. in der function HandleMessage screensaverEnabled = false setzt und die HandleScreensaver auskommentiert.

                                    case 'sleepReached':
                                        screensaverEnabled = false;
                                        if (pageId < 0)
                                            pageId = 0;
                                       //HandleScreensaver();
                                       break;
                                    

                                    Nur kann ich dann nicht irgendwo auf den Screen klicken um den Dimmode auzuhebeln. Das liegt wahrscheinlich daran, dass der Screensaver eine Seite ohne Interaktion ist und dort ein Overlay positioniert werden kann. Ohne Dimmode steigt der Stromverbrauch des Panels jedoch auch. Ansonsten könnten alle Dimmode Werte auf 100 gesetzt werden und die Lösung wäre wahrscheinlich (ungetestet) so, wie du sie möchtest.

                                    Also das Panel reagiert nicht, wenn ich auf eine Grid-Seite klicke - es wird kein "event" gesendet, welches ausgewertet werden kann. Es reagiert jedoch - und dann wird der Dimmode auch deaktiviert, wenn du eine Aktion wie Next-Page; Previous-Page oder einfach eine Unterseite öffnest, d.h. das Panel zwingst, die Seite zu wechseln.

                                    Also wenn du mit dem beschriebenen leben kannst - hast du deine Lösung - ich fürchte, mehr wird auch in der Zukunft nicht implementiert werden können.

                                    Installationsanleitung, Tipps, Alias-Definitionen, FAQ für das Sonoff NSPanel mit lovelace UI unter ioBroker
                                    https://github.com/joBr99/nspanel-lovelace-ui/wiki

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

                                    ? 1 Antwort Letzte Antwort
                                    0
                                    • N nevermind

                                      @kuckuckmann @joBr99

                                      Die Idee mit dem Timeout hatte ich auch schon. Aber ja, schade, dass dann die Dimm-Funktion nicht mehr geht.

                                      Was gegen den Screensaver spricht? Ich hätte einfach gerne auf der ersten (immer sichtbaren) Seite einige normale Buttons um erstens dierekt den Zustand dieser Geräte zu sehen (an/aus) und zweitens diese dann auch direkt steuern zu können. Wetter/Zeit etc. wird mir schon anderweitig angezeigt. Brauch ich also einfach nicht.

                                      Vllt. wäre das ja ein Feature für die Zukunft, den Screensaver einfach deaktivieren zu können :)

                                      J Offline
                                      J Offline
                                      joBr99
                                      schrieb am zuletzt editiert von
                                      #1173

                                      @nevermind
                                      Es muss einen Screensaver geben auf dem keine UI Elemente sind, die etwas steuern, sonst würdest du unbeabsichtigt irgendetwas drücken beim aufwecken. Wenn man auf eine normale Card das Overlay zum wecken aus dem dimmmode legen würde, würden die touch events auch immer auf die anderen elemente gehen, da gibt es in Nextion keine Unterscheidung.

                                      1 Antwort Letzte Antwort
                                      0
                                      • N nevermind

                                        @kuckuckmann @joBr99

                                        Die Idee mit dem Timeout hatte ich auch schon. Aber ja, schade, dass dann die Dimm-Funktion nicht mehr geht.

                                        Was gegen den Screensaver spricht? Ich hätte einfach gerne auf der ersten (immer sichtbaren) Seite einige normale Buttons um erstens dierekt den Zustand dieser Geräte zu sehen (an/aus) und zweitens diese dann auch direkt steuern zu können. Wetter/Zeit etc. wird mir schon anderweitig angezeigt. Brauch ich also einfach nicht.

                                        Vllt. wäre das ja ein Feature für die Zukunft, den Screensaver einfach deaktivieren zu können :)

                                        K Offline
                                        K Offline
                                        Kuckuckmann
                                        schrieb am zuletzt editiert von
                                        #1174

                                        @nevermind said in Sonoff NSPanel:

                                        @kuckuckmann @joBr99

                                        Die Idee mit dem Timeout hatte ich auch schon. Aber ja, schade, dass dann die Dimm-Funktion nicht mehr geht.

                                        Was gegen den Screensaver spricht? Ich hätte einfach gerne auf der ersten (immer sichtbaren) Seite einige normale Buttons um erstens dierekt den Zustand dieser Geräte zu sehen (an/aus) und zweitens diese dann auch direkt steuern zu können. Wetter/Zeit etc. wird mir schon anderweitig angezeigt. Brauch ich also einfach nicht.

                                        Vllt. wäre das ja ein Feature für die Zukunft, den Screensaver einfach deaktivieren zu können :)

                                        Wäre es denn für Dich ein Kompromiss, wenn Du dort wo jetzt die Wetterdaten stehen, ggf. die Status stehen die Du willst? Du kannst ja dann als Seite 1 dahinter direkt die Seite zum Schalten der Items platzieren.

                                        NSPanel Dokumentation im GitHub Wiki:

                                        https://github.com/joBr99/nspanel-lovelace-ui/wiki

                                        1 Antwort Letzte Antwort
                                        0
                                        • ArmilarA Armilar

                                          @nevermind sagte in Sonoff NSPanel:

                                          @kuckuckmann @joBr99

                                          Die Idee mit dem Timeout hatte ich auch schon. Aber ja, schade, dass dann die Dimm-Funktion nicht mehr geht.

                                          Was gegen den Screensaver spricht? Ich hätte einfach gerne auf der ersten (immer sichtbaren) Seite einige normale Buttons um erstens dierekt den Zustand dieser Geräte zu sehen (an/aus) und zweitens diese dann auch direkt steuern zu können. Wetter/Zeit etc. wird mir schon anderweitig angezeigt. Brauch ich also einfach nicht.

                                          Vllt. wäre das ja ein Feature für die Zukunft, den Screensaver einfach deaktivieren zu können :)

                                          Das Problem liegt eigentlich nicht darin, das der Screensaver ausgeblendet werden kann. Das passiert schon wenn man z.B. in der function HandleMessage screensaverEnabled = false setzt und die HandleScreensaver auskommentiert.

                                          case 'sleepReached':
                                              screensaverEnabled = false;
                                              if (pageId < 0)
                                                  pageId = 0;
                                             //HandleScreensaver();
                                             break;
                                          

                                          Nur kann ich dann nicht irgendwo auf den Screen klicken um den Dimmode auzuhebeln. Das liegt wahrscheinlich daran, dass der Screensaver eine Seite ohne Interaktion ist und dort ein Overlay positioniert werden kann. Ohne Dimmode steigt der Stromverbrauch des Panels jedoch auch. Ansonsten könnten alle Dimmode Werte auf 100 gesetzt werden und die Lösung wäre wahrscheinlich (ungetestet) so, wie du sie möchtest.

                                          Also das Panel reagiert nicht, wenn ich auf eine Grid-Seite klicke - es wird kein "event" gesendet, welches ausgewertet werden kann. Es reagiert jedoch - und dann wird der Dimmode auch deaktiviert, wenn du eine Aktion wie Next-Page; Previous-Page oder einfach eine Unterseite öffnest, d.h. das Panel zwingst, die Seite zu wechseln.

                                          Also wenn du mit dem beschriebenen leben kannst - hast du deine Lösung - ich fürchte, mehr wird auch in der Zukunft nicht implementiert werden können.

                                          ? Offline
                                          ? Offline
                                          Ein ehemaliger Benutzer
                                          schrieb am zuletzt editiert von
                                          #1175

                                          Hallo ,
                                          erstmal ein großes Danke an den Entwickler für die tolle Arbeit.

                                          ich habe die Installation wie in der Docu durchgeführt soweit sogut. Ich habe das US Panel in benutzung ,Tasmota 12.1.1.
                                          Leider nach configuration des Scripts steht auf den Panel immer noch Waiting for content...

                                          was mir auf gefallen ist sind die datenpunkte in Iobroker die sehen etwas anders als die sollten.
                                          Screenshot 2022-08-30 at 14-12-42 objects - NUC-IoBroker.png

                                          wie man sehen kann gibt es den ordner stat oder tele nicht. kann das der fehler sein und wenn ja wie bekomme ich ich das hin.

                                          vielen dank für eure hilfe schon mal.

                                          grüße
                                          andy

                                          ArmilarA 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

                                          565

                                          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