NEWS
js-controller läuft auf Volllast
-
@apollon77
nach dem Upgrade von 4.0.19 auf 4.0.21 habe ich aktuell nur noch Volllast beim js-controller und kann die Webseiten nicht mehr aufrufen, da es ein Timeout gibt.
Ich habe nun wieder ein Downgrade auf 4.0.19 gemacht, leider ohne Erfolg. Der JS-Controller läuft mit ~100% CPU Last.Hast du ggf eine Idee, woran das liegen könnte? Iobroker Fix habe ich schon versucht.
update:
Mittlerweile steigt auch der Memory Verbrauch beim JS-Controller:
während des Post schreiben ist er schon bei 38% und steigend...
-
lxpanel?
Schalt den Desktop aus! -
@thomas-braun
Danke für die schnelle Antwort. lxpanel kannte ich noch nicht, habe es gerade deaktiviert. Irgendwann setze ich den Raspi neu auf, dann ohne KDE.
...aber das kann nicht die Ursache sein, da der ioBroker vorher perfekt lief... -
Das kann nicht sein, ein Server mit GUI ist niemals 'perfekt' aufgesetzt. Im Gegenteil, das ist ein fundamentaler Fehler.
-
@thomas-braun
ok, widerspreche ich nicht, steht schon ewig auf der Liste dies zu ändern.Dennoch wundere ich mich, dass es jetzt plötzlich zum Problemauslöser werden sollte. Es lief vorher alles, erst als ich das Upgrade gemacht habe, läuft nun der js-controller auf >100% und frisst Memory.
Vielleicht hat noch jemand eine Idee, was ich testen kann, um den Fehler einzugrenzen?
-
@th3rockyeah sagte in js-controller 4.0 jetzt im BETA/LATEST!:
dass es jetzt plötzlich zum Problemauslöser werden sollte.
Das habe ich auch nicht gesagt. Nur auf den grundfalschen Betrieb mit GUI hingewiesen.
-
@th3rockyeah sagte in js-controller 4.0 jetzt im BETA/LATEST!:
steht schon ewig auf der Liste dies zu ändern.
RunLevel 3 setzen? Ist in 3 Sekunden erledigt.
-
@thomas-braun
Danke, erledigt und auch in raspi-config verankert.Leider hängt der js-controller nach dem Reboot wieder bei 100%...
-
@th3rockyeah Beende mal den Javascript Adapter und schaue ob das System dann ruhiger läuft.
Falls ja, hast du höchstwahrscheinlich ein eigenes Skript/Blockly welches schlecht gemacht ist (Loop, triggert zu oft, ...).
Um das zu finden, beendet man alle Skripte und startet sie einzeln Skript für Skript und schaut wie sich das System verhält. -
@th3rockyeah sagte in js-controller 4.0 jetzt im BETA/LATEST!:
Leider hängt der js-controller nach dem Reboot wieder bei 100%
ich jatte ebenfalls vor einiger Zeit eine erhöhte CPU nach einem js-controller Update, schuld war allerdings das UWZ/DWD...Script, welches ich nen Tag vorher ne neue Version eingespielt hatte
-
@th3rockyeah Das allererste wonach keiner gefragt hat bisher :-))
Steht irgend was im Log? Dort als erstes schauen.
-
@apollon77 Es standen sehr viele DB Closing Errors von verschiedenen Adaptern drin, am meisten von weatherunderground.
Ich habe jetzt gerade etwas Pause gemacht und diese Zeit scheint der ioBroker genutzt zu haben und läuft wieder "normal":
Sprich, die Webseite und die Zigbees reagieren wieder normal schnell.
Irgendwie echt merkwürdig... Ich weiß gerade nicht, wie ich dem Fehler auf die Spur kommen kann. Vielleicht ist die SD-Card kaputt? -
@diginix ok, probiere ich aus. Das könnte natürlich sein, dass da ein Skript schief läuft.
-
@crunchip ich werde beim nächsten Versuch ein paar Instanzen deaktivieren und auf die Skripte achten, mal schauen, ob ich so dem ganzen auf die Spur komme. Das Verhalten ist auf jeden Fall "neu" bei mir.
-
@apollon77
Ich habe mir die Logs gerade noch mal genauer angeschaut. Es beginnt nachdem Reboot hier:2022-03-20 18:47:33.802 - error: radar2.0 (2151) uncaught exception: Cannot read property 'init' of null 2022-03-20 18:47:33.804 - warn: shelly.0 (2054) get state error: Connection is closed. 2022-03-20 18:47:33.807 - error: shelly.0 (2054) 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(). 2022-03-20 18:47:33.803 - error: radar2.0 (2151) TypeError: Cannot read property 'init' of null at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.radar2/myNetworks.js:964:82) at listOnTimeout (internal/timers.js:557:17) at processTimers (internal/timers.js:500:7) 2022-03-20 18:47:33.804 - error: radar2.0 (2151) Cannot read property 'init' of null 2022-03-20 18:47:33.809 - warn: radar2.0 (2151) Uncaught Exception: Cannot read property 'init' of null 2022-03-20 18:47:34.084 - info: host.raspberrypi instance system.adapter.discovery.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP) 2022-03-20 18:47:33.808 - error: shelly.0 (2054) unhandled promise rejection: DB closed 2022-03-20 18:47:34.282 - error: shelly.0 (2054) Error: DB closed at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:636: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:657:40) at Shelly.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:6485:35) 2022-03-20 18:47:34.283 - error: shelly.0 (2054) DB closed 2022-03-20 18:47:34.320 - warn: shelly.0 (2054) redis get shelly.0.SHPLG-S#DE15FC#1.Relay0.Timer, error - Connection is closed. 2022-03-20 18:47:34.340 - warn: shelly.0 (2054) Could not perform strict object check of state shelly.0.SHPLG-S#B4B41F#1.Relay0.Power: DB closed 2022-03-20 18:47:34.340 - warn: shelly.0 (2054) get state error: Connection is closed. 2022-03-20 18:47:34.341 - warn: shelly.0 (2054) Could not perform strict object check of state shelly.0.SHPLG-S#B4B41F#1.temperatureC: DB closed 2022-03-20 18:47:34.342 - warn: shelly.0 (2054) get state error: Connection is closed. 2022-03-20 18:47:34.342 - warn: shelly.0 (2054) Could not perform strict object check of state shelly.0.SHPLG-S#B4B41F#1.temperatureF: DB closed 2022-03-20 18:47:34.343 - warn: shelly.0 (2054) get state error: Connection is closed. 2022-03-20 18:47:34.344 - warn: shelly.0 (2054) Could not perform strict object check of state shelly.0.SHPLG-S#E435C4#1.Relay0.Power: DB closed 2022-03-20 18:47:34.344 - warn: shelly.0 (2054) get state error: Connection is closed. 2022-03-20 18:47:34.345 - warn: shelly.0 (2054) Could not perform strict object check of state shelly.0.SHPLG-S#E435C4#1.temperatureC: DB closed 2022-03-20 18:47:34.345 - warn: shelly.0 (2054) get state error: Connection is closed. 2022-03-20 18:47:34.346 - warn: shelly.0 (2054) Could not perform strict object check of state shelly.0.SHPLG-S#E435C4#1.temperatureF: DB closed 2022-03-20 18:47:34.347 - warn: shelly.0 (2054) get state error: Connection is closed. 2022-03-20 18:47:34.347 - warn: shelly.0 (2054) Could not perform strict object check of state shelly.0.SHDM-1#D463D3#1.lights.Power: DB closed 2022-03-20 18:47:34.348 - warn: shelly.0 (2054) get state error: Connection is closed. 2022-03-20 18:47:34.349 - warn: shelly.0 (2054) Could not perform strict object check of state shelly.0.SHDM-1#D463D3#1.temperatureC: DB closed 2022-03-20 18:47:34.350 - warn: shelly.0 (2054) get state error: Connection is closed. 2022-03-20 18:47:34.350 - warn: shelly.0 (2054) Could not perform strict object check of state shelly.0.SHDM-1#D463D3#1.temperatureF: DB closed 2022-03-20 18:47:34.351 - warn: shelly.0 (2054) get state error: Connection is closed.
ein paar unauffällige Zeilen weiter kommt das hier:
2022-03-20 18:54:02.954 - warn: weatherunderground.0 (735) get state error: DB closed 2022-03-20 18:54:02.955 - warn: weatherunderground.0 (735) get state error: DB closed 2022-03-20 18:54:02.956 - warn: weatherunderground.0 (735) get state error: DB closed 2022-03-20 18:54:02.956 - warn: weatherunderground.0 (735) get state error: DB closed 2022-03-20 18:54:02.957 - warn: weatherunderground.0 (735) get state error: DB closed 2022-03-20 18:54:02.960 - error: weatherunderground.0 (735) Could not parse Conditions-Data: Error: DB closed 2022-03-20 18:54:25.464 - info: cloud.0 (845) Trying to connect as system.user.admin 2022-03-20 18:54:25.469 - info: cloud.0 (845) Trying to connect as system.user.admin 2022-03-20 18:54:25.470 - info: cloud.0 (845) Trying to connect as system.user.admin 2022-03-20 18:54:25.472 - info: cloud.0 (845) Trying to connect as system.user.admin 2022-03-20 18:54:25.473 - info: cloud.0 (845) Trying to connect as system.user.admin 2022-03-20 18:54:25.532 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:25.533 - error: weatherunderground.0 (735) exception in : body.daily_forecastError: DB closed 2022-03-20 18:54:26.239 - info: cloud.0 (845) Trying to connect as system.user.admin 2022-03-20 18:54:26.967 - info: cloud.0 (845) Trying to connect as system.user.admin 2022-03-20 18:54:26.993 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:26.995 - error: weatherunderground.0 (735) exception in : body.daily_forecastError: DB closed 2022-03-20 18:54:27.387 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastPeriod.2p.date: DB closed 2022-03-20 18:54:27.388 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.390 - error: weatherunderground.0 (735) exception in : body.daily_forecastError: DB closed 2022-03-20 18:54:27.392 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastPeriod.3p.date: DB closed 2022-03-20 18:54:27.393 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.395 - error: weatherunderground.0 (735) exception in : body.daily_forecastError: DB closed 2022-03-20 18:54:27.400 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastPeriod.4p.date: DB closed 2022-03-20 18:54:27.401 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.403 - error: weatherunderground.0 (735) exception in : body.daily_forecastError: DB closed 2022-03-20 18:54:27.405 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastPeriod.5p.date: DB closed 2022-03-20 18:54:27.406 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.407 - error: weatherunderground.0 (735) exception in : body.daily_forecastError: DB closed 2022-03-20 18:54:27.409 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastPeriod.6p.date: DB closed 2022-03-20 18:54:27.410 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.412 - error: weatherunderground.0 (735) exception in : body.daily_forecastError: DB closed 2022-03-20 18:54:27.415 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastPeriod.7p.date: DB closed 2022-03-20 18:54:27.416 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.417 - error: weatherunderground.0 (735) exception in : body.daily_forecastError: DB closed 2022-03-20 18:54:27.422 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecast.0d.date: DB closed 2022-03-20 18:54:27.423 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.425 - error: weatherunderground.0 (735) exception in daily forecast data Error: DB closed 2022-03-20 18:54:27.427 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecast.1d.date: DB closed 2022-03-20 18:54:27.428 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.434 - error: weatherunderground.0 (735) exception in daily forecast data Error: DB closed 2022-03-20 18:54:27.436 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecast.2d.date: DB closed 2022-03-20 18:54:27.437 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.439 - error: weatherunderground.0 (735) exception in daily forecast data Error: DB closed 2022-03-20 18:54:27.441 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecast.3d.date: DB closed 2022-03-20 18:54:27.442 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.443 - error: weatherunderground.0 (735) exception in daily forecast data Error: DB closed 2022-03-20 18:54:27.448 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.0h.time: DB closed 2022-03-20 18:54:27.449 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.451 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.453 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.1h.time: DB closed 2022-03-20 18:54:27.454 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.456 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.460 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.2h.time: DB closed 2022-03-20 18:54:27.461 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.463 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.466 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.3h.time: DB closed 2022-03-20 18:54:27.467 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.469 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.471 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.4h.time: DB closed 2022-03-20 18:54:27.472 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.474 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.476 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.5h.time: DB closed 2022-03-20 18:54:27.477 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.479 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.481 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.6h.time: DB closed 2022-03-20 18:54:27.482 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.483 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.486 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.7h.time: DB closed 2022-03-20 18:54:27.487 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.488 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.490 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.8h.time: DB closed 2022-03-20 18:54:27.491 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.493 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.495 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.9h.time: DB closed 2022-03-20 18:54:27.496 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.498 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.500 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.10h.time: DB closed 2022-03-20 18:54:27.501 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.503 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.506 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.11h.time: DB closed 2022-03-20 18:54:27.507 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.509 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.511 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.12h.time: DB closed 2022-03-20 18:54:27.512 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.514 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.516 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.13h.time: DB closed 2022-03-20 18:54:27.517 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.518 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.520 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.14h.time: DB closed 2022-03-20 18:54:27.521 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.523 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.525 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.15h.time: DB closed 2022-03-20 18:54:27.525 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.527 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.529 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.16h.time: DB closed 2022-03-20 18:54:27.529 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.531 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.533 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.17h.time: DB closed 2022-03-20 18:54:27.534 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.536 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.538 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.18h.time: DB closed 2022-03-20 18:54:27.539 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.540 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.544 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.19h.time: DB closed 2022-03-20 18:54:27.550 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.551 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.553 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.20h.time: DB closed 2022-03-20 18:54:27.554 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.556 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.559 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.21h.time: DB closed 2022-03-20 18:54:27.560 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.562 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.564 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.22h.time: DB closed 2022-03-20 18:54:27.565 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.567 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.569 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.23h.time: DB closed 2022-03-20 18:54:27.570 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.571 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.573 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.24h.time: DB closed 2022-03-20 18:54:27.574 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.576 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.578 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.25h.time: DB closed 2022-03-20 18:54:27.579 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.580 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.595 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.26h.time: DB closed 2022-03-20 18:54:27.599 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.600 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.603 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.27h.time: DB closed 2022-03-20 18:54:27.603 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.605 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.607 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.28h.time: DB closed 2022-03-20 18:54:27.608 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.610 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.612 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.29h.time: DB closed 2022-03-20 18:54:27.613 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.614 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.616 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.30h.time: DB closed 2022-03-20 18:54:27.631 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.634 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.638 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.31h.time: DB closed 2022-03-20 18:54:27.641 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.646 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.648 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.32h.time: DB closed 2022-03-20 18:54:27.649 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.650 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.652 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.33h.time: DB closed 2022-03-20 18:54:27.653 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.655 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.657 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.34h.time: DB closed 2022-03-20 18:54:27.658 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.659 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed 2022-03-20 18:54:27.661 - warn: weatherunderground.0 (735) Could not perform strict object check of state weatherunderground.0.forecastHourly.35h.time: DB closed 2022-03-20 18:54:27.662 - warn: weatherunderground.0 (735) get state error: Connection is closed. 2022-03-20 18:54:27.664 - error: weatherunderground.0 (735) Could not parse hourly Forecast-Data: Error: DB closed
danach läuft es aktuell durch.
-
@th3rockyeah der radar2 ist so ne Sache, der sollte mal überarbeitet werden
beim shelly hatte ich die Fehler auch, waren aber mit der akuellen shelly Version weg
weatherunderground ist ok, war wahrscheinlich beim Datenabruf, ist bei mir auch -
@th3rockyeah Und das war VOR dem reboot oder wie? Also ja beim beenden kann es mal vorkommen (da wurde in aktuellen Adapter versionen viel optimiert teilweise) dann ein adapte noch dinge tun will nachdem die DB (also controller schon weg ist). Das ist dann vor allem bei einem "iob restart" ggf blöd weil dann Prozesse hängen bleiben.
Aber bei nem Reboot sollte das egal sein ... da ist die Frage wo das im Log exakt los geht ... am besten nochmal "iob stop" machen und schauen das alles beendet ist oder manuell killen. Dann iob start ... läuft dann alles sauber?
Mich wundert nur das der js.controller 100% CPU hatte ... hätten die adapterprozesse sein müssen
-
@apollon77 Ich habe "iob stop" gecheckt, ob ein Prozess läuft (top) und dann "iob start" gemacht.
Folgende Logs sind dabei entstanden. Ich habe es leicht modifiziert, sry long read
Teil 12022-03-21 09:45:09.742 - info: host.raspberrypi All instances are stopped. 2022-03-21 09:45:09.822 - info: host.raspberrypi terminated 2022-03-21 09:46:22.398 - info: host.raspberrypi iobroker.js-controller version 4.0.19 js-controller starting 2022-03-21 09:46:22.406 - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker 2022-03-21 09:46:22.407 - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1 2022-03-21 09:46:22.407 - info: host.raspberrypi ip addresses: Y.X.C.V.31 IPV6Adree 2022-03-21 09:46:24.089 - info: host.raspberrypi connected to Objects and States 2022-03-21 09:46:24.142 - info: host.raspberrypi added notifications configuration of host 2022-03-21 09:46:24.829 - info: host.raspberrypi 32 instances found 2022-03-21 09:46:24.910 - info: host.raspberrypi starting 21 instances 2022-03-21 09:46:25.101 - info: host.raspberrypi instance system.adapter.admin.0 started with pid 11936 2022-03-21 09:46:27.499 - info: admin.0 (11936) starting. Version 5.3.3 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:46:27.551 - info: admin.0 (11936) requesting all states 2022-03-21 09:46:27.551 - info: admin.0 (11936) requesting all objects 2022-03-21 09:46:29.062 - info: host.raspberrypi instance system.adapter.email.0 started with pid 11952 2022-03-21 09:46:29.687 - info: admin.0 (11936) received all objects 2022-03-21 09:46:30.072 - info: admin.0 (11936) Request actual repository... 2022-03-21 09:46:30.119 - info: admin.0 (11936) http server listening on port 8081 2022-03-21 09:46:30.120 - info: admin.0 (11936) Use link "http://localhost:8081" to configure. 2022-03-21 09:46:31.362 - info: host.raspberrypi Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json" 2022-03-21 09:46:32.537 - info: email.0 (11952) starting. Version 1.0.10 (non-npm: iobroker-community-adapters/ioBroker.email) in /opt/iobroker/node_modules/iobroker.email, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:46:33.032 - info: host.raspberrypi instance system.adapter.history.0 started with pid 11967 2022-03-21 09:46:34.715 - info: admin.0 (11936) Repository received successfully. 2022-03-21 09:46:37.145 - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 11978 2022-03-21 09:46:38.026 - info: history.0 (11967) starting. Version 1.11.0 in /opt/iobroker/node_modules/iobroker.history, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:46:38.196 - info: history.0 (11967) enabled logging of zigbee.0.00158d000464c66d.humidity (Count=1), Alias=false 2022-03-21 09:46:38.197 - info: history.0 (11967) enabled logging of zigbee.0.00158d000464c66d.pressure (Count=2), Alias=false 2022-03-21 09:46:38.198 - info: history.0 (11967) enabled logging of zigbee.0.00158d000464c66d.temperature (Count=3), Alias=false 2022-03-21 09:46:38.199 - info: history.0 (11967) enabled logging of zigbee.0.00158d00046611c0.humidity (Count=4), Alias=false 2022-03-21 09:46:38.200 - info: history.0 (11967) enabled logging of zigbee.0.00158d00046611c0.pressure (Count=5), Alias=false 2022-03-21 09:46:38.201 - info: history.0 (11967) enabled logging of zigbee.0.00158d00046611c0.temperature (Count=6), Alias=false 2022-03-21 09:46:49.318 - info: host.raspberrypi instance system.adapter.pushover.0 started with pid 11993 2022-03-21 09:46:49.399 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 11999 2022-03-21 09:46:49.458 - info: host.raspberrypi instance system.adapter.hue.0 started with pid 12002 2022-03-21 09:46:59.263 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 12026 2022-03-21 09:46:59.304 - info: host.raspberrypi instance system.adapter.shelly.1 started with pid 12028 2022-03-21 09:47:00.880 - info: javascript.0 (11978) starting. Version 5.4.5 in /opt/iobroker/node_modules/iobroker.javascript, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:47:01.255 - info: host.raspberrypi instance system.adapter.tr-064.0 started with pid 12044 2022-03-21 09:47:02.757 - info: pushover.0 (11993) starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.pushover, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:47:02.893 - info: alexa2.0 (11999) starting. Version 3.12.0 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:47:03.931 - info: javascript.0 (11978) requesting all states 2022-03-21 09:47:03.933 - info: javascript.0 (11978) requesting all objects 2022-03-21 09:47:06.148 - info: host.raspberrypi instance scheduled system.adapter.weatherunderground.0 6 * * * * 2022-03-21 09:47:06.186 - info: host.raspberrypi instance system.adapter.weatherunderground.0 started with pid 12075 2022-03-21 09:47:06.353 - info: javascript.0 (11978) received all objects 2022-03-21 09:47:06.572 - info: javascript.0 (11978) received all states 2022-03-21 09:47:07.197 - info: alexa2.0 (11999) Alexa-Push-Connection (macDms = true) established. Disable Polling 2022-03-21 09:47:07.227 - info: javascript.0 (11978) Start javascript script.js.common.BatteryCheck 2022-03-21 09:47:07.400 - info: javascript.0 (11978) script.js.common.BatteryCheck: starting Batterieüberwachung V.1.8.5 2022-03-21 09:47:07.417 - info: javascript.0 (11978) script.js.common.BatteryCheck: registered 0 subscriptions and 0 schedules 2022-03-21 09:47:07.450 - info: javascript.0 (11978) Start javascript script.js.common.BewegungsmelderV2 2022-03-21 09:47:07.476 - info: javascript.0 (11978) script.js.common.BewegungsmelderV2: *** Bewegungsmelder-Script gestartet *** Folgende Bewegungsmelder werden überwacht: BadGaeste, SchlafzimmerNew, Laundry, BadFirstFloor, FirstFloorLightNew, FirstFloorLightTom, StairsToFirstFloor, BeerCellar, ToolCellar, CellarFloor, StepToCellarFloor, AlarmTest3 2022-03-21 09:47:07.481 - info: javascript.0 (11978) script.js.common.BewegungsmelderV2: registered 12 subscriptions and 0 schedules 2022-03-21 09:47:07.482 - info: javascript.0 (11978) Start javascript script.js.common.CommonMix 2022-03-21 09:47:07.502 - info: javascript.0 (11978) script.js.common.CommonMix: registered 8 subscriptions and 0 schedules 2022-03-21 09:47:07.503 - info: javascript.0 (11978) Start javascript script.js.common.FritzBox 2022-03-21 09:47:07.521 - info: javascript.0 (11978) script.js.common.FritzBox: registered 1 subscription and 0 schedules 2022-03-21 09:47:07.523 - info: javascript.0 (11978) Start javascript script.js.common.LeavingHouse 2022-03-21 09:47:07.547 - info: javascript.0 (11978) script.js.common.LeavingHouse: registered 2 subscriptions and 0 schedules 2022-03-21 09:47:07.548 - info: javascript.0 (11978) Start javascript script.js.common.OpenDoorsWindows 2022-03-21 09:47:07.582 - info: javascript.0 (11978) script.js.common.OpenDoorsWindows: registered 0 subscriptions and 0 schedules 2022-03-21 09:47:07.583 - info: javascript.0 (11978) Start javascript script.js.common.Shellys 2022-03-21 09:47:07.603 - info: javascript.0 (11978) script.js.common.Shellys: registered 9 subscriptions and 0 schedules 2022-03-21 09:47:08.418 - info: javascript.0 (11978) script.js.common.OpenDoorsWindows: Alle Fenster geschlossen. 2022-03-21 09:47:09.123 - info: shelly.0 (12026) starting. Version 5.3.2 in /opt/iobroker/node_modules/iobroker.shelly, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:47:09.170 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 12087 2022-03-21 09:47:10.585 - info: tr-064.0 (12044) starting. Version 4.2.15 in /opt/iobroker/node_modules/iobroker.tr-064, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:47:10.654 - info: shelly.1 (12028) starting. Version 5.3.2 in /opt/iobroker/node_modules/iobroker.shelly, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:47:11.513 - info: weatherunderground.0 (12075) starting. Version 3.4.1 (non-npm: iobroker-community-adapters/ioBroker.weatherunderground) in /opt/iobroker/node_modules/iobroker.weatherunderground, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:47:11.974 - info: shelly.0 (12026) Starting in CoAP mode. 2022-03-21 09:47:12.209 - info: shelly.0 (12026) [CoAP] Listening for packets in the network 2022-03-21 09:47:12.765 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shellyplug-s / shellyplug-s-E435C4 / SHPLG-S#E435C4#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:12.999 - info: shelly.1 (12028) Starting in MQTT mode. Listening on Y.X.C.V.31:1882 2022-03-21 09:47:13.110 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shellydimmer / shellydimmer-D463D3 / SHDM-1#D463D3#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:13.388 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shellyplug-s / shellyplug-s-4BA36E / SHPLG2-1#4BA36E#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:13.681 - info: host.raspberrypi instance system.adapter.discovery.0 started with pid 12109 2022-03-21 09:47:13.808 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shelly1 / shelly1-767AC8 / SHSW-1#767AC8#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:14.090 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shellyplug-s / shellyplug-s-80116A / SHPLG-S#80116A#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:15.629 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shelly1pm / shelly1pm-F27119 / SHSW-PM#F27119#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:17.290 - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 12124 2022-03-21 09:47:17.389 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shelly1pm / shelly1pm-F27634 / SHSW-PM#F27634#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:17.814 - info: shelly.1 (12028) [MQTT] Device Y.X.C.V (shellyplus1 / shellyplus1-a8032abeb1e4 / shellyplus1#a8032abeb1e4#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:18.224 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shellyplug-s / shellyplug-s-577BFA / SHPLG-S#577BFA#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:19.695 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shellydimmer2 / shellydimmer2-D8BFC019EECE / SHDM-2#D8BFC019EECE#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:20.044 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shellyplug-s / shellyplug-s-B4B41F / SHPLG-S#B4B41F#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:21.240 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shellyplug-s / shellyplug-s-8D010E / SHPLG-S#8D010E#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:23.103 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shellyplug-s / shellyplug-s-DE15FC / SHPLG-S#DE15FC#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:24.815 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shellydimmer / shellydimmer-D3E31B / SHDM-1#D3E31B#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:25.268 - info: shelly.0 (12026) [CoAP] Device Y.X.C.V (shelly1 / shelly1-98F4ABF3CF6C / SHSW-1#98F4ABF3CF6C#1) connected! Polltime set to 5 sec. 2022-03-21 09:47:29.331 - warn: backitup.0 (12124) slow connection to objects DB. Still waiting ... 2022-03-21 09:52:24.306 - info: host.raspberrypi instance scheduled system.adapter.feiertage.0 0 0 * * * 2022-03-21 09:52:24.345 - info: host.raspberrypi instance system.adapter.feiertage.0 started with pid 12147 2022-03-21 09:52:36.215 - warn: feiertage.0 (12147) slow connection to objects DB. Still waiting ... 2022-03-21 09:52:43.062 - info: host.raspberrypi instance scheduled system.adapter.schoolfree.0 1 0 * * * 2022-03-21 09:52:43.140 - info: host.raspberrypi instance system.adapter.schoolfree.0 started with pid 12158 2022-03-21 09:52:43.236 - info: host.raspberrypi instance system.adapter.radar2.0 started with pid 12164 2022-03-21 09:52:43.660 - info: host.raspberrypi instance system.adapter.info.0 started with pid 12172 2022-03-21 09:52:43.736 - info: host.raspberrypi instance system.adapter.cloud.0 started with pid 12173 2022-03-21 09:52:44.165 - info: host.raspberrypi instance system.adapter.text2command.0 started with pid 12186 2022-03-21 09:52:44.283 - info: host.raspberrypi instance system.adapter.iot.0 started with pid 12188 2022-03-21 09:52:56.402 - warn: schoolfree.0 (12158) slow connection to objects DB. Still waiting ... 2022-03-21 09:52:56.710 - warn: feiertage.0 (12147) slow connection to states DB. Still waiting ... 2022-03-21 09:52:56.713 - warn: radar2.0 (12164) slow connection to objects DB. Still waiting ... 2022-03-21 09:52:57.417 - warn: cloud.0 (12173) slow connection to objects DB. Still waiting ... 2022-03-21 09:52:57.723 - warn: text2command.0 (12186) slow connection to objects DB. Still waiting ... 2022-03-21 09:52:58.256 - warn: iot.0 (12188) slow connection to objects DB. Still waiting ... 2022-03-21 09:52:59.031 - warn: info.0 (12172) slow connection to objects DB. Still waiting ... 2022-03-21 09:55:35.146 - warn: schoolfree.0 (12158) slow connection to states DB. Still waiting ... 2022-03-21 09:55:35.148 - warn: radar2.0 (12164) slow connection to states DB. Still waiting ... 2022-03-21 09:55:35.150 - warn: cloud.0 (12173) slow connection to states DB. Still waiting ... 2022-03-21 09:55:35.158 - warn: text2command.0 (12186) slow connection to states DB. Still waiting ... 2022-03-21 09:55:35.293 - warn: iot.0 (12188) slow connection to states DB. Still waiting ... 2022-03-21 09:55:35.298 - warn: info.0 (12172) slow connection to states DB. Still waiting ... 2022-03-21 09:58:39.627 - info: zigbee.0 (12087) starting. Version 1.6.16 (non-npm: ioBroker/ioBroker.zigbee) in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:58:40.024 - info: discovery.0 (12109) starting. Version 2.8.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:58:40.015 - info: zigbee.0 (12087) Starting Zigbee npm ... 2022-03-21 09:58:41.540 - info: radar2.0 (12164) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.radar2, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:58:41.651 - info: zigbee.0 (12087) Installed Version: ioBroker/ioBroker.zigbee 2022-03-21 09:58:42.142 - info: zigbee.0 (12087) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20211217}} 2022-03-21 09:58:42.152 - info: zigbee.0 (12087) Unable to disable LED, unsupported function. 2022-03-21 09:58:42.180 - info: radar2.0 (12164) radar2 initialization started... 2022-03-21 09:58:42.182 - info: zigbee.0 (12087) --> transmitPower : normal 2022-03-21 09:58:42.215 - info: zigbee.0 (12087) Currently 53 devices are joined: 2022-03-21 09:58:42.212 - info: radar2.0 (12164) Will use l2Ping for BT scans. 2022-03-21 09:58:42.396 - info: radar2.0 (12164) Will run hcitool-mode and not noble on device []! 2022-03-21 09:58:42.762 - info: radar2.0 (12164) arp-scan will use the following interfaces: [ 'eth0' ] 2022-03-21 09:58:42.777 - info: text2command.0 (12186) starting. Version 2.2.1 in /opt/iobroker/node_modules/iobroker.text2command, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:58:42.865 - info: radar2.0 (12164) Connected with '0.0.0.0' for DHCP Scan 2022-03-21 09:58:42.677 - info: zigbee.0 (12087) 0x00158d00044520d0 (addr 53360): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice) ... 2022-03-21 09:58:42.692 - info: zigbee.0 (12087) 0xccccccfffea9c795 (addr 48051): E1525/E1745 - IKEA TRADFRI motion sensor (EndDevice) 2022-03-21 09:58:42.918 - info: zigbee.0 (12087) 0x000d6ffffea61fe1 (addr 8521): E1746 - IKEA TRADFRI signal repeater (Router) .... 2022-03-21 09:58:42.919 - info: zigbee.0 (12087) Zigbee started 2022-03-21 09:58:43.334 - info: cloud.0 (12173) starting. Version 4.1.1 in /opt/iobroker/node_modules/iobroker.cloud, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:58:44.332 - info: cloud.0 (12173) Connecting with https://iobroker.pro:10555 with "@pro_lars@lars-keller.net_a56c8fe0-59a6-11ea-bbb9-a3d45e2d176f" 2022-03-21 09:58:44.550 - warn: zigbee.0 (12087) DeviceAvailability:Failed to ping 0x000d6ffffe2e4a54 TRADFRI signal repeater 2022-03-21 09:58:44.744 - info: backitup.0 (12124) starting. Version 2.3.5 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:58:44.848 - info: feiertage.0 (12147) starting. Version 1.1.0 in /opt/iobroker/node_modules/iobroker.feiertage, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:58:44.551 - warn: zigbee.0 (12087) DeviceAvailability:Failed to ping 0x680ae2fffe9c8577 TRADFRI Signal Repeater 2022-03-21 09:58:45.143 - info: cloud.0 (12173) Trying to connect as system.user.admin 2022-03-21 09:58:45.270 - info: backitup.0 (12124) [iobroker] backup was activated at 02:53 every 1 day(s) 2022-03-21 09:58:45.503 - info: schoolfree.0 (12158) starting. Version 1.0.1 in /opt/iobroker/node_modules/iobroker.schoolfree, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:58:45.880 - warn: schoolfree.0 (12158) schoolfree set state error: TypeError: Cannot read property 'name' of undefined 2022-03-21 09:58:46.765 - info: schoolfree.0 (12158) schoolfree request done 2022-03-21 09:58:47.101 - info: iot.0 (12188) starting. Version 1.11.2 in /opt/iobroker/node_modules/iobroker.iot, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:58:47.359 - info: feiertage.0 (12147) Next holiday: Karfreitag is in 25 days on 15.04.2022 2022-03-21 09:58:47.355 - info: iot.0 (12188) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com 2022-03-21 09:58:48.667 - info: feiertage.0 (12147) adapter feiertage objects written 2022-03-21 09:58:49.283 - info: feiertage.0 (12147) Terminated (NO_ERROR): Without reason 2022-03-21 09:58:49.971 - info: iot.0 (12188) Connection changed: connect 2022-03-21 09:58:50.051 - error: cloud.0 (12173) Cloud says: timeout 2022-03-21 09:58:50.437 - info: host.raspberrypi instance system.adapter.feiertage.0 terminated with code 0 (NO_ERROR) 2022-03-21 09:58:50.509 - info: radar2.0 (12164) Init item YYYY with {name: 'YYYY',bluetooth: [],enabled: -1,id: 'YYYY',type: 'IP',hasMAC: [ 'XXXX' ],ipVendor: 'N/A',rip: [ '192.168.xxx.yyy' ],lasthere: '2022-03-21T05:14:19.102Z'} 2022-03-21 09:58:51.060 - info: cloud.0 (12173) Connection changed: io server disconnect 2022-03-21 09:58:52.403 - info: info.0 (12172) starting. Version 1.9.19 in /opt/iobroker/node_modules/iobroker.info, node: v14.19.1, js-controller: 4.0.19 2022-03-21 09:58:52.691 - info: info.0 (12172) Reading/updating systemdata. 2022-03-21 09:58:54.318 - info: info.0 (12172) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number" 2022-03-21 09:58:54.560 - info: info.0 (12172) State value to set for "info.0.sysinfo.cpu.info.cache-l1d" has to be type "number" but received type "string" 2022-03-21 09:58:54.618 - info: info.0 (12172) State value to set for "info.0.sysinfo.cpu.info.cache-l1i" has to be type "number" but received type "string" 2022-03-21 09:58:54.644 - info: info.0 (12172) State value to set for "info.0.sysinfo.cpu.info.cache-l2" has to be type "number" but received type "string" 2022-03-21 09:58:54.706 - info: info.0 (12172) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string" 2022-03-21 09:58:55.350 - info: info.0 (12172) cpu Temp res = {"main":74.984,"cores":[],"max":74.984,"socket":[],"chipset":null} 2022-03-21 09:58:56.197 - info: info.0 (12172) State value to set for "info.0.sysinfo.memory.memLayout.ram0.ecc" has to be stringified but received type "boolean" 2022-03-21 09:58:56.763 - info: radar2.0 (12164) Init item XXXXX with {name: 'XXXXX',bluetooth: [],enabled: -1,id: 'XXXXX',type: 'IP',hasMAC: [ 'xxx' ],ipVendor: 'N/A',rip: [ '192.168.xxx.yyy' ],lasthere: '2021-12-14T03:02:35.263Z'} 2022-03-21 09:58:56.989 - info: radar2.0 (12164) Init item XXXYYY with {name: 'XXXYYY',bluetooth: [],enabled: -1,id: 'XXXYYY',type: 'IP',hasMAC: [ 'xxx' ],ipVendor: 'N/A',rip: [ '192.168.xxx.yyy' ],lasthere: '2022-03-21T08:44:50.501Z'} 2022-03-21 09:58:56.990 - info: radar2.0 (12164) Adapter identified macs: (XXX,YYY,CCC), ips: (xxx.xxx.xxx.yyy,xxx.xxx.xxx.yyy,xxx.xxx.xxx.yyy), bts LE: (), bts norm: () 2022-03-21 09:58:57.272 - info: radar2.0 (12164) radar2 found 3 devices in config (YYYY,XXXXX,XXXYYY) and 3 enabled. 2022-03-21 09:58:57.273 - info: radar2.0 (12164) radar2 set use of noble(false), doArp("-lgq --retry=5 --timeout=400" on eth0), btid(-1) and doUwz(undefined,30,0,de,true). 2022-03-21 09:59:14.958 - info: cloud.0 (12173) Trying to connect as system.user.admin 2022-03-21 09:59:15.281 - info: cloud.0 (12173) Connection changed: connect 2022-03-21 09:59:15.327 - info: cloud.0 (12173) Adapter redirected temporally to "https://iobroker.pro:10556" in 30 seconds. Reason: command from server 2022-03-21 09:59:16.788 - info: schoolfree.0 (12158) Terminated (NO_ERROR): Without reason 2022-03-21 09:59:17.807 - info: host.raspberrypi instance system.adapter.schoolfree.0 terminated with code 0 (NO_ERROR) 2022-03-21 09:59:18.058 - info: weatherunderground.0 (12075) Terminated (NO_ERROR): Without reason 2022-03-21 09:59:19.030 - info: host.raspberrypi instance system.adapter.weatherunderground.0 terminated with code 0 (NO_ERROR) 2022-03-21 09:59:53.061 - error: radar2.0 (12164) States database error: write EPIPE 2022-03-21 09:59:53.064 - info: shelly.1 (12028) Closing Adapter 2022-03-21 09:59:53.364 - info: radar2.0 (12164) Unload adapter now with null 2022-03-21 09:59:53.366 - info: radar2.0 (12164) Adapter disconnected and stopped with dostop(null) and callback(true) 2022-03-21 09:59:53.360 - error: shelly.0 (12026) Objects database error: write EPIPE 2022-03-21 09:59:54.120 - error: radar2.0 (12164) uncaught exception: Cannot read property 'init' of null 2022-03-21 09:59:54.122 - error: radar2.0 (12164) TypeError: Cannot read property 'init' of null at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.radar2/myNetworks.js:964:82) at listOnTimeout (internal/timers.js:557:17) at processTimers (internal/timers.js:500:7) 2022-03-21 09:59:54.123 - error: radar2.0 (12164) Cannot read property 'init' of null 2022-03-21 09:59:54.125 - warn: radar2.0 (12164) Uncaught Exception: Cannot read property 'init' of null 2022-03-21 09:59:54.236 - error: iot.0 (12188) States database error: write ECONNRESET 2022-03-21 09:59:54.419 - info: iot.0 (12188) Connection changed: disconnect 2022-03-21 09:59:54.420 - info: iot.0 (12188) Connection lost 2022-03-21 09:59:54.472 - error: backitup.0 (12124) States database error: write ECONNRESET 2022-03-21 09:59:54.478 - info: backitup.0 (12124) cleaned everything up... 2022-03-21 09:59:54.489 - error: tr-064.0 (12044) States database error: write EPIPE 2022-03-21 09:59:54.569 - info: shelly.1 (12028) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:54.544 - error: hue.0 (12002) States database error: write ECONNRESET 2022-03-21 09:59:54.738 - error: history.0 (11967) States database error: write ECONNRESET 2022-03-21 09:59:54.808 - error: pushover.0 (11993) States database error: write EPIPE 2022-03-21 09:59:54.865 - info: radar2.0 (12164) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:54.861 - error: text2command.0 (12186) States database error: write ECONNRESET 2022-03-21 09:59:54.888 - error: zigbee.0 (12087) States database error: write ECONNRESET 2022-03-21 09:59:54.897 - error: javascript.0 (11978) States database error: write ECONNRESET 2022-03-21 09:59:54.905 - info: zigbee.0 (12087) cleaned everything up... 2022-03-21 09:59:54.910 - error: discovery.0 (12109) States database error: write ECONNRESET 2022-03-21 09:59:54.948 - info: javascript.0 (11978) Stop script script.js.common.BatteryCheck 2022-03-21 09:59:54.959 - error: cloud.0 (12173) States database error: write ECONNRESET 2022-03-21 09:59:54.943 - error: email.0 (11952) States database error: write ECONNRESET 2022-03-21 09:59:54.839 - error: shelly.0 (12026) States database error: write EPIPE 2022-03-21 09:59:55.071 - error: alexa2.0 (11999) States database error: write EPIPE 2022-03-21 09:59:54.965 - info: javascript.0 (11978) Stop script script.js.common.BewegungsmelderV2 2022-03-21 09:59:54.981 - info: javascript.0 (11978) Stop script script.js.common.CommonMix 2022-03-21 09:59:54.983 - info: javascript.0 (11978) Stop script script.js.common.FritzBox 2022-03-21 09:59:54.984 - info: javascript.0 (11978) Stop script script.js.common.LeavingHouse 2022-03-21 09:59:55.022 - info: javascript.0 (11978) Stop script script.js.common.OpenDoorsWindows 2022-03-21 09:59:55.026 - info: javascript.0 (11978) Stop script script.js.common.Shellys 2022-03-21 09:59:55.105 - error: info.0 (12172) States database error: write ECONNRESET 2022-03-21 09:59:55.113 - info: info.0 (12172) cleaned everything up... 2022-03-21 09:59:55.187 - info: shelly.0 (12026) Closing Adapter 2022-03-21 09:59:55.234 - error: admin.0 (11936) States database error: write EPIPE 2022-03-21 09:59:55.325 - info: zigbee.0 (12087) Zigbee: disabling joining new devices. 2022-03-21 09:59:55.358 - info: admin.0 (11936) terminating http server on port 8081 2022-03-21 09:59:55.793 - info: iot.0 (12188) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:55.983 - info: backitup.0 (12124) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:56.013 - info: tr-064.0 (12044) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:56.367 - info: pushover.0 (11993) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:56.409 - info: zigbee.0 (12087) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:56.417 - info: text2command.0 (12186) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:56.430 - info: discovery.0 (12109) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:56.453 - info: javascript.0 (11978) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:56.486 - info: email.0 (11952) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:56.498 - info: cloud.0 (12173) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:56.638 - info: alexa2.0 (11999) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:56.640 - info: info.0 (12172) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:56.691 - info: shelly.0 (12026) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:56.865 - info: admin.0 (11936) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 09:59:57.825 - error: shelly.1 (12028) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 09:59:57.836 - warn: shelly.1 (12028) get state error: Connection is closed. 2022-03-21 09:59:57.837 - warn: shelly.1 (12028) get state error: DB closed 2022-03-21 09:59:57.838 - warn: shelly.1 (12028) get state error: DB closed 2022-03-21 09:59:57.839 - warn: shelly.1 (12028) get state error: DB closed 2022-03-21 09:59:57.839 - warn: shelly.1 (12028) get state error: DB closed 2022-03-21 09:59:57.840 - warn: shelly.1 (12028) get state error: DB closed 2022-03-21 09:59:57.840 - warn: shelly.1 (12028) get state error: DB closed 2022-03-21 09:59:57.840 - warn: shelly.1 (12028) get state error: DB closed 2022-03-21 09:59:57.841 - warn: shelly.1 (12028) get state error: DB closed 2022-03-21 09:59:57.841 - warn: shelly.1 (12028) get state error: DB closed 2022-03-21 09:59:57.842 - warn: shelly.1 (12028) get state error: DB closed 2022-03-21 09:59:57.842 - warn: shelly.1 (12028) get state error: DB closed 2022-03-21 09:59:57.843 - warn: shelly.1 (12028) get state error: DB closed 2022-03-21 09:59:58.396 - warn: radar2.0 (12164) get state error: Connection is closed. 2022-03-21 09:59:58.397 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.398 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.399 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.399 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.400 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.401 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.401 - warn: radar2.0 (12164) redis get radar2.0.info.connection, error - DB closed 2022-03-21 09:59:58.402 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.402 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.403 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.403 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.404 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.404 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.406 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.407 - warn: radar2.0 (12164) get state error: DB closed 2022-03-21 09:59:58.504 - error: shelly.0 (12026) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 09:59:59.316 - error: iot.0 (12188) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 09:59:59.326 - warn: iot.0 (12188) get state error: Connection is closed. 2022-03-21 09:59:59.327 - warn: iot.0 (12188) get state error: DB closed 2022-03-21 09:59:59.328 - warn: iot.0 (12188) get state error: DB closed 2022-03-21 09:59:59.328 - warn: iot.0 (12188) get state error: DB closed 2022-03-21 09:59:59.328 - warn: iot.0 (12188) get state error: DB closed 2022-03-21 09:59:59.329 - warn: iot.0 (12188) get state error: DB closed 2022-03-21 09:59:59.329 - warn: iot.0 (12188) get state error: DB closed 2022-03-21 09:59:59.330 - warn: iot.0 (12188) get state error: DB closed 2022-03-21 09:59:59.331 - warn: iot.0 (12188) get state error: DB closed 2022-03-21 09:59:59.331 - warn: iot.0 (12188) get state error: DB closed 2022-03-21 09:59:59.332 - warn: iot.0 (12188) get state error: DB closed 2022-03-21 09:59:59.333 - warn: iot.0 (12188) get state error: DB closed 2022-03-21 09:59:59.334 - warn: iot.0 (12188) get state error: DB closed 2022-03-21 09:59:59.486 - warn: backitup.0 (12124) get state error: Connection is closed. 2022-03-21 09:59:59.524 - warn: tr-064.0 (12044) get state error: Connection is closed. 2022-03-21 09:59:59.800 - error: history.0 (11967) States database error: connect ECONNREFUSED 127.0.0.1:9000 2022-03-21 09:59:59.805 - error: history.0 (11967) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 09:59:59.899 - warn: pushover.0 (11993) get state error: Connection is closed. 2022-03-21 09:59:59.936 - warn: text2command.0 (12186) get state error: Connection is closed. 2022-03-21 09:59:59.952 - warn: discovery.0 (12109) get state error: Connection is closed. 2022-03-21 09:59:59.997 - warn: email.0 (11952) get state error: Connection is closed. 2022-03-21 10:00:00.014 - warn: cloud.0 (12173) get state error: Connection is closed. 2022-03-21 10:00:00.073 - warn: javascript.0 (11978) get state error: Connection is closed. 2022-03-21 10:00:00.075 - warn: javascript.0 (11978) get state error: DB closed ... 2022-03-21 10:00:00.090 - warn: javascript.0 (11978) get state error: DB closed 2022-03-21 10:00:00.090 - warn: javascript.0 (11978) get state error: DB closed 2022-03-21 10:00:00.090 - warn: javascript.0 (11978) get state error: DB closed 2022-03-21 10:00:00.091 - warn: javascript.0 (11978) get state error: DB closed 2022-03-21 10:00:00.144 - warn: alexa2.0 (11999) get state error: Connection is closed. 2022-03-21 10:00:00.145 - warn: info.0 (12172) get state error: Connection is closed. 2022-03-21 10:00:00.145 - warn: alexa2.0 (11999) get state error: DB closed 2022-03-21 10:00:00.146 - warn: alexa2.0 (11999) get state error: DB closed 2022-03-21 10:00:00.147 - warn: alexa2.0 (11999) get state error: DB closed 2022-03-21 10:00:00.148 - warn: alexa2.0 (11999) get state error: DB closed 2022-03-21 10:00:00.148 - warn: alexa2.0 (11999) get state error: DB closed 2022-03-21 10:00:00.149 - warn: alexa2.0 (11999) get state error: DB closed 2022-03-21 10:00:00.150 - warn: alexa2.0 (11999) get state error: DB closed 2022-03-21 10:00:00.151 - warn: alexa2.0 (11999) get state error: DB closed 2022-03-21 10:00:00.151 - warn: alexa2.0 (11999) get state error: DB closed 2022-03-21 10:00:00.152 - warn: alexa2.0 (11999) get state error: DB closed 2022-03-21 10:00:00.157 - warn: alexa2.0 (11999) redis get alexa2.0.History.creationTime, error - DB closed 2022-03-21 10:00:00.157 - warn: alexa2.0 (11999) get state error: DB closed 2022-03-21 10:00:00.158 - warn: alexa2.0 (11999) get state error: DB closed 2022-03-21 10:00:00.146 - warn: info.0 (12172) get state error: DB closed 2022-03-21 10:00:00.147 - warn: info.0 (12172) get state error: DB closed 2022-03-21 10:00:00.148 - warn: info.0 (12172) get state error: DB closed 2022-03-21 10:00:00.148 - warn: info.0 (12172) get state error: DB closed 2022-03-21 10:00:00.149 - warn: info.0 (12172) get state error: DB closed 2022-03-21 10:00:00.155 - warn: info.0 (12172) get state error: DB closed 2022-03-21 10:00:00.156 - warn: info.0 (12172) get state error: DB closed 2022-03-21 10:00:00.157 - warn: info.0 (12172) get state error: DB closed 2022-03-21 10:00:00.157 - warn: info.0 (12172) get state error: DB closed 2022-03-21 10:00:00.158 - warn: info.0 (12172) get state error: DB closed 2022-03-21 10:00:00.159 - warn: info.0 (12172) get state error: DB closed 2022-03-21 10:00:00.159 - warn: info.0 (12172) get state error: DB closed 2022-03-21 10:00:00.199 - warn: shelly.0 (12026) get state error: Connection is closed. 2022-03-21 10:00:00.200 - warn: shelly.0 (12026) get state error: DB closed 2022-03-21 10:00:00.201 - warn: shelly.0 (12026) get state error: DB closed 2022-03-21 10:00:00.201 - warn: shelly.0 (12026) get state error: DB closed 2022-03-21 10:00:00.202 - warn: shelly.0 (12026) get state error: DB closed 2022-03-21 10:00:00.203 - warn: shelly.0 (12026) get state error: DB closed 2022-03-21 10:00:00.203 - warn: shelly.0 (12026) get state error: DB closed 2022-03-21 10:00:00.204 - warn: shelly.0 (12026) get state error: DB closed 2022-03-21 10:00:00.204 - warn: shelly.0 (12026) get state error: DB closed 2022-03-21 10:00:00.205 - warn: shelly.0 (12026) get state error: DB closed 2022-03-21 10:00:00.205 - warn: shelly.0 (12026) get state error: DB closed 2022-03-21 10:00:00.212 - warn: shelly.0 (12026) get state error: DB closed 2022-03-21 10:00:00.212 - warn: shelly.0 (12026) get state error: DB closed 2022-03-21 10:00:00.355 - warn: zigbee.0 (12087) get state error: Connection is closed. 2022-03-21 10:00:00.356 - warn: zigbee.0 (12087) get state error: DB closed 2022-03-21 10:00:00.356 - warn: zigbee.0 (12087) get state error: DB closed 2022-03-21 10:00:00.357 - warn: zigbee.0 (12087) get state error: DB closed 2022-03-21 10:00:00.357 - warn: zigbee.0 (12087) get state error: DB closed 2022-03-21 10:00:00.360 - warn: zigbee.0 (12087) get state error: DB closed 2022-03-21 10:00:00.361 - warn: zigbee.0 (12087) get state error: DB closed 2022-03-21 10:00:00.361 - warn: zigbee.0 (12087) get state error: DB closed 2022-03-21 10:00:00.361 - warn: zigbee.0 (12087) get state error: DB closed 2022-03-21 10:00:00.362 - warn: zigbee.0 (12087) get state error: DB closed 2022-03-21 10:00:00.362 - warn: zigbee.0 (12087) get state error: DB closed 2022-03-21 10:00:00.363 - warn: zigbee.0 (12087) get state error: DB closed 2022-03-21 10:00:00.436 - warn: admin.0 (11936) get state error: Connection is closed. 2022-03-21 10:00:00.440 - warn: admin.0 (11936) get state error: DB closed 2022-03-21 10:00:00.440 - warn: admin.0 (11936) get state error: DB closed ... 2022-03-21 10:00:00.448 - warn: admin.0 (11936) get state error: DB closed 2022-03-21 10:00:00.449 - warn: admin.0 (11936) get state error: DB closed 2022-03-21 10:00:00.784 - warn: admin.0 (11936) Cannot get view: Connection is closed. 2022-03-21 10:00:02.833 - error: shelly.1 (12028) Cannot find view "system" for search "device" : Connection is closed. 2022-03-21 10:00:03.511 - error: shelly.0 (12026) Cannot find view "system" for search "device" : DB closed 2022-03-21 10:00:04.803 - error: history.0 (11967) States database error: connect ECONNREFUSED 127.0.0.1:9000 2022-03-21 10:00:04.807 - error: history.0 (11967) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:00:05.796 - info: history.0 (11967) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:00:09.810 - warn: history.0 (11967) get state error: Connection is closed. 2022-03-21 10:00:09.812 - warn: history.0 (11967) get state error: DB closed ... 2022-03-21 10:00:09.829 - warn: history.0 (11967) get state error: DB closed 2022-03-21 10:00:09.830 - warn: history.0 (11967) get state error: DB closed 2022-03-21 10:00:09.830 - warn: history.0 (11967) get state error: DB closed 2022-03-21 10:00:09.831 - warn: history.0 (11967) get state error: DB closed 2022-03-21 10:00:15.504 - info: host.raspberrypi iobroker.js-controller version 4.0.19 js-controller starting 2022-03-21 10:00:15.512 - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker 2022-03-21 10:00:15.513 - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1 2022-03-21 10:00:15.513 - info: host.raspberrypi ip addresses: Y.X.C.V.31 fd01::dea6:32ff:fe4f:dd06 2a02:810d:29bf:fe29:dea6:32ff:fe4f:dd06 fe80::dea6:32ff:fe4f:dd06 2022-03-21 10:00:17.401 - info: host.raspberrypi connected to Objects and States 2022-03-21 10:00:17.461 - info: host.raspberrypi added notifications configuration of host 2022-03-21 10:00:18.336 - info: host.raspberrypi 32 instances found 2022-03-21 10:00:18.397 - info: host.raspberrypi starting 21 instances 2022-03-21 10:00:18.643 - info: host.raspberrypi instance system.adapter.admin.0 started with pid 12522 2022-03-21 10:00:20.608 - error: admin.0 (12522) admin.0 already running 2022-03-21 10:00:20.612 - warn: admin.0 (12522) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:00:21.247 - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:00:21.249 - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled 2022-03-21 10:00:22.436 - info: host.raspberrypi instance system.adapter.email.0 started with pid 12533 2022-03-21 10:00:23.953 - error: email.0 (12533) email.0 already running 2022-03-21 10:00:23.957 - warn: email.0 (12533) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:00:24.578 - error: host.raspberrypi instance system.adapter.email.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:00:24.579 - info: host.raspberrypi Restart adapter system.adapter.email.0 because enabled 2022-03-21 10:00:26.568 - info: host.raspberrypi instance system.adapter.history.0 started with pid 12544 2022-03-21 10:00:28.117 - error: history.0 (12544) history.0 already running 2022-03-21 10:00:28.122 - warn: history.0 (12544) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:00:28.757 - error: host.raspberrypi instance system.adapter.history.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:00:28.758 - info: host.raspberrypi Restart adapter system.adapter.history.0 because enabled 2022-03-21 10:00:30.514 - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 12555 2022-03-21 10:00:33.965 - error: javascript.0 (12555) javascript.0 already running 2022-03-21 10:00:33.969 - warn: javascript.0 (12555) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:00:34.523 - info: host.raspberrypi instance system.adapter.pushover.0 started with pid 12566 2022-03-21 10:00:34.641 - error: host.raspberrypi instance system.adapter.javascript.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:00:34.642 - info: host.raspberrypi Restart adapter system.adapter.javascript.0 because enabled 2022-03-21 10:00:36.117 - error: pushover.0 (12566) pushover.0 already running 2022-03-21 10:00:36.120 - warn: pushover.0 (12566) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:00:36.770 - error: host.raspberrypi instance system.adapter.pushover.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:00:36.771 - info: host.raspberrypi Restart adapter system.adapter.pushover.0 because enabled 2022-03-21 10:00:38.513 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 12577 2022-03-21 10:00:40.157 - error: alexa2.0 (12577) alexa2.0 already running 2022-03-21 10:00:40.161 - warn: alexa2.0 (12577) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:00:40.784 - error: host.raspberrypi instance system.adapter.alexa2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:00:40.785 - info: host.raspberrypi Restart adapter system.adapter.alexa2.0 because enabled 2022-03-21 10:00:42.543 - info: host.raspberrypi instance system.adapter.hue.0 started with pid 12588 2022-03-21 10:00:44.440 - error: hue.0 (12588) hue.0 already running 2022-03-21 10:00:45.064 - error: host.raspberrypi instance system.adapter.hue.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:00:45.065 - info: host.raspberrypi Restart adapter system.adapter.hue.0 because enabled 2022-03-21 10:00:46.536 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 12599 2022-03-21 10:00:48.877 - error: shelly.0 (12599) shelly.0 already running 2022-03-21 10:00:48.881 - warn: shelly.0 (12599) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:00:49.500 - error: host.raspberrypi instance system.adapter.shelly.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:00:49.501 - info: host.raspberrypi Restart adapter system.adapter.shelly.0 because enabled 2022-03-21 10:00:50.522 - info: host.raspberrypi instance system.adapter.shelly.1 started with pid 12610 2022-03-21 10:00:51.381 - info: host.raspberrypi instance system.adapter.admin.0 started with pid 12617 2022-03-21 10:00:52.767 - error: shelly.1 (12610) shelly.1 already running 2022-03-21 10:00:52.771 - warn: shelly.1 (12610) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:00:53.546 - error: host.raspberrypi instance system.adapter.shelly.1 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:00:53.547 - info: host.raspberrypi Restart adapter system.adapter.shelly.1 because enabled 2022-03-21 10:00:53.864 - info: admin.0 (12617) starting. Version 5.3.3 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:00:53.913 - info: admin.0 (12617) requesting all states 2022-03-21 10:00:53.914 - info: admin.0 (12617) requesting all objects 2022-03-21 10:00:55.451 - info: host.raspberrypi instance system.adapter.email.0 started with pid 12636 2022-03-21 10:00:55.491 - info: host.raspberrypi instance system.adapter.tr-064.0 started with pid 12642 2022-03-21 10:00:55.958 - info: admin.0 (12617) received all objects 2022-03-21 10:00:56.469 - info: admin.0 (12617) Request actual repository... 2022-03-21 10:00:56.513 - info: admin.0 (12617) http server listening on port 8081 2022-03-21 10:00:56.514 - info: admin.0 (12617) Use link "http://localhost:8081" to configure. 2022-03-21 10:01:05.113 - info: host.raspberrypi instance scheduled system.adapter.weatherunderground.0 6 * * * * 2022-03-21 10:01:05.140 - info: host.raspberrypi instance system.adapter.weatherunderground.0 started with pid 12658 2022-03-21 10:01:05.367 - info: host.raspberrypi Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json" 2022-03-21 10:01:07.096 - info: host.raspberrypi instance system.adapter.history.0 started with pid 12669 2022-03-21 10:01:07.531 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 12676 2022-03-21 10:01:07.635 - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 12683 2022-03-21 10:01:07.653 - error: tr-064.0 (12642) tr-064.0 already running 2022-03-21 10:01:07.659 - warn: tr-064.0 (12642) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:01:07.894 - info: host.raspberrypi instance system.adapter.discovery.0 started with pid 12690 2022-03-21 10:01:08.304 - info: host.raspberrypi instance system.adapter.pushover.0 started with pid 12697 2022-03-21 10:01:11.047 - info: admin.0 (12617) Repository received successfully. 2022-03-21 10:01:11.046 - error: host.raspberrypi instance system.adapter.tr-064.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:01:11.059 - info: host.raspberrypi Restart adapter system.adapter.tr-064.0 because enabled 2022-03-21 10:01:11.275 - error: weatherunderground.0 (12658) weatherunderground.0 already running 2022-03-21 10:01:11.282 - warn: weatherunderground.0 (12658) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:01:11.401 - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 12716 2022-03-21 10:01:11.511 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 12723 2022-03-21 10:01:12.711 - error: host.raspberrypi instance system.adapter.weatherunderground.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:01:17.801 - warn: discovery.0 (12690) slow connection to states DB. Still waiting ... 2022-03-21 10:01:24.047 - warn: alexa2.0 (12723) slow connection to objects DB. Still waiting ... 2022-03-21 10:01:24.287 - warn: javascript.0 (12683) slow connection to objects DB. Still waiting ... 2022-03-21 10:01:24.555 - warn: backitup.0 (12716) slow connection to objects DB. Still waiting ... 2022-03-21 10:01:24.847 - warn: zigbee.0 (12676) slow connection to objects DB. Still waiting ... 2022-03-21 10:01:27.165 - info: host.raspberrypi instance scheduled system.adapter.feiertage.0 0 0 * * * 2022-03-21 10:01:27.197 - info: host.raspberrypi instance system.adapter.feiertage.0 started with pid 12747 2022-03-21 10:01:27.515 - error: discovery.0 (12690) discovery.0 already running 2022-03-21 10:01:27.519 - warn: discovery.0 (12690) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:01:27.973 - info: host.raspberrypi instance system.adapter.cloud.0 started with pid 12754 2022-03-21 10:01:28.006 - info: host.raspberrypi instance system.adapter.hue.0 started with pid 12760 2022-03-21 10:01:28.256 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 12768 2022-03-21 10:01:28.597 - info: host.raspberrypi instance system.adapter.info.0 started with pid 12775 2022-03-21 10:01:28.646 - info: host.raspberrypi instance system.adapter.shelly.1 started with pid 12777 2022-03-21 10:01:28.706 - info: host.raspberrypi instance system.adapter.iot.0 started with pid 12782 2022-03-21 10:01:29.662 - error: backitup.0 (12716) backitup.0 already running 2022-03-21 10:01:29.667 - warn: backitup.0 (12716) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:01:29.779 - error: host.raspberrypi instance system.adapter.discovery.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:01:29.780 - info: host.raspberrypi Restart adapter system.adapter.discovery.0 because enabled 2022-03-21 10:01:29.989 - error: zigbee.0 (12676) zigbee.0 already running 2022-03-21 10:01:29.992 - warn: zigbee.0 (12676) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:01:34.664 - info: host.raspberrypi instance system.adapter.radar2.0 started with pid 12836 2022-03-21 10:01:34.790 - error: host.raspberrypi instance system.adapter.zigbee.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:01:34.791 - info: host.raspberrypi Restart adapter system.adapter.zigbee.0 because enabled 2022-03-21 10:01:34.792 - error: host.raspberrypi instance system.adapter.backitup.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:01:34.793 - info: host.raspberrypi Restart adapter system.adapter.backitup.0 because enabled 2022-03-21 10:01:35.339 - info: email.0 (12636) starting. Version 1.0.10 (non-npm: iobroker-community-adapters/ioBroker.email) in /opt/iobroker/node_modules/iobroker.email, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:01:36.547 - info: host.raspberrypi instance system.adapter.text2command.0 started with pid 12859 2022-03-21 10:01:37.012 - error: iot.0 (12782) iot.0 already running 2022-03-21 10:01:37.018 - warn: iot.0 (12782) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:01:37.231 - error: cloud.0 (12754) cloud.0 already running 2022-03-21 10:01:37.237 - warn: cloud.0 (12754) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:01:38.041 - info: history.0 (12669) starting. Version 1.11.0 in /opt/iobroker/node_modules/iobroker.history, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:01:38.247 - error: host.raspberrypi instance system.adapter.iot.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:01:38.248 - info: host.raspberrypi Restart adapter system.adapter.iot.0 because enabled 2022-03-21 10:01:38.302 - error: info.0 (12775) info.0 already running 2022-03-21 10:01:38.309 - warn: info.0 (12775) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:01:38.319 - info: history.0 (12669) enabled logging of zigbee.0.00158d000464c66d.humidity (Count=1), Alias=false 2022-03-21 10:01:38.321 - info: history.0 (12669) enabled logging of zigbee.0.00158d000464c66d.pressure (Count=2), Alias=false 2022-03-21 10:01:38.322 - info: history.0 (12669) enabled logging of zigbee.0.00158d000464c66d.temperature (Count=3), Alias=false 2022-03-21 10:01:38.323 - info: history.0 (12669) enabled logging of zigbee.0.00158d00046611c0.humidity (Count=4), Alias=false 2022-03-21 10:01:38.324 - info: history.0 (12669) enabled logging of zigbee.0.00158d00046611c0.pressure (Count=5), Alias=false 2022-03-21 10:01:38.325 - info: history.0 (12669) enabled logging of zigbee.0.00158d00046611c0.temperature (Count=6), Alias=false 2022-03-21 10:01:38.517 - error: host.raspberrypi instance system.adapter.cloud.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:01:38.519 - info: host.raspberrypi Restart adapter system.adapter.cloud.0 because enabled 2022-03-21 10:01:39.307 - info: host.raspberrypi instance scheduled system.adapter.schoolfree.0 1 0 * * * 2022-03-21 10:01:39.337 - info: host.raspberrypi instance system.adapter.schoolfree.0 started with pid 12878 2022-03-21 10:01:39.478 - error: host.raspberrypi instance system.adapter.info.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:01:39.479 - info: host.raspberrypi Restart adapter system.adapter.info.0 because enabled 2022-03-21 10:01:39.503 - error: radar2.0 (12836) radar2.0 already running 2022-03-21 10:01:39.508 - warn: radar2.0 (12836) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:01:42.734 - info: host.raspberrypi Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json" 2022-03-21 10:01:42.870 - error: host.raspberrypi instance system.adapter.radar2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:01:42.871 - info: host.raspberrypi Restart adapter system.adapter.radar2.0 because enabled 2022-03-21 10:01:42.890 - error: text2command.0 (12859) text2command.0 already running 2022-03-21 10:01:42.900 - warn: text2command.0 (12859) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:01:42.971 - info: host.raspberrypi instance system.adapter.tr-064.0 started with pid 12889 2022-03-21 10:01:42.981 - info: pushover.0 (12697) starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.pushover, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:01:43.568 - info: alexa2.0 (12723) starting. Version 3.12.0 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:01:44.384 - error: host.raspberrypi instance system.adapter.text2command.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:01:44.385 - info: host.raspberrypi Restart adapter system.adapter.text2command.0 because enabled 2022-03-21 10:01:45.107 - info: javascript.0 (12683) starting. Version 5.4.5 in /opt/iobroker/node_modules/iobroker.javascript, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:01:47.024 - info: shelly.1 (12777) starting. Version 5.3.2 in /opt/iobroker/node_modules/iobroker.shelly, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:01:47.041 - info: shelly.0 (12768) starting. Version 5.3.2 in /opt/iobroker/node_modules/iobroker.shelly, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:01:48.630 - info: alexa2.0 (12723) Alexa-Push-Connection (macDms = true) established. Disable Polling 2022-03-21 10:01:50.281 - info: javascript.0 (12683) requesting all states 2022-03-21 10:01:50.283 - info: javascript.0 (12683) requesting all objects
Aktuell läuft die CPU Last immer noch bei >100% und die Webseite vom IoBroker geht mal und mal nicht...
-
@th3rockyeah
Teil 2
es ist fortführend...2022-03-21 10:03:43.856 - info: javascript.0 (12683) received all objects 2022-03-21 10:03:45.047 - info: javascript.0 (12683) received all states 2022-03-21 10:03:45.386 - info: javascript.0 (12683) Start javascript script.js.common.BatteryCheck 2022-03-21 10:03:45.451 - info: host.raspberrypi instance system.adapter.radar2.0 started with pid 12924 2022-03-21 10:03:45.514 - info: javascript.0 (12683) script.js.common.BatteryCheck: starting Batterieüberwachung V.1.8.5 2022-03-21 10:03:45.520 - info: javascript.0 (12683) script.js.common.BatteryCheck: registered 0 subscriptions and 0 schedules 2022-03-21 10:03:45.603 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 12930 2022-03-21 10:03:45.683 - info: host.raspberrypi instance system.adapter.discovery.0 started with pid 12937 2022-03-21 10:03:45.533 - info: javascript.0 (12683) Start javascript script.js.common.BewegungsmelderV2 2022-03-21 10:03:45.561 - info: javascript.0 (12683) script.js.common.BewegungsmelderV2: *** Bewegungsmelder-Script gestartet *** Folgende Bewegungsmelder werden überwacht: BadGaeste, SchlafzimmerNew, Laundry, BadFirstFloor, FirstFloorLightNew, FirstFloorLightTom, StairsToFirstFloor, BeerCellar, ToolCellar, CellarFloor, StepToCellarFloor, AlarmTest3 2022-03-21 10:03:45.567 - info: javascript.0 (12683) script.js.common.BewegungsmelderV2: registered 12 subscriptions and 0 schedules 2022-03-21 10:03:45.569 - info: javascript.0 (12683) Start javascript script.js.common.CommonMix 2022-03-21 10:03:45.577 - info: javascript.0 (12683) script.js.common.CommonMix: registered 8 subscriptions and 0 schedules 2022-03-21 10:03:45.578 - info: javascript.0 (12683) Start javascript script.js.common.FritzBox 2022-03-21 10:03:45.584 - info: javascript.0 (12683) script.js.common.FritzBox: registered 1 subscription and 0 schedules 2022-03-21 10:03:45.585 - info: javascript.0 (12683) Start javascript script.js.common.LeavingHouse 2022-03-21 10:03:45.608 - info: javascript.0 (12683) script.js.common.LeavingHouse: registered 2 subscriptions and 0 schedules 2022-03-21 10:03:45.610 - info: javascript.0 (12683) Start javascript script.js.common.OpenDoorsWindows 2022-03-21 10:03:45.659 - info: javascript.0 (12683) script.js.common.OpenDoorsWindows: registered 0 subscriptions and 0 schedules 2022-03-21 10:03:45.660 - info: javascript.0 (12683) Start javascript script.js.common.Shellys 2022-03-21 10:03:45.680 - info: javascript.0 (12683) script.js.common.Shellys: registered 9 subscriptions and 0 schedules 2022-03-21 10:03:45.807 - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 12944 2022-03-21 10:03:45.872 - info: host.raspberrypi instance system.adapter.iot.0 started with pid 12946 2022-03-21 10:03:45.979 - info: host.raspberrypi instance system.adapter.cloud.0 started with pid 12957 2022-03-21 10:03:46.064 - info: host.raspberrypi instance system.adapter.info.0 started with pid 12961 2022-03-21 10:03:46.120 - info: host.raspberrypi instance system.adapter.text2command.0 started with pid 12966 2022-03-21 10:03:46.357 - info: javascript.0 (12683) script.js.common.OpenDoorsWindows: Alle Fenster geschlossen. 2022-03-21 10:03:59.998 - warn: discovery.0 (12937) slow connection to objects DB. Still waiting ... 2022-03-21 10:04:00.427 - warn: text2command.0 (12966) slow connection to objects DB. Still waiting ... 2022-03-21 10:04:00.527 - warn: radar2.0 (12924) slow connection to objects DB. Still waiting ... 2022-03-21 10:04:00.805 - warn: iot.0 (12946) slow connection to objects DB. Still waiting ... 2022-03-21 10:04:00.827 - warn: backitup.0 (12944) slow connection to objects DB. Still waiting ... 2022-03-21 10:04:00.965 - warn: cloud.0 (12957) slow connection to objects DB. Still waiting ... 2022-03-21 10:04:02.625 - warn: info.0 (12961) slow connection to objects DB. Still waiting ... 2022-03-21 10:04:02.633 - warn: zigbee.0 (12930) slow connection to objects DB. Still waiting ... 2022-03-21 10:04:54.290 - info: feiertage.0 (12747) starting. Version 1.1.0 in /opt/iobroker/node_modules/iobroker.feiertage, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:04:58.146 - info: feiertage.0 (12747) Next holiday: Karfreitag is in 25 days on 15.04.2022 2022-03-21 10:04:58.476 - info: tr-064.0 (12889) starting. Version 4.2.15 in /opt/iobroker/node_modules/iobroker.tr-064, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:04:58.744 - info: feiertage.0 (12747) adapter feiertage objects written 2022-03-21 10:04:59.180 - info: schoolfree.0 (12878) starting. Version 1.0.1 in /opt/iobroker/node_modules/iobroker.schoolfree, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:04:59.320 - info: feiertage.0 (12747) Terminated (NO_ERROR): Without reason 2022-03-21 10:04:59.385 - info: shelly.0 (12768) Starting in CoAP mode. 2022-03-21 10:04:59.630 - info: shelly.0 (12768) [CoAP] Listening for packets in the network 2022-03-21 10:04:59.709 - info: shelly.1 (12777) Starting in MQTT mode. Listening on Y.X.C..31:1882 2022-03-21 10:04:59.767 - info: radar2.0 (12924) starting. Version 2.0.3 in /opt/iobroker/node_modules/iobroker.radar2, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:04:59.713 - warn: schoolfree.0 (12878) schoolfree set state error: TypeError: Cannot read property 'name' of undefined 2022-03-21 10:05:00.167 - info: shelly.0 (12768) [CoAP] Device Y.X.C..28 (shelly1pm / shelly1pm-F27634 / SHSW-PM#F27634#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:00.437 - info: schoolfree.0 (12878) schoolfree request done 2022-03-21 10:05:00.485 - info: shelly.0 (12768) [CoAP] Device Y.X.C..47 (shellydimmer / shellydimmer-D463D3 / SHDM-1#D463D3#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:00.754 - info: radar2.0 (12924) radar2 initialization started... 2022-03-21 10:05:00.800 - info: radar2.0 (12924) Will use l2Ping for BT scans. 2022-03-21 10:05:00.893 - info: radar2.0 (12924) Will run hcitool-mode and not noble on device []! 2022-03-21 10:05:01.103 - info: host.raspberrypi instance system.adapter.feiertage.0 terminated with code 0 (NO_ERROR) 2022-03-21 10:05:01.190 - info: radar2.0 (12924) arp-scan will use the following interfaces: [ 'eth0' ] 2022-03-21 10:05:01.217 - info: radar2.0 (12924) Connected with '0.0.0.0' for DHCP Scan 2022-03-21 10:05:02.201 - info: text2command.0 (12966) starting. Version 2.2.1 in /opt/iobroker/node_modules/iobroker.text2command, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:05:02.412 - info: discovery.0 (12937) starting. Version 2.8.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:05:02.476 - info: cloud.0 (12957) starting. Version 4.1.1 in /opt/iobroker/node_modules/iobroker.cloud, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:05:02.660 - info: zigbee.0 (12930) starting. Version 1.6.16 (non-npm: ioBroker/ioBroker.zigbee) in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:05:03.212 - info: backitup.0 (12944) starting. Version 2.3.5 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:05:03.240 - info: cloud.0 (12957) Connecting with https://iobroker.pro:10555 with "@pro_lars@lars-keller.net_a56c8fe0-59a6-11ea-bbb9-a3d45e2d176f" 2022-03-21 10:05:03.339 - info: iot.0 (12946) starting. Version 1.11.2 in /opt/iobroker/node_modules/iobroker.iot, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:05:03.452 - info: backitup.0 (12944) [iobroker] backup was activated at 02:53 every 1 day(s) 2022-03-21 10:05:03.517 - info: iot.0 (12946) Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com 2022-03-21 10:05:02.984 - info: zigbee.0 (12930) Starting Zigbee npm ... 2022-03-21 10:05:03.929 - info: shelly.0 (12768) [CoAP] Device Y.X.C..36 (shelly1 / shelly1-98F4ABF3CF6C / SHSW-1#98F4ABF3CF6C#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:04.474 - info: iot.0 (12946) Connection changed: connect 2022-03-21 10:05:04.982 - info: zigbee.0 (12930) Installed Version: ioBroker/ioBroker.zigbee 2022-03-21 10:05:05.086 - info: shelly.0 (12768) [CoAP] Device Y.X.C..67 (shellydimmer / shellydimmer-D3E31B / SHDM-1#D3E31B#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:05.100 - info: cloud.0 (12957) Trying to connect as system.user.admin 2022-03-21 10:05:05.152 - info: zigbee.0 (12930) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20211217}} 2022-03-21 10:05:05.171 - info: zigbee.0 (12930) Unable to disable LED, unsupported function. 2022-03-21 10:05:05.181 - info: shelly.0 (12768) [CoAP] Device Y.X.C..44 (shellyplug-s / shellyplug-s-DE15FC / SHPLG-S#DE15FC#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:05.224 - info: zigbee.0 (12930) --> transmitPower : normal 2022-03-21 10:05:05.254 - info: zigbee.0 (12930) Currently 53 devices are joined: 2022-03-21 10:05:05.568 - error: backitup.0 (12944) Error: Command failed: sudo mount -t cifs -o username=iobrokerUser,password=****,rw,file_mode=0777,dir_mode=0777 //Y.X.C..109/ioBrokerBackup/ioBroker /opt/iobroker/backups mount error(16): Device or resource busy Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) 2022-03-21 10:05:05.619 - info: shelly.0 (12768) [CoAP] Device Y.X.C..32 (shellyplug-s / shellyplug-s-8D010E / SHPLG-S#8D010E#1) connected! Polltime set to 5 sec. .... 2022-03-21 10:05:05.977 - info: zigbee.0 (12930) 0x00158d0007b7ddc0 (addr 51404): MCCGQ11LM - Xiaomi Aqara door & window contact sensor (EndDevice) 2022-03-21 10:05:05.979 - info: zigbee.0 (12930) 0x000d6ffffea61fe1 (addr 8521): E1746 - IKEA TRADFRI signal repeater (Router) 2022-03-21 10:05:05.980 - info: zigbee.0 (12930) Zigbee started 2022-03-21 10:05:06.418 - info: shelly.0 (12768) [CoAP] Device Y.X.C..30 (shelly1 / shelly1-767AC8 / SHSW-1#767AC8#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:07.055 - info: shelly.0 (12768) [CoAP] Device Y.X.C..33 (shellyplug-s / shellyplug-s-80116A / SHPLG-S#80116A#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:07.606 - warn: zigbee.0 (12930) DeviceAvailability:Failed to ping 0x680ae2fffe9c8577 TRADFRI Signal Repeater 2022-03-21 10:05:07.612 - warn: zigbee.0 (12930) DeviceAvailability:Failed to ping 0x000d6ffffe2e4a54 TRADFRI signal repeater 2022-03-21 10:05:08.159 - info: shelly.1 (12777) [MQTT] Device Y.X.C..104 (shellyplus1 / shellyplus1-a8032abeb1e4 / shellyplus1#a8032abeb1e4#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:08.487 - info: shelly.0 (12768) [CoAP] Device Y.X.C..110 (shellyplug-s / shellyplug-s-4BA36E / SHPLG2-1#4BA36E#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:08.734 - info: radar2.0 (12924) Init item YYYY with {name: 'YYYY',bluetooth: [],enabled: -1,id: 'YYYY',type: 'IP',hasMAC: [ '9a:ce:10:0a:71:2e' ],ipVendor: 'N/A',rip: [ 'Y.X.C..114' ],lasthere: '2022-03-21T05:14:19.102Z'} 2022-03-21 10:05:08.998 - error: cloud.0 (12957) Cloud says: timeout 2022-03-21 10:05:09.496 - info: shelly.0 (12768) [CoAP] Device Y.X.C..38 (shellydimmer2 / shellydimmer2-D8BFC019EECE / SHDM-2#D8BFC019EECE#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:10.005 - info: cloud.0 (12957) Connection changed: io server disconnect 2022-03-21 10:05:10.505 - info: shelly.0 (12768) [CoAP] Device Y.X.C..29 (shelly1pm / shelly1pm-F27119 / SHSW-PM#F27119#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:10.772 - info: info.0 (12961) starting. Version 1.9.19 in /opt/iobroker/node_modules/iobroker.info, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:05:11.032 - info: info.0 (12961) Reading/updating systemdata. 2022-03-21 10:05:13.277 - info: shelly.0 (12768) [CoAP] Device Y.X.C..98 (shellyplug-s / shellyplug-s-E435C4 / SHPLG-S#E435C4#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:13.542 - info: shelly.0 (12768) [CoAP] Device Y.X.C..39 (shellyplug-s / shellyplug-s-B4B41F / SHPLG-S#B4B41F#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:14.158 - info: shelly.0 (12768) [CoAP] Device Y.X.C..24 (shellyplug-s / shellyplug-s-577BFA / SHPLG-S#577BFA#1) connected! Polltime set to 5 sec. 2022-03-21 10:05:14.529 - info: info.0 (12961) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number" 2022-03-21 10:05:15.380 - info: info.0 (12961) State value to set for "info.0.sysinfo.cpu.info.cache-l1d" has to be type "number" but received type "string" 2022-03-21 10:05:15.533 - info: info.0 (12961) State value to set for "info.0.sysinfo.cpu.info.cache-l1i" has to be type "number" but received type "string" 2022-03-21 10:05:15.621 - info: info.0 (12961) State value to set for "info.0.sysinfo.cpu.info.cache-l2" has to be type "number" but received type "string" 2022-03-21 10:05:15.725 - info: info.0 (12961) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string" 2022-03-21 10:05:16.578 - info: info.0 (12961) cpu Temp res = {"main":75.471,"cores":[],"max":75.471,"socket":[],"chipset":null} 2022-03-21 10:05:17.656 - info: info.0 (12961) State value to set for "info.0.sysinfo.memory.memLayout.ram0.ecc" has to be stringified but received type "boolean" 2022-03-21 10:05:18.108 - info: radar2.0 (12924) Init item XXX with {name: 'XXX',bluetooth: [],enabled: -1,id: 'XXX',type: 'IP',hasMAC: [ 'IPV6' ],ipVendor: 'N/A',rip: [ 'Y.X.C.V' ],lasthere: '2021-12-14T03:02:35.263Z'} 2022-03-21 10:05:18.497 - info: radar2.0 (12924) Init item CCC with {name: 'CCC',bluetooth: [],enabled: -1,id: 'CCC',type: 'IP',hasMAC: [ 'IPV6' ],ipVendor: 'N/A',rip: [ 'Y.X.C.V' ],lasthere: '2022-03-21T08:59:12.329Z'} 2022-03-21 10:05:18.501 - info: radar2.0 (12924) Adapter identified macs: (IPV6), ips: (Y.X.C.V,Y.X.C.V,Y.X.C.V), bts LE: (), bts norm: () 2022-03-21 10:05:18.828 - info: radar2.0 (12924) radar2 found 3 devices in config (XXX,YYY,CCC) and 3 enabled. 2022-03-21 10:05:18.830 - info: radar2.0 (12924) radar2 set use of noble(false), doArp("-lgq --retry=5 --timeout=400" on eth0), btid(-1) and doUwz(undefined,30,0,de,true). 2022-03-21 10:05:31.945 - info: schoolfree.0 (12878) Terminated (NO_ERROR): Without reason 2022-03-21 10:05:38.446 - error: cloud.0 (12957) Cloud says: timeout 2022-03-21 10:06:08.453 - error: cloud.0 (12957) Cloud says: timeout 2022-03-21 10:06:38.469 - error: cloud.0 (12957) Cloud says: timeout 2022-03-21 10:06:41.946 - warn: schoolfree.0 (12878) get state error: Connection is closed. 2022-03-21 10:06:41.948 - warn: schoolfree.0 (12878) get state error: DB closed 2022-03-21 10:06:41.948 - warn: schoolfree.0 (12878) get state error: DB closed 2022-03-21 10:06:41.949 - warn: schoolfree.0 (12878) get state error: DB closed 2022-03-21 10:06:41.950 - warn: schoolfree.0 (12878) get state error: DB closed 2022-03-21 10:06:41.951 - warn: schoolfree.0 (12878) get state error: DB closed 2022-03-21 10:06:41.952 - warn: schoolfree.0 (12878) get state error: DB closed 2022-03-21 10:06:41.952 - warn: schoolfree.0 (12878) get state error: DB closed 2022-03-21 10:06:41.953 - warn: schoolfree.0 (12878) get state error: DB closed 2022-03-21 10:06:41.954 - warn: schoolfree.0 (12878) get state error: DB closed 2022-03-21 10:06:41.955 - warn: schoolfree.0 (12878) get state error: DB closed 2022-03-21 10:06:41.956 - warn: schoolfree.0 (12878) get state error: DB closed 2022-03-21 10:06:41.956 - warn: schoolfree.0 (12878) get state error: DB closed 2022-03-21 10:06:43.427 - info: cloud.0 (12957) Trying to connect as system.user.admin 2022-03-21 10:06:43.429 - info: cloud.0 (12957) Trying to connect as system.user.admin 2022-03-21 10:06:43.431 - info: cloud.0 (12957) Trying to connect as system.user.admin 2022-03-21 10:06:43.874 - info: host.raspberrypi instance system.adapter.weatherunderground.0 started with pid 13310 2022-03-21 10:06:44.533 - info: host.raspberrypi instance system.adapter.schoolfree.0 terminated with code 0 (NO_ERROR) 2022-03-21 10:06:47.598 - info: radar2.0 (12924) first scan took 88.765 seconds 2022-03-21 10:06:47.601 - warn: radar2.0 (12924) scanDelay increased to 90.765 seconds, delayAway to 4 minutes! 2022-03-21 10:06:48.192 - info: weatherunderground.0 (13310) starting. Version 3.4.1 (non-npm: iobroker-community-adapters/ioBroker.weatherunderground) in /opt/iobroker/node_modules/iobroker.weatherunderground, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:06:48.209 - info: radar2.0 (12924) Adapter initialization finished! 2022-03-21 10:07:03.303 - info: cloud.0 (12957) Trying to connect as system.user.admin 2022-03-21 10:07:03.460 - info: cloud.0 (12957) Connection changed: connect 2022-03-21 10:07:03.494 - info: cloud.0 (12957) Adapter redirected temporally to "https://iobroker.pro:10556" in 30 seconds. Reason: command from server 2022-03-21 10:07:05.559 - error: backitup.0 (12944) umount: /opt/iobroker/backups: not mounted. 2022-03-21 10:10:20.992 - info: cloud.0 (12957) Trying to connect as system.user.admin 2022-03-21 10:10:20.994 - info: cloud.0 (12957) Trying to connect as system.user.admin 2022-03-21 10:10:20.995 - info: cloud.0 (12957) Trying to connect as system.user.admin 2022-03-21 10:10:20.995 - info: cloud.0 (12957) Trying to connect as system.user.admi .... 2022-03-21 10:27:49.612 - info: cloud.0 (12957) Trying to connect as system.user.admin 2022-03-21 10:27:49.615 - info: cloud.0 (12957) Trying to connect as system.user.admin 2022-03-21 10:27:49.616 - info: cloud.0 (12957) Trying to connect as system.user.admin 2022-03-21 10:29:04.597 - info: cloud.0 (12957) Trying to connect as system.user.admin 2022-03-21 10:29:05.276 - info: cloud.0 (12957) Connection changed: connect 2022-03-21 10:29:15.627 - error: info.0 (12961) States database error: read ECONNRESET 2022-03-21 10:29:15.609 - error: alexa2.0 (12723) States database error: read ECONNRESET 2022-03-21 10:29:15.625 - error: weatherunderground.0 (13310) States database error: read ECONNRESET 2022-03-21 10:29:15.630 - error: discovery.0 (12937) States database error: read ECONNRESET 2022-03-21 10:29:15.628 - error: shelly.1 (12777) States database error: read ECONNRESET 2022-03-21 10:29:15.629 - error: text2command.0 (12966) States database error: read ECONNRESET 2022-03-21 10:29:15.609 - error: zigbee.0 (12930) States database error: read ECONNRESET 2022-03-21 10:29:15.632 - error: email.0 (12636) States database error: read ECONNRESET 2022-03-21 10:29:15.640 - error: history.0 (12669) States database error: read ECONNRESET 2022-03-21 10:29:15.624 - error: pushover.0 (12697) States database error: read ECONNRESET 2022-03-21 10:29:15.631 - error: tr-064.0 (12889) States database error: read ECONNRESET 2022-03-21 10:29:15.633 - error: cloud.0 (12957) States database error: read ECONNRESET 2022-03-21 10:29:15.684 - error: alexa2.0 (12723) Objects database error: read ECONNRESET 2022-03-21 10:29:15.684 - error: shelly.1 (12777) Objects database error: read ECONNRESET 2022-03-21 10:29:15.633 - error: backitup.0 (12944) States database error: read ECONNRESET 2022-03-21 10:29:15.693 - error: zigbee.0 (12930) Objects database error: read ECONNRESET 2022-03-21 10:29:15.644 - error: radar2.0 (12924) States database error: write ECONNRESET 2022-03-21 10:29:15.697 - error: weatherunderground.0 (13310) Objects database error: read ECONNRESET 2022-03-21 10:29:15.634 - error: hue.0 (12760) States database error: read ECONNRESET 2022-03-21 10:29:15.714 - error: cloud.0 (12957) Objects database error: read ECONNRESET 2022-03-21 10:29:15.640 - error: iot.0 (12946) States database error: read ECONNRESET 2022-03-21 10:29:15.913 - info: zigbee.0 (12930) cleaned everything up... 2022-03-21 10:29:15.910 - info: info.0 (12961) cleaned everything up... 2022-03-21 10:29:15.912 - info: backitup.0 (12944) cleaned everything up... 2022-03-21 10:29:15.914 - info: shelly.1 (12777) Closing Adapter 2022-03-21 10:29:15.923 - error: shelly.0 (12768) Objects database error: write ECONNRESET 2022-03-21 10:29:15.942 - error: shelly.0 (12768) States database error: read ECONNRESET 2022-03-21 10:29:15.957 - info: cloud.0 (12957) Connection changed: io client disconnect 2022-03-21 10:29:15.958 - info: cloud.0 (12957) Connection lost 2022-03-21 10:29:15.953 - info: shelly.0 (12768) Closing Adapter 2022-03-21 10:29:16.073 - info: iot.0 (12946) Connection changed: disconnect 2022-03-21 10:29:16.075 - info: iot.0 (12946) Connection lost 2022-03-21 10:29:16.089 - info: radar2.0 (12924) Unload adapter now with null 2022-03-21 10:29:16.091 - info: radar2.0 (12924) Adapter disconnected and stopped with dostop(null) and callback(true) 2022-03-21 10:29:16.163 - info: zigbee.0 (12930) Zigbee: disabling joining new devices. 2022-03-21 10:29:16.134 - error: admin.0 (12617) States database error: read ECONNRESET 2022-03-21 10:29:16.269 - error: javascript.0 (12683) States database error: write ECONNRESET 2022-03-21 10:29:16.274 - error: javascript.0 (12683) Objects database error: read ECONNRESET 2022-03-21 10:29:16.280 - info: javascript.0 (12683) Stop script script.js.common.BatteryCheck 2022-03-21 10:29:16.284 - info: javascript.0 (12683) Stop script script.js.common.BewegungsmelderV2 2022-03-21 10:29:16.286 - info: javascript.0 (12683) Stop script script.js.common.CommonMix 2022-03-21 10:29:16.287 - info: javascript.0 (12683) Stop script script.js.common.FritzBox 2022-03-21 10:29:16.287 - info: javascript.0 (12683) Stop script script.js.common.LeavingHouse 2022-03-21 10:29:16.288 - info: javascript.0 (12683) Stop script script.js.common.OpenDoorsWindows 2022-03-21 10:29:16.290 - info: javascript.0 (12683) Stop script script.js.common.Shellys 2022-03-21 10:29:16.230 - error: admin.0 (12617) Objects database error: read ECONNRESET 2022-03-21 10:29:16.334 - info: admin.0 (12617) terminating http server on port 8081 2022-03-21 10:29:16.928 - error: radar2.0 (12924) uncaught exception: Cannot read property 'init' of null 2022-03-21 10:29:16.929 - error: radar2.0 (12924) TypeError: Cannot read property 'init' of null at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.radar2/myNetworks.js:964:82) at listOnTimeout (internal/timers.js:557:17) at processTimers (internal/timers.js:500:7) 2022-03-21 10:29:16.930 - error: radar2.0 (12924) Cannot read property 'init' of null 2022-03-21 10:29:16.931 - warn: radar2.0 (12924) Uncaught Exception: Cannot read property 'init' of null 2022-03-21 10:29:17.409 - info: email.0 (12636) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.412 - info: discovery.0 (12937) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.414 - info: weatherunderground.0 (13310) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.414 - info: pushover.0 (12697) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.415 - info: text2command.0 (12966) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.418 - info: info.0 (12961) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.418 - info: zigbee.0 (12930) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.420 - info: backitup.0 (12944) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.423 - info: tr-064.0 (12889) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.423 - info: shelly.1 (12777) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.433 - info: iot.0 (12946) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.457 - info: shelly.0 (12768) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.462 - info: cloud.0 (12957) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.463 - info: alexa2.0 (12723) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.589 - info: radar2.0 (12924) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.780 - info: javascript.0 (12683) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:17.847 - info: admin.0 (12617) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:20.699 - error: shelly.1 (12777) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.702 - warn: info.0 (12961) get state error: DB closed 2022-03-21 10:29:20.717 - error: discovery.0 (12937) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.724 - error: alexa2.0 (12723) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.751 - error: weatherunderground.0 (13310) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.753 - error: backitup.0 (12944) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.767 - error: zigbee.0 (12930) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.749 - warn: radar2.0 (12924) get state error: Connection is closed. 2022-03-21 10:29:20.753 - error: hue.0 (12760) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.763 - error: cloud.0 (12957) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.775 - warn: tr-064.0 (12889) get state error: DB closed 2022-03-21 10:29:20.797 - warn: email.0 (12636) get state error: DB closed 2022-03-21 10:29:20.710 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.807 - warn: pushover.0 (12697) get state error: DB closed 2022-03-21 10:29:20.816 - error: text2command.0 (12966) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.849 - error: history.0 (12669) States database error: connect ECONNREFUSED 127.0.0.1:9000 2022-03-21 10:29:20.884 - warn: weatherunderground.0 (13310) get state error: DB closed 2022-03-21 10:29:20.887 - error: history.0 (12669) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.920 - error: iot.0 (12946) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.947 - error: shelly.0 (12768) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.992 - warn: shelly.0 (12768) get state error: Connection is closed. 2022-03-21 10:29:20.798 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.845 - warn: shelly.1 (12777) redis get shelly.1.SHPLG-S#C383EB#1.online, error - DB closed 2022-03-21 10:29:20.846 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.846 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.847 - warn: shelly.1 (12777) get state error: DB closed ... 2022-03-21 10:29:20.961 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.962 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.962 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.982 - warn: shelly.1 (12777) redis get shelly.1.SHSW-1#98F4ABF3CF6C#1.hostname, error - DB closed 2022-03-21 10:29:20.983 - warn: shelly.1 (12777) redis get shelly.1.SHPLG-S#DE15FC#1.online, error - DB closed 2022-03-21 10:29:20.984 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.984 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.985 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.985 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.986 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.987 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.987 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.988 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.988 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.989 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:20.989 - warn: shelly.1 (12777) get state error: DB closed 2022-03-21 10:29:21.085 - warn: shelly.1 (12777) redis get shelly.1.SHSW-PM#F27119#1.hostname, error - Connection is closed. 2022-03-21 10:29:21.125 - warn: shelly.1 (12777) redis get shelly.1.SHSW-PM#F27634#1.hostname, error - Connection is closed. 2022-03-21 10:29:21.127 - warn: shelly.1 (12777) redis get shelly.1.shellyplus1#a8032abeb1e4#1.hostname, error - Connection is closed. 2022-03-21 10:29:21.140 - warn: shelly.1 (12777) redis get shelly.1.undefined#undefined#1.hostname, error - Connection is closed. 2022-03-21 10:29:21.151 - warn: shelly.1 (12777) setTimeout called, but adapter is shutting down 2022-03-21 10:29:20.969 - warn: iot.0 (12946) get state error: DB closed 2022-03-21 10:29:20.970 - warn: iot.0 (12946) get state error: DB closed 2022-03-21 10:29:20.972 - warn: iot.0 (12946) get state error: DB closed .... 2022-03-21 10:29:21.263 - warn: iot.0 (12946) get state error: DB closed 2022-03-21 10:29:21.264 - warn: iot.0 (12946) get state error: DB closed 2022-03-21 10:29:21.265 - warn: iot.0 (12946) get state error: DB closed 2022-03-21 10:29:21.265 - warn: iot.0 (12946) get state error: DB closed 2022-03-21 10:29:21.266 - warn: iot.0 (12946) get state error: DB closed 2022-03-21 10:29:21.367 - error: javascript.0 (12683) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:21.417 - error: admin.0 (12617) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:20.993 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:21.687 - warn: shelly.0 (12768) redis get shelly.0.SHPLG-S#DE15FC#1.online, error - DB closed 2022-03-21 10:29:21.688 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:21.688 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:21.689 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:21.689 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:21.690 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:21.690 - warn: shelly.0 (12768) redis get shelly.0.SHPLG-S#C383EB#1.online, error - DB closed 2022-03-21 10:29:21.691 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:21.691 - warn: shelly.0 (12768) get state error: DB closed .... 2022-03-21 10:29:21.715 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:21.715 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:21.715 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:21.717 - warn: shelly.0 (12768) redis get shelly.0.SHSW-1#767AC8#1.hostname, error - DB closed 2022-03-21 10:29:21.720 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:21.721 - warn: shelly.0 (12768) get state error: DB closed .... 2022-03-21 10:29:21.914 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:21.915 - warn: shelly.0 (12768) get state error: DB closed 2022-03-21 10:29:22.093 - warn: shelly.0 (12768) redis get shelly.0.SHSW-1#98F4ABF3CF6C#1.hostname, error - Connection is closed. 2022-03-21 10:29:22.115 - warn: shelly.0 (12768) redis get shelly.0.SHSW-PM#F27119#1.hostname, error - Connection is closed. 2022-03-21 10:29:22.117 - warn: shelly.0 (12768) redis get shelly.0.SHSW-PM#F27634#1.hostname, error - Connection is closed. 2022-03-21 10:29:22.119 - warn: shelly.0 (12768) setTimeout called, but adapter is shutting down 2022-03-21 10:29:25.704 - error: shelly.1 (12777) Cannot find view "system" for search "device" : Connection is closed. 2022-03-21 10:29:25.911 - error: history.0 (12669) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:25.915 - error: history.0 (12669) States database error: connect ECONNREFUSED 127.0.0.1:9000 2022-03-21 10:29:25.952 - error: shelly.0 (12768) Cannot find view "system" for search "device" : DB closed 2022-03-21 10:29:27.034 - info: history.0 (12669) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason 2022-03-21 10:29:30.927 - error: history.0 (12669) Objects database error: connect ECONNREFUSED 127.0.0.1:9001 2022-03-21 10:29:36.867 - info: host.raspberrypi iobroker.js-controller version 4.0.19 js-controller starting 2022-03-21 10:29:36.875 - info: host.raspberrypi Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker 2022-03-21 10:29:36.876 - info: host.raspberrypi hostname: raspberrypi, node: v14.19.1 2022-03-21 10:29:36.876 - info: host.raspberrypi ip addresses: Y.X.C.V IPV6 2022-03-21 10:29:38.900 - info: host.raspberrypi connected to Objects and States 2022-03-21 10:29:38.972 - info: host.raspberrypi added notifications configuration of host 2022-03-21 10:29:39.802 - info: host.raspberrypi 32 instances found 2022-03-21 10:29:39.863 - info: host.raspberrypi starting 21 instances 2022-03-21 10:29:40.093 - info: host.raspberrypi instance system.adapter.admin.0 started with pid 13720 2022-03-21 10:29:42.077 - error: admin.0 (13720) admin.0 already running 2022-03-21 10:29:42.081 - warn: admin.0 (13720) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:29:42.717 - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:29:42.718 - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled 2022-03-21 10:29:43.901 - info: host.raspberrypi instance system.adapter.email.0 started with pid 13731 2022-03-21 10:29:45.441 - error: email.0 (13731) email.0 already running 2022-03-21 10:29:45.445 - warn: email.0 (13731) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:29:46.064 - error: host.raspberrypi instance system.adapter.email.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:29:46.065 - info: host.raspberrypi Restart adapter system.adapter.email.0 because enabled 2022-03-21 10:29:48.020 - info: host.raspberrypi instance system.adapter.history.0 started with pid 13743 2022-03-21 10:29:49.579 - error: history.0 (13743) history.0 already running 2022-03-21 10:29:49.583 - warn: history.0 (13743) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:29:50.203 - error: host.raspberrypi instance system.adapter.history.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:29:50.205 - info: host.raspberrypi Restart adapter system.adapter.history.0 because enabled 2022-03-21 10:29:51.992 - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 13755 2022-03-21 10:29:55.495 - error: javascript.0 (13755) javascript.0 already running 2022-03-21 10:29:55.499 - warn: javascript.0 (13755) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:29:55.983 - info: host.raspberrypi instance system.adapter.pushover.0 started with pid 13766 2022-03-21 10:29:56.133 - error: host.raspberrypi instance system.adapter.javascript.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:29:56.134 - info: host.raspberrypi Restart adapter system.adapter.javascript.0 because enabled 2022-03-21 10:29:57.600 - error: pushover.0 (13766) pushover.0 already running 2022-03-21 10:29:57.604 - warn: pushover.0 (13766) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:29:58.272 - error: host.raspberrypi instance system.adapter.pushover.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:29:58.273 - info: host.raspberrypi Restart adapter system.adapter.pushover.0 because enabled 2022-03-21 10:29:59.978 - info: host.raspberrypi instance system.adapter.alexa2.0 started with pid 13777 2022-03-21 10:30:01.640 - error: alexa2.0 (13777) alexa2.0 already running 2022-03-21 10:30:01.644 - warn: alexa2.0 (13777) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:30:02.263 - error: host.raspberrypi instance system.adapter.alexa2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:30:02.264 - info: host.raspberrypi Restart adapter system.adapter.alexa2.0 because enabled 2022-03-21 10:30:04.036 - info: host.raspberrypi instance system.adapter.hue.0 started with pid 13788 2022-03-21 10:30:05.962 - error: hue.0 (13788) hue.0 already running 2022-03-21 10:30:06.590 - error: host.raspberrypi instance system.adapter.hue.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:30:06.590 - info: host.raspberrypi Restart adapter system.adapter.hue.0 because enabled 2022-03-21 10:30:08.001 - info: host.raspberrypi instance system.adapter.shelly.0 started with pid 13799 2022-03-21 10:30:10.386 - error: shelly.0 (13799) shelly.0 already running 2022-03-21 10:30:10.390 - warn: shelly.0 (13799) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:30:11.012 - error: host.raspberrypi instance system.adapter.shelly.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:30:11.012 - info: host.raspberrypi Restart adapter system.adapter.shelly.0 because enabled 2022-03-21 10:30:11.987 - info: host.raspberrypi instance system.adapter.shelly.1 started with pid 13810 2022-03-21 10:30:12.836 - info: host.raspberrypi instance system.adapter.admin.0 started with pid 13817 2022-03-21 10:30:14.257 - error: shelly.1 (13810) shelly.1 already running 2022-03-21 10:30:14.262 - warn: shelly.1 (13810) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:30:15.043 - error: host.raspberrypi instance system.adapter.shelly.1 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:30:15.044 - info: host.raspberrypi Restart adapter system.adapter.shelly.1 because enabled 2022-03-21 10:30:15.288 - info: admin.0 (13817) starting. Version 5.3.3 in /opt/iobroker/node_modules/iobroker.admin, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:30:15.336 - info: admin.0 (13817) requesting all states 2022-03-21 10:30:15.337 - info: admin.0 (13817) requesting all objects 2022-03-21 10:30:16.895 - info: host.raspberrypi instance system.adapter.email.0 started with pid 13836 2022-03-21 10:30:16.978 - info: host.raspberrypi instance system.adapter.tr-064.0 started with pid 13843 2022-03-21 10:30:17.468 - info: admin.0 (13817) received all objects 2022-03-21 10:30:18.021 - info: admin.0 (13817) Request actual repository... 2022-03-21 10:30:18.051 - info: admin.0 (13817) http server listening on port 8081 2022-03-21 10:30:18.053 - info: admin.0 (13817) Use link "http://localhost:8081" to configure. 2022-03-21 10:30:18.927 - info: host.raspberrypi Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json" 2022-03-21 10:30:19.880 - error: tr-064.0 (13843) tr-064.0 already running 2022-03-21 10:30:19.884 - warn: tr-064.0 (13843) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:30:20.369 - info: host.raspberrypi instance scheduled system.adapter.weatherunderground.0 6 * * * * 2022-03-21 10:30:20.399 - info: host.raspberrypi instance system.adapter.weatherunderground.0 started with pid 13858 2022-03-21 10:30:23.820 - info: admin.0 (13817) Repository received successfully. 2022-03-21 10:30:24.716 - error: host.raspberrypi instance system.adapter.tr-064.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:30:24.717 - info: host.raspberrypi Restart adapter system.adapter.tr-064.0 because enabled 2022-03-21 10:30:24.752 - info: host.raspberrypi instance system.adapter.history.0 started with pid 13869 2022-03-21 10:30:24.849 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 13875 2022-03-21 10:30:24.969 - error: weatherunderground.0 (13858) weatherunderground.0 already running 2022-03-21 10:30:24.974 - warn: weatherunderground.0 (13858) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2022-03-21 10:30:25.084 - info: email.0 (13836) starting. Version 1.0.10 (non-npm: iobroker-community-adapters/ioBroker.email) in /opt/iobroker/node_modules/iobroker.email, node: v14.19.1, js-controller: 4.0.19 2022-03-21 10:30:25.651 - error: host.raspberrypi instance system.adapter.weatherunderground.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2022-03-21 10:30:26.272 - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 13891
-
@th3rockyeah sagte in js-controller 4.0 jetzt im BETA/LATEST!:
2022-03-21 09:59:53.061 - error: radar2.0 (12164) States database error: write EPIPE
Da "geht es los" ... zuerst EPIPE ... danach ECONNRESET ...
Was steht zu dem Zeitpunkt in /var/log/syslog ??