felixganzer / ioBroker.hyperion_ng

adapter for control hyperionng for iobroker
MIT License
4 stars 5 forks source link

Absturz des Adapters wenn sich Datenpunkte zu schnell ändern #8

Open davidw38 opened 3 years ago

davidw38 commented 3 years ago

Describe the bug
Hallo, leider habe ich ein Problem mit dem sonst gut funktionierenden Adapter. Wenn ich zu viele Datenpunkte in einem zu kurzen Zeitraum ändere, stürzt der Adapter mit dem Fehler unten ab. Ein Beispiel: Ich habe über ein Script einen Schalter zum Ein- und Ausschalten des Lichtes gebaut. In der einen Stellung wird der Datenpunkt "hyperion_ng.0.general.control.clearAll" auf true gesetzt, in der anderen Stellung setzte ich "hyperion_ng.0.general.control.setColorRGB" auf 0,0,0 um das Licht auszuschalten. An sich funktioniert das auch, nur wenn ich den Schalter zu oft und schnell hintereinander umlege kommt es zum Absturz. Leider werde ich aus dem Error nicht schlau :/

Screenshots & Logfiles

hyperion_ng.0 | 2021-05-06 12:15:14.726 | warn | (16848) Terminated (UNCAUGHT_EXCEPTION): Without reason -- | -- | -- | -- hyperion_ng.0 | 2021-05-06 12:15:14.723 | info | (16848) terminating hyperion_ng.0 | 2021-05-06 12:15:14.720 | info | (16848) Connection closed hyperion_ng.0 | 2021-05-06 12:15:14.707 | error | (16848) Error Not exists hyperion_ng.0 | 2021-05-06 12:15:14.703 | error | at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) hyperion_ng.0 | 2021-05-06 12:15:14.703 | error | at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) hyperion_ng.0 | 2021-05-06 12:15:14.703 | error | (16848) ReplyError: Error Not exists hyperion_ng.0 | 2021-05-06 12:15:14.701 | error | (16848) unhandled promise rejection: Error Not exists hyperion_ng.0 | 2021-05-06 12:15:14.697 | error | (16848) 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(). hyperion_ng.0 | 2021-05-06 12:15:14.682 | error | (16848) Error Not exists hyperion_ng.0 | 2021-05-06 12:15:14.680 | error | at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) hyperion_ng.0 | 2021-05-06 12:15:14.680 | error | at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) hyperion_ng.0 | 2021-05-06 12:15:14.680 | error | (16848) ReplyError: Error Not exists hyperion_ng.0 | 2021-05-06 12:15:14.678 | error | (16848) unhandled promise rejection: Error Not exists hyperion_ng.0 | 2021-05-06 12:15:14.674 | error | (16848) 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(). hyperion_ng.0 | 2021-05-06 12:15:14.664 | error | (16848) Error Not exists hyperion_ng.0 | 2021-05-06 12:15:14.662 | error | at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) hyperion_ng.0 | 2021-05-06 12:15:14.662 | error | at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) hyperion_ng.0 | 2021-05-06 12:15:14.662 | error | (16848) ReplyError: Error Not exists hyperion_ng.0 | 2021-05-06 12:15:14.659 | error | (16848) unhandled promise rejection: Error Not exists hyperion_ng.0 | 2021-05-06 12:15:14.651 | error | (16848) 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(). hyperion_ng.0 | 2021-05-06 12:15:14.634 | error | (16848) Error Not exists hyperion_ng.0 | 2021-05-06 12:15:14.633 | error | at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) hyperion_ng.0 | 2021-05-06 12:15:14.633 | error | at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) hyperion_ng.0 | 2021-05-06 12:15:14.633 | error | (16848) ReplyError: Error Not exists hyperion_ng.0 | 2021-05-06 12:15:14.627 | error | (16848) unhandled promise rejection: Error Not exists hyperion_ng.0 | 2021-05-06 12:15:14.625 | error | (16848) 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(). host.raspberrypi-Server | 2021-05-06 12:15:14.622 | warn | Objects 127.0.0.1:58016 Error from InMemDB: Error: Not exists host.raspberrypi-Server | 2021-05-06 12:15:14.609 | warn | Objects 127.0.0.1:58016 Error from InMemDB: Error: Not exists host.raspberrypi-Server | 2021-05-06 12:15:14.607 | warn | Objects 127.0.0.1:58016 Error from InMemDB: Error: Not exists host.raspberrypi-Server | 2021-05-06 12:15:14.605 | warn | Objects 127.0.0.1:58016 Error from InMemDB: Error: Not exists

Versions:

Cosmicbase commented 3 years ago

Das stimmt. Wenn ich über die VIS sämtliche Farben zu schnell ändere oder auch die Helligkeit stürzt der Adapter ab. Deswegen gehe ich mit dem verstellen behutsam vor. Erst wenn sich ein Datenpunkt geändert bzw. aktualisiert hat, sende ich den nächsten Befehl.

Aber ja etwas stabiler und schneller in der Verarbeitung wäre nicht schlecht.

Cosmicbase commented 2 years ago

Js-controller 3.3.17 Hyperion. NG wird sogar gelegentlich wegen bootloop vom Controller gestoppt.

Screenshot_20210911_002039_com android chrome

hyperion_ng.0 2021-09-11 00:16:17.485 error Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.485 error ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)

hyperion_ng.0 2021-09-11 00:16:17.484 error unhandled promise rejection: Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.484 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().

hyperion_ng.0 2021-09-11 00:16:17.483 error Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.483 error ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)

hyperion_ng.0 2021-09-11 00:16:17.482 error unhandled promise rejection: Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.482 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().

hyperion_ng.0 2021-09-11 00:16:17.481 error Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.481 error ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)

hyperion_ng.0 2021-09-11 00:16:17.480 error unhandled promise rejection: Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.480 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().

hyperion_ng.0 2021-09-11 00:16:17.479 error Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.479 error ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)

hyperion_ng.0 2021-09-11 00:16:17.479 error unhandled promise rejection: Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.478 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().

hyperion_ng.0 2021-09-11 00:16:17.478 error Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.477 error ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)

hyperion_ng.0 2021-09-11 00:16:17.477 error unhandled promise rejection: Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.476 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().

hyperion_ng.0 2021-09-11 00:16:17.476 error Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.475 error ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)

hyperion_ng.0 2021-09-11 00:16:17.475 error unhandled promise rejection: Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.474 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().

hyperion_ng.0 2021-09-11 00:16:17.474 error Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.473 error ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)

hyperion_ng.0 2021-09-11 00:16:17.473 error unhandled promise rejection: Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.471 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().

hyperion_ng.0 2021-09-11 00:16:17.471 error Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.470 error ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)

hyperion_ng.0 2021-09-11 00:16:17.470 error unhandled promise rejection: Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.469 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().

hyperion_ng.0 2021-09-11 00:16:17.449 warn Terminated (UNCAUGHT_EXCEPTION): Without reason

hyperion_ng.0 2021-09-11 00:16:17.437 error Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.436 error ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14)

hyperion_ng.0 2021-09-11 00:16:17.435 error unhandled promise rejection: Error Not exists

hyperion_ng.0 2021-09-11 00:16:17.435 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().

hyperion_ng.0 2021-09-11 00:16:16.214 error Error at read out priorities

hyperion_ng.0 2021-09-11 00:16:16.212 error Error at read out priorities

hyperion_ng.0 2021-09-11 00:16:16.210 error Error at read out priorities

@felixganzer bitte überprüfen. Ich habe das schnelle umschalten bisher noch nicht getestet. Aber kann den log genau so darstellen wie @davidw38

Cosmicbase commented 2 years ago

@felixganzer Ich hoffe du kommst in Kürze dazu den Adapter in Bezug Abstürze zu überarbeiten. Gerne liefere ich dir Logs oder Tests.

Gruß, Markus

felixganzer commented 2 years ago

Ich werde in den Herbstferien dazu kommen. Aus Stabilitätsgründen ist ein Timeout bei jeder Communication mit hyperion eingebaut. Diese werde ich als Variable raus ziehen. Dann kann man diese nach belieben kurz einstellen.

Cosmicbase commented 2 years ago

Das höre ich gerne. Vielleicht kannst du bei der Gelegenheit auch schauen ob es Probleme mit admin react, den neueren js Controller etc gibt.

Danke 👍 ☺️

Cosmicbase commented 2 years ago

Adapter stürzt noch ab wenn viele verschiedene Befehle ausgeführt werden.

Cosmicbase commented 2 years ago

Hier ein Log.

hyperion_ng.0 | 2021-10-14 17:46:56.866 | info | Connection closed hyperion_ng.0 | 2021-10-14 17:46:56.860 | info | socket timeout hyperion_ng.0 | 2021-10-14 17:46:03.233 | info | setup finished hyperion_ng.0 | 2021-10-14 17:46:03.214 | info | State value to set for "hyperion_ng.0.general.effects.42-X-Mas.color2" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:03.167 | info | State value to set for "hyperion_ng.0.general.effects.42-X-Mas.color1" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:03.117 | info | State value to set for "hyperion_ng.0.general.effects.40-Warm mood blobs.color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.955 | info | State value to set for "hyperion_ng.0.general.effects.39-Trails color.color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.872 | info | State value to set for "hyperion_ng.0.general.effects.38-Trails.color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.842 | info | State value to set for "hyperion_ng.0.general.effects.37-System Shutdown.post-color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.780 | info | State value to set for "hyperion_ng.0.general.effects.37-System Shutdown.alarm-color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.702 | info | State value to set for "hyperion_ng.0.general.effects.36-Strobe white.color-start" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.684 | info | State value to set for "hyperion_ng.0.general.effects.36-Strobe white.color-end" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.637 | info | State value to set for "hyperion_ng.0.general.effects.35-Strobe red.color-start" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.627 | info | State value to set for "hyperion_ng.0.general.effects.35-Strobe red.color-end" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.552 | info | State value to set for "hyperion_ng.0.general.effects.34-Sparks.color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.507 | info | State value to set for "hyperion_ng.0.general.effects.33-Snake.color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.448 | info | State value to set for "hyperion_ng.0.general.effects.33-Snake.background-color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.332 | info | State value to set for "hyperion_ng.0.general.effects.32-Sea waves.colors" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.221 | info | State value to set for "hyperion_ng.0.general.effects.31-Red mood blobs.color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.108 | info | State value to set for "hyperion_ng.0.general.effects.29-Rainbow swirl fast.custom-colors2" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:02.050 | info | State value to set for "hyperion_ng.0.general.effects.29-Rainbow swirl fast.custom-colors" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:01.188 | info | State value to set for "hyperion_ng.0.general.effects.28-Rainbow swirl.custom-colors2" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:01.135 | info | State value to set for "hyperion_ng.0.general.effects.28-Rainbow swirl.custom-colors" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:01.058 | info | State value to set for "hyperion_ng.0.general.effects.26-Police Lights Solid.color_two" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:01.001 | info | State value to set for "hyperion_ng.0.general.effects.26-Police Lights Solid.color_one" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:00.947 | info | State value to set for "hyperion_ng.0.general.effects.25-Police Lights Single.color_two" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:00.892 | info | State value to set for "hyperion_ng.0.general.effects.25-Police Lights Single.color_one" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:00.803 | info | State value to set for "hyperion_ng.0.general.effects.22-Notify blue.color-start" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:00.739 | info | State value to set for "hyperion_ng.0.general.effects.22-Notify blue.color-end" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:00.690 | info | State value to set for "hyperion_ng.0.general.effects.20-Light clock.second-color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:00.682 | info | State value to set for "hyperion_ng.0.general.effects.20-Light clock.minute-color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:00.633 | info | State value to set for "hyperion_ng.0.general.effects.20-Light clock.marker-color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:00.625 | info | State value to set for "hyperion_ng.0.general.effects.20-Light clock.hour-color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:00.570 | info | State value to set for "hyperion_ng.0.general.effects.20-Light clock.background-color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:00.444 | info | State value to set for "hyperion_ng.0.general.effects.18-Knight rider.color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:00.364 | info | State value to set for "hyperion_ng.0.general.effects.17-Italia.countries" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:46:00.250 | info | State value to set for "hyperion_ng.0.general.effects.16-Green mood blobs.color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:59.558 | info | State value to set for "hyperion_ng.0.general.effects.14-Flags Germany/Sweden.countries" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:59.443 | info | State value to set for "hyperion_ng.0.general.effects.13-Flagge Russia.countries" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:59.342 | info | State value to set for "hyperion_ng.0.general.effects.12-Flagge Germany.countries" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:59.257 | info | State value to set for "hyperion_ng.0.general.effects.11-Flagge.countries" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:59.073 | info | State value to set for "hyperion_ng.0.general.effects.09-Double swirl.custom-colors2" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:59.013 | info | State value to set for "hyperion_ng.0.general.effects.09-Double swirl.custom-colors" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:57.719 | info | State value to set for "hyperion_ng.0.general.effects.06-Cold mood blobs.color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:57.566 | info | State value to set for "hyperion_ng.0.general.effects.05-Cinema dim lights.color-start" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:57.501 | info | State value to set for "hyperion_ng.0.general.effects.05-Cinema dim lights.color-end" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:57.417 | info | State value to set for "hyperion_ng.0.general.effects.04-Cinema brighten lights.color-start" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:57.349 | info | State value to set for "hyperion_ng.0.general.effects.04-Cinema brighten lights.color-end" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:57.255 | info | State value to set for "hyperion_ng.0.general.effects.03-Candle.color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:57.134 | info | State value to set for "hyperion_ng.0.general.effects.02-Breath.color-start" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:57.113 | info | State value to set for "hyperion_ng.0.general.effects.02-Breath.color-end" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:57.017 | info | State value to set for "hyperion_ng.0.general.effects.01-Blue mood blobs.color" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:56.906 | info | State value to set for "hyperion_ng.0.general.effects.00-Atomic swirl.custom-colors2" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:56.896 | info | State value to set for "hyperion_ng.0.general.effects.00-Atomic swirl.custom-colors" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:56.870 | info | create effects hyperion_ng.0 | 2021-10-14 17:45:56.785 | info | read out priorities finished hyperion_ng.0 | 2021-10-14 17:45:56.735 | info | State value to set for "hyperion_ng.0.2.priorities.0-COLOR.RGB" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:56.663 | info | State value to set for "hyperion_ng.0.2.priorities.0-COLOR.HSL" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:56.393 | info | create priorities hyperion_ng.0 | 2021-10-14 17:45:56.114 | info | State value to set for "hyperion_ng.0.1.priorities.0-COLOR.RGB" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:56.056 | info | State value to set for "hyperion_ng.0.1.priorities.0-COLOR.HSL" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:55.957 | info | create priorities hyperion_ng.0 | 2021-10-14 17:45:55.746 | info | State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:55.681 | info | State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:55.522 | info | create priorities hyperion_ng.0 | 2021-10-14 17:45:55.303 | info | read out Adjustments finished hyperion_ng.0 | 2021-10-14 17:45:55.251 | info | State value to set for "hyperion_ng.0.2.adjustments.yellow" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:55.239 | info | State value to set for "hyperion_ng.0.2.adjustments.white" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:55.229 | info | State value to set for "hyperion_ng.0.2.adjustments.red" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:55.170 | info | State value to set for "hyperion_ng.0.2.adjustments.magenta" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:55.078 | info | State value to set for "hyperion_ng.0.2.adjustments.green" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.992 | info | State value to set for "hyperion_ng.0.2.adjustments.cyan" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.924 | info | State value to set for "hyperion_ng.0.2.adjustments.blue" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.796 | info | State value to set for "hyperion_ng.0.1.adjustments.yellow" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.738 | info | State value to set for "hyperion_ng.0.1.adjustments.white" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.727 | info | State value to set for "hyperion_ng.0.1.adjustments.red" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.714 | info | State value to set for "hyperion_ng.0.1.adjustments.magenta" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.655 | info | State value to set for "hyperion_ng.0.1.adjustments.green" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.609 | info | State value to set for "hyperion_ng.0.1.adjustments.cyan" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.531 | info | State value to set for "hyperion_ng.0.1.adjustments.blue" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.417 | info | State value to set for "hyperion_ng.0.0.adjustments.yellow" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.409 | info | State value to set for "hyperion_ng.0.0.adjustments.white" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.354 | info | State value to set for "hyperion_ng.0.0.adjustments.red" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.338 | info | State value to set for "hyperion_ng.0.0.adjustments.magenta" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.273 | info | State value to set for "hyperion_ng.0.0.adjustments.green" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.226 | info | State value to set for "hyperion_ng.0.0.adjustments.cyan" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.187 | info | State value to set for "hyperion_ng.0.0.adjustments.blue" has to be stringified but received type "object" hyperion_ng.0 | 2021-10-14 17:45:54.080 | info | read out components finished hyperion_ng.0 | 2021-10-14 17:45:51.839 | info | socket is connected hyperion_ng.0 | 2021-10-14 17:45:51.596 | info | State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" hyperion_ng.0 | 2021-10-14 17:45:51.545 | info | State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" hyperion_ng.0 | 2021-10-14 17:45:51.529 | info | 210,0.5000000000000001,0.39215686274509803 hyperion_ng.0 | 2021-10-14 17:45:51.409 | info | create Control Parameter hyperion_ng.0 | 2021-10-14 17:45:51.371 | info | starting. Version 0.1.21 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18

Cosmicbase commented 2 years ago

@felixganzer Bist du an dem Problem noch dran? Habe zwar die aktuellste Version drauf, aber Adapter stürzt immer noch ab.

felixganzer commented 2 years ago

Ich habe aktuell keine Ahnung, warum dieser abstürzt.

Cosmicbase commented 2 years ago

Oh schade. Hoffe das du ne Lösung findest, denn ehrlich gesagt will ich auf den Adapter nicht mehr verzichten. Das hyperion ng was damit zu tun hat glaube ich ehrlich gesagt nicht. Er ist erst seit js-controller 3.3x instabil. Ich könnte zwar einen downgrade auf js-controller 3.2x machen, aber das sollte für die Zukunft nicht Sinn und Zweck sein.

Cosmicbase commented 2 years ago

@felixganzer @Apollon77 Hallo Felix,

Nachdem du ja gesagt hast im Moment nicht zu verstehen, warum der Adapter aussteigt und sich so verhält, würde ich dir Sentry empfehlen. Du könntest dich ja bei Sentry anmelden. Durch die die Fehlermeldungen könnte dir Sentry auch bei der Fehlersuche helfen. Ich glaube das fast oder so ziemlich jeder Entwickler schon Sentry nutzt.

Apollon77 commented 2 years ago

Naja Sentry ist kein Allheilmittel ... wenn User logs posten dann kann Sentry am Ende nicht viel mehr. Ich denke auch hier sind Dinge gemixt ...

Die "not exists" Fehler oben würde ich gern mal den js-controller wissen bzw sagen "Bitte js-controller 3.3 nutzen". Dann kann man weitesehen.

Ansonsten braucht der code ggf ein bissl mehr Error handling. Das "Not exists" kann seehr gut von https://github.com/felixganzer/ioBroker.hyperion_ng/blob/master/main.js#L159-L175 kommen was sehr strange code ist - im vergleich zu async/await im ganzen rest ... da wird delObjectsAsync aufgeufen aber mit der Promise nichts getan, also wenn da was passiert kann die nur unbehandelt fliegen.

Auch das ganze self = this ist komisch und macht man in Objekten an sich nicht ... War das beim Review fürs Repo schon so? Dann muss ich aber Tomaten auf den Augen gehabt haben :-)) Da ist einiges Potential drin - und vorher macht Sentry auch keinen sinn.

Cosmicbase commented 2 years ago

Meine Logs wo ich oben geliefert habe sind unter js-controller 3.3 entstanden. Ich weiß das unter 3.2 bzw. hyperion_ng 0.1.21 (2021.07.27) der Adapter besser lief. Seit js-controller 3.3 und der hyperion_ng 0.1.22 (2021.10.14) meldet sich sogar die Host mit dem Fehler eines Bootloopartigen Verhalten. Gerne kann ich Logs in allen möglichen Lagen liefern. Ich liebe diesen Adapter und würde mir gerne wünschen das er für die Zukunft up to Date wird. Potenzial ist viel drin.

@Apollon77 kannst du oder darfst du dich bei der Entwicklung des hyperion_ng Adapter beteiligen? Ich denke ohne hier den Entwickler @felixganzer zu beleidigen jeder einen anderen Erfahrungslevel hat. Schließlich ist es ja auch nicht unüblich das man sich bei der Programmierung eines Adapters hilft.

Apollon77 commented 2 years ago

Ich könnte bestimmt und "dürfen" ist so ne sache - JEDER darf PRs machen und beisteuern ... also auch kein Problem ... Habe nur gerade zu viele andere Baustellen. Ich kann dem ENtwickelr nur Discord bzw Forum empfehlen, da sind viele andere Devs die auch viel Ahnung haben und unterstützen/reviewen können

Cosmicbase commented 2 years ago

@felixganzer Hallo ich habe nochmal einen Log für dich. Diesmal bin sehr behutsam mit dem Adapter umgegangen. Habe die Datenpunkte sehr langsam verstellt. Immer mit ein wenig Zeit dazwischen.

Den Log habe ich simultan dazu ausgelesen.

2021-10-31 02:00:58.588 - info: host.Raspi4T Delete log file iobroker.2021-10-23.log.gz

2021-10-31 06:58:57.183 - info: hyperion_ng.0 (31334) set component V4L of instance 0 to false 2021-10-31 06:58:57.189 - info: hyperion_ng.0 (31334) socket is connected 2021-10-31 06:58:57.535 - info: hyperion_ng.0 (31334) read out components finished 2021-10-31 06:58:57.535 - info: hyperion_ng.0 (31334) component is set 2021-10-31 07:13:57.321 - info: hyperion_ng.0 (31334) socket timeout 2021-10-31 07:13:57.323 - info: hyperion_ng.0 (31334) Connection closed 2021-10-31 11:32:02.028 - info: hyperion_ng.0 (31334) Connection closed 2021-10-31 11:32:02.029 - info: hyperion_ng.0 (31334) socket is connected 2021-10-31 11:32:02.225 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:32:02.228 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:32:02.229 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:32:02.232 - error: hyperion_ng.0 (31334) Error at read out priorities 2021-10-31 11:32:02.235 - error: hyperion_ng.0 (31334) Error at read out priorities 2021-10-31 11:32:02.239 - error: hyperion_ng.0 (31334) Error at read out priorities 2021-10-31 11:32:02.277 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:32:02.279 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:32:02.285 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:32:10.206 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:32:10.209 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:32:10.211 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:32:10.440 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:32:10.440 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:32:10.454 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:32:10.455 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:32:10.462 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:32:10.463 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:32:55.674 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:32:55.681 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:32:55.690 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:32:55.697 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:32:55.698 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:32:55.792 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:32:55.830 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:32:55.844 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:32:55.846 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:32:55.906 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-10-31 11:32:55.914 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-10-31 11:32:55.918 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-10-31 11:32:55.932 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-10-31 11:32:55.938 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-10-31 11:32:55.946 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-10-31 11:32:55.969 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:32:56.012 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:32:56.062 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:33:01.801 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:33:01.803 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:33:01.971 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:33:02.063 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:33:02.063 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:33:02.245 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:33:02.245 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:33:02.306 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:33:02.307 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:33:55.545 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:33:55.547 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:33:55.548 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:33:55.559 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:33:55.560 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:33:55.561 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:33:55.584 - error: hyperion_ng.0 (31334) Error at read out priorities 2021-10-31 11:33:55.586 - error: hyperion_ng.0 (31334) Error at read out priorities 2021-10-31 11:33:55.588 - error: hyperion_ng.0 (31334) Error at read out priorities 2021-10-31 11:34:08.051 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:34:08.053 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:34:08.078 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:34:08.218 - error: hyperion_ng.0 (31334) Error at read out priorities 2021-10-31 11:34:08.253 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:34:08.254 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:34:08.303 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:34:08.303 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:34:25.834 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:34:25.837 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:34:25.841 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:34:25.844 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:34:25.848 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:34:25.885 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:34:25.902 - error: hyperion_ng.0 (31334) Error at read out priorities 2021-10-31 11:34:25.946 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:34:25.979 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:34:26.035 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-10-31 11:34:26.083 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-10-31 11:34:26.089 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-10-31 11:34:26.094 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-10-31 11:34:26.109 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:34:26.112 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:34:41.286 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:34:41.316 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:34:41.320 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:34:41.507 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:34:41.508 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:34:41.574 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:34:41.574 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:34:41.575 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:34:41.575 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:34:51.104 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:34:51.135 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:34:51.151 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:34:51.158 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:34:51.177 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:34:51.199 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:34:51.237 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:34:51.238 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:34:51.248 - warn: hyperion_ng.0 (31334) State "hyperion_ng.0.0.priorities.0-COLOR.active" has no existing object, this might lead to an error in future versions 2021-10-31 11:34:51.287 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:34:51.361 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-10-31 11:34:51.411 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-10-31 11:34:51.424 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-10-31 11:34:51.429 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-10-31 11:34:51.430 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-10-31 11:34:51.466 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:34:51.511 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:34:51.512 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-10-31 11:34:51.525 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:35:09.767 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:35:09.768 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:35:09.769 - info: hyperion_ng.0 (31334) clear all priorities of instance 0 2021-10-31 11:35:09.902 - error: hyperion_ng.0 (31334) Error at read out priorities 2021-10-31 11:35:09.903 - error: hyperion_ng.0 (31334) Error at read out priorities 2021-10-31 11:35:09.904 - error: hyperion_ng.0 (31334) Error at read out priorities 2021-10-31 11:35:12.223 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:35:12.239 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:35:12.251 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:35:12.340 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:35:12.340 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:35:12.375 - error: hyperion_ng.0 (31334) 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(). 2021-10-31 11:35:12.376 - error: hyperion_ng.0 (31334) unhandled promise rejection: Error Not exists 2021-10-31 11:35:12.377 - error: hyperion_ng.0 (31334) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:35:12.377 - error: hyperion_ng.0 (31334) Error Not exists 2021-10-31 11:35:12.382 - error: hyperion_ng.0 (31334) 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(). 2021-10-31 11:35:12.382 - error: hyperion_ng.0 (31334) unhandled promise rejection: Error Not exists 2021-10-31 11:35:12.382 - error: hyperion_ng.0 (31334) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:35:12.383 - error: hyperion_ng.0 (31334) Error Not exists 2021-10-31 11:35:12.383 - error: hyperion_ng.0 (31334) 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(). 2021-10-31 11:35:12.383 - error: hyperion_ng.0 (31334) unhandled promise rejection: Error Not exists 2021-10-31 11:35:12.383 - error: hyperion_ng.0 (31334) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:35:12.384 - error: hyperion_ng.0 (31334) Error Not exists 2021-10-31 11:35:12.384 - error: hyperion_ng.0 (31334) 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(). 2021-10-31 11:35:12.384 - error: hyperion_ng.0 (31334) unhandled promise rejection: Error Not exists 2021-10-31 11:35:12.384 - error: hyperion_ng.0 (31334) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:35:12.385 - error: hyperion_ng.0 (31334) Error Not exists 2021-10-31 11:35:12.385 - error: hyperion_ng.0 (31334) 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(). 2021-10-31 11:35:12.385 - error: hyperion_ng.0 (31334) unhandled promise rejection: Error Not exists 2021-10-31 11:35:12.385 - error: hyperion_ng.0 (31334) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:35:12.386 - error: hyperion_ng.0 (31334) Error Not exists 2021-10-31 11:35:12.386 - error: hyperion_ng.0 (31334) 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(). 2021-10-31 11:35:12.386 - error: hyperion_ng.0 (31334) unhandled promise rejection: Error Not exists 2021-10-31 11:35:12.386 - error: hyperion_ng.0 (31334) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:35:12.387 - error: hyperion_ng.0 (31334) Error Not exists 2021-10-31 11:35:12.387 - error: hyperion_ng.0 (31334) 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(). 2021-10-31 11:35:12.387 - error: hyperion_ng.0 (31334) unhandled promise rejection: Error Not exists 2021-10-31 11:35:12.387 - error: hyperion_ng.0 (31334) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:35:12.388 - error: hyperion_ng.0 (31334) Error Not exists 2021-10-31 11:35:12.393 - info: hyperion_ng.0 (31334) Connection closed 2021-10-31 11:35:12.395 - info: hyperion_ng.0 (31334) terminating 2021-10-31 11:35:12.396 - warn: hyperion_ng.0 (31334) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-10-31 11:35:12.398 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:35:12.431 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:35:12.432 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:35:12.433 - info: hyperion_ng.0 (31334) create priorities 2021-10-31 11:35:12.558 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-10-31 11:35:12.602 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-10-31 11:35:12.606 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-10-31 11:35:12.614 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-10-31 11:35:12.614 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-10-31 11:35:12.621 - info: hyperion_ng.0 (31334) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-10-31 11:35:12.637 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:35:12.685 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:35:12.687 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:35:12.996 - error: host.Raspi4T instance system.adapter.hyperion_ng.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2021-10-31 11:35:13.002 - info: host.Raspi4T Restart adapter system.adapter.hyperion_ng.0 because enabled 2021-10-31 11:35:43.076 - info: host.Raspi4T instance system.adapter.hyperion_ng.0 started with pid 29162 2021-10-31 11:35:44.576 - info: hyperion_ng.0 (29162) starting. Version 0.1.22 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18 2021-10-31 11:35:44.606 - info: hyperion_ng.0 (29162) create Control Parameter 2021-10-31 11:35:44.719 - info: hyperion_ng.0 (29162) 210,0.5000000000000001,0.39215686274509803 2021-10-31 11:35:44.729 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:35:44.804 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:35:44.829 - info: hyperion_ng.0 (29162) socket is connected 2021-10-31 11:35:45.131 - info: hyperion_ng.0 (29162) read out components finished 2021-10-31 11:35:45.226 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.0.adjustments."blue"" has to be stringified but received type "object" 2021-10-31 11:35:45.311 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.0.adjustments."cyan"" has to be stringified but received type "object" 2021-10-31 11:35:45.343 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.0.adjustments."green"" has to be stringified but received type "object" 2021-10-31 11:35:45.370 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.0.adjustments."magenta"" has to be stringified but received type "object" 2021-10-31 11:35:45.377 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.0.adjustments."red"" has to be stringified but received type "object" 2021-10-31 11:35:45.384 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.0.adjustments."white"" has to be stringified but received type "object" 2021-10-31 11:35:45.434 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.0.adjustments."yellow"" has to be stringified but received type "object" 2021-10-31 11:35:45.439 - info: hyperion_ng.0 (29162) read out Adjustments finished 2021-10-31 11:35:45.632 - info: hyperion_ng.0 (29162) create priorities 2021-10-31 11:35:45.705 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-10-31 11:35:45.757 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-10-31 11:35:45.769 - info: hyperion_ng.0 (29162) read out priorities finished 2021-10-31 11:35:45.844 - info: hyperion_ng.0 (29162) create effects 2021-10-31 11:35:45.857 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.00-Atomic swirl.custom-colors" has to be stringified but received type "object" 2021-10-31 11:35:45.864 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.00-Atomic swirl.custom-colors2" has to be stringified but received type "object" 2021-10-31 11:35:45.910 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.01-Blue mood blobs.color" has to be stringified but received type "object" 2021-10-31 11:35:45.986 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.02-Breath.color-end" has to be stringified but received type "object" 2021-10-31 11:35:45.996 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.02-Breath.color-start" has to be stringified but received type "object" 2021-10-31 11:35:46.037 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.03-Candle.color" has to be stringified but received type "object" 2021-10-31 11:35:46.107 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.04-Cinema brighten lights.color-end" has to be stringified but received type "object" 2021-10-31 11:35:46.117 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.04-Cinema brighten lights.color-start" has to be stringified but received type "object" 2021-10-31 11:35:46.149 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.05-Cinema dim lights.color-end" has to be stringified but received type "object" 2021-10-31 11:35:46.207 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.05-Cinema dim lights.color-start" has to be stringified but received type "object" 2021-10-31 11:35:46.260 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.06-Cold mood blobs.color" has to be stringified but received type "object" 2021-10-31 11:35:46.394 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.09-Double swirl.custom-colors" has to be stringified but received type "object" 2021-10-31 11:35:46.444 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.09-Double swirl.custom-colors2" has to be stringified but received type "object" 2021-10-31 11:35:46.574 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.11-Flagge.countries" has to be stringified but received type "object" 2021-10-31 11:35:46.634 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.12-Flagge Germany.countries" has to be stringified but received type "object" 2021-10-31 11:35:46.651 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.13-Flagge Russia.countries" has to be stringified but received type "object" 2021-10-31 11:35:46.668 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.14-Flags Germany/Sweden.countries" has to be stringified but received type "object" 2021-10-31 11:35:46.733 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.16-Germany.countries" has to be stringified but received type "object" 2021-10-31 11:35:46.796 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.17-Green mood blobs.color" has to be stringified but received type "object" 2021-10-31 11:35:46.818 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.18-Italia.countries" has to be stringified but received type "object" 2021-10-31 11:35:46.832 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.19-Knight rider.color" has to be stringified but received type "object" 2021-10-31 11:35:46.928 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.21-Light clock.background-color" has to be stringified but received type "object" 2021-10-31 11:35:46.934 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.21-Light clock.hour-color" has to be stringified but received type "object" 2021-10-31 11:35:46.983 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.21-Light clock.marker-color" has to be stringified but received type "object" 2021-10-31 11:35:47.000 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.21-Light clock.minute-color" has to be stringified but received type "object" 2021-10-31 11:35:47.005 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.21-Light clock.second-color" has to be stringified but received type "object" 2021-10-31 11:35:47.099 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.24-Notify blue.color-end" has to be stringified but received type "object" 2021-10-31 11:35:47.160 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.24-Notify blue.color-start" has to be stringified but received type "object" 2021-10-31 11:35:47.245 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.27-Police Lights Single.color_one" has to be stringified but received type "object" 2021-10-31 11:35:47.330 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.27-Police Lights Single.color_two" has to be stringified but received type "object" 2021-10-31 11:35:47.374 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.28-Police Lights Solid.color_one" has to be stringified but received type "object" 2021-10-31 11:35:47.424 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.28-Police Lights Solid.color_two" has to be stringified but received type "object" 2021-10-31 11:35:47.498 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.30-Rainbow swirl.custom-colors" has to be stringified but received type "object" 2021-10-31 11:35:47.505 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.30-Rainbow swirl.custom-colors2" has to be stringified but received type "object" 2021-10-31 11:35:47.621 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.31-Rainbow swirl fast.custom-colors" has to be stringified but received type "object" 2021-10-31 11:35:47.674 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.31-Rainbow swirl fast.custom-colors2" has to be stringified but received type "object" 2021-10-31 11:35:47.738 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.33-Red mood blobs.color" has to be stringified but received type "object" 2021-10-31 11:35:47.763 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.34-Russia_Germany.countries" has to be stringified but received type "object" 2021-10-31 11:35:47.833 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.35-Sea waves.colors" has to be stringified but received type "object" 2021-10-31 11:35:47.919 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.36-Snake.background-color" has to be stringified but received type "object" 2021-10-31 11:35:47.966 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.36-Snake.color" has to be stringified but received type "object" 2021-10-31 11:35:48.002 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.37-Sparks.color" has to be stringified but received type "object" 2021-10-31 11:35:48.034 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.38-Strobe red.color-end" has to be stringified but received type "object" 2021-10-31 11:35:48.046 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.38-Strobe red.color-start" has to be stringified but received type "object" 2021-10-31 11:35:48.086 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.39-Strobe white.color-end" has to be stringified but received type "object" 2021-10-31 11:35:48.139 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.39-Strobe white.color-start" has to be stringified but received type "object" 2021-10-31 11:35:48.182 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.40-System Shutdown.alarm-color" has to be stringified but received type "object" 2021-10-31 11:35:48.240 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.40-System Shutdown.post-color" has to be stringified but received type "object" 2021-10-31 11:35:48.273 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.41-Trails.color" has to be stringified but received type "object" 2021-10-31 11:35:48.369 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.42-Trails color.color" has to be stringified but received type "object" 2021-10-31 11:35:48.499 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.43-Warm mood blobs.color" has to be stringified but received type "object" 2021-10-31 11:35:48.601 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.45-X-Mas.color1" has to be stringified but received type "object" 2021-10-31 11:35:48.654 - info: hyperion_ng.0 (29162) State value to set for "hyperion_ng.0.general.effects.45-X-Mas.color2" has to be stringified but received type "object" 2021-10-31 11:35:48.678 - info: hyperion_ng.0 (29162) setup finished 2021-10-31 11:40:20.149 - info: hyperion_ng.0 (29162) clear all priorities of instance 0 2021-10-31 11:40:20.152 - info: hyperion_ng.0 (29162) clear all priorities of instance 0 2021-10-31 11:40:20.175 - info: hyperion_ng.0 (29162) clear all priorities of instance 0 2021-10-31 11:40:20.420 - error: hyperion_ng.0 (29162) 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(). 2021-10-31 11:40:20.421 - error: hyperion_ng.0 (29162) unhandled promise rejection: Error Not exists 2021-10-31 11:40:20.422 - error: hyperion_ng.0 (29162) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:40:20.423 - error: hyperion_ng.0 (29162) Error Not exists 2021-10-31 11:40:20.428 - error: hyperion_ng.0 (29162) 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(). 2021-10-31 11:40:20.428 - error: hyperion_ng.0 (29162) unhandled promise rejection: Error Not exists 2021-10-31 11:40:20.429 - error: hyperion_ng.0 (29162) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:40:20.429 - error: hyperion_ng.0 (29162) Error Not exists 2021-10-31 11:40:20.432 - error: hyperion_ng.0 (29162) 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(). 2021-10-31 11:40:20.432 - error: hyperion_ng.0 (29162) unhandled promise rejection: Error Not exists 2021-10-31 11:40:20.432 - error: hyperion_ng.0 (29162) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:40:20.433 - error: hyperion_ng.0 (29162) Error Not exists 2021-10-31 11:40:20.434 - error: hyperion_ng.0 (29162) 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(). 2021-10-31 11:40:20.434 - error: hyperion_ng.0 (29162) unhandled promise rejection: Error Not exists 2021-10-31 11:40:20.435 - error: hyperion_ng.0 (29162) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:40:20.435 - error: hyperion_ng.0 (29162) Error Not exists 2021-10-31 11:40:20.436 - error: hyperion_ng.0 (29162) 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(). 2021-10-31 11:40:20.437 - error: hyperion_ng.0 (29162) unhandled promise rejection: Error Not exists 2021-10-31 11:40:20.437 - error: hyperion_ng.0 (29162) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:40:20.438 - error: hyperion_ng.0 (29162) Error Not exists 2021-10-31 11:40:20.440 - error: hyperion_ng.0 (29162) 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(). 2021-10-31 11:40:20.440 - error: hyperion_ng.0 (29162) unhandled promise rejection: Error Not exists 2021-10-31 11:40:20.441 - error: hyperion_ng.0 (29162) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-10-31 11:40:20.441 - error: hyperion_ng.0 (29162) Error Not exists 2021-10-31 11:40:20.453 - info: hyperion_ng.0 (29162) create priorities 2021-10-31 11:40:20.454 - info: hyperion_ng.0 (29162) read out priorities finished 2021-10-31 11:40:20.455 - info: hyperion_ng.0 (29162) Connection closed 2021-10-31 11:40:20.456 - info: hyperion_ng.0 (29162) terminating 2021-10-31 11:40:20.457 - warn: hyperion_ng.0 (29162) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-10-31 11:40:20.464 - info: hyperion_ng.0 (29162) create priorities 2021-10-31 11:40:20.464 - info: hyperion_ng.0 (29162) read out priorities finished 2021-10-31 11:40:20.483 - info: hyperion_ng.0 (29162) create priorities 2021-10-31 11:40:20.484 - info: hyperion_ng.0 (29162) read out priorities finished 2021-10-31 11:40:21.101 - error: host.Raspi4T instance system.adapter.hyperion_ng.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2021-10-31 11:40:21.103 - info: host.Raspi4T Restart adapter system.adapter.hyperion_ng.0 because enabled 2021-10-31 11:40:51.140 - info: host.Raspi4T instance system.adapter.hyperion_ng.0 started with pid 29590 2021-10-31 11:40:52.667 - info: hyperion_ng.0 (29590) starting. Version 0.1.22 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18 2021-10-31 11:40:52.701 - info: hyperion_ng.0 (29590) create Control Parameter 2021-10-31 11:40:52.802 - info: hyperion_ng.0 (29590) 210,0.5000000000000001,0.39215686274509803 2021-10-31 11:40:52.811 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.control.setColorHSL_S" has to be type "number" but received type "string" 2021-10-31 11:40:52.816 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.control.setColorHSL_L" has to be type "number" but received type "string" 2021-10-31 11:40:52.840 - info: hyperion_ng.0 (29590) socket is connected 2021-10-31 11:40:53.157 - info: hyperion_ng.0 (29590) read out components finished 2021-10-31 11:40:53.242 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.0.adjustments."blue"" has to be stringified but received type "object" 2021-10-31 11:40:53.257 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.0.adjustments."cyan"" has to be stringified but received type "object" 2021-10-31 11:40:53.277 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.0.adjustments."green"" has to be stringified but received type "object" 2021-10-31 11:40:53.288 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.0.adjustments."magenta"" has to be stringified but received type "object" 2021-10-31 11:40:53.294 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.0.adjustments."red"" has to be stringified but received type "object" 2021-10-31 11:40:53.300 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.0.adjustments."white"" has to be stringified but received type "object" 2021-10-31 11:40:53.307 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.0.adjustments."yellow"" has to be stringified but received type "object" 2021-10-31 11:40:53.311 - info: hyperion_ng.0 (29590) read out Adjustments finished 2021-10-31 11:40:53.461 - info: hyperion_ng.0 (29590) create priorities 2021-10-31 11:40:53.462 - info: hyperion_ng.0 (29590) read out priorities finished 2021-10-31 11:40:53.556 - info: hyperion_ng.0 (29590) create effects 2021-10-31 11:40:53.589 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.00-Atomic swirl.custom-colors" has to be stringified but received type "object" 2021-10-31 11:40:53.601 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.00-Atomic swirl.custom-colors2" has to be stringified but received type "object" 2021-10-31 11:40:53.651 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.01-Blue mood blobs.color" has to be stringified but received type "object" 2021-10-31 11:40:53.686 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.02-Breath.color-end" has to be stringified but received type "object" 2021-10-31 11:40:53.738 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.02-Breath.color-start" has to be stringified but received type "object" 2021-10-31 11:40:53.786 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.03-Candle.color" has to be stringified but received type "object" 2021-10-31 11:40:53.855 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.04-Cinema brighten lights.color-end" has to be stringified but received type "object" 2021-10-31 11:40:53.866 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.04-Cinema brighten lights.color-start" has to be stringified but received type "object" 2021-10-31 11:40:53.899 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.05-Cinema dim lights.color-end" has to be stringified but received type "object" 2021-10-31 11:40:53.959 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.05-Cinema dim lights.color-start" has to be stringified but received type "object" 2021-10-31 11:40:54.030 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.06-Cold mood blobs.color" has to be stringified but received type "object" 2021-10-31 11:40:54.143 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.09-Double swirl.custom-colors" has to be stringified but received type "object" 2021-10-31 11:40:54.149 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.09-Double swirl.custom-colors2" has to be stringified but received type "object" 2021-10-31 11:40:54.226 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.11-Flagge.countries" has to be stringified but received type "object" 2021-10-31 11:40:54.288 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.12-Flagge Germany.countries" has to be stringified but received type "object" 2021-10-31 11:40:54.302 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.13-Flagge Russia.countries" has to be stringified but received type "object" 2021-10-31 11:40:54.317 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.14-Flags Germany/Sweden.countries" has to be stringified but received type "object" 2021-10-31 11:40:54.378 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.16-Germany.countries" has to be stringified but received type "object" 2021-10-31 11:40:54.444 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.17-Green mood blobs.color" has to be stringified but received type "object" 2021-10-31 11:40:54.483 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.18-Italia.countries" has to be stringified but received type "object" 2021-10-31 11:40:54.504 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.19-Knight rider.color" has to be stringified but received type "object" 2021-10-31 11:40:54.563 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.21-Light clock.background-color" has to be stringified but received type "object" 2021-10-31 11:40:54.614 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.21-Light clock.hour-color" has to be stringified but received type "object" 2021-10-31 11:40:54.621 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.21-Light clock.marker-color" has to be stringified but received type "object" 2021-10-31 11:40:54.666 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.21-Light clock.minute-color" has to be stringified but received type "object" 2021-10-31 11:40:54.714 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.21-Light clock.second-color" has to be stringified but received type "object" 2021-10-31 11:40:54.860 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.24-Notify blue.color-end" has to be stringified but received type "object" 2021-10-31 11:40:54.918 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.24-Notify blue.color-start" has to be stringified but received type "object" 2021-10-31 11:40:54.984 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.27-Police Lights Single.color_one" has to be stringified but received type "object" 2021-10-31 11:40:55.033 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.27-Police Lights Single.color_two" has to be stringified but received type "object" 2021-10-31 11:40:55.060 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.28-Police Lights Solid.color_one" has to be stringified but received type "object" 2021-10-31 11:40:55.113 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.28-Police Lights Solid.color_two" has to be stringified but received type "object" 2021-10-31 11:40:55.198 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.30-Rainbow swirl.custom-colors" has to be stringified but received type "object" 2021-10-31 11:40:55.245 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.30-Rainbow swirl.custom-colors2" has to be stringified but received type "object" 2021-10-31 11:40:55.320 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.31-Rainbow swirl fast.custom-colors" has to be stringified but received type "object" 2021-10-31 11:40:55.373 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.31-Rainbow swirl fast.custom-colors2" has to be stringified but received type "object" 2021-10-31 11:40:55.427 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.33-Red mood blobs.color" has to be stringified but received type "object" 2021-10-31 11:40:55.491 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.34-Russia_Germany.countries" has to be stringified but received type "object" 2021-10-31 11:40:55.512 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.35-Sea waves.colors" has to be stringified but received type "object" 2021-10-31 11:40:55.554 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.36-Snake.background-color" has to be stringified but received type "object" 2021-10-31 11:40:55.604 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.36-Snake.color" has to be stringified but received type "object" 2021-10-31 11:40:55.629 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.37-Sparks.color" has to be stringified but received type "object" 2021-10-31 11:40:55.703 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.38-Strobe red.color-end" has to be stringified but received type "object" 2021-10-31 11:40:55.719 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.38-Strobe red.color-start" has to be stringified but received type "object" 2021-10-31 11:40:55.765 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.39-Strobe white.color-end" has to be stringified but received type "object" 2021-10-31 11:40:55.818 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.39-Strobe white.color-start" has to be stringified but received type "object" 2021-10-31 11:40:55.861 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.40-System Shutdown.alarm-color" has to be stringified but received type "object" 2021-10-31 11:40:55.919 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.40-System Shutdown.post-color" has to be stringified but received type "object" 2021-10-31 11:40:55.949 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.41-Trails.color" has to be stringified but received type "object" 2021-10-31 11:40:56.013 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.42-Trails color.color" has to be stringified but received type "object" 2021-10-31 11:40:56.121 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.43-Warm mood blobs.color" has to be stringified but received type "object" 2021-10-31 11:40:56.169 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.45-X-Mas.color1" has to be stringified but received type "object" 2021-10-31 11:40:56.214 - info: hyperion_ng.0 (29590) State value to set for "hyperion_ng.0.general.effects.45-X-Mas.color2" has to be stringified but received type "object" 2021-10-31 11:40:56.231 - info: hyperion_ng.0 (29590) setup finished

felixganzer commented 2 years ago

Hi,

Ich habe mir dein Log ein bissle angesehen. Für mich sieht es so aus, als ob dein Skript irgendein Befehl 3 mal direkt nacheinander ausführt. Dies könnte einen der Abstürze verursachen.

Bsp: 2021-10-31 11:35:12.637 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:35:12.685 - info: hyperion_ng.0 (31334) read out priorities finished 2021-10-31 11:35:12.687 - info: hyperion_ng.0 (31334) read out priorities finished

Ansonsten schaue ich mir das gerade an.

Ich habe ins Github eine neue Version hochgeladen. Ich habe alle auftretenden Warnungen eliminiert. Ich kann leider noch nicht sagen, was du machst um den Absturz zu provozieren. Bei mir ist der Adapter stabil.

Bitte update direkt von Github, provoziere den Error und poste dann mal bitte den Log.

Cosmicbase commented 2 years ago

Habe über meine Vis die Farbwerte kurz hintereinander durchgeschaltet, aber auch Tests mit längeren Pausen dazwischen. Das scheint wohl nicht das Problem zu sein. Ich weiß auch nicht warum nach deiner Meinung ein Datenpunkt 3x getriggert wird. Auch die Host meldet sich immer wieder wegen Bootloop Effekt.

2021-11-05 09:06:54.828 - error: hyperion_ng.0 (19634) Error at read out priorities

2021-11-05 09:06:54.830 - error: hyperion_ng.0 (19634) Error at read out priorities 2021-11-05 09:06:54.833 - error: hyperion_ng.0 (19634) Error at read out priorities 2021-11-05 09:06:58.976 - info: hyperion_ng.0 (19634) create priorities 2021-11-05 09:06:58.982 - info: hyperion_ng.0 (19634) create priorities 2021-11-05 09:06:58.987 - info: hyperion_ng.0 (19634) create priorities 2021-11-05 09:06:59.089 - info: hyperion_ng.0 (19634) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:06:59.096 - info: hyperion_ng.0 (19634) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:06:59.102 - info: hyperion_ng.0 (19634) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:06:59.112 - info: hyperion_ng.0 (19634) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-05 09:06:59.118 - info: hyperion_ng.0 (19634) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-05 09:06:59.161 - info: hyperion_ng.0 (19634) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-05 09:06:59.176 - info: hyperion_ng.0 (19634) read out priorities finished 2021-11-05 09:06:59.181 - info: hyperion_ng.0 (19634) read out priorities finished 2021-11-05 09:06:59.182 - info: hyperion_ng.0 (19634) read out priorities finished 2021-11-05 09:07:02.095 - error: hyperion_ng.0 (19634) Error at read out priorities 2021-11-05 09:07:02.172 - info: hyperion_ng.0 (19634) create priorities 2021-11-05 09:07:02.241 - info: hyperion_ng.0 (19634) create priorities 2021-11-05 09:07:02.317 - info: hyperion_ng.0 (19634) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:07:02.361 - info: hyperion_ng.0 (19634) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:07:02.373 - info: hyperion_ng.0 (19634) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-05 09:07:02.378 - info: hyperion_ng.0 (19634) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-05 09:07:02.396 - info: hyperion_ng.0 (19634) read out priorities finished 2021-11-05 09:07:02.445 - info: hyperion_ng.0 (19634) read out priorities finished 2021-11-05 09:07:03.858 - error: hyperion_ng.0 (19634) 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(). 2021-11-05 09:07:03.858 - error: hyperion_ng.0 (19634) unhandled promise rejection: Error Not exists 2021-11-05 09:07:03.860 - error: hyperion_ng.0 (19634) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-05 09:07:03.860 - error: hyperion_ng.0 (19634) Error Not exists 2021-11-05 09:07:03.868 - error: hyperion_ng.0 (19634) 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(). 2021-11-05 09:07:03.869 - error: hyperion_ng.0 (19634) unhandled promise rejection: Error Not exists 2021-11-05 09:07:03.869 - error: hyperion_ng.0 (19634) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-05 09:07:03.870 - error: hyperion_ng.0 (19634) Error Not exists 2021-11-05 09:07:03.870 - error: hyperion_ng.0 (19634) 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(). 2021-11-05 09:07:03.871 - error: hyperion_ng.0 (19634) unhandled promise rejection: Error Not exists 2021-11-05 09:07:03.871 - error: hyperion_ng.0 (19634) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-05 09:07:03.872 - error: hyperion_ng.0 (19634) Error Not exists 2021-11-05 09:07:03.872 - error: hyperion_ng.0 (19634) 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(). 2021-11-05 09:07:03.873 - error: hyperion_ng.0 (19634) unhandled promise rejection: Error Not exists 2021-11-05 09:07:03.873 - error: hyperion_ng.0 (19634) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-05 09:07:03.874 - error: hyperion_ng.0 (19634) Error Not exists 2021-11-05 09:07:03.875 - error: hyperion_ng.0 (19634) 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(). 2021-11-05 09:07:03.875 - error: hyperion_ng.0 (19634) unhandled promise rejection: Error Not exists 2021-11-05 09:07:03.876 - error: hyperion_ng.0 (19634) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-05 09:07:03.876 - error: hyperion_ng.0 (19634) Error Not exists 2021-11-05 09:07:03.883 - info: hyperion_ng.0 (19634) Connection closed 2021-11-05 09:07:03.883 - info: hyperion_ng.0 (19634) terminating 2021-11-05 09:07:03.884 - warn: hyperion_ng.0 (19634) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-11-05 09:07:03.894 - info: hyperion_ng.0 (19634) create priorities 2021-11-05 09:07:03.908 - info: hyperion_ng.0 (19634) create priorities 2021-11-05 09:07:03.911 - info: hyperion_ng.0 (19634) create priorities 2021-11-05 09:07:04.961 - warn: hyperion_ng.0 (19634) get state error: Connection is closed. 2021-11-05 09:07:04.964 - error: hyperion_ng.0 (19634) 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(). 2021-11-05 09:07:04.965 - error: hyperion_ng.0 (19634) unhandled promise rejection: DB closed 2021-11-05 09:07:04.971 - error: hyperion_ng.0 (19634) Error: DB closed at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24) at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25) at StateRedisClient.setState (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:479:40) at HyperionNg.setState (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6213:35) 2021-11-05 09:07:04.972 - error: hyperion_ng.0 (19634) DB closed 2021-11-05 09:07:04.979 - warn: hyperion_ng.0 (19634) Could not perform strict object check of state hyperion_ng.0.0.priorities.0-COLOR.active: Connection is closed. 2021-11-05 09:07:04.980 - warn: hyperion_ng.0 (19634) get state error: Connection is closed. 2021-11-05 09:07:04.981 - warn: hyperion_ng.0 (19634) Could not perform strict object check of state hyperion_ng.0.0.priorities.0-COLOR.active: Connection is closed. 2021-11-05 09:07:04.982 - warn: hyperion_ng.0 (19634) get state error: Connection is closed. 2021-11-05 09:07:04.984 - error: hyperion_ng.0 (19634) 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(). 2021-11-05 09:07:04.985 - error: hyperion_ng.0 (19634) unhandled promise rejection: DB closed 2021-11-05 09:07:04.986 - error: hyperion_ng.0 (19634) Error: DB closed at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24) at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25) at StateRedisClient.setState (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:479:40) at HyperionNg.setState (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6213:35) at runNextTicks (node:internal/process/task_queues:61:5) at processImmediate (node:internal/timers:437:9) 2021-11-05 09:07:04.986 - error: hyperion_ng.0 (19634) DB closed 2021-11-05 09:07:04.987 - error: hyperion_ng.0 (19634) 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(). 2021-11-05 09:07:04.988 - error: hyperion_ng.0 (19634) unhandled promise rejection: DB closed 2021-11-05 09:07:04.989 - error: hyperion_ng.0 (19634) Error: DB closed at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24) at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25) at StateRedisClient.setState (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:479:40) at HyperionNg.setState (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6213:35) 2021-11-05 09:07:04.989 - error: hyperion_ng.0 (19634) DB closed 2021-11-05 09:07:05.097 - error: host.Raspi4T instance system.adapter.hyperion_ng.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2021-11-05 09:07:05.098 - info: host.Raspi4T Restart adapter system.adapter.hyperion_ng.0 because enabled 2021-11-05 09:07:05.098 - warn: host.Raspi4T Do not restart adapter system.adapter.hyperion_ng.0 because restart loop detected 2021-11-05 09:07:55.216 - info: host.Raspi4T instance system.adapter.hyperion_ng.0 started with pid 19763 2021-11-05 09:07:56.687 - info: hyperion_ng.0 (19763) starting. Version 0.1.22 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18 2021-11-05 09:07:56.722 - info: hyperion_ng.0 (19763) create Control Parameter 2021-11-05 09:07:56.832 - info: hyperion_ng.0 (19763) 210,0.5000000000000001,0.39215686274509803 2021-11-05 09:07:56.876 - info: hyperion_ng.0 (19763) socket is connected 2021-11-05 09:07:57.222 - info: hyperion_ng.0 (19763) read out components finished 2021-11-05 09:07:57.370 - info: hyperion_ng.0 (19763) read out Adjustments finished 2021-11-05 09:07:57.521 - info: hyperion_ng.0 (19763) create priorities 2021-11-05 09:07:57.570 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:07:57.580 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-05 09:07:57.593 - info: hyperion_ng.0 (19763) read out priorities finished 2021-11-05 09:07:57.671 - info: hyperion_ng.0 (19763) create effects 2021-11-05 09:07:59.280 - info: hyperion_ng.0 (19763) setup finished 2021-11-05 09:08:15.683 - info: hyperion_ng.0 (19763) clear all priorities of instance 0 2021-11-05 09:08:15.688 - info: hyperion_ng.0 (19763) clear all priorities of instance 0 2021-11-05 09:08:15.708 - info: hyperion_ng.0 (19763) clear all priorities of instance 0 2021-11-05 09:08:15.974 - error: hyperion_ng.0 (19763) 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(). 2021-11-05 09:08:15.975 - error: hyperion_ng.0 (19763) unhandled promise rejection: Error Not exists 2021-11-05 09:08:15.977 - error: hyperion_ng.0 (19763) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-05 09:08:15.978 - error: hyperion_ng.0 (19763) Error Not exists 2021-11-05 09:08:15.999 - error: hyperion_ng.0 (19763) 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(). 2021-11-05 09:08:16.000 - error: hyperion_ng.0 (19763) unhandled promise rejection: Error Not exists 2021-11-05 09:08:16.001 - error: hyperion_ng.0 (19763) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-05 09:08:16.001 - error: hyperion_ng.0 (19763) Error Not exists 2021-11-05 09:08:16.002 - error: hyperion_ng.0 (19763) 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(). 2021-11-05 09:08:16.003 - error: hyperion_ng.0 (19763) unhandled promise rejection: Error Not exists 2021-11-05 09:08:16.004 - error: hyperion_ng.0 (19763) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-05 09:08:16.005 - error: hyperion_ng.0 (19763) Error Not exists 2021-11-05 09:08:16.006 - error: hyperion_ng.0 (19763) 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(). 2021-11-05 09:08:16.007 - error: hyperion_ng.0 (19763) unhandled promise rejection: Error Not exists 2021-11-05 09:08:16.008 - error: hyperion_ng.0 (19763) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-05 09:08:16.009 - error: hyperion_ng.0 (19763) Error Not exists 2021-11-05 09:08:16.010 - error: hyperion_ng.0 (19763) 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(). 2021-11-05 09:08:16.011 - error: hyperion_ng.0 (19763) unhandled promise rejection: Error Not exists 2021-11-05 09:08:16.012 - error: hyperion_ng.0 (19763) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-05 09:08:16.012 - error: hyperion_ng.0 (19763) Error Not exists 2021-11-05 09:08:16.014 - error: hyperion_ng.0 (19763) 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(). 2021-11-05 09:08:16.014 - error: hyperion_ng.0 (19763) unhandled promise rejection: Error Not exists 2021-11-05 09:08:16.015 - error: hyperion_ng.0 (19763) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-05 09:08:16.015 - error: hyperion_ng.0 (19763) Error Not exists 2021-11-05 09:08:16.017 - info: hyperion_ng.0 (19763) create priorities 2021-11-05 09:08:16.018 - info: hyperion_ng.0 (19763) create priorities 2021-11-05 09:08:16.019 - info: hyperion_ng.0 (19763) Connection closed 2021-11-05 09:08:16.020 - info: hyperion_ng.0 (19763) terminating 2021-11-05 09:08:16.022 - warn: hyperion_ng.0 (19763) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-11-05 09:08:16.036 - info: hyperion_ng.0 (19763) create priorities 2021-11-05 09:08:16.263 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:08:16.265 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:08:16.312 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:08:16.325 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-05 09:08:16.327 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-05 09:08:16.328 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-05 09:08:16.349 - info: hyperion_ng.0 (19763) read out priorities finished 2021-11-05 09:08:16.351 - info: hyperion_ng.0 (19763) read out priorities finished 2021-11-05 09:08:16.397 - info: hyperion_ng.0 (19763) read out priorities finished 2021-11-05 09:08:16.614 - error: host.Raspi4T instance system.adapter.hyperion_ng.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2021-11-05 09:08:16.614 - info: host.Raspi4T Restart adapter system.adapter.hyperion_ng.0 because enabled 2021-11-05 09:08:46.651 - info: host.Raspi4T instance system.adapter.hyperion_ng.0 started with pid 19864 2021-11-05 09:08:48.233 - info: hyperion_ng.0 (19864) starting. Version 0.1.22 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18 2021-11-05 09:08:48.285 - info: hyperion_ng.0 (19864) create Control Parameter 2021-11-05 09:08:48.401 - info: hyperion_ng.0 (19864) 210,0.5000000000000001,0.39215686274509803 2021-11-05 09:08:48.449 - info: hyperion_ng.0 (19864) socket is connected 2021-11-05 09:08:48.804 - info: hyperion_ng.0 (19864) read out components finished 2021-11-05 09:08:48.959 - info: hyperion_ng.0 (19864) read out Adjustments finished 2021-11-05 09:08:49.145 - info: hyperion_ng.0 (19864) create priorities 2021-11-05 09:08:49.146 - info: hyperion_ng.0 (19864) read out priorities finished 2021-11-05 09:08:49.220 - info: hyperion_ng.0 (19864) create effects 2021-11-05 09:08:50.727 - info: hyperion_ng.0 (19864) setup finished

felixganzer commented 2 years ago

Wenn du in dein Log siehst und mal folgendes vergleichst:

Logeinträge des neustarts des Adapters:

2021-11-05 09:07:56.687 - info: hyperion_ng.0 (19763) starting. Version 0.1.22 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18 2021-11-05 09:07:56.722 - info: hyperion_ng.0 (19763) create Control Parameter 2021-11-05 09:07:56.832 - info: hyperion_ng.0 (19763) 210,0.5000000000000001,0.39215686274509803 2021-11-05 09:07:56.876 - info: hyperion_ng.0 (19763) socket is connected 2021-11-05 09:07:57.222 - info: hyperion_ng.0 (19763) read out components finished 2021-11-05 09:07:57.370 - info: hyperion_ng.0 (19763) read out Adjustments finished 2021-11-05 09:07:57.521 - info: hyperion_ng.0 (19763) create priorities 2021-11-05 09:07:57.570 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:07:57.580 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-05 09:07:57.593 - info: hyperion_ng.0 (19763) read out priorities finished 2021-11-05 09:07:57.671 - info: hyperion_ng.0 (19763) create effects 2021-11-05 09:07:59.280 - info: hyperion_ng.0 (19763) setup finished

Er schmeißt einmal die Warnung eines type-mismatchs für die Farben in den beiden vorhandenen Formaten.

15 Sekunden später interagierst du mit dem Adapter. Mit dem Ergebnis, dass die Farben 3 mal aktualisiert werden, und das innerhalb von Millisekunden:

2021-11-05 09:08:16.263 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:08:16.265 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:08:16.312 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-05 09:08:16.325 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-05 09:08:16.327 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-05 09:08:16.328 - info: hyperion_ng.0 (19763) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object"

Des Wegen komme ich darauf, dass du das System 3 mal triggerst. Versuche mal das abzustellen, dann sollte das besser laufen.

Cosmicbase commented 2 years ago

Hier nochmal ein log. Versuche den Fehler in Node-Red zu ermitteln. Wobei ich seit Beginn keine Änderungen durchgeführt habe.

Zuvor hat es auch super ohne Absturz funktioniert. Aber nach Update von Admin react und js-controller 3.2x auf 3.3x muss sich was geändert haben.

2021-11-06 11:09:11.197 - info: hyperion_ng.0 (1020) Connection closed 2021-11-06 11:09:11.199 - info: hyperion_ng.0 (1020) socket is connected 2021-11-06 11:09:11.407 - error: hyperion_ng.0 (1020) Error at read out priorities 2021-11-06 11:09:11.410 - error: hyperion_ng.0 (1020) Error at read out priorities 2021-11-06 11:09:11.415 - error: hyperion_ng.0 (1020) Error at read out priorities 2021-11-06 11:09:27.440 - info: hyperion_ng.0 (1020) clear all priorities of instance 0 2021-11-06 11:09:27.441 - info: hyperion_ng.0 (1020) clear all priorities of instance 0 2021-11-06 11:09:27.442 - info: hyperion_ng.0 (1020) clear all priorities of instance 0 2021-11-06 11:09:27.671 - error: hyperion_ng.0 (1020) 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(). 2021-11-06 11:09:27.671 - error: hyperion_ng.0 (1020) unhandled promise rejection: Error Not exists 2021-11-06 11:09:27.672 - error: hyperion_ng.0 (1020) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:09:27.673 - error: hyperion_ng.0 (1020) Error Not exists 2021-11-06 11:09:27.679 - error: hyperion_ng.0 (1020) 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(). 2021-11-06 11:09:27.679 - error: hyperion_ng.0 (1020) unhandled promise rejection: Error Not exists 2021-11-06 11:09:27.680 - error: hyperion_ng.0 (1020) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:09:27.680 - error: hyperion_ng.0 (1020) Error Not exists 2021-11-06 11:09:27.680 - error: hyperion_ng.0 (1020) 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(). 2021-11-06 11:09:27.681 - error: hyperion_ng.0 (1020) unhandled promise rejection: Error Not exists 2021-11-06 11:09:27.681 - error: hyperion_ng.0 (1020) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:09:27.681 - error: hyperion_ng.0 (1020) Error Not exists 2021-11-06 11:09:27.682 - error: hyperion_ng.0 (1020) 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(). 2021-11-06 11:09:27.682 - error: hyperion_ng.0 (1020) unhandled promise rejection: Error Not exists 2021-11-06 11:09:27.683 - error: hyperion_ng.0 (1020) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:09:27.683 - error: hyperion_ng.0 (1020) Error Not exists 2021-11-06 11:09:27.683 - error: hyperion_ng.0 (1020) 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(). 2021-11-06 11:09:27.684 - error: hyperion_ng.0 (1020) unhandled promise rejection: Error Not exists 2021-11-06 11:09:27.684 - error: hyperion_ng.0 (1020) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:09:27.684 - error: hyperion_ng.0 (1020) Error Not exists 2021-11-06 11:09:27.685 - error: hyperion_ng.0 (1020) 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(). 2021-11-06 11:09:27.685 - error: hyperion_ng.0 (1020) unhandled promise rejection: Error Not exists 2021-11-06 11:09:27.686 - error: hyperion_ng.0 (1020) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:09:27.686 - error: hyperion_ng.0 (1020) Error Not exists 2021-11-06 11:09:27.692 - info: hyperion_ng.0 (1020) Connection closed 2021-11-06 11:09:27.697 - info: hyperion_ng.0 (1020) terminating 2021-11-06 11:09:27.698 - warn: hyperion_ng.0 (1020) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-11-06 11:09:27.727 - info: hyperion_ng.0 (1020) create priorities 2021-11-06 11:09:27.727 - info: hyperion_ng.0 (1020) create priorities 2021-11-06 11:09:27.729 - info: hyperion_ng.0 (1020) create priorities 2021-11-06 11:09:27.866 - info: hyperion_ng.0 (1020) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:09:27.917 - info: hyperion_ng.0 (1020) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:09:27.920 - info: hyperion_ng.0 (1020) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:09:27.928 - info: hyperion_ng.0 (1020) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:09:27.929 - info: hyperion_ng.0 (1020) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:09:27.933 - info: hyperion_ng.0 (1020) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:09:27.948 - info: hyperion_ng.0 (1020) read out priorities finished 2021-11-06 11:09:27.996 - info: hyperion_ng.0 (1020) read out priorities finished 2021-11-06 11:09:28.000 - info: hyperion_ng.0 (1020) read out priorities finished 2021-11-06 11:09:28.289 - error: host.Raspi4T instance system.adapter.hyperion_ng.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2021-11-06 11:09:28.294 - info: host.Raspi4T Restart adapter system.adapter.hyperion_ng.0 because enabled 2021-11-06 11:09:58.323 - info: host.Raspi4T instance system.adapter.hyperion_ng.0 started with pid 4019 2021-11-06 11:09:59.903 - info: hyperion_ng.0 (4019) starting. Version 0.1.22 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:09:59.935 - info: hyperion_ng.0 (4019) create Control Parameter 2021-11-06 11:10:00.053 - info: hyperion_ng.0 (4019) 210,0.5000000000000001,0.39215686274509803 2021-11-06 11:10:00.091 - info: hyperion_ng.0 (4019) socket is connected 2021-11-06 11:10:00.461 - info: hyperion_ng.0 (4019) read out components finished 2021-11-06 11:10:00.649 - info: hyperion_ng.0 (4019) read out Adjustments finished 2021-11-06 11:10:00.801 - info: hyperion_ng.0 (4019) create priorities 2021-11-06 11:10:00.802 - info: hyperion_ng.0 (4019) read out priorities finished 2021-11-06 11:10:00.878 - info: hyperion_ng.0 (4019) create effects 2021-11-06 11:10:02.379 - info: hyperion_ng.0 (4019) setup finished 2021-11-06 11:10:59.730 - info: host.Raspi4T iobroker del hyperion_ng.0 2021-11-06 11:11:01.917 - info: host.Raspi4T iobroker Delete adapter "hyperion_ng.0" 2021-11-06 11:11:01.929 - info: host.Raspi4T iobroker host.Raspi4T Counted 1 instances of hyperion_ng.0 2021-11-06 11:11:01.974 - info: host.Raspi4T iobroker host.Raspi4T Counted 391 states of hyperion_ng.0 2021-11-06 11:11:01.983 - info: host.Raspi4T iobroker host.Raspi4T Counted 14 states of system.adapter.hyperion_ng.0 2021-11-06 11:11:01.999 - info: host.Raspi4T iobroker host.Raspi4T Counted 391 states (io.hyperion_ng.0.) from states 2021-11-06 11:11:02.029 - info: host.Raspi4T iobroker host.Raspi4T Counted 14 states (system.adapter.hyperion_ng.0.) from states 2021-11-06 11:11:04.636 - info: host.Raspi4T iobroker host.Raspi4T Counted 56 objects of hyperion_ng.0 2021-11-06 11:11:04.638 - info: host.Raspi4T iobroker host.Raspi4T Deleting 462 object(s). 2021-11-06 11:11:05.605 - info: host.Raspi4T iobroker host.Raspi4T: Only 400 objects left to be deleted. 2021-11-06 11:11:08.614 - info: host.Raspi4T iobroker host.Raspi4T: Only 200 objects left to be deleted. 2021-11-06 11:11:12.371 - info: host.Raspi4T object deleted system.adapter.hyperion_ng.0 2021-11-06 11:11:12.375 - info: host.Raspi4T stopInstance system.adapter.hyperion_ng.0 (force=false, process=true) 2021-11-06 11:11:12.384 - info: host.Raspi4T iobroker host.Raspi4T Deleting 405 state(s). 2021-11-06 11:11:12.393 - info: hyperion_ng.0 (4019) Got terminate signal TERMINATE_YOURSELF 2021-11-06 11:11:12.396 - info: host.Raspi4T stopInstance system.adapter.hyperion_ng.0 send kill signal 2021-11-06 11:11:12.398 - info: hyperion_ng.0 (4019) Connection closed 2021-11-06 11:11:12.400 - info: hyperion_ng.0 (4019) terminating 2021-11-06 11:11:12.402 - info: hyperion_ng.0 (4019) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason 2021-11-06 11:11:12.406 - info: host.Raspi4T iobroker host.Raspi4T: Only 400 states left to be deleted. 2021-11-06 11:11:13.013 - error: host.Raspi4T instance system.adapter.hyperion_ng.0 terminated by request of the instance itself and will not be restarted, before user restarts it. 2021-11-06 11:11:13.013 - info: host.Raspi4T Do not restart adapter system.adapter.hyperion_ng.0 because desired by instance 2021-11-06 11:11:13.175 - info: host.Raspi4T iobroker host.Raspi4T: Only 200 states left to be deleted. 2021-11-06 11:11:14.767 - info: host.Raspi4T iobroker exit 0 2021-11-06 11:14:31.002 - info: host.Raspi4T received SIGTERM 2021-11-06 11:14:30.978 - info: admin.1 (731) terminating http server on port 8081 2021-11-06 11:14:31.044 - info: admin.1 (731) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2021-11-06 11:14:30.993 - info: alexa2.1 (843) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2021-11-06 11:14:31.047 - info: javascript.1 (834) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2021-11-06 11:14:31.022 - info: wled.0 (993) cleaned everything up... 2021-11-06 11:14:30.998 - info: worx.0 (1004) cleaned everything up... 2021-11-06 11:14:31.039 - info: meross.0 (866) Device: 1906133635654639084548e1e95010ee closed: null 2021-11-06 11:14:31.077 - info: meross.0 (866) Device: 1906137500950539084548e1e9501af7 closed: null 2021-11-06 11:14:31.095 - info: worx.0 (1004) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2021-11-06 11:14:31.023 - info: host.Raspi4T stopInstance system.adapter.admin.1 (force=false, process=true) 2021-11-06 11:14:31.024 - info: host.Raspi4T stopInstance system.adapter.javascript.1 (force=false, process=true) 2021-11-06 11:14:31.046 - info: host.Raspi4T stopInstance system.adapter.alexa2.1 (force=false, process=true) 2021-11-06 11:14:31.049 - info: host.Raspi4T stopInstance system.adapter.meross.0 (force=false, process=true) 2021-11-06 11:14:31.057 - info: host.Raspi4T stopInstance system.adapter.ping.0 (force=false, process=true) 2021-11-06 11:14:31.061 - info: host.Raspi4T stopInstance system.adapter.rpi2.1 (force=false, process=true) 2021-11-06 11:14:31.071 - info: host.Raspi4T stopInstance system.adapter.fronius.0 (force=false, process=false) 2021-11-06 11:14:31.073 - info: host.Raspi4T stopInstance system.adapter.smartgarden.0 (force=false, process=true) 2021-11-06 11:14:31.081 - info: host.Raspi4T stopInstance system.adapter.vis-bars.0 (force=false, process=false) 2021-11-06 11:14:31.082 - info: host.Raspi4T stopInstance system.adapter.wled.0 (force=false, process=true) 2021-11-06 11:14:31.083 - info: host.Raspi4T stopInstance system.adapter.worx.0 (force=false, process=true) 2021-11-06 11:14:31.034 - info: smartgarden.0 (968) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2021-11-06 11:14:30.989 - info: rpi2.1 (897) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2021-11-06 11:14:31.117 - info: admin.1 (731) Got terminate signal TERMINATE_YOURSELF 2021-11-06 11:14:31.141 - info: javascript.1 (834) Got terminate signal TERMINATE_YOURSELF 2021-11-06 11:14:31.144 - info: wled.0 (993) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2021-11-06 11:14:31.172 - info: alexa2.1 (843) Got terminate signal TERMINATE_YOURSELF 2021-11-06 11:14:31.128 - info: meross.0 (866) Got terminate signal TERMINATE_YOURSELF 2021-11-06 11:14:31.183 - info: smartgarden.0 (968) Got terminate signal TERMINATE_YOURSELF 2021-11-06 11:14:31.188 - info: wled.0 (993) Got terminate signal TERMINATE_YOURSELF 2021-11-06 11:14:31.190 - info: rpi2.1 (897) Got terminate signal TERMINATE_YOURSELF 2021-11-06 11:14:31.193 - info: host.Raspi4T stopInstance system.adapter.admin.1 send kill signal 2021-11-06 11:14:31.194 - info: worx.0 (1004) Got terminate signal TERMINATE_YOURSELF 2021-11-06 11:14:31.194 - info: host.Raspi4T stopInstance system.adapter.javascript.1 send kill signal 2021-11-06 11:14:31.196 - info: host.Raspi4T stopInstance system.adapter.alexa2.1 send kill signal 2021-11-06 11:14:31.196 - info: host.Raspi4T stopInstance system.adapter.meross.0 send kill signal 2021-11-06 11:14:31.197 - info: host.Raspi4T stopInstance system.adapter.ping.0 send kill signal 2021-11-06 11:14:31.199 - info: host.Raspi4T stopInstance system.adapter.rpi2.1 send kill signal 2021-11-06 11:14:31.200 - info: host.Raspi4T stopInstance system.adapter.smartgarden.0 send kill signal 2021-11-06 11:14:31.201 - info: host.Raspi4T stopInstance system.adapter.wled.0 send kill signal 2021-11-06 11:14:31.202 - info: host.Raspi4T stopInstance system.adapter.worx.0 send kill signal 2021-11-06 11:14:31.161 - info: ping.0 (881) Got terminate signal TERMINATE_YOURSELF 2021-11-06 11:14:31.510 - info: ping.0 (881) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2021-11-06 11:14:31.672 - info: host.Raspi4T instance system.adapter.alexa2.1 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-11-06 11:14:31.742 - info: host.Raspi4T instance system.adapter.admin.1 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-11-06 11:14:31.905 - info: host.Raspi4T instance system.adapter.javascript.1 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-11-06 11:14:31.933 - info: host.Raspi4T instance system.adapter.rpi2.1 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-11-06 11:14:31.977 - info: host.Raspi4T instance system.adapter.smartgarden.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-11-06 11:14:32.073 - info: host.Raspi4T instance system.adapter.worx.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-11-06 11:14:32.102 - info: host.Raspi4T instance system.adapter.wled.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-11-06 11:14:32.179 - info: host.Raspi4T instance system.adapter.ping.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-11-06 11:14:33.998 - info: meross.0 (866) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2021-11-06 11:14:34.635 - info: host.Raspi4T instance system.adapter.meross.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-11-06 11:14:34.636 - info: host.Raspi4T All instances are stopped. 2021-11-06 11:14:34.730 - info: host.Raspi4T terminated 2021-11-06 11:14:44.307 - info: host.Raspi4T iobroker.js-controller version 3.3.18 js-controller starting 2021-11-06 11:14:44.313 - info: host.Raspi4T Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker 2021-11-06 11:14:44.314 - info: host.Raspi4T hostname: Raspi4T, node: v16.0.0 2021-11-06 11:14:44.315 - info: host.Raspi4T ip addresses: 2021-11-06 11:15:09.483 - info: host.Raspi4T connected to Objects and States 2021-11-06 11:15:09.671 - info: host.Raspi4T added notifications configuration of host 2021-11-06 11:15:24.278 - info: host.Raspi4T 28 instances found 2021-11-06 11:15:24.328 - info: host.Raspi4T starting 9 instances 2021-11-06 11:15:24.469 - info: host.Raspi4T instance system.adapter.admin.1 started with pid 800 2021-11-06 11:15:27.453 - info: admin.1 (800) starting. Version 5.1.25 in /opt/iobroker/node_modules/iobroker.admin, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:15:27.554 - info: admin.1 (800) requesting all states 2021-11-06 11:15:27.554 - info: admin.1 (800) requesting all objects 2021-11-06 11:15:32.676 - info: host.Raspi4T instance system.adapter.javascript.1 started with pid 818 2021-11-06 11:15:38.850 - info: host.Raspi4T instance system.adapter.alexa2.1 started with pid 829 2021-11-06 11:15:38.884 - info: host.Raspi4T instance system.adapter.meross.0 started with pid 830 2021-11-06 11:15:39.990 - info: admin.1 (800) received all objects 2021-11-06 11:15:40.466 - info: host.Raspi4T instance system.adapter.ping.0 started with pid 843 2021-11-06 11:15:40.603 - info: javascript.1 (818) starting. Version 5.2.13 in /opt/iobroker/node_modules/iobroker.javascript, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:15:41.061 - info: javascript.1 (818) requesting all states 2021-11-06 11:15:41.063 - info: javascript.1 (818) requesting all objects 2021-11-06 11:15:41.690 - info: admin.1 (800) http server listening on port 8081 2021-11-06 11:15:41.691 - info: admin.1 (800) Use link "http://localhost:8081" to configure. 2021-11-06 11:15:43.818 - info: javascript.1 (818) received all states 2021-11-06 11:15:44.984 - info: javascript.1 (818) received all objects 2021-11-06 11:15:45.916 - info: alexa2.1 (829) starting. Version 3.11.2 in /opt/iobroker/node_modules/iobroker.alexa2, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:15:46.066 - info: host.Raspi4T instance system.adapter.rpi2.1 started with pid 870 2021-11-06 11:15:46.963 - info: ping.0 (843) starting. Version 1.5.0 in /opt/iobroker/node_modules/iobroker.ping, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:15:46.990 - info: alexa2.1 (829) Proxy IP not set, use first network interface (192.168.2.90) instead 2021-11-06 11:15:47.177 - info: meross.0 (830) starting. Version 1.6.3 in /opt/iobroker/node_modules/iobroker.meross, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:15:47.812 - info: meross.0 (830) Device 1906137500950539084548e1e9501af7 initialized 2021-11-06 11:15:47.929 - info: meross.0 (830) Device 1906133635654639084548e1e95010ee initialized 2021-11-06 11:15:48.097 - info: meross.0 (830) Device: 1906137500950539084548e1e9501af7 connected 2021-11-06 11:15:48.150 - info: meross.0 (830) Device: 1906133635654639084548e1e95010ee connected 2021-11-06 11:15:50.218 - info: alexa2.1 (829) Alexa-Push-Connection (macDms = true) established. Disable Polling 2021-11-06 11:15:50.644 - info: alexa2.1 (829) Unknown Device, but enabling commands, Try it and report back if commands work. 2021-11-06 11:15:50.645 - info: alexa2.1 (829) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted 2021-11-06 11:15:50.645 - info: alexa2.1 (829) Device-type:A2C8J6UHV0KFCV (AMAZON_MUSIC,I_HEART_RADIO,DEEZER,TIMERS_AND_ALARMS,TUNE_IN,AUDIO_PLAYER,CHANGE_NAME,TIDAL,PERSISTENT_CONNECTION,DREAM_TRAINING,SIRIUSXM,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,MUSIC_SKILL,VOLUME_SETTING,AUDIBLE,DEREGISTER_DEVICE,GOLDFISH,ADAPTIVE_LISTENING,APPLE_MUSIC,KINDLE_BOOKS,SLEEP,MICROPHONE) 2021-11-06 11:15:51.051 - info: host.Raspi4T instance system.adapter.smartgarden.0 started with pid 901 2021-11-06 11:15:53.128 - info: rpi2.1 (870) starting. Version 1.3.1 in /opt/iobroker/node_modules/iobroker.rpi2, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:15:53.857 - info: host.Raspi4T instance system.adapter.wled.0 started with pid 923 2021-11-06 11:15:54.368 - error: rpi2.1 (870) No Value found for cpu_frequency 2021-11-06 11:15:54.508 - info: meross.0 (830) Devices initialized 2021-11-06 11:15:57.061 - info: smartgarden.0 (901) starting. Version 1.0.5 in /opt/iobroker/node_modules/iobroker.smartgarden, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:15:57.371 - info: host.Raspi4T instance system.adapter.worx.0 started with pid 983 2021-11-06 11:16:05.277 - info: wled.0 (923) starting. Version 0.6.3 in /opt/iobroker/node_modules/iobroker.wled, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:16:05.542 - info: wled.0 (923) Try to contact 6 known devices 2021-11-06 11:16:05.543 - info: wled.0 (923) Try to contact : "Lampe_Tobi" on IP : 192.168.2.60 2021-11-06 11:16:08.576 - info: wled.0 (923) Try to contact : "AmbilightTobi" on IP : 192.168.2.70 2021-11-06 11:16:08.782 - info: worx.0 (983) starting. Version 1.5.5 in /opt/iobroker/node_modules/iobroker.worx, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:16:08.826 - info: worx.0 (983) worx is selected 2021-11-06 11:16:11.194 - info: worx.0 (983) found DoubleShedule, create states... 2021-11-06 11:16:11.195 - info: worx.0 (983) found OneTimeShedule, create states... 2021-11-06 11:16:11.196 - info: worx.0 (983) found PartyModus, create states... 2021-11-06 11:16:11.582 - info: wled.0 (923) Try to contact : "Bilderrahmen-ESP" on IP : 192.168.2.65 2021-11-06 11:16:11.676 - info: wled.0 (923) Initialising : " Bilderrahmen-ESP" on IP : 192.168.2.65 2021-11-06 11:16:12.555 - info: worx.0 (983) found torque control, create states... 2021-11-06 11:16:15.031 - info: worx.0 (983) OffLimits Module found! Create State : OLMSwitch_Cutting 2021-11-06 11:16:15.032 - info: worx.0 (983) OffLimits Module found! Create State : OLMSwitch_FastHoming 2021-11-06 11:16:15.871 - info: worx.0 (983) Autolock found! Create State : AutoLock 2021-11-06 11:16:15.872 - info: worx.0 (983) Autolock found! Create State : AutoLockTimer 2021-11-06 11:16:20.510 - info: wled.0 (923) Try to contact : "LampenESP" on IP : 192.168.2.76 2021-11-06 11:16:20.639 - info: wled.0 (923) Bilderrahmen-ESP connected 2021-11-06 11:16:20.666 - info: wled.0 (923) Initialising : " LampenESP" on IP : 192.168.2.76 2021-11-06 11:16:47.709 - info: wled.0 (923) Try to contact : "WLED" on IP : 192.168.2.22 2021-11-06 11:16:47.734 - info: wled.0 (923) LampenESP connected 2021-11-06 11:16:47.826 - info: wled.0 (923) Initialising : " TwistedLamp" on IP : 192.168.2.22 2021-11-06 11:16:52.187 - info: wled.0 (923) Try to contact : "TwistedLamp" on IP : 192.168.2.22 2021-11-06 11:16:52.321 - info: wled.0 (923) undefined connected 2021-11-06 11:16:52.350 - info: wled.0 (923) Initialising : " TwistedLamp" on IP : 192.168.2.22 2021-11-06 11:16:53.032 - info: wled.0 (923) TwistedLamp connected 2021-11-06 11:16:53.037 - info: wled.0 (923) Bonjour service started, new devices will be detected automatically 2021-11-06 11:17:03.053 - info: wled.0 (923) WLED initialisation finalized, ready to do my job have fun ! 2021-11-06 11:17:21.864 - info: host.Raspi4T iobroker url felixganzer/ioBroker.hyperion_ng --host Raspi4T 2021-11-06 11:17:24.101 - info: host.Raspi4T iobroker install felixganzer/ioBroker.hyperion_ng 2021-11-06 11:17:24.527 - info: alexa2.1 (829) Subscribing to states... 2021-11-06 11:17:25.084 - info: host.Raspi4T iobroker NPM version: 7.10.0 2021-11-06 11:17:25.086 - info: host.Raspi4T iobroker npm install felixganzer/ioBroker.hyperion_ng --loglevel error --prefix "/opt/iobroker" (System call) 2021-11-06 11:17:31.714 - info: host.Raspi4T iobroker upload [4] hyperion_ng.admin /opt/iobroker/node_modules/iobroker.hyperion_ng/admin/words.js words.js application/javascript 2021-11-06 11:17:35.790 - info: host.Raspi4T iobroker upload [3] hyperion_ng.admin /opt/iobroker/node_modules/iobroker.hyperion_ng/admin/style.css style.css text/css 2021-11-06 11:17:35.966 - info: host.Raspi4T iobroker upload [2] hyperion_ng.admin /opt/iobroker/node_modules/iobroker.hyperion_ng/admin/index_m.html index_m.html text/html 2021-11-06 11:17:38.612 - info: host.Raspi4T iobroker upload [1] hyperion_ng.admin /opt/iobroker/node_modules/iobroker.hyperion_ng/admin/hyperion_ng.png hyperion_ng.png image/png 2021-11-06 11:17:38.797 - info: host.Raspi4T iobroker upload [0] hyperion_ng.admin /opt/iobroker/node_modules/iobroker.hyperion_ng/admin/admin.d.ts admin.d.ts video/mp2t 2021-11-06 11:17:39.936 - info: host.Raspi4T iobroker exit 0 2021-11-06 11:19:18.238 - info: host.Raspi4T iobroker add hyperion_ng 0 --host Raspi4T 2021-11-06 11:19:20.293 - info: host.Raspi4T iobroker host.Raspi4T create instance hyperion_ng 2021-11-06 11:19:20.329 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.logLevel created 2021-11-06 11:19:20.362 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.sigKill created 2021-11-06 11:19:20.396 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.eventLoopLag created 2021-11-06 11:19:20.432 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.outputCount created 2021-11-06 11:19:20.465 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.inputCount created 2021-11-06 11:19:20.499 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.uptime created 2021-11-06 11:19:20.532 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.memRss created 2021-11-06 11:19:20.566 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.memHeapTotal created 2021-11-06 11:19:20.600 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.memHeapUsed created 2021-11-06 11:19:20.637 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.cputime created 2021-11-06 11:19:20.675 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.cpu created 2021-11-06 11:19:20.752 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.compactMode created 2021-11-06 11:19:20.787 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.connected created 2021-11-06 11:19:20.821 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0.alive created 2021-11-06 11:19:20.861 - info: host.Raspi4T iobroker host.Raspi4T object system.adapter.hyperion_ng.0 created 2021-11-06 11:19:21.904 - info: host.Raspi4T iobroker exit 0 2021-11-06 11:19:23.983 - info: host.Raspi4T instance system.adapter.hyperion_ng.0 started with pid 1393 2021-11-06 11:19:26.299 - info: hyperion_ng.0 (1393) starting. Version 0.1.22 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:19:26.368 - info: hyperion_ng.0 (1393) create Control Parameter 2021-11-06 11:19:26.564 - info: hyperion_ng.0 (1393) 210,0.5000000000000001,0.39215686274509803 2021-11-06 11:19:26.664 - error: hyperion_ng.0 (1393) handled socket error 2021-11-06 11:19:26.665 - error: hyperion_ng.0 (1393) Error: connect ECONNREFUSED 127.0.0.1:19444 2021-11-06 11:19:26.666 - info: hyperion_ng.0 (1393) Connection closed 2021-11-06 11:19:45.249 - info: host.Raspi4T stopInstance system.adapter.hyperion_ng.0 (force=false, process=true) 2021-11-06 11:19:45.319 - info: hyperion_ng.0 (1393) Got terminate signal TERMINATE_YOURSELF 2021-11-06 11:19:45.322 - info: host.Raspi4T stopInstance system.adapter.hyperion_ng.0 send kill signal 2021-11-06 11:19:45.324 - info: hyperion_ng.0 (1393) terminating 2021-11-06 11:19:45.327 - info: hyperion_ng.0 (1393) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason 2021-11-06 11:19:45.826 - info: host.Raspi4T stopInstance system.adapter.hyperion_ng.0 killing pid 1393 2021-11-06 11:19:45.985 - info: host.Raspi4T instance system.adapter.hyperion_ng.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2021-11-06 11:19:48.456 - info: host.Raspi4T instance system.adapter.hyperion_ng.0 started with pid 1427 2021-11-06 11:19:50.075 - info: hyperion_ng.0 (1427) starting. Version 0.1.22 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:19:50.108 - info: hyperion_ng.0 (1427) create Control Parameter 2021-11-06 11:19:50.216 - info: hyperion_ng.0 (1427) 210,0.5000000000000001,0.39215686274509803 2021-11-06 11:19:51.280 - info: hyperion_ng.0 (1427) socket is connected 2021-11-06 11:19:52.266 - info: hyperion_ng.0 (1427) read out components finished 2021-11-06 11:19:52.517 - info: hyperion_ng.0 (1427) read out Adjustments finished 2021-11-06 11:19:52.659 - info: hyperion_ng.0 (1427) create priorities 2021-11-06 11:19:52.754 - info: hyperion_ng.0 (1427) read out priorities finished 2021-11-06 11:19:52.841 - info: hyperion_ng.0 (1427) create effects 2021-11-06 11:19:57.759 - info: hyperion_ng.0 (1427) setup finished 2021-11-06 11:20:17.169 - error: hyperion_ng.0 (1427) Error at read out priorities 2021-11-06 11:20:17.171 - error: hyperion_ng.0 (1427) Error at read out priorities 2021-11-06 11:20:17.174 - error: hyperion_ng.0 (1427) Error at read out priorities 2021-11-06 11:20:18.582 - info: hyperion_ng.0 (1427) clear all priorities of instance 0 2021-11-06 11:20:18.584 - info: hyperion_ng.0 (1427) clear all priorities of instance 0 2021-11-06 11:20:18.613 - info: hyperion_ng.0 (1427) clear all priorities of instance 0 2021-11-06 11:20:18.833 - error: hyperion_ng.0 (1427) 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(). 2021-11-06 11:20:18.833 - error: hyperion_ng.0 (1427) unhandled promise rejection: Error Not exists 2021-11-06 11:20:18.834 - error: hyperion_ng.0 (1427) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:20:18.835 - error: hyperion_ng.0 (1427) Error Not exists 2021-11-06 11:20:18.847 - error: hyperion_ng.0 (1427) 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(). 2021-11-06 11:20:18.847 - error: hyperion_ng.0 (1427) unhandled promise rejection: Error Not exists 2021-11-06 11:20:18.848 - error: hyperion_ng.0 (1427) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:20:18.848 - error: hyperion_ng.0 (1427) Error Not exists 2021-11-06 11:20:18.849 - error: hyperion_ng.0 (1427) 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(). 2021-11-06 11:20:18.849 - error: hyperion_ng.0 (1427) unhandled promise rejection: Error Not exists 2021-11-06 11:20:18.849 - error: hyperion_ng.0 (1427) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:20:18.850 - error: hyperion_ng.0 (1427) Error Not exists 2021-11-06 11:20:18.853 - info: hyperion_ng.0 (1427) Connection closed 2021-11-06 11:20:18.854 - info: hyperion_ng.0 (1427) terminating 2021-11-06 11:20:18.855 - warn: hyperion_ng.0 (1427) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-11-06 11:20:18.860 - info: hyperion_ng.0 (1427) create priorities 2021-11-06 11:20:18.861 - info: hyperion_ng.0 (1427) create priorities 2021-11-06 11:20:18.909 - info: hyperion_ng.0 (1427) create priorities 2021-11-06 11:20:19.076 - info: hyperion_ng.0 (1427) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:20:19.120 - info: hyperion_ng.0 (1427) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:20:19.126 - info: hyperion_ng.0 (1427) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:20:19.134 - info: hyperion_ng.0 (1427) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:20:19.135 - info: hyperion_ng.0 (1427) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:20:19.142 - info: hyperion_ng.0 (1427) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:20:19.264 - info: hyperion_ng.0 (1427) read out priorities finished 2021-11-06 11:20:19.310 - info: hyperion_ng.0 (1427) read out priorities finished 2021-11-06 11:20:19.315 - info: hyperion_ng.0 (1427) read out priorities finished 2021-11-06 11:20:19.452 - error: host.Raspi4T instance system.adapter.hyperion_ng.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2021-11-06 11:20:19.453 - info: host.Raspi4T Restart adapter system.adapter.hyperion_ng.0 because enabled 2021-11-06 11:20:49.475 - info: host.Raspi4T instance system.adapter.hyperion_ng.0 started with pid 1529 2021-11-06 11:20:51.091 - info: hyperion_ng.0 (1529) starting. Version 0.1.22 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:20:51.124 - info: hyperion_ng.0 (1529) create Control Parameter 2021-11-06 11:20:51.293 - info: hyperion_ng.0 (1529) 210,0.5000000000000001,0.39215686274509803 2021-11-06 11:20:51.494 - info: hyperion_ng.0 (1529) socket is connected 2021-11-06 11:20:51.864 - info: hyperion_ng.0 (1529) read out components finished 2021-11-06 11:20:52.022 - info: hyperion_ng.0 (1529) read out Adjustments finished 2021-11-06 11:20:52.194 - info: hyperion_ng.0 (1529) create priorities 2021-11-06 11:20:52.402 - info: hyperion_ng.0 (1529) read out priorities finished 2021-11-06 11:20:52.488 - info: hyperion_ng.0 (1529) create effects 2021-11-06 11:20:55.361 - info: hyperion_ng.0 (1529) setup finished 2021-11-06 11:21:07.533 - error: hyperion_ng.0 (1529) Error at read out priorities 2021-11-06 11:21:07.559 - error: hyperion_ng.0 (1529) Error at read out priorities 2021-11-06 11:21:07.712 - info: hyperion_ng.0 (1529) create priorities 2021-11-06 11:21:07.829 - info: hyperion_ng.0 (1529) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:21:07.890 - info: hyperion_ng.0 (1529) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:21:07.974 - info: hyperion_ng.0 (1529) read out priorities finished 2021-11-06 11:21:09.646 - info: hyperion_ng.0 (1529) clear all priorities of instance 0 2021-11-06 11:21:09.649 - info: hyperion_ng.0 (1529) clear all priorities of instance 0 2021-11-06 11:21:09.680 - info: hyperion_ng.0 (1529) clear all priorities of instance 0 2021-11-06 11:21:09.844 - error: hyperion_ng.0 (1529) Error at read out priorities 2021-11-06 11:21:09.896 - info: hyperion_ng.0 (1529) create priorities 2021-11-06 11:21:09.997 - info: hyperion_ng.0 (1529) create priorities 2021-11-06 11:21:10.158 - info: hyperion_ng.0 (1529) read out priorities finished 2021-11-06 11:21:10.204 - info: hyperion_ng.0 (1529) read out priorities finished 2021-11-06 11:21:55.472 - error: hyperion_ng.0 (1529) 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(). 2021-11-06 11:21:55.473 - error: hyperion_ng.0 (1529) unhandled promise rejection: Error Not exists 2021-11-06 11:21:55.474 - error: hyperion_ng.0 (1529) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:21:55.475 - error: hyperion_ng.0 (1529) Error Not exists 2021-11-06 11:21:55.481 - info: hyperion_ng.0 (1529) Connection closed 2021-11-06 11:21:55.482 - info: hyperion_ng.0 (1529) terminating 2021-11-06 11:21:55.483 - warn: hyperion_ng.0 (1529) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-11-06 11:21:55.493 - error: hyperion_ng.0 (1529) 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(). 2021-11-06 11:21:55.494 - error: hyperion_ng.0 (1529) unhandled promise rejection: Error Not exists 2021-11-06 11:21:55.494 - error: hyperion_ng.0 (1529) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:21:55.495 - error: hyperion_ng.0 (1529) Error Not exists 2021-11-06 11:21:55.496 - error: hyperion_ng.0 (1529) 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(). 2021-11-06 11:21:55.496 - error: hyperion_ng.0 (1529) unhandled promise rejection: Error Not exists 2021-11-06 11:21:55.497 - error: hyperion_ng.0 (1529) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:21:55.497 - error: hyperion_ng.0 (1529) Error Not exists 2021-11-06 11:21:55.498 - error: hyperion_ng.0 (1529) 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(). 2021-11-06 11:21:55.499 - error: hyperion_ng.0 (1529) unhandled promise rejection: Error Not exists 2021-11-06 11:21:55.499 - error: hyperion_ng.0 (1529) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:21:55.500 - error: hyperion_ng.0 (1529) Error Not exists 2021-11-06 11:21:55.503 - info: hyperion_ng.0 (1529) create priorities 2021-11-06 11:21:55.504 - info: hyperion_ng.0 (1529) create priorities 2021-11-06 11:21:55.580 - info: hyperion_ng.0 (1529) create priorities 2021-11-06 11:21:55.753 - info: hyperion_ng.0 (1529) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:21:55.803 - info: hyperion_ng.0 (1529) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:21:55.804 - info: hyperion_ng.0 (1529) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:21:55.818 - info: hyperion_ng.0 (1529) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:21:55.820 - info: hyperion_ng.0 (1529) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:21:55.821 - info: hyperion_ng.0 (1529) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:21:55.992 - error: hyperion_ng.0 (1529) 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(). 2021-11-06 11:21:55.992 - error: hyperion_ng.0 (1529) unhandled promise rejection: DB closed 2021-11-06 11:21:55.993 - error: hyperion_ng.0 (1529) Error: DB closed at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:183:25) at Socket. (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:150:20) at Object.onceWrapper (node:events:472:26) at Socket.emit (node:events:365:28) at TCP. (node:net:661:12) 2021-11-06 11:21:55.994 - error: hyperion_ng.0 (1529) DB closed 2021-11-06 11:21:55.995 - error: hyperion_ng.0 (1529) 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(). 2021-11-06 11:21:55.995 - error: hyperion_ng.0 (1529) unhandled promise rejection: DB closed 2021-11-06 11:21:55.995 - error: hyperion_ng.0 (1529) Error: DB closed at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:183:25) at Socket. (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:150:20) at Object.onceWrapper (node:events:472:26) at Socket.emit (node:events:365:28) at TCP. (node:net:661:12) 2021-11-06 11:21:55.995 - error: hyperion_ng.0 (1529) DB closed 2021-11-06 11:21:56.007 - error: hyperion_ng.0 (1529) 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(). 2021-11-06 11:21:56.008 - error: hyperion_ng.0 (1529) unhandled promise rejection: DB closed 2021-11-06 11:21:56.008 - error: hyperion_ng.0 (1529) Error: DB closed at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:183:25) at Socket. (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:150:20) at Object.onceWrapper (node:events:472:26) at Socket.emit (node:events:365:28) at TCP. (node:net:661:12) 2021-11-06 11:21:56.009 - error: hyperion_ng.0 (1529) DB closed 2021-11-06 11:21:56.106 - error: host.Raspi4T instance system.adapter.hyperion_ng.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2021-11-06 11:21:56.107 - info: host.Raspi4T Restart adapter system.adapter.hyperion_ng.0 because enabled 2021-11-06 11:22:26.159 - info: host.Raspi4T instance system.adapter.hyperion_ng.0 started with pid 1676 2021-11-06 11:22:27.898 - info: hyperion_ng.0 (1676) starting. Version 0.1.22 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:22:27.931 - info: hyperion_ng.0 (1676) create Control Parameter 2021-11-06 11:22:28.069 - info: hyperion_ng.0 (1676) 210,0.5000000000000001,0.39215686274509803 2021-11-06 11:22:28.131 - info: hyperion_ng.0 (1676) socket is connected 2021-11-06 11:22:28.544 - info: hyperion_ng.0 (1676) read out components finished 2021-11-06 11:22:28.691 - info: hyperion_ng.0 (1676) read out Adjustments finished 2021-11-06 11:22:28.843 - info: hyperion_ng.0 (1676) create priorities 2021-11-06 11:22:29.057 - info: hyperion_ng.0 (1676) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:22:29.076 - info: hyperion_ng.0 (1676) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:22:29.197 - info: hyperion_ng.0 (1676) read out priorities finished 2021-11-06 11:22:29.276 - info: hyperion_ng.0 (1676) create effects 2021-11-06 11:22:31.160 - info: hyperion_ng.0 (1676) setup finished 2021-11-06 11:22:35.456 - info: hyperion_ng.0 (1676) clear all priorities of instance 0 2021-11-06 11:22:35.458 - info: hyperion_ng.0 (1676) clear all priorities of instance 0 2021-11-06 11:22:35.460 - info: hyperion_ng.0 (1676) clear all priorities of instance 0 2021-11-06 11:22:35.594 - error: hyperion_ng.0 (1676) Error at read out priorities 2021-11-06 11:22:35.595 - error: hyperion_ng.0 (1676) Error at read out priorities 2021-11-06 11:22:35.597 - error: hyperion_ng.0 (1676) Error at read out priorities 2021-11-06 11:22:55.157 - error: hyperion_ng.0 (1676) 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(). 2021-11-06 11:22:55.158 - error: hyperion_ng.0 (1676) unhandled promise rejection: Error Not exists 2021-11-06 11:22:55.160 - error: hyperion_ng.0 (1676) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:22:55.160 - error: hyperion_ng.0 (1676) Error Not exists 2021-11-06 11:22:55.167 - info: hyperion_ng.0 (1676) create priorities 2021-11-06 11:22:55.169 - error: hyperion_ng.0 (1676) 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(). 2021-11-06 11:22:55.170 - error: hyperion_ng.0 (1676) unhandled promise rejection: Error Not exists 2021-11-06 11:22:55.171 - error: hyperion_ng.0 (1676) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:22:55.171 - error: hyperion_ng.0 (1676) Error Not exists 2021-11-06 11:22:55.172 - error: hyperion_ng.0 (1676) 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(). 2021-11-06 11:22:55.173 - error: hyperion_ng.0 (1676) unhandled promise rejection: Error Not exists 2021-11-06 11:22:55.173 - error: hyperion_ng.0 (1676) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:22:55.173 - error: hyperion_ng.0 (1676) Error Not exists 2021-11-06 11:22:55.174 - error: hyperion_ng.0 (1676) 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(). 2021-11-06 11:22:55.174 - error: hyperion_ng.0 (1676) unhandled promise rejection: Error Not exists 2021-11-06 11:22:55.175 - error: hyperion_ng.0 (1676) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:22:55.175 - error: hyperion_ng.0 (1676) Error Not exists 2021-11-06 11:22:55.189 - info: hyperion_ng.0 (1676) create priorities 2021-11-06 11:22:55.190 - info: hyperion_ng.0 (1676) Connection closed 2021-11-06 11:22:55.191 - info: hyperion_ng.0 (1676) terminating 2021-11-06 11:22:55.192 - warn: hyperion_ng.0 (1676) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-11-06 11:22:55.196 - info: hyperion_ng.0 (1676) create priorities 2021-11-06 11:22:55.572 - info: hyperion_ng.0 (1676) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:22:55.579 - info: hyperion_ng.0 (1676) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:22:55.589 - info: hyperion_ng.0 (1676) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:22:55.603 - info: hyperion_ng.0 (1676) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:22:55.610 - info: hyperion_ng.0 (1676) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:22:55.613 - info: hyperion_ng.0 (1676) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:22:55.701 - warn: hyperion_ng.0 (1676) get state error: Connection is closed. 2021-11-06 11:22:55.702 - error: hyperion_ng.0 (1676) 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(). 2021-11-06 11:22:55.702 - error: hyperion_ng.0 (1676) unhandled promise rejection: DB closed 2021-11-06 11:22:55.703 - error: hyperion_ng.0 (1676) Error: DB closed at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:183:25) at Socket. (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:150:20) at Object.onceWrapper (node:events:472:26) at Socket.emit (node:events:365:28) at TCP. (node:net:661:12) 2021-11-06 11:22:55.704 - error: hyperion_ng.0 (1676) DB closed 2021-11-06 11:22:55.704 - error: hyperion_ng.0 (1676) 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(). 2021-11-06 11:22:55.705 - error: hyperion_ng.0 (1676) unhandled promise rejection: DB closed 2021-11-06 11:22:55.705 - error: hyperion_ng.0 (1676) Error: DB closed at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:183:25) at Socket. (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:150:20) at Object.onceWrapper (node:events:472:26) at Socket.emit (node:events:365:28) at TCP. (node:net:661:12) 2021-11-06 11:22:55.705 - error: hyperion_ng.0 (1676) DB closed 2021-11-06 11:22:55.713 - warn: hyperion_ng.0 (1676) get state error: Connection is closed. 2021-11-06 11:22:55.714 - error: hyperion_ng.0 (1676) 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(). 2021-11-06 11:22:55.714 - error: hyperion_ng.0 (1676) unhandled promise rejection: DB closed 2021-11-06 11:22:55.717 - error: hyperion_ng.0 (1676) Error: DB closed at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:628:24) at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25) at StateRedisClient.setState (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:479:40) at HyperionNg.setState (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6213:35) 2021-11-06 11:22:55.717 - error: hyperion_ng.0 (1676) DB closed 2021-11-06 11:22:55.813 - error: host.Raspi4T instance system.adapter.hyperion_ng.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2021-11-06 11:22:55.815 - info: host.Raspi4T Restart adapter system.adapter.hyperion_ng.0 because enabled 2021-11-06 11:22:55.815 - warn: host.Raspi4T Do not restart adapter system.adapter.hyperion_ng.0 because restart loop detected 2021-11-06 11:28:02.257 - info: host.Raspi4T instance system.adapter.hyperion_ng.0 started with pid 2163 2021-11-06 11:28:03.821 - info: hyperion_ng.0 (2163) starting. Version 0.1.22 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:28:03.853 - info: hyperion_ng.0 (2163) create Control Parameter 2021-11-06 11:28:03.965 - info: hyperion_ng.0 (2163) 210,0.5000000000000001,0.39215686274509803 2021-11-06 11:28:04.004 - info: hyperion_ng.0 (2163) socket is connected 2021-11-06 11:28:04.318 - info: hyperion_ng.0 (2163) read out components finished 2021-11-06 11:28:04.476 - info: hyperion_ng.0 (2163) read out Adjustments finished 2021-11-06 11:28:04.716 - info: hyperion_ng.0 (2163) create priorities 2021-11-06 11:28:04.815 - info: hyperion_ng.0 (2163) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.HSL" has to be stringified but received type "object" 2021-11-06 11:28:04.866 - info: hyperion_ng.0 (2163) State value to set for "hyperion_ng.0.0.priorities.0-COLOR.RGB" has to be stringified but received type "object" 2021-11-06 11:28:04.944 - info: hyperion_ng.0 (2163) read out priorities finished 2021-11-06 11:28:05.020 - info: hyperion_ng.0 (2163) create effects 2021-11-06 11:28:06.801 - info: hyperion_ng.0 (2163) setup finished 2021-11-06 11:28:11.312 - info: hyperion_ng.0 (2163) clear all priorities of instance 0 2021-11-06 11:28:11.315 - info: hyperion_ng.0 (2163) clear all priorities of instance 0 2021-11-06 11:28:11.330 - info: hyperion_ng.0 (2163) clear all priorities of instance 0 2021-11-06 11:28:11.581 - error: hyperion_ng.0 (2163) 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(). 2021-11-06 11:28:11.583 - error: hyperion_ng.0 (2163) unhandled promise rejection: Error Not exists 2021-11-06 11:28:11.584 - error: hyperion_ng.0 (2163) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:28:11.585 - error: hyperion_ng.0 (2163) Error Not exists 2021-11-06 11:28:11.587 - error: hyperion_ng.0 (2163) 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(). 2021-11-06 11:28:11.588 - error: hyperion_ng.0 (2163) unhandled promise rejection: Error Not exists 2021-11-06 11:28:11.589 - error: hyperion_ng.0 (2163) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:28:11.589 - error: hyperion_ng.0 (2163) Error Not exists 2021-11-06 11:28:11.591 - error: hyperion_ng.0 (2163) 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(). 2021-11-06 11:28:11.592 - error: hyperion_ng.0 (2163) unhandled promise rejection: Error Not exists 2021-11-06 11:28:11.592 - error: hyperion_ng.0 (2163) ReplyError: Error Not exists at parseError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:302:14) 2021-11-06 11:28:11.593 - error: hyperion_ng.0 (2163) Error Not exists 2021-11-06 11:28:11.600 - info: hyperion_ng.0 (2163) create priorities 2021-11-06 11:28:11.605 - info: hyperion_ng.0 (2163) Connection closed 2021-11-06 11:28:11.606 - info: hyperion_ng.0 (2163) terminating 2021-11-06 11:28:11.607 - warn: hyperion_ng.0 (2163) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-11-06 11:28:11.609 - info: hyperion_ng.0 (2163) create priorities 2021-11-06 11:28:11.609 - info: hyperion_ng.0 (2163) create priorities 2021-11-06 11:28:11.931 - info: hyperion_ng.0 (2163) read out priorities finished 2021-11-06 11:28:11.980 - info: hyperion_ng.0 (2163) read out priorities finished 2021-11-06 11:28:11.984 - info: hyperion_ng.0 (2163) read out priorities finished 2021-11-06 11:28:12.222 - error: host.Raspi4T instance system.adapter.hyperion_ng.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2021-11-06 11:28:12.224 - info: host.Raspi4T Restart adapter system.adapter.hyperion_ng.0 because enabled 2021-11-06 11:28:42.254 - info: host.Raspi4T instance system.adapter.hyperion_ng.0 started with pid 2198 2021-11-06 11:28:43.821 - info: hyperion_ng.0 (2198) starting. Version 0.1.22 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v16.0.0, js-controller: 3.3.18 2021-11-06 11:28:43.853 - info: hyperion_ng.0 (2198) create Control Parameter 2021-11-06 11:28:43.967 - info: hyperion_ng.0 (2198) 210,0.5000000000000001,0.39215686274509803 2021-11-06 11:28:44.005 - info: hyperion_ng.0 (2198) socket is connected 2021-11-06 11:28:44.318 - info: hyperion_ng.0 (2198) read out components finished 2021-11-06 11:28:44.468 - info: hyperion_ng.0 (2198) read out Adjustments finished 2021-11-06 11:28:44.634 - info: hyperion_ng.0 (2198) create priorities 2021-11-06 11:28:44.789 - info: hyperion_ng.0 (2198) read out priorities finished 2021-11-06 11:28:44.873 - info: hyperion_ng.0 (2198) create effects 2021-11-06 11:28:46.581 - info: hyperion_ng.0 (2198) setup finished 2021-11-06 11:29:44.863 - info: hyperion_ng.0 (2198) socket timeout 2021-11-06 11:29:44.872 - info: hyperion_ng.0 (2198) Connection closed

Cosmicbase commented 2 years ago

Habe jetzt ein rbe on Node-Red eingebaut das nur noch eine Nachricht gesendet wird. Wobei ich nochmal betonen muss nichts verändert zu haben. Es muss entweder ein Script Fehler in hyperion_ng sein oder in js-controller oder admin react gui. Es hat ja zuvor auch funktioniert ohne was geändert zu haben.

Ich bin echt ratlos.

felixganzer commented 2 years ago

Geht es bei dir jetzt eigentlich?

Cosmicbase commented 2 years ago

Ich kann zwischen ein paar Farben schalten, dann stürzt der Adapter ab. Habe den Raspi komplett uptodate und auch neu aufgesetzt. Hatte wie schon mehrfach erwähnt zuvor keinerlei Probleme. Entweder hat sich der Fehler mit Admin react , js-controller 3.x, oder keine Ahnung eingeschlichen. In Node-Red habe ich nix geändert.

Muss aber noch auf hyperion_ng. 0.1.23 (2022.01.09) updaten und testen .

Leider Fehlanzeige: Es meldet sich sogar die Host siehe Screenshot.

Screenshot_20220109-174511

Cosmicbase commented 2 years ago

@felixganzer Habe mit viel Feinarbeit den Fehler gefunden. Da ich Node-Red zur Steuerung mit eingebaut hatte war dies die Fehlerquelle. Es hatte immer super funktioniert, aber durch diverse Updates ist da ein Problem aufgetreten. Steuere die Farben jetzt direkt über die VIS ohne Node-Red. Jetzt stürzt der Adapter nicht mehr ab.

Cosmicbase commented 2 years ago

@davidw38

Versuche mal alles ohne Node-Red zu steuern! Ich habe rausgefunden das Node-Red hier viel Probleme macht. Das war nicht immer so, aber auf direktem Weg zu steuern ist immer besser.

Was ich jetzt direkt steuere:

-Farben -Helligkeit über feste Werte und mit Slider -Effekte -clear all

Dies ist eigentlich auch alles was man braucht.

Normalerweise könnte man den issue schließen, da diverse Test direkt am Adapter positiv waren. Alles was zum steuern des Adapters dazu kommt birgt gefahren das sich Fehler einschleichen.

@felixganzer vielen Dank für deine Arbeit. Und bleib bitte am Adapter dran das er auch in Zukunft eine unersetzliches Tool bleibt. 👍😄