NEWS
js-controller 5.0.x jetzt für alle User im STABLE!
-
@mcm57 Zur Info
Habe gerade einen fork des community-Adapters gefunden der funktioniert. Vielleicht könnt ihr das zusammenlegen.https://github.com/PeterVoronov/ioBroker.botvac/tree/patch-1
zugehöriger Thread:
https://forum.iobroker.net/topic/44822/neato-botvac-adapter-further-development/45?_=1694772899628 -
@johgre
Danke für die Info; schaus mir an. Dieser Fork unterscheidet sich aber nur bei einer Variablen - nicht aber dort wo es jetzt bei dir gecrashed hat. Der Fix aus dem Fork kommt aber jedenfalls in die nächste Release.Aber bitte entweder im referenzierten Thread weiter oder einen neuen öffnen.
Danke -
Aktualisierung der Liste erforderlicher Adapterupdates:
javascript 7.1.4 - stable verfügbar ab 15.9. nachmittags
enigma2 2.0.3 - nur via latest repository verfügbar
plenticore 2.3.0 - z.Z. nur im latest, stable in Planung (mit Vorbehalt, siehe untern)Weitere Adapter mit Problemen:
-
Adapter PLENTICORE ist (zumindest in der im stable verfügbaren Version 2.2.0) mit js-controller inkompatibel.
https://forum.iobroker.net/topic/68313/plenticore-adapter-startet-nicht-nach-aktualisierung
-
Adapter FITBIT-FITNESS
ist mit js-controlelr 5 inkompatibel. Dev hat auf Issue aus April bisher nicht reagiert.Eine Meldung über Probleme, eine Meldung dass alles OK ...https://forum.iobroker.net/topic/68328/fitbit-app-läuft-mit-js-controller-5-0-12-nicht-mehr
https://forum.iobroker.net/topic/68290/js-controller-5-0-x-jetzt-für-alle-user-im-stable/86
-
-
Hallo thomas-braun,
ich habe mir das jetzt alles mal durchgelesen und mir raucht jetzt echt der Kopf, ich habe da einfach zu wenig Ahnung von der Materie.
Deshalb meine Frage an dich, du warst mir schon oft eine grosse hilfe ob man das Update durch klicken auf den Update Button starten soll, muss, kann. (Siehe Bild)Die ganzen Adapter die heute neu als Stable angeboten wurden habe ich gemacht und meine Node.js ist v18.17.1
Aktuell habe ich auf meinem Raspberry Pi noch Bullseye laufen.
Backup ist mit Backitup gemacht.Kann ich unter den Voraussetzungen ein Update wagen? Ich frage lieber vorher bevor ich Tage lang versuchen muss alles neu aufzusetzen.
Viele Grüße Duffy
Edit:
Habe bei meinem Test Pi auf den "Knopf" gedrückt und es kam eine Installationsanleitung:
cd /opt/iobroker/
sudo iobroker stop
sudo iobroker upgrade
sudo iobroker upgrade self
sudo iobroker startSollte es also mit den Befehlen, die ja vergleichbar sind zum ersten Post, klappen?
-
@duffy sagte in js-controller 5.0.x jetzt für alle User im STABLE!:
sudo iobroker stop
SUDO ist in Verbindung mit iobroker so ziemlich verboten.
Woher hast Du diese Anleitung ? -
Die u.A die Befehle kamen als ich auf den "Knopf" bgedrückt habe aus meinem Post.
-
@duffy sagte in js-controller 5.0.x jetzt für alle User im STABLE!:
klappen?
Mit sudo klappt da nix. Nur alles zusammen.
Kann ich unter den Voraussetzungen ein Update wagen?
Vermutlich. Ist aber auch kein Thema für diesen Thread.
-
@duffy sagte in js-controller 5.0.x jetzt für alle User im STABLE!:
Die u.A die Befehle kamen als ich auf den "Knopf" bgedrückt habe aus meinem Post.
Du hast aber vermutlich keine manuelle Installation als root gemacht sondern das Skript verwendet.
-
-
Die Befehle, aber ohne sudo vorweg.
-
bei mir leider nicht mehr haut folgende Fehler raus :
host.IOBROKER-MASTER 2023-09-15 16:16:45.354 info Restart adapter system.adapter.linux-control.0 because enabled host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error instance system.adapter.linux-control.0 terminated with code 6 (UNCAUGHT_EXCEPTION) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[22]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[22]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[22]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[22]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[22]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[21]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[21]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[21]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[21]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[20]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[19]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[19]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[19]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[19]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[19]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[18]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[18]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[18]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[18]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[18]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[17]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.354 error Caught by controller[17]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[17]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[17]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[17]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[16]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[16]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[16]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[16]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[15]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[14]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[14]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[14]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[14]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[13]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[12]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[12]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[12]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.353 error Caught by controller[12]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.350 error Caught by controller[11]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.350 error Caught by controller[10]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.350 error Caught by controller[10]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.350 error Caught by controller[10]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.350 error Caught by controller[10]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.350 error Caught by controller[10]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[9]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[9]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[9]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[9]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[9]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[8]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[8]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[8]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[8]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[8]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[7]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[7]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[7]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[7]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[7]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[6]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[6]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[6]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[6]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.start" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[6]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[5]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[5]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[5]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[5]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[5]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[4]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[4]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[4]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[4]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[4]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[3]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[3]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[3]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[3]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[3]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[2]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[2]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.349 error Caught by controller[2]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.348 error Caught by controller[2]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.348 error Caught by controller[2]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.348 error Caught by controller[1]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.348 error Caught by controller[1]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.348 error Caught by controller[1]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.348 error Caught by controller[1]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.348 error Caught by controller[1]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: host.IOBROKER-MASTER 2023-09-15 16:16:45.348 error Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:95:5) host.IOBROKER-MASTER 2023-09-15 16:16:45.348 error Caught by controller[0]: at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) host.IOBROKER-MASTER 2023-09-15 16:16:45.348 error Caught by controller[0]: at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) host.IOBROKER-MASTER 2023-09-15 16:16:45.348 error Caught by controller[0]: Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern host.IOBROKER-MASTER 2023-09-15 16:16:45.348 error Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: linux-control.0 2023-09-15 16:16:44.899 error The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.899 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.899 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.898 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(). linux-control.0 2023-09-15 16:16:44.897 error The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.897 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.896 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.896 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(). linux-control.0 2023-09-15 16:16:44.888 error The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.888 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.888 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.887 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(). linux-control.0 2023-09-15 16:16:44.885 error The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.885 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.885 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.885 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(). linux-control.0 2023-09-15 16:16:44.875 error The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.875 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.875 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.874 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(). linux-control.0 2023-09-15 16:16:44.872 error The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.872 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.872 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.872 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(). linux-control.0 2023-09-15 16:16:44.857 error The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.857 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.857 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.857 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(). linux-control.0 2023-09-15 16:16:44.854 error The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.854 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.854 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.854 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(). linux-control.0 2023-09-15 16:16:44.795 error The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.795 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.794 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.794 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(). linux-control.0 2023-09-15 16:16:44.792 error The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.792 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.791 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.791 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(). linux-control.0 2023-09-15 16:16:44.773 error The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.772 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.772 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.772 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(). linux-control.0 2023-09-15 16:16:44.770 error The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.770 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.769 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.769 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(). linux-control.0 2023-09-15 16:16:44.677 error The pattern "io.linux-control.0.Monitor-PI.services.●.start" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.677 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.start" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.677 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.start" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.677 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(). linux-control.0 2023-09-15 16:16:44.670 error The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.670 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.670 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.669 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(). linux-control.0 2023-09-15 16:16:44.667 error The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.667 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.666 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.666 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(). linux-control.0 2023-09-15 16:16:44.636 error The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.635 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.635 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.635 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(). linux-control.0 2023-09-15 16:16:44.633 error The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.632 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.632 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.632 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(). linux-control.0 2023-09-15 16:16:44.611 error The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.611 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.610 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.stop" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.610 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(). linux-control.0 2023-09-15 16:16:44.576 warn Terminated (UNCAUGHT_EXCEPTION): Without reason linux-control.0 2023-09-15 16:16:44.575 info terminating linux-control.0 2023-09-15 16:16:44.575 info cleaned everything up... linux-control.0 2023-09-15 16:16:44.558 error The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.558 error Error: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/tools.ts:2497:15) at StateRedisClient.subscribe (/opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1108:27) at processTicksAndRejections (node:internal/process/task_queues:95:5) linux-control.0 2023-09-15 16:16:44.481 error unhandled promise rejection: The pattern "io.linux-control.0.Monitor-PI.services.●.restart" is not a valid ID pattern linux-control.0 2023-09-15 16:16:44.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(). linux-control.0 2023-09-15 16:16:38.470 info getting data from Monitor-PI (192.168.10.25:22, Adapter start) linux-control.0 2023-09-15 16:16:38.469 info getting data from IO-SLAVE (192.168.10.17:22, Adapter start) linux-control.0 2023-09-15 16:16:38.469 info getting data from RDP-PI (192.168.10.65:22, Adapter start) linux-control.0 2023-09-15 16:16:38.468 info getting data from LABEL-PI (192.168.10.66:22, Adapter start) linux-control.0 2023-09-15 16:16:38.431 info starting. Version 1.1.6 (non-npm: Scrounger/ioBroker.linux-control#59f578f3402850684ba8767a24a9ff288b05a3f0) in /opt/iobroker/node_modules/iobroker.linux-control, node: v18.16.1, js-controller: 5.0.12
Schon deinstalliert und neu installiert.
Hab auch noch Probleme mit email und samsung_tizen adaptern..... Rest rennt
Jemand noch nen Tip ?
GrüßeSunny
-
Es gab da ein issue beim linux control
https://github.com/Scrounger/ioBroker.linux-control/issues/49
Keine Ahnung ob relevant für dein Problem. Abercschau mal rein.
-
@sunny9999 sagte in js-controller 5.0.x jetzt für alle User im STABLE!:
ices.●.rest
Dürfte ein illegales Zeichen an der Stelle sein.
-
@foxriver76 @Bluefox eben kam das Update vom Javasript 7.1.4
Das Exportieren der Scripte funktioniert wieder. Vielen Dank euch.....Grüße
Fabio -
@liv-in-sky said in js-controller 5.0.x jetzt für alle User im STABLE!:
also sayit hat sich erledigt - neu installiert und jetzt kommt kein fehler
das mit ws.5 ist etwas seltsam - habe nur ws.0 und ws.1 aktiv und ws.5 - habe jetzt ws5 abgeschaltet und in ws.2 definiert - dann startet alles ohne fehler und die vis ist wieder da
diese ganzen ws.x hatte ich mal installiert und getestet, ob meine tablets die vis stabiler anzeigen, wenn jedes tablet eigene instanzen hat
bleibt n nur noch diese warnung:
Information for Developer: Using the direct "Let's encrypt" module import is deprecated and will be removed in the next js-controller version, use @iobroker/webserver instead
Diese Warnung habe ich auch von simple-api.0 ... keine Antwort auf Deine Frage im Thread gefunden
-
@mcm57 sagte in js-controller 5.0.x jetzt für alle User im STABLE!:
Aktualisierung der Liste erforderlicher Adapterupdates:
Weitere Adapter mit Problemen:
-
Adapter FITBIT-FITNESS ist mit js-controlelr 5 inkompatibel. Dev hat auf Issue aus April bisher nicht reagiert.
https://forum.iobroker.net/topic/68328/fitbit-app-läuft-mit-js-controller-5-0-12-nicht-mehr
Das war bei mir am Anfang mit den Alpha 5.x, seit der 5.0.10 läuft der Fitbit Adapter einwandfrei.
Node 18.17.0, NPM 9.6, Debian bookworm im lxc. -
-
@thomas-braun sagte in js-controller 5.0.x jetzt für alle User im STABLE!:
Die Befehle, aber ohne sudo vorweg.
Danke dir vielmals.
Liebe Grüsse Duffy
-
Master im Docker Container, sowie 2 Slaves ohne Probleme aktualisiert
Danke für euren unermüdlichen Einsatz
-
@martinp das liegt daran, dass ich auch keine antwort habe
-
@martinp ist nur ne Warnung, gerne issues beim adapter erstellen