NEWS
js-controller 3.2 jetzt im Latest!
-
@kueppert adde mal ein "port" noch mit dem echten Wert. DIe "*_comment" beschreibeen die Felder - daher ist da ein text drin ... alles was ein _comment hat kannauch als "" hinterlegt werden
-
@apollon77 hab IETF in die json manuell hinzugefügt gehabt mit
"sysLogType": "IETF"
...danach ließ sich der Broker nicht mehr starten...hab die Zeile wieder entfernt.
Hab meine Konfig gerade etwas umgebaut und diesen Winston Syslog unter /opt/iobroker nachinstalliert...ich schaue jetzt mal. WIll hier nicht so oft spamen und was nachträglich ändern ^^ -
@kueppert also ich hab nicht mehr gesetzt als Du oben ... aber hab auch nen "klassischen udp syslog" und mach es nicht per synology ...
-
@apollon77 hast du denn diesen
npm install winston-syslog
installiert unter /opt/iobroker? Ich glaube ich mach morgen weiter...2 EInträge hab ich im Protokoll-Server gefunden, die sind aber schon was her... ich glaub ich versuche morgen weiter, bevor ich mein Prod-System schrotte -
@kueppert winston-syslog ist eine der optionalen deps die an sich mit installiert werden ... In dem Zuge kommen auch immer diese "unix_dgram" Fehler die man so kennt ... schau mal ob in node_modules bzw node_modules/iobroker.js-controller/node_modules ein winston-syslog Verzeichnis existiert. ggf dort mal "npm i" machen
-
@apollon77 ok...ich habs eben schon installiert hab ich hier in einem anderen Beitrag aus 2019 gelesen...schlimm?
hab jetzt auch was im Syslog auf der Syno bekommen sieht nicht schön aus, aber ist was da (ist ein HTML-Export, damit man was lesen kann)
dieser hier: https://forum.iobroker.net/topic/3863/iobroker-logging-zu-syslog/22
-
@kueppert sagte in js-controller 3.2 jetzt im Latest!:
@apollon77 ok...ich habs eben schon installiert hab ich hier in einem anderen Beitrag aus 2019 gelesen...schlimm?
alles gut
-
@apollon77 Ich habe die 3.2.16 installiert und bekomme jetzt im Log im Millisekunden Abstand folgende Meldungen.
2021-02-12 23:58:57.994 - info: hm-rpc.0 (COMPACT) setState not processed because States database not connected 2021-02-12 23:58:57.994 - info: hm-rpc.0 (COMPACT) setState not processed because States database not connected 2021-02-12 23:58:57.994 - info: hm-rpc.0 (COMPACT) setState not processed because States database not connected 2021-02-12 23:58:57.996 - info: hm-rpc.0 (COMPACT) setState not processed because States database not connected 2021-02-12 23:59:06.957 - info: hm-rpc.0 (COMPACT) setState not processed because States database not connected
Diese Infos lassen sich auch nicht abstellen, in dem ich bei der hm-rpc.0 Instanz das Loggen auf "warn" oder höher stellen.
-
@marty56 dann bitte sicherstellen das du die aktuellste hm-rpc hast und am besten einmal die ganze Compact Gruppe bzw. den Controller neu starten.
Dann am besten nach restart mal hm-Rpc stoppen und neu starten und dann schauen ob es wieder passiert. Wenn ja GitHub issue beim Adapter anlegen.
-
@apollon77
Ich habe die allerneuste Version.
Was letztlich geholfen hat, war iobroker restart.
Das Verhalten trat auf, als ich meinen Linux Server neu gestartet hatte.Ich vermute, dass das Timing beim Laden der Adapter dann etwas anders ist, und der hm-rpc sich merkt, dass vielleicht die redis Datenbank noch nicht gestartet war.
-
@marty56 um da aus den Annahmen rauszukommen schau doch mal im logfile wann es genau angefangen hat.
-
Kurze Rückmeldung von mir:
Bin jetzt seit 3 Tagen auch auf 3.2.16 - bisher alles gut, mein Lets Encrypt funktioniert auch endlich wieder
Good Job
-
Hallo zusammen, ich war jetzt ein paar Tage Stabil auf der 3.2.16 und wollte heute meinen geplanten Umzug vom LXC Container in eine VM durchführen (spart mir einen Raspi da ich die Smartmeter per USB in der VM dann durchreiche).
Restore wie gewohnt per iobroker restore 0 (schon x-mal gemacht).
Allerdings bekomme ich beim Starten jedes einzelnen Adapters diese Warnungen (der Port auf localhost wechselt allerdings):
2021-02-13 14:18:07.542 - warn: host.pve-vm-iobroker Objects 127.0.0.1:38656 Error from InMemDB: Error: client NOT SUPPORTED 2021-02-13 14:18:07.600 - warn: host.pve-vm-iobroker Objects 127.0.0.1:38658 Error from InMemDB: Error: client NOT SUPPORTED 2021-02-13 14:18:07.600 - warn: host.pve-vm-iobroker Objects 127.0.0.1:38660 Error from InMemDB: Error: client NOT SUPPORTED
Das System läuft auf objects:file / states:redis und der Redis-Server läuft aktuell noch in dem ursprünglichen Container (die Warnungen gibt es aber auch wenn ich ihn lokal in der VM installiere).
ioBroker Config:
Multihost discovery server: disabled Discovery authentication: enabled Objects: file on 0.0.0.0 States: redis on 10.4.1.5
Redis läuft auf 10.4.1.5 -> Port 6379
nmap -p- 10.4.1.5 Starting Nmap 7.70 ( https://nmap.org ) at 2021-02-13 14:26 CET Nmap scan report for 10.4.1.5 Host is up (0.00012s latency). Not shown: 65528 closed ports PORT STATE SERVICE 22/tcp open ssh 111/tcp open rpcbind 139/tcp open netbios-ssn 445/tcp open microsoft-ds 6379/tcp open redis 37043/tcp open unknown 43699/tcp open unknown
Hat jemand eine Idee wo ich ansetzen muss?
-
@darkiop ja, dein "Objects master" (host.pve-vm-iobroker) läuft nicht auf 3.2.x Master updaten bitte
-
@apollon77 Ok, Fehler 40 mal wieder ... Danke dir!!
-
@apollon77 im Zusammenhang mit dem Thread JsonL Datenbank, hab ich vorhin beim Auslesen der js.controller main.js das log per seq angesehen und verglichen mit dem admin log, da ist mir z.b aufgefallen, das diese error Zeile im seq gar nicht auftaucht
2021-02-14 20:50:26.752 - info: host.IoBroker All instances are stopped. 2021-02-14 20:50:26.800 - info: host.IoBroker instance system.adapter.zigbee.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-02-14 20:50:26.801 - info: host.IoBroker All instances are stopped. 2021-02-14 20:50:26.911 - info: host.IoBroker terminated 2021-02-14 20:50:33.477 - error: host.IoBroker No connection to databases possible, restart 2021-02-14 20:50:33.481 - info: host.IoBroker iobroker _restart 2021-02-14 20:50:33.829 - info: host.IoBroker iobroker Starting node restart.js 2021-02-14 20:50:35.430 - info: host.IoBroker iobroker.js-controller version 3.2.16 js-controller starting 2021-02-14 20:50:35.435 - info: host.IoBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker 2021-02-14 20:50:35.436 - info: host.IoBroker hostname: IoBroker, node: v12.20.1 2021-02-14 20:50:35.437 - info: host.IoBroker ip addresses: 10.1.1.10 fe80::d428:e1ff:fe76:b484 2021-02-14 20:50:49.675 - info: host.IoBroker connected to Objects and States 2021-02-14 20:50:50.465 - info: host.IoBroker added notifications configuration of host 2021-02-14 20:50:51.338 - info: host.IoBroker 126 instances found 2021-02-14 20:50:51.424 - info: host.IoBroker starting 76 instances 2021-02-14 20:50:51.742 - info: host.IoBroker instance system.adapter.admin.0 started with pid 9986 2021-02-14 20:50:54.090 - info: admin.0 (9986) starting. Version 4.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v12.20.1, js-controller: 3.2.16 2021-02-14 20:50:54.133 - info: admin.0 (9986) requesting all states 2021-02-14 20:50:54.135 - info: admin.0 (9986) requesting all objects
-
@crunchip sagte in js-controller 3.2 jetzt im Latest!:
2021-02-14 20:50:33.477 - error: host.IoBroker No connection to databases possible, restart
Du meinst die?
Strange das die kommt - die kommt "soooo spät" das schon alles andere (wie seq) weg ist ... also ignore
-
@apollon77 ok, hab mal weiter geblättert im Admin log, 4 min früher,
ein Auszug,
jedochch seh im seq keine einzige Meldung... no connection to databases possible
muss mir das mal in Ruhe genauer ansehen2021-02-14 20:46:12.665 - info: host.IoBroker iobroker Starting node restart.js 2021-02-14 20:46:13.884 - info: host.IoBroker iobroker.js-controller version 3.2.16 js-controller starting 2021-02-14 20:46:13.900 - info: host.IoBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker 2021-02-14 20:46:13.903 - info: host.IoBroker hostname: IoBroker, node: v12.20.1 2021-02-14 20:46:13.906 - info: host.IoBroker ip addresses: 10.1.1.10 fe80::d428:e1ff:fe76:b484 2021-02-14 20:46:38.051 - info: host.IoBroker-Server Error inMem-objects listening on port 9001: Error: listen EADDRINUSE: address already in use 127.0.0.1:9001 2021-02-14 20:46:40.589 - info: socketio.0 (6039) <==Disconnect system.user.admin from ::ffff:10.1.20.164 vis.0 2021-02-14 20:46:43.948 - error: host.IoBroker No connection to databases possible, restart 2021-02-14 20:46:43.952 - info: host.IoBroker iobroker _restart 2021-02-14 20:46:44.731 - info: host.IoBroker iobroker Starting node restart.js 2021-02-14 20:46:45.502 - warn: weatherunderground.0 (6739) force terminate 2021-02-14 20:46:46.565 - info: host.IoBroker iobroker.js-controller version 3.2.16 js-controller starting 2021-02-14 20:46:46.575 - info: host.IoBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker 2021-02-14 20:46:46.577 - info: host.IoBroker hostname: IoBroker, node: v12.20.1 2021-02-14 20:46:46.579 - info: host.IoBroker ip addresses: 10.1.1.10 fe80::d428:e1ff:fe76:b484 2021-02-14 20:46:46.733 - info: host.IoBroker instance system.adapter.weatherunderground.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2021-02-14 20:47:14.474 - info: host.IoBroker-Server Error inMem-objects listening on port 9001: Error: listen EADDRINUSE: address already in use 127.0.0.1:9001 2021-02-14 20:47:16.603 - error: host.IoBroker No connection to databases possible, restart 2021-02-14 20:47:16.631 - info: host.IoBroker iobroker _restart 2021-02-14 20:47:17.349 - info: host.IoBroker iobroker Starting node restart.js 2021-02-14 20:47:18.893 - info: host.IoBroker iobroker.js-controller version 3.2.16 js-controller starting 2021-02-14 20:47:18.904 - info: host.IoBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker 2021-02-14 20:47:18.905 - info: host.IoBroker hostname: IoBroker, node: v12.20.1 2021-02-14 20:47:18.907 - info: host.IoBroker ip addresses: 10.1.1.10 fe80::d428:e1ff:fe76:b484 2021-02-14 20:47:26.057 - error: unifi.0 (6522) Error: Login required. Check username and password. 2021-02-14 20:47:43.588 - info: host.IoBroker-Server Error inMem-objects listening on port 9001: Error: listen EADDRINUSE: address already in use 127.0.0.1:9001 2021-02-14 20:47:48.937 - error: host.IoBroker No connection to databases possible, restart 2021-02-14 20:47:48.942 - info: host.IoBroker iobroker _restart 2021-02-14 20:47:49.723 - info: host.IoBroker iobroker Starting node restart.js 2021-02-14 20:47:51.400 - info: host.IoBroker iobroker.js-controller version 3.2.16 js-controller starting 2021-02-14 20:47:51.407 - info: host.IoBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker 2021-02-14 20:47:51.409 - info: host.IoBroker hostname: IoBroker, node: v12.20.1 2021-02-14 20:47:51.411 - info: host.IoBroker ip addresses: 10.1.1.10 fe80::d428:e1ff:fe76:b484 2021-02-14 20:48:00.096 - info: host.IoBroker instance system.adapter.dwd.0 started with pid 9005 2021-02-14 20:48:11.651 - info: host.IoBroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2021-02-14 20:48:15.562 - info: host.IoBroker-Server Error inMem-objects listening on port 9001: Error: listen EADDRINUSE: address already in use 127.0.0.1:9001 2021-02-14 20:48:21.440 - error: host.IoBroker No connection to databases possible, restart 2021-02-14 20:48:21.460 - info: host.IoBroker iobroker _restart 2021-02-14 20:48:22.477 - info: host.IoBroker iobroker Starting node restart.js 2021-02-14 20:48:24.365 - info: host.IoBroker iobroker.js-controller version 3.2.16 js-controller starting 2021-02-14 20:48:24.380 - info: host.IoBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker 2021-02-14 20:48:24.387 - info: host.IoBroker hostname: IoBroker, node: v12.20.1 2021-02-14 20:48:24.389 - info: host.IoBroker ip addresses: 10.1.1.10 fe80::d428:e1ff:fe76:b484 2021-02-14 20:48:50.992 - info: host.IoBroker-Server Error inMem-objects listening on port 9001: Error: listen EADDRINUSE: address already in use 127.0.0.1:9001 2021-02-14 20:48:53.409 - info: host.IoBroker instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2021-02-14 20:48:54.429 - error: host.IoBroker No connection to databases possible, restart 2021-02-14 20:48:54.433 - info: host.IoBroker iobroker _restart 2021-02-14 20:48:55.012 - info: host.IoBroker iobroker Starting node restart.js 2021-02-14 20:48:56.599 - info: host.IoBroker iobroker.js-controller version 3.2.16 js-controller starting 2021-02-14 20:48:56.607 - info: host.IoBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker 2021-02-14 20:48:56.609 - info: host.IoBroker hostname: IoBroker, node: v12.20.1 2021-02-14 20:48:56.610 - info: host.IoBroker ip addresses: 10.1.1.10 fe80::d428:e1ff:fe76:b484 2021-02-14 20:49:24.274 - info: host.IoBroker-Server Error inMem-objects listening on port 9001: Error: listen EADDRINUSE: address already in use 127.0.0.1:9001 2021-02-14 20:49:25.745 - info: javascript.0 (5438) script.js.common.System.Statusmeldungen.Status_Lichtzählen1: Auslösender Schalter: sonoff.0.Kueche.POWER: true 2021-02-14 20:49:25.790 - info: javascript.0 (5438) script.js.common.System.Statusmeldungen.Status_Lichtzählen1: Text: Buerolicht ,Esstisch ,Kueche ,Sofa 2021-02-14 20:49:25.792 - info: javascript.0 (5438) script.js.common.System.Statusmeldungen.Status_Lichtzählen1: Anzahl Lichter: 19 # davon Lichter an: 4 2021-02-14 20:49:26.628 - error: host.IoBroker No connection to databases possible, restart 2021-02-14 20:49:26.632 - info: host.IoBroker iobroker _restart 2021-02-14 20:49:27.116 - info: host.IoBroker iobroker Starting node restart.js 2021-02-14 20:49:28.726 - info: host.IoBroker iobroker.js-controller version 3.2.16 js-controller starting 2021-02-14 20:49:28.732 - info: host.IoBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker 2021-02-14 20:49:28.733 - info: host.IoBroker hostname: IoBroker, node: v12.20.1 2021-02-14 20:49:28.735 - info: host.IoBroker ip addresses: 10.1.1.10 fe80::d428:e1ff:fe76:b484 2021-02-14 20:49:48.141 - info: host.IoBroker-Server Error inMem-objects listening on port 9001: Error: listen EADDRINUSE: address already in use 127.0.0.1:9001 2021-02-14 20:49:58.750 - error: host.IoBroker No connection to databases possible, restart 2021-02-14 20:49:58.754 - info: host.IoBroker iobroker _restart 2021-02-14 20:49:59.363 - info: host.IoBroker iobroker Starting node restart.js
-
@crunchip Also das wird versucht einen controller zu starten während noch einer läuft.
-
@apollon77 sollte aber nicht sein, da ist doch was faul
denn ich hatte ja wie oben geschrieben, zwecks der main.js auslesen, ein iobroker stop(20:40Uhr) im putty abgesetzt, kurz gewartet(aber nicht kontrolliert, ob noch was läuft), die zwei benötigten Befehle in putty eingegeben und anschliessend iobroker gestartet. Nach rund 5min mit strg c im putty Fenster gestoppt.hab das mal stark zusammen gestückelt, auch wenns blöd zu lesen ist, aber ich hoffe man erkennt etwas
**iobroker per putty gestoppt 20:40 2021-02-14 20:40:26.162 - info: host.IoBroker received SIGTERM 2021-02-14 20:40:37.032 - info: host.IoBroker All instances are stopped. **ab hier wird von mir iobroker per putty gestartet 2021-02-14 20:40:56.178 - info: host.IoBroker iobroker.js-controller version 3.2.16 js-controller starting **ab hier kommen vermehrt, diese Meldungen 2021-02-14 20:42:57.497 - error: host.IoBroker No connection to databases possible, restart 2021-02-14 20:42:57.501 - info: host.IoBroker iobroker _restart **ab hier kackt der simple-api ab 2021-02-14 20:45:33.243 - info: host.IoBroker-Server Error inMem-objects listening on port 9001: Error: listen EADDRINUSE: address already in use 127.0.0.1:9001 2021-02-14 20:45:33.334 - error: simple-api.0 (5962) 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-02-14 20:45:33.352 - error: simple-api.0 (5962) unhandled promise rejection: Cannot read property 'common' of null 2021-02-14 20:45:33.362 - error: simple-api.0 (5962) TypeError: Cannot read property 'common' of null at Immediate. (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/@iobroker/db-objects-jsonl/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:3607:37) at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:97:5) 2021-02-14 20:45:33.365 - error: simple-api.0 (5962) Cannot read property 'common' of null 2021-02-14 20:45:33.624 - info: simple-api.0 (5962) terminating http server on port 8087 2021-02-14 20:45:33.627 - info: simple-api.0 (5962) terminating 2021-02-14 20:45:33.632 - warn: simple-api.0 (5962) Terminated (UNCAUGHT_EXCEPTION): Without reason 2021-02-14 20:45:34.674 - error: host.IoBroker 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: 2021-02-14 20:45:34.675 - error: host.IoBroker Caught by controller[0]: TypeError: Cannot read property 'common' of null 2021-02-14 20:45:34.676 - error: host.IoBroker Caught by controller[0]: at Immediate. (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/@iobroker/db-objects-jsonl/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:3607:37) 2021-02-14 20:45:34.677 - error: host.IoBroker Caught by controller[0]: at runMicrotasks () 2021-02-14 20:45:34.678 - error: host.IoBroker Caught by controller[0]: at processTicksAndRejections (internal/process/task_queues.js:97:5) 2021-02-14 20:45:34.684 - error: host.IoBroker instance system.adapter.simple-api.0 terminated with code 6 (UNCAUGHT_EXCEPTION) 2021-02-14 20:45:34.689 - info: host.IoBroker Restart adapter system.adapter.simple-api.0 because enabled 2021-02-14 20:45:39.325 - error: host.IoBroker No connection to databases possible, restart 2021-02-14 20:45:39.341 - info: host.IoBroker iobroker _restart 2021-02-14 20:45:40.025 - info: host.IoBroker iobroker Starting node restart.js **ab hier ist es dann die letzte dieser Meldungen 2021-02-14 20:49:58.750 - error: host.IoBroker No connection to databases possible, restart 2021-02-14 20:49:58.754 - info: host.IoBroker iobroker _restart 2021-02-14 20:49:59.363 - info: host.IoBroker iobroker Starting node restart.js 2021-02-14 20:50:03.249 - info: host.IoBroker iobroker.js-controller version 3.2.16 js-controller starting 2021-02-14 20:50:03.275 - info: host.IoBroker Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker 2021-02-14 20:50:03.277 - info: host.IoBroker hostname: IoBroker, node: v12.20.1 2021-02-14 20:50:03.279 - info: host.IoBroker ip addresses: 10.1.1.10 fe80::d428:e1ff:fe76:b48 **ab hier kommen, die send kill Befehle (warum auch immer) 2021-02-14 20:50:17.462 - info: host.IoBroker stopInstance system.adapter.admin.0 send kill signal 2021-02-14 20:50:17.463 - info: host.IoBroker stopInstance system.adapter.alexa2.0 send kill signal 2021-02-14 20:50:17.464 - info: host.IoBroker stopInstance system.adapter.backitup.0 send kill signal 2021-02-14 20:50:17.464 - info: host.IoBroker stopInstance system.adapter.ble.0 send kill signal 2021-02-14 20:50:17.465 - info: host.IoBroker stopInstance system.adapter.broadlink2.0 send kill sig . . . 2021-02-14 20:50:26.391 - info: host.IoBroker instance system.adapter.simple-api.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-02-14 20:50:26.449 - info: host.IoBroker instance system.adapter.shuttercontrol.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-02-14 20:50:26.751 - info: host.IoBroker instance system.adapter.history.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2021-02-14 20:50:26.752 - info: host.IoBroker All instances are stopped. 2021-02-14 20:50:33.477 - error: host.IoBroker No connection to databases possible, restart 2021-02-14 20:50:33.481 - info: host.IoBroker iobroker _restart 2021-02-14 20:50:33.829 - info: host.IoBroker iobroker Starting node restart.js ** AB da läuft iobroker erst wieder normal
oder hängt das ganze mit der putty Action zusammen, das da etwas schief gelaufen ist, denn wie schon im anderen Thread geschrieben, kam diese error Meldung in putty am Ende.
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which wa s not handled with .catch(). The promise rejected with the reason: TypeError: Cannot read property 'common' of null at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/@iobroker/db-objects-jsonl/node_m odules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:3607:37) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) ^C================================== > LOG REDIRECT system.adapter.logparser.0 => false [Process stopped] ================================== > LOG REDIRECT system.adapter.logparser.0 => false [system.adapter.logparser.0.logging] ================================== > LOG REDIRECT system.adapter.javascript.0 => false [Process stopped] ================================== > LOG REDIRECT system.adapter.seq.0 => false [Process stopped] ================================== > LOG REDIRECT system.adapter.javascript.0 => false [system.adapter.javascript.0.logging] ================================== > LOG REDIRECT system.adapter.seq.0 => false [system.adapter.seq.0.logging] ================================== > LOG REDIRECT system.adapter.admin.0 => false [Process stopped] ================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adapter.admin.0.logging]
nichts alledem, findet sich im seq keine einzige dieser Meldung (error: host.IoBroker No connection to databases possible, restart)