<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Problem mit laufenden Neustarts von ioBroker]]></title><description><![CDATA[<p dir="auto">Hallo Community,</p>
<p dir="auto">nachdem ich mein System auf ein Hyper-V System auf Debian-Basis umgezogen habe, startet regelmäsig mein ioBroker System neu. Der Host ansich läuft tadellos durch und ist nicht für den Neustart verantwortlich. Erst dachte ich, dass wäre nur einmalig, da es aber alle 2-3 Tage passiert, sehe ich eine gewisse Regelmässigkeit.</p>
<p dir="auto">Folgendes habe ich im Log gefunden, danach wurde scheinbar ein Neustart initialisiert:</p>
<pre><code>2022-07-28 00:00:00.160 - error: host.ioBroker uncaught exception: ENOENT: no such file or directory, unlink '/opt/iobroker/log/iobroker.2022-07-27.log'
2022-07-28 00:00:00.160 - error: host.ioBroker Error: ENOENT: no such file or directory, unlink '/opt/iobroker/log/iobroker.2022-07-27.log'
at Object.unlinkSync (node:fs:1735:3)
at WriteStream. (/opt/iobroker/node_modules/winston-daily-rotate-file/daily-rotate-file.js:140:28)
at WriteStream.emit (node:events:539:35)
at WriteStream.emit (node:domain:475:12)
at finish (node:internal/streams/writable:754:10)
at finishMaybe (node:internal/streams/writable:739:9)
at afterWrite (node:internal/streams/writable:504:3)
at onwrite (node:internal/streams/writable:477:7)
at node:internal/fs/streams:410:5
at FSReqCallback.wrapper [as oncomplete] (node:fs:805:5)
</code></pre>
<p dir="auto">Danach wird alles neu gestartet. Ich hab die Relevanten Stellen des Logs hier:</p>
<pre><code>2022-07-28 00:00:00.167 - info: host.ioBroker stopInstance system.adapter.admin.0 (force=false, process=true)
2022-07-28 00:00:00.168 - info: host.ioBroker stopInstance system.adapter.sql.0 (force=false, process=true)
2022-07-28 00:00:00.169 - info: host.ioBroker stopInstance system.adapter.telegram.0 (force=false, process=true)
2022-07-28 00:00:00.170 - info: host.ioBroker stopInstance system.adapter.alexa2.0 (force=false, process=true)
2022-07-28 00:00:00.171 - info: host.ioBroker stopInstance system.adapter.hmip.0 (force=false, process=true)
2022-07-28 00:00:00.171 - info: host.ioBroker stopInstance system.adapter.ical.0 (force=false, process=false)
2022-07-28 00:00:00.173 - info: host.ioBroker stopInstance canceled schedule system.adapter.ical.0
2022-07-28 00:00:00.173 - info: host.ioBroker stopInstance system.adapter.tr-064.0 (force=false, process=true)
2022-07-28 00:00:00.174 - info: host.ioBroker stopInstance system.adapter.tuya.0 (force=false, process=true)
2022-07-28 00:00:00.175 - info: host.ioBroker stopInstance system.adapter.backitup.0 (force=false, process=true)
2022-07-28 00:00:00.175 - info: host.ioBroker stopInstance system.adapter.accuweather.0 (force=false, process=true)
2022-07-28 00:00:00.176 - info: host.ioBroker stopInstance system.adapter.divera247.0 (force=false, process=true)
2022-07-28 00:00:00.176 - info: host.ioBroker stopInstance system.adapter.dwd.0 (force=false, process=true)
2022-07-28 00:00:00.177 - info: host.ioBroker stopInstance canceled schedule system.adapter.dwd.0
2022-07-28 00:00:00.177 - info: host.ioBroker stopInstance system.adapter.echarts.0 (force=false, process=true)
2022-07-28 00:00:00.178 - info: host.ioBroker stopInstance system.adapter.ecovacs-deebot.0 (force=false, process=true)
2022-07-28 00:00:00.179 - info: host.ioBroker stopInstance system.adapter.info.0 (force=false, process=true)
2022-07-28 00:00:00.179 - info: host.ioBroker stopInstance system.adapter.javascript.0 (force=false, process=true)
2022-07-28 00:00:00.180 - info: host.ioBroker stopInstance system.adapter.life360.0 (force=false, process=true)
2022-07-28 00:00:00.181 - info: host.ioBroker stopInstance system.adapter.parser.0 (force=false, process=true)
2022-07-28 00:00:00.181 - info: host.ioBroker stopInstance system.adapter.tankerkoenig.0 (force=false, process=true)
2022-07-28 00:00:00.182 - info: host.ioBroker stopInstance system.adapter.trashschedule.0 (force=false, process=true)
2022-07-28 00:00:00.182 - info: host.ioBroker stopInstance system.adapter.upnp.0 (force=false, process=true)
2022-07-28 00:00:00.183 - info: host.ioBroker stopInstance system.adapter.vis.0 (force=false, process=false)
2022-07-28 00:00:00.183 - info: host.ioBroker stopInstance system.adapter.web.0 (force=false, process=true)
2022-07-28 00:00:00.394 - info: admin.0 (25455) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.407 - info: admin.0 (25455) terminating http server on port 8081
2022-07-28 00:00:00.410 - info: admin.0 (25455) terminating
2022-07-28 00:00:00.416 - info: admin.0 (25455) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:00.396 - info: telegram.0 (689) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.434 - info: hmip.0 (720) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.487 - info: hmip.0 (720) cleaned everything up...
2022-07-28 00:00:00.488 - info: hmip.0 (720) terminating
2022-07-28 00:00:00.490 - info: hmip.0 (720) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:00.502 - info: javascript.0 (139554) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.452 - error: sql.0 (669) No database connection
2022-07-28 00:00:00.451 - info: backitup.0 (783) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.567 - info: backitup.0 (783) cleaned everything up...
2022-07-28 00:00:00.569 - info: backitup.0 (783) terminating
2022-07-28 00:00:00.571 - info: backitup.0 (783) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:00.590 - warn: hmip.0 (720) ws connection closed (0) - code: 1000 - reason:
2022-07-28 00:00:00.440 - info: tuya.0 (768) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.464 - info: accuweather.0 (798) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.560 - info: accuweather.0 (798) cleaned everything up...
2022-07-28 00:00:00.561 - info: accuweather.0 (798) terminating
2022-07-28 00:00:00.563 - info: accuweather.0 (798) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:00.595 - info: host.ioBroker stopInstance system.adapter.admin.0 send kill signal
2022-07-28 00:00:00.486 - info: echarts.0 (843) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.507 - info: parser.0 (1306) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.477 - info: divera247.0 (21433) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.587 - debug: divera247.0 (21433) clearing refreshStateTimeout
2022-07-28 00:00:00.587 - debug: divera247.0 (21433) cleaned everything up
2022-07-28 00:00:00.601 - info: divera247.0 (21433) terminating
2022-07-28 00:00:00.602 - info: divera247.0 (21433) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:00.413 - info: alexa2.0 (136847) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.584 - info: alexa2.0 (136847) terminating
2022-07-28 00:00:00.586 - info: alexa2.0 (136847) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:00.507 - info: tankerkoenig.0 (1343) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.502 - info: info.0 (877) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.615 - info: info.0 (877) cleaned everything up...
2022-07-28 00:00:00.622 - info: info.0 (877) terminating
2022-07-28 00:00:00.624 - info: info.0 (877) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:00.511 - info: upnp.0 (1369) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.605 - info: upnp.0 (1369) terminating
2022-07-28 00:00:00.622 - info: upnp.0 (1369) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:00.515 - info: web.0 (1414) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:00:00.511 - info: javascript.0 (139554) Stop script script.js.Ausfallbehandlung.failureAdapterDivera
2022-07-28 00:00:00.513 - info: javascript.0 (139554) Stop script script.js.Ausfallbehandlung.hmip_baterie_empty
2022-07-28 00:00:00.514 - info: javascript.0 (139554) Stop script script.js.Ausfallbehandlung.tuyaLostConnection
2022-07-28 00:00:00.515 - info: javascript.0 (139554) Stop script script.js.Divera.LBV_Alarm
2022-07-28 00:00:00.535 - info: javascript.0 (139554) Stop script script.js.Steuerung.Alarmanlage.AlarmTempOff
2022-07-28 00:00:00.537 - info: javascript.0 (139554) Stop script script.js.Steuerung.Alarmanlage.Dedect_Tuya
2022-07-28 00:00:00.537 - info: javascript.0 (139554) Stop script script.js.Steuerung.Alarmanlage.MainAlarm
2022-07-28 00:00:00.538 - info: javascript.0 (139554) Stop script script.js.Steuerung.Alarmanlage.PreAlarm_new
2022-07-28 00:00:00.539 - info: javascript.0 (139554) Stop script script.js.Steuerung.Alarmanlage.Rauchmelder-Alarm
2022-07-28 00:00:00.540 - info: javascript.0 (139554) Stop script script.js.Steuerung.Alarmanlage.Türkontakt_offen
2022-07-28 00:00:00.540 - info: javascript.0 (139554) Stop script script.js.Steuerung.AlexaSprachsteuerung.Robbi
2022-07-28 00:00:00.541 - info: javascript.0 (139554) Stop script script.js.Steuerung.Anwesenheitserkennung.Anwesenheitserkennung
2022-07-28 00:00:00.542 - info: javascript.0 (139554) Stop script script.js.Steuerung.Anwesenheitserkennung.Familienmitglieder
2022-07-28 00:00:00.543 - info: javascript.0 (139554) Stop script script.js.Steuerung.Anwesenheitserkennung.HouseLeave
2022-07-28 00:00:00.543 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.Broetchenbox.DailyBackup
2022-07-28 00:00:00.570 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.Broetchenbox.callStat
2022-07-28 00:00:00.571 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.Broetchenbox.collectCallData
2022-07-28 00:00:00.571 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.Erinnerungen.Terminerinnerung
2022-07-28 00:00:00.572 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.Haustür_ist_auf
2022-07-28 00:00:00.582 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.KalenderEinträge
2022-07-28 00:00:00.583 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.Muellerinnerung
2022-07-28 00:00:00.584 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.Schaltungen.ambiente
2022-07-28 00:00:00.585 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.Schaltungen.schlafzimmerLicht
2022-07-28 00:00:00.585 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.SpritpreiseLux
2022-07-28 00:00:00.586 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.System.ConnectionLost
2022-07-28 00:00:00.586 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.System.cpuMemHardDisc
2022-07-28 00:00:00.606 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.Yannik_Alexa
2022-07-28 00:00:00.607 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.dwdWarnings
2022-07-28 00:00:00.608 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.trafficData
2022-07-28 00:00:00.608 - info: javascript.0 (139554) Stop script script.js.Steuerung.Poolsteuerung.poolLights
2022-07-28 00:00:00.609 - info: javascript.0 (139554) Stop script script.js.Steuerung.Zeitsteuerung.AlexasVolumeToNormal
2022-07-28 00:00:00.609 - info: javascript.0 (139554) Stop script script.js.Telegram_Notifications.Menu
2022-07-28 00:00:00.610 - info: javascript.0 (139554) Stop script script.js.Telegram_Notifications.Robbi1
2022-07-28 00:00:00.610 - info: javascript.0 (139554) Stop script script.js.Telegram_Notifications.Sonstiges
2022-07-28 00:00:00.611 - info: javascript.0 (139554) Stop script script.js.Telegram_Notifications.alarmSystem
2022-07-28 00:00:00.612 - info: javascript.0 (139554) Stop script script.js.Telegram_Notifications.rooms
2022-07-28 00:00:00.612 - info: javascript.0 (139554) Stop script script.js.Telegram_Notifications.text2Command.reset
2022-07-28 00:00:00.612 - info: javascript.0 (139554) Stop script script.js.common.rebootDone
2022-07-28 00:00:00.613 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.System.autoUpdate
2022-07-28 00:00:00.633 - info: javascript.0 (139554) Stop script script.js.Telegram_Notifications.System
2022-07-28 00:00:00.634 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.System.UpdateNotice
2022-07-28 00:00:00.635 - info: javascript.0 (139554) Stop script script.js.Steuerung.Automation.System.Traffic
2022-07-28 00:00:00.635 - info: javascript.0 (139554) Stop script script.js.Saugroboter.chargingSocket
2022-07-28 00:00:00.636 - info: javascript.0 (139554) Stop script script.js.Test.Programmierung.test1
2022-07-28 00:00:00.637 - info: javascript.0 (139554) Stop script script.js.Steuerung.Zeitsteuerung.Airbowl
2022-07-28 00:00:00.637 - info: javascript.0 (139554) Stop script script.js.Steuerung.Poolsteuerung.pumpenSteuerung
2022-07-28 00:00:00.638 - info: javascript.0 (139554) Stop script script.js.Wecker.activateAlarms
2022-07-28 00:00:00.638 - info: javascript.0 (139554) Stop script script.js.Saugroboter.batteryState
2022-07-28 00:00:00.639 - info: javascript.0 (139554) Stop script script.js.Saugroboter.cleanedArea
2022-07-28 00:00:00.639 - info: javascript.0 (139554) Stop script script.js.Saugroboter.state
2022-07-28 00:00:00.646 - info: javascript.0 (139554) Stop script script.js.Ausfallbehandlung.alexaLostConnection
2022-07-28 00:00:00.656 - info: javascript.0 (139554) terminating
2022-07-28 00:00:00.658 - info: javascript.0 (139554) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:00.695 - error: tankerkoenig.0 (1343) States database error: read ECONNRESET
2022-07-28 00:00:00.701 - error: upnp.0 (1369) States database error: read ECONNRESET
2022-07-28 00:00:00.709 - error: parser.0 (1306) States database error: read ECONNRESET
2022-07-28 00:00:00.711 - error: web.0 (1414) States database error: read ECONNRESET
2022-07-28 00:00:00.709 - error: upnp.0 (1369) Objects database error: read ECONNRESET
2022-07-28 00:00:00.730 - error: divera247.0 (21433) States database error: read ECONNRESET
2022-07-28 00:00:00.730 - error: javascript.0 (139554) States database error: read ECONNRESET
2022-07-28 00:00:00.736 - error: info.0 (877) States database error: read ECONNRESET
2022-07-28 00:00:00.734 - error: javascript.0 (139554) Objects database error: read ECONNRESET
2022-07-28 00:00:00.730 - error: accuweather.0 (798) States database error: read ECONNRESET
2022-07-28 00:00:00.748 - error: backitup.0 (783) States database error: read ECONNRESET
2022-07-28 00:00:00.716 - error: web.0 (1414) Objects database error: read ECONNRESET
2022-07-28 00:00:00.761 - error: echarts.0 (843) States database error: read ECONNRESET
2022-07-28 00:00:00.768 - error: hmip.0 (720) States database error: read ECONNRESET
2022-07-28 00:00:00.770 - error: telegram.0 (689) States database error: read ECONNRESET
2022-07-28 00:00:00.774 - error: telegram.0 (689) Objects database error: read ECONNRESET
2022-07-28 00:00:00.762 - error: tuya.0 (768) States database error: read ECONNRESET
2022-07-28 00:00:00.796 - error: alexa2.0 (136847) States database error: read ECONNRESET
2022-07-28 00:00:00.801 - error: tuya.0 (768) Objects database error: read ECONNRESET
2022-07-28 00:00:00.803 - error: sql.0 (669) States database error: read ECONNRESET
2022-07-28 00:00:00.737 - error: ecovacs-deebot.0 (858) States database error: read ECONNRESET
2022-07-28 00:00:00.794 - error: admin.0 (25455) States database error: read ECONNRESET
2022-07-28 00:00:00.706 - error: life360.0 (1196) States database error: read ECONNRESET
2022-07-28 00:00:00.934 - info: telegram.0 (689) terminating
2022-07-28 00:00:00.936 - info: telegram.0 (689) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:01.093 - info: echarts.0 (843) terminating
2022-07-28 00:00:01.094 - info: echarts.0 (843) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:01.098 - info: tankerkoenig.0 (1343) terminating
2022-07-28 00:00:01.100 - info: tankerkoenig.0 (1343) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:01.100 - info: parser.0 (1306) terminating
2022-07-28 00:00:01.102 - info: parser.0 (1306) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:01.115 - warn: web.0 (1414) Timeout by termination of web-extensions!
2022-07-28 00:00:01.119 - info: web.0 (1414) terminated http server on port 8082
2022-07-28 00:00:01.120 - info: web.0 (1414) terminating
2022-07-28 00:00:01.121 - info: web.0 (1414) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:01.337 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.338 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.338 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.339 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.339 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.340 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.340 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.341 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.341 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.342 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.342 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.343 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.343 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.344 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.345 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.345 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.346 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.347 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.347 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.348 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.353 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.354 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.354 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.355 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.355 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.356 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.356 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.357 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.357 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.357 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.358 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.358 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.359 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.359 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.360 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.360 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.361 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.361 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.362 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.362 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.363 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.364 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.364 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.364 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.365 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.365 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.367 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.369 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.370 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.370 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.371 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.372 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.373 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.374 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.375 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.375 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.376 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.381 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.382 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.382 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.383 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.384 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.385 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.385 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.386 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.387 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.387 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.388 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.388 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.389 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.389 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.390 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.390 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.390 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.391 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.392 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.393 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.394 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.394 - warn: sql.0 (669) No Connection to database
2022-07-28 00:00:01.937 - info: telegram.0 (689) terminating with timeout
2022-07-28 00:00:01.993 - info: hmip.0 (720) terminating with timeout
2022-07-28 00:00:02.012 - info: javascript.0 (139554) terminating with timeout
2022-07-28 00:00:02.070 - info: accuweather.0 (798) terminating with timeout
2022-07-28 00:00:02.075 - info: backitup.0 (783) terminating with timeout
2022-07-28 00:00:02.089 - info: alexa2.0 (136847) terminating with timeout
2022-07-28 00:00:02.095 - info: echarts.0 (843) terminating with timeout
2022-07-28 00:00:02.101 - info: tankerkoenig.0 (1343) terminating with timeout
2022-07-28 00:00:02.103 - info: parser.0 (1306) terminating with timeout
2022-07-28 00:00:02.105 - info: divera247.0 (21433) terminating with timeout
2022-07-28 00:00:02.123 - info: web.0 (1414) terminating with timeout
2022-07-28 00:00:02.125 - info: upnp.0 (1369) terminating with timeout
2022-07-28 00:00:02.126 - info: info.0 (877) terminating with timeout
2022-07-28 00:00:03.589 - info: tuya.0 (768) terminating
2022-07-28 00:00:03.591 - info: tuya.0 (768) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:00:05.722 - error: tankerkoenig.0 (1343) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.725 - error: upnp.0 (1369) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.733 - error: parser.0 (1306) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.753 - error: web.0 (1414) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.758 - error: accuweather.0 (798) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.781 - error: javascript.0 (139554) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.778 - error: divera247.0 (21433) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.828 - error: backitup.0 (783) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.833 - warn: life360.0 (1196) get state error: DB closed
2022-07-28 00:00:05.841 - error: telegram.0 (689) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.830 - error: ecovacs-deebot.0 (858) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.845 - error: tuya.0 (768) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.850 - error: echarts.0 (843) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.852 - error: hmip.0 (720) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.882 - error: alexa2.0 (136847) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:05.886 - error: sql.0 (669) States database error: connect ECONNREFUSED 127.0.0.1:9000
2022-07-28 00:00:05.890 - error: sql.0 (669) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:10.933 - error: sql.0 (669) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:10.935 - error: sql.0 (669) States database error: connect ECONNREFUSED 127.0.0.1:9000
2022-07-28 00:00:11.822 - info: sql.0 (669) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
2022-07-28 00:00:15.940 - error: sql.0 (669) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
2022-07-28 00:00:15.946 - warn: sql.0 (669) get state error: Connection is closed.
2022-07-28 00:00:15.947 - warn: sql.0 (669) get state error: DB closed
2022-07-28 00:00:15.948 - warn: sql.0 (669) get state error: DB closed
2022-07-28 00:00:20.944 - error: sql.0 (669) Cannot find view "system" for search "instance" : Connection is closed.
2022-07-28 00:00:25.155 - info: host.ioBroker iobroker.js-controller version 4.0.23 js-controller starting
2022-07-28 00:00:25.161 - info: host.ioBroker Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
2022-07-28 00:00:25.161 - info: host.ioBroker hostname: ioBroker, node: v16.16.0
2022-07-28 00:00:25.162 - info: host.ioBroker ip addresses: xxx.168.xxx.4 fe80::215:5dff:febc:203
2022-07-28 00:00:26.988 - info: host.ioBroker connected to Objects and States
2022-07-28 00:00:27.050 - info: host.ioBroker added notifications configuration of host
2022-07-28 00:00:27.698 - info: host.ioBroker Delete state "system.host.ioBroker.versions.nodeCurrent"
2022-07-28 00:00:27.700 - info: host.ioBroker 23 instances found
2022-07-28 00:00:27.763 - info: host.ioBroker starting 23 instances
2022-07-28 00:00:27.883 - info: host.ioBroker Delete state "system.host.ioBroker.versions.nodeNewest"
2022-07-28 00:00:27.919 - info: host.ioBroker instance system.adapter.admin.0 started with pid 259149
2022-07-28 00:00:27.939 - info: host.ioBroker Delete state "system.host.ioBroker.versions.nodeNewestNext"
2022-07-28 00:00:27.953 - info: host.ioBroker Delete state "system.host.ioBroker.versions.npmCurrent"
2022-07-28 00:00:27.967 - info: host.ioBroker Delete state "system.host.ioBroker.versions.npmNewest"
2022-07-28 00:00:27.987 - info: host.ioBroker Delete state "system.host.ioBroker.versions.npmNewestNext"
2022-07-28 00:00:28.047 - info: host.ioBroker Some obsolete host states deleted.
2022-07-28 00:00:29.890 - error: admin.0 (259149) admin.0 already running
2022-07-28 00:00:29.895 - warn: admin.0 (259149) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:00:30.517 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:00:30.518 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
2022-07-28 00:00:31.867 - info: host.ioBroker instance system.adapter.sql.0 started with pid 259161
2022-07-28 00:00:33.537 - error: sql.0 (259161) sql.0 already running
2022-07-28 00:00:33.541 - warn: sql.0 (259161) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:00:34.147 - error: host.ioBroker instance system.adapter.sql.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:00:34.148 - info: host.ioBroker Restart adapter system.adapter.sql.0 because enabled
2022-07-28 00:00:35.885 - info: host.ioBroker instance system.adapter.telegram.0 started with pid 259172
2022-07-28 00:00:38.214 - error: telegram.0 (259172) telegram.0 already running
2022-07-28 00:00:38.219 - warn: telegram.0 (259172) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:00:38.846 - error: host.ioBroker instance system.adapter.telegram.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:00:38.847 - info: host.ioBroker Restart adapter system.adapter.telegram.0 because enabled
2022-07-28 00:00:39.861 - info: host.ioBroker instance system.adapter.alexa2.0 started with pid 259183
2022-07-28 00:00:41.371 - error: alexa2.0 (259183) alexa2.0 already running
2022-07-28 00:00:41.376 - warn: alexa2.0 (259183) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:00:42.003 - error: host.ioBroker instance system.adapter.alexa2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:00:42.004 - info: host.ioBroker Restart adapter system.adapter.alexa2.0 because enabled
2022-07-28 00:00:43.859 - info: host.ioBroker instance system.adapter.hmip.0 started with pid 259194
2022-07-28 00:00:45.788 - error: hmip.0 (259194) hmip.0 already running
2022-07-28 00:00:45.796 - warn: hmip.0 (259194) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:00:46.401 - error: host.ioBroker instance system.adapter.hmip.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:00:46.402 - info: host.ioBroker Restart adapter system.adapter.hmip.0 because enabled
2022-07-28 00:00:47.938 - info: host.ioBroker instance scheduled system.adapter.ical.0 */30 * * * *
2022-07-28 00:00:47.960 - info: host.ioBroker instance system.adapter.ical.0 started with pid 259205
2022-07-28 00:00:51.867 - info: host.ioBroker instance system.adapter.tr-064.0 started with pid 259220
2022-07-28 00:00:53.958 - error: tr-064.0 (259220) tr-064.0 already running
2022-07-28 00:00:53.963 - warn: tr-064.0 (259220) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:00:54.573 - error: host.ioBroker instance system.adapter.tr-064.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:00:54.574 - info: host.ioBroker Restart adapter system.adapter.tr-064.0 because enabled
2022-07-28 00:00:55.857 - info: host.ioBroker instance system.adapter.tuya.0 started with pid 259231
2022-07-28 00:00:57.228 - info: host.ioBroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
2022-07-28 00:00:57.821 - error: tuya.0 (259231) tuya.0 already running
2022-07-28 00:00:57.826 - warn: tuya.0 (259231) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:00:58.432 - error: host.ioBroker instance system.adapter.tuya.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:00:58.433 - info: host.ioBroker Restart adapter system.adapter.tuya.0 because enabled
2022-07-28 00:00:59.869 - info: host.ioBroker instance system.adapter.backitup.0 started with pid 259242
2022-07-28 00:01:00.649 - info: host.ioBroker instance system.adapter.admin.0 started with pid 259249
2022-07-28 00:01:01.721 - error: backitup.0 (259242) backitup.0 already running
2022-07-28 00:01:01.727 - warn: backitup.0 (259242) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:01:02.337 - error: host.ioBroker instance system.adapter.backitup.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:02.338 - info: host.ioBroker Restart adapter system.adapter.backitup.0 because enabled
2022-07-28 00:01:03.415 - info: admin.0 (259249) starting. Version 6.2.4 in /opt/iobroker/node_modules/iobroker.admin, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:01:03.485 - info: admin.0 (259249) requesting all states
2022-07-28 00:01:03.486 - info: admin.0 (259249) requesting all objects
2022-07-28 00:01:05.170 - info: host.ioBroker instance system.adapter.accuweather.0 started with pid 259276
2022-07-28 00:01:05.237 - info: host.ioBroker instance system.adapter.sql.0 started with pid 259282
2022-07-28 00:01:05.859 - info: admin.0 (259249) received all objects
2022-07-28 00:01:06.219 - info: admin.0 (259249) http server listening on port 8081
2022-07-28 00:01:06.220 - info: admin.0 (259249) Use link "http://localhost:8081" to configure.
2022-07-28 00:01:06.230 - info: admin.0 (259249) socket.io server listening on port 8081
2022-07-28 00:01:07.007 - error: accuweather.0 (259276) accuweather.0 already running
2022-07-28 00:01:07.009 - warn: accuweather.0 (259276) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:01:07.152 - info: sql.0 (259282) starting. Version 2.1.7 in /opt/iobroker/node_modules/iobroker.sql, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:01:07.504 - info: sql.0 (259282) Connected to mysql
2022-07-28 00:01:07.600 - info: sql.0 (259282) enabled logging of 0_userdata.0.Anwesenheit.Jessica.isPresent, Alias=false, 1 points now activated
2022-07-28 00:01:07.677 - error: host.ioBroker instance system.adapter.accuweather.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:07.678 - info: host.ioBroker Restart adapter system.adapter.accuweather.0 because enabled
2022-07-28 00:01:07.602 - info: sql.0 (259282) enabled logging of 0_userdata.0.Anwesenheit.Jessica.leaveSience, Alias=false, 2 points now activated
2022-07-28 00:01:07.603 - info: sql.0 (259282) enabled logging of 0_userdata.0.Anwesenheit.Jessica.presentSience, Alias=false, 3 points now activated
2022-07-28 00:01:07.604 - info: sql.0 (259282) enabled logging of 0_userdata.0.Anwesenheit.isAnyoneLeave, Alias=false, 4 points now activated
2022-07-28 00:01:07.605 - info: sql.0 (259282) enabled logging of 0_userdata.0.Anwesenheit.isAnyonePresent, Alias=false, 5 points now activated
2022-07-28 00:01:07.605 - info: sql.0 (259282) enabled logging of 0_userdata.0.Anwesenheit.userIsComming, Alias=false, 6 points now activated
2022-07-28 00:01:07.606 - info: sql.0 (259282) enabled logging of 0_userdata.0.Poolsteuerung.chlorinatorRuntimeMonth, Alias=false, 7 points now activated
2022-07-28 00:01:07.607 - info: sql.0 (259282) enabled logging of 0_userdata.0.Poolsteuerung.chlorinatorRuntimeToday, Alias=false, 8 points now activated
2022-07-28 00:01:07.608 - info: sql.0 (259282) enabled logging of 0_userdata.0.Poolsteuerung.planedPumpRunningToday, Alias=false, 9 points now activated
2022-07-28 00:01:07.609 - info: sql.0 (259282) enabled logging of 0_userdata.0.Poolsteuerung.planedchlorinatoRuntimeToday, Alias=false, 10 points now activated
2022-07-28 00:01:07.610 - info: sql.0 (259282) enabled logging of 0_userdata.0.Poolsteuerung.pumpRunningMonth, Alias=false, 11 points now activated
2022-07-28 00:01:07.611 - info: sql.0 (259282) enabled logging of 0_userdata.0.Poolsteuerung.pumpRunningToday, Alias=false, 12 points now activated
2022-07-28 00:01:07.611 - info: sql.0 (259282) enabled logging of 0_userdata.0.Robbi1.currentStatus, Alias=false, 13 points now activated
2022-07-28 00:01:07.612 - info: sql.0 (259282) enabled logging of 0_userdata.0.Robbi1.lastCleanedArea, Alias=false, 14 points now activated
2022-07-28 00:01:07.613 - info: sql.0 (259282) enabled logging of 0_userdata.0.Robbi1.lastCleanedTime, Alias=false, 15 points now activated
2022-07-28 00:01:07.615 - info: sql.0 (259282) enabled logging of 0_userdata.0.Robbi1.lastCleaningTime, Alias=false, 16 points now activated
2022-07-28 00:01:07.616 - info: sql.0 (259282) enabled logging of 0_userdata.0.Robbi1.lastTimestampBatterie, Alias=false, 17 points now activated
2022-07-28 00:01:07.616 - info: sql.0 (259282) enabled logging of 0_userdata.0.Robbi1.secoundsPerPercent, Alias=false, 18 points now activated
2022-07-28 00:01:07.617 - info: sql.0 (259282) enabled logging of 0_userdata.0.Robbi1.secoundsPerPercentRun, Alias=false, 19 points now activated
2022-07-28 00:01:07.618 - info: sql.0 (259282) enabled logging of 0_userdata.0.Spritmonitor.DieselAralLux, Alias=false, 20 points now activated
2022-07-28 00:01:07.618 - info: sql.0 (259282) enabled logging of 0_userdata.0.Spritmonitor.SuperAralLux, Alias=false, 21 points now activated
2022-07-28 00:01:07.619 - info: sql.0 (259282) enabled logging of 0_userdata.0.System.Traffic.TrafficYesterdayRecieved, Alias=false, 22 points now activated
2022-07-28 00:01:07.619 - info: sql.0 (259282) enabled logging of 0_userdata.0.System.Traffic.trafficTodayRecieve, Alias=false, 23 points now activated
2022-07-28 00:01:07.620 - info: sql.0 (259282) enabled logging of 0_userdata.0.System.Traffic.trafficTodaySend, Alias=false, 24 points now activated
2022-07-28 00:01:07.620 - info: sql.0 (259282) enabled logging of 0_userdata.0.System.Traffic.trafficYesterdaySend, Alias=false, 25 points now activated
2022-07-28 00:01:07.620 - info: sql.0 (259282) enabled logging of 0_userdata.0.System.cpuLoad, Alias=false, 26 points now activated
2022-07-28 00:01:07.621 - info: sql.0 (259282) enabled logging of 0_userdata.0.System.harddiscUsed, Alias=false, 27 points now activated
2022-07-28 00:01:07.621 - info: sql.0 (259282) enabled logging of 0_userdata.0.System.memUsed, Alias=false, 28 points now activated
2022-07-28 00:01:07.622 - info: sql.0 (259282) enabled logging of 0_userdata.0.System.trafficResiveMbit, Alias=false, 29 points now activated
2022-07-28 00:01:07.622 - info: sql.0 (259282) enabled logging of 0_userdata.0.System.trafficResiveMbyte, Alias=false, 30 points now activated
2022-07-28 00:01:07.622 - info: sql.0 (259282) enabled logging of 0_userdata.0.System.trafficSendMbit, Alias=false, 31 points now activated
2022-07-28 00:01:07.623 - info: sql.0 (259282) enabled logging of 0_userdata.0.System.trafficSendMbyte, Alias=false, 32 points now activated
2022-07-28 00:01:07.623 - info: sql.0 (259282) enabled logging of 0_userdata.0.runningAlarm, Alias=false, 33 points now activated
2022-07-28 00:01:07.624 - info: sql.0 (259282) enabled logging of accuweather.0.Current.Temperature, Alias=false, 34 points now activated
2022-07-28 00:01:07.625 - info: sql.0 (259282) enabled logging of accuweather.0.Daily.Day1.Day.LongPhrase, Alias=false, 35 points now activated
2022-07-28 00:01:07.625 - info: sql.0 (259282) enabled logging of accuweather.0.Daily.Day1.Night.LongPhrase, Alias=false, 36 points now activated
2022-07-28 00:01:07.626 - info: sql.0 (259282) enabled logging of accuweather.0.Daily.Day1.Temperature.Maximum, Alias=false, 37 points now activated
2022-07-28 00:01:07.626 - info: sql.0 (259282) enabled logging of accuweather.0.Daily.Day1.Temperature.Minimum, Alias=false, 38 points now activated
2022-07-28 00:01:07.627 - info: sql.0 (259282) enabled logging of accuweather.0.Daily.Day2.Temperature.Maximum, Alias=false, 39 points now activated
2022-07-28 00:01:07.627 - info: sql.0 (259282) enabled logging of alexa2.0.History.#trigger, Alias=false, 40 points now activated
2022-07-28 00:01:07.627 - info: sql.0 (259282) enabled logging of alexa2.0.History.json, Alias=false, 41 points now activated
2022-07-28 00:01:07.628 - info: sql.0 (259282) enabled logging of alexa2.0.History.summary, Alias=false, 42 points now activated
2022-07-28 00:01:07.628 - info: sql.0 (259282) enabled logging of divera247.0.text, Alias=false, 43 points now activated
2022-07-28 00:01:07.629 - info: sql.0 (259282) enabled logging of ecovacs-deebot.0.control.clean, Alias=false, 44 points now activated
2022-07-28 00:01:07.629 - info: sql.0 (259282) enabled logging of ecovacs-deebot.0.info.battery, Alias=false, 45 points now activated
2022-07-28 00:01:07.630 - info: sql.0 (259282) enabled logging of ecovacs-deebot.0.info.chargestatus, Alias=false, 46 points now activated
2022-07-28 00:01:07.630 - info: sql.0 (259282) enabled logging of ecovacs-deebot.0.info.cleanstatus, Alias=false, 47 points now activated
2022-07-28 00:01:07.630 - info: sql.0 (259282) enabled logging of ecovacs-deebot.0.info.deviceStatus, Alias=false, 48 points now activated
2022-07-28 00:01:07.631 - info: sql.0 (259282) enabled logging of ecovacs-deebot.0.info.error, Alias=false, 49 points now activated
2022-07-28 00:01:07.632 - info: sql.0 (259282) enabled logging of ecovacs-deebot.0.info.errorCode, Alias=false, 50 points now activated
2022-07-28 00:01:07.633 - info: sql.0 (259282) enabled logging of ecovacs-deebot.0.status.device, Alias=false, 51 points now activated
2022-07-28 00:01:07.633 - info: sql.0 (259282) enabled logging of hmip.0.devices.3014F711A0000A5A498E5614.channels.0.unreach, Alias=false, 52 points now activated
2022-07-28 00:01:07.634 - info: sql.0 (259282) enabled logging of hmip.0.devices.3014F711A0000A5A498E5614.channels.1.smokeDetectorAlarmType, Alias=false, 53 points now activated
2022-07-28 00:01:07.635 - info: sql.0 (259282) enabled logging of hmip.0.devices.3014F711A0000A5A498E5693.channels.0.unreach, Alias=false, 54 points now activated
2022-07-28 00:01:07.635 - info: sql.0 (259282) enabled logging of hmip.0.devices.3014F711A0000A5A498E5693.channels.1.smokeDetectorAlarmType, Alias=false, 55 points now activated
2022-07-28 00:01:07.636 - info: sql.0 (259282) enabled logging of life360.0.myplaces.AtHome.Jessica_.distance, Alias=false, 56 points now activated
2022-07-28 00:01:07.637 - info: sql.0 (259282) enabled logging of life360.0.myplaces.AtHome.Jessica_.isPresent, Alias=false, 57 points now activated
2022-07-28 00:01:07.637 - info: sql.0 (259282) enabled logging of life360.0.myplaces.AtHome.Tom_.distance, Alias=false, 58 points now activated
2022-07-28 00:01:07.638 - info: sql.0 (259282) enabled logging of life360.0.myplaces.AtHome.Tom_.isPresent, Alias=false, 59 points now activated
2022-07-28 00:01:07.639 - info: sql.0 (259282) enabled logging of parser.0.ExternalIP, Alias=false, 60 points now activated
2022-07-28 00:01:07.640 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.0.diesel.feed, Alias=false, 61 points now activated
2022-07-28 00:01:07.640 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.0.e10.feed, Alias=false, 62 points now activated
2022-07-28 00:01:07.641 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.0.e5.feed, Alias=false, 63 points now activated
2022-07-28 00:01:07.642 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.1.diesel.feed, Alias=false, 64 points now activated
2022-07-28 00:01:07.643 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.1.e10.feed, Alias=false, 65 points now activated
2022-07-28 00:01:07.643 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.1.e5.feed, Alias=false, 66 points now activated
2022-07-28 00:01:07.644 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.2.diesel.feed, Alias=false, 67 points now activated
2022-07-28 00:01:07.645 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.2.e10.feed, Alias=false, 68 points now activated
2022-07-28 00:01:07.646 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.2.e5.feed, Alias=false, 69 points now activated
2022-07-28 00:01:07.646 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.3.diesel.feed, Alias=false, 70 points now activated
2022-07-28 00:01:07.647 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.3.e10.feed, Alias=false, 71 points now activated
2022-07-28 00:01:07.648 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.3.e5.feed, Alias=false, 72 points now activated
2022-07-28 00:01:07.648 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.4.diesel.feed, Alias=false, 73 points now activated
2022-07-28 00:01:07.649 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.4.e10.feed, Alias=false, 74 points now activated
2022-07-28 00:01:07.650 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.4.e5.feed, Alias=false, 75 points now activated
2022-07-28 00:01:07.650 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.5.diesel.feed, Alias=false, 76 points now activated
2022-07-28 00:01:07.651 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.5.e10.feed, Alias=false, 77 points now activated
2022-07-28 00:01:07.651 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.5.e5.feed, Alias=false, 78 points now activated
2022-07-28 00:01:07.652 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.6.diesel.feed, Alias=false, 79 points now activated
2022-07-28 00:01:07.653 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.6.e10.feed, Alias=false, 80 points now activated
2022-07-28 00:01:07.653 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.6.e5.feed, Alias=false, 81 points now activated
2022-07-28 00:01:07.654 - info: sql.0 (259282) enabled logging of telegram.0.info.connection, Alias=false, 82 points now activated
2022-07-28 00:01:07.655 - info: sql.0 (259282) enabled logging of tr-064.0.devices.S21-Ultra-von-Thomas.active, Alias=false, 83 points now activated
2022-07-28 00:01:07.655 - info: sql.0 (259282) enabled logging of tr-064.0.devices.iPhonevnJessica.active, Alias=false, 84 points now activated
2022-07-28 00:01:11.408 - info: host.ioBroker instance system.adapter.divera247.0 started with pid 259312
2022-07-28 00:01:11.462 - info: host.ioBroker instance system.adapter.telegram.0 started with pid 259313
2022-07-28 00:01:11.873 - info: host.ioBroker instance scheduled system.adapter.dwd.0 */15 * * * *
2022-07-28 00:01:11.906 - info: host.ioBroker instance system.adapter.dwd.0 started with pid 259326
2022-07-28 00:01:12.254 - info: host.ioBroker instance system.adapter.alexa2.0 started with pid 259333
2022-07-28 00:01:13.096 - debug: divera247.0 (259312) Redis Objects: Use Redis connection: 127.0.0.1:9001
2022-07-28 00:01:13.204 - debug: divera247.0 (259312) Objects client ready ... initialize now
2022-07-28 00:01:13.207 - debug: divera247.0 (259312) Objects create System PubSub Client
2022-07-28 00:01:13.208 - debug: divera247.0 (259312) Objects create User PubSub Client
2022-07-28 00:01:13.315 - debug: divera247.0 (259312) Objects client initialize lua scripts
2022-07-28 00:01:13.322 - debug: divera247.0 (259312) Objects connected to redis: 127.0.0.1:9001
2022-07-28 00:01:13.371 - debug: divera247.0 (259312) Redis States: Use Redis connection: 127.0.0.1:9000
2022-07-28 00:01:13.413 - debug: divera247.0 (259312) States create System PubSub Client
2022-07-28 00:01:13.415 - debug: divera247.0 (259312) States create User PubSub Client
2022-07-28 00:01:13.517 - debug: divera247.0 (259312) States connected to redis: 127.0.0.1:9000
2022-07-28 00:01:13.544 - error: divera247.0 (259312) divera247.0 already running
2022-07-28 00:01:13.546 - warn: divera247.0 (259312) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:01:14.134 - error: host.ioBroker instance system.adapter.divera247.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:14.135 - info: host.ioBroker Restart adapter system.adapter.divera247.0 because enabled
2022-07-28 00:01:14.746 - info: alexa2.0 (259333) starting. Version 3.18.6 in /opt/iobroker/node_modules/iobroker.alexa2, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:01:15.084 - info: alexa2.0 (259333) Update History Interval is too low, set to 79s
2022-07-28 00:01:15.109 - info: sql.0 (259282) enabled logging of telegram.0.info.connection, Alias=false, WriteNulls=false
2022-07-28 00:01:15.226 - info: telegram.0 (259313) starting. Version 1.14.1 in /opt/iobroker/node_modules/iobroker.telegram, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:01:15.086 - info: alexa2.0 (259333) Update Device State Interval is too low, set to 310s
2022-07-28 00:01:15.790 - info: host.ioBroker instance system.adapter.echarts.0 started with pid 259369
2022-07-28 00:01:16.356 - info: host.ioBroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
2022-07-28 00:01:16.513 - info: host.ioBroker instance system.adapter.hmip.0 started with pid 259376
2022-07-28 00:01:17.465 - error: echarts.0 (259369) echarts.0 already running
2022-07-28 00:01:17.471 - warn: echarts.0 (259369) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:01:18.155 - error: host.ioBroker instance system.adapter.echarts.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:18.156 - info: host.ioBroker Restart adapter system.adapter.echarts.0 because enabled
2022-07-28 00:01:18.411 - info: alexa2.0 (259333) Update cookie in adapter configuration ... restarting ...
2022-07-28 00:01:18.501 - info: host.ioBroker stopInstance system.adapter.alexa2.0 (force=false, process=true)
2022-07-28 00:01:18.507 - info: alexa2.0 (259333) Got terminate signal TERMINATE_YOURSELF
2022-07-28 00:01:18.508 - info: host.ioBroker stopInstance system.adapter.alexa2.0 send kill signal
2022-07-28 00:01:18.510 - info: alexa2.0 (259333) terminating
2022-07-28 00:01:18.512 - info: alexa2.0 (259333) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2022-07-28 00:01:19.122 - info: host.ioBroker instance system.adapter.alexa2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
2022-07-28 00:01:19.391 - info: hmip.0 (259376) starting. Version 1.18.0 in /opt/iobroker/node_modules/iobroker.hmip, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:01:19.855 - info: host.ioBroker instance system.adapter.ecovacs-deebot.0 started with pid 259395
2022-07-28 00:01:20.306 - info: sql.0 (259282) enabled logging of hmip.0.devices.3014F711A0000A5A498E5614.channels.0.unreach, Alias=false, WriteNulls=false
2022-07-28 00:01:20.313 - info: sql.0 (259282) enabled logging of hmip.0.devices.3014F711A0000A5A498E5614.channels.1.smokeDetectorAlarmType, Alias=false, WriteNulls=false
2022-07-28 00:01:20.539 - info: sql.0 (259282) enabled logging of hmip.0.devices.3014F711A0000A5A498E5693.channels.0.unreach, Alias=false, WriteNulls=false
2022-07-28 00:01:20.547 - info: sql.0 (259282) enabled logging of hmip.0.devices.3014F711A0000A5A498E5693.channels.1.smokeDetectorAlarmType, Alias=false, WriteNulls=false
2022-07-28 00:01:21.739 - info: host.ioBroker instance system.adapter.alexa2.0 started with pid 259406
2022-07-28 00:01:21.976 - error: ecovacs-deebot.0 (259395) ecovacs-deebot.0 already running
2022-07-28 00:01:22.603 - error: host.ioBroker instance system.adapter.ecovacs-deebot.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:22.604 - info: host.ioBroker Restart adapter system.adapter.ecovacs-deebot.0 because enabled
2022-07-28 00:01:22.639 - info: hmip.0 (259376) ws connection opened
2022-07-28 00:01:23.612 - info: hmip.0 (259376) hmip adapter connected and ready
2022-07-28 00:01:23.986 - info: host.ioBroker instance system.adapter.info.0 started with pid 259417
2022-07-28 00:01:24.390 - info: alexa2.0 (259406) starting. Version 3.18.6 in /opt/iobroker/node_modules/iobroker.alexa2, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:01:24.758 - info: host.ioBroker instance system.adapter.tr-064.0 started with pid 259428
2022-07-28 00:01:24.778 - info: alexa2.0 (259406) Update History Interval is too low, set to 87s
2022-07-28 00:01:24.780 - info: alexa2.0 (259406) Update Device State Interval is too low, set to 328s
2022-07-28 00:01:26.880 - error: info.0 (259417) info.0 already running
2022-07-28 00:01:26.886 - warn: info.0 (259417) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:01:27.543 - error: host.ioBroker instance system.adapter.info.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:27.544 - info: host.ioBroker Restart adapter system.adapter.info.0 because enabled
2022-07-28 00:01:27.880 - info: host.ioBroker instance system.adapter.javascript.0 started with pid 259459
2022-07-28 00:01:28.535 - info: host.ioBroker instance system.adapter.tuya.0 started with pid 259466
2022-07-28 00:01:30.131 - info: alexa2.0 (259406) Initialize all Device states ...
2022-07-28 00:01:31.119 - error: javascript.0 (259459) javascript.0 already running
2022-07-28 00:01:31.124 - warn: javascript.0 (259459) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:01:31.272 - info: tuya.0 (259466) starting. Version 3.6.15 in /opt/iobroker/node_modules/iobroker.tuya, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:01:31.311 - info: tuya.0 (259466) Polling interval 1 too short, setting to 30s
2022-07-28 00:01:31.778 - error: host.ioBroker instance system.adapter.javascript.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:31.779 - info: host.ioBroker Restart adapter system.adapter.javascript.0 because enabled
2022-07-28 00:01:31.900 - info: host.ioBroker instance system.adapter.life360.0 started with pid 259485
2022-07-28 00:01:31.955 - info: tuya.0 (259466) bfd6bc19e86779380cfqrk Init with IP=xxx.168.xxx.73, Key=06eef48bdae760ce, Version=3.3
2022-07-28 00:01:31.977 - info: tuya.0 (259466) bfda93ace7604b1f92qtl6 Init with IP=xxx.168.xxx.38, Key=952114fef82a11df, Version=3.3
2022-07-28 00:01:31.982 - info: tuya.0 (259466) bfe97e1ad364f77be05jdt Init with IP=xxx.168.xxx.90, Key=72d07d09bfb8ffea, Version=3.3
2022-07-28 00:01:32.004 - info: tuya.0 (259466) bf545e4dbeeb1aec2deefm Init with IP=xxx.168.xxx.60, Key=740b3e56b449e9f2, Version=3.3
2022-07-28 00:01:32.011 - info: tuya.0 (259466) bf994d2cb9352efaefhy0p Init with IP=xxx.168.xxx.62, Key=1ffb1c8122ac0281, Version=3.3
2022-07-28 00:01:32.017 - info: tuya.0 (259466) bfd9049aff0702d4c2goso Init with IP=xxx.168.xxx.74, Key=de568c531abb1680, Version=3.3
2022-07-28 00:01:32.033 - info: tuya.0 (259466) bf6dbe656185127769tlmo Init with IP=xxx.168.xxx.34, Key=945a54df2797a63d, Version=3.3
2022-07-28 00:01:32.038 - info: tuya.0 (259466) bf23a76118d2c934e2jfr5 Init with IP=xxx.168.xxx.68, Key=446b4bc68de6b26c, Version=3.3
2022-07-28 00:01:32.044 - info: tuya.0 (259466) bf6fae861ac0ec2f9auxbj Init with IP=xxx.168.xxx.64, Key=ffe49bc478284380, Version=3.3
2022-07-28 00:01:32.051 - info: tuya.0 (259466) bf60cad07c7d45a435qa5m Init with IP=xxx.168.xxx.63, Key=d2afd57c71f3459c, Version=3.3
2022-07-28 00:01:32.060 - info: tuya.0 (259466) bf3ec0c816534bdd0allkn Init with IP=xxx.168.xxx.72, Key=a08ff09825717976, Version=3.3
2022-07-28 00:01:32.062 - info: tuya.0 (259466) bfe4b8cbefda41ee3eagdy Init with IP=xxx.168.xxx.91, Key=84806f69833c5334, Version=3.3
2022-07-28 00:01:32.067 - info: tuya.0 (259466) bfec2bcfd7ed1e7f5f36sn Init with IP=xxx.168.xxx.61, Key=69d45563d5748dfe, Version=3.3
2022-07-28 00:01:32.071 - info: tuya.0 (259466) bf1aa7629629b4a2e2rfbw Init with IP=xxx.168.xxx.58, Key=055964cab621ac15, Version=3.3
2022-07-28 00:01:32.073 - info: tuya.0 (259466) bf25a5cab8d585a6465nit Init with IP=xxx.168.xxx.67, Key=cb0b84dc9c20b188, Version=3.3
2022-07-28 00:01:32.082 - info: tuya.0 (259466) bf8f1d1e278f5f1a5fwivw Init with IP=xxx.168.xxx.70, Key=4eba9b844090c94f, Version=3.3
2022-07-28 00:01:32.108 - info: tuya.0 (259466) bf9e0730376b6bd6c3naou Init with IP=xxx.168.xxx.87, Key=92f64663c60cdbdb, Version=3.3
2022-07-28 00:01:32.128 - info: tuya.0 (259466) bf98d9425253939d09mxwf Init with IP=xxx.168.xxx.59, Key=42c0b401782c9c53, Version=3.3
2022-07-28 00:01:32.131 - info: tuya.0 (259466) Existing devices initialized
2022-07-28 00:01:32.143 - info: tuya.0 (259466) Listen for local Tuya devices on port 6666
2022-07-28 00:01:32.144 - info: tuya.0 (259466) Listen for encrypted local Tuya devices on port 6667
2022-07-28 00:01:32.546 - info: host.ioBroker instance system.adapter.backitup.0 started with pid 259492
2022-07-28 00:01:34.208 - error: life360.0 (259485) life360.0 already running
2022-07-28 00:01:34.211 - warn: life360.0 (259485) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:01:34.539 - info: backitup.0 (259492) starting. Version 2.4.10 in /opt/iobroker/node_modules/iobroker.backitup, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:01:34.594 - info: backitup.0 (259492) [iobroker] backup was activated at 02:40 every 1 day(s)
2022-07-28 00:01:34.782 - error: host.ioBroker instance system.adapter.life360.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:34.783 - info: host.ioBroker Restart adapter system.adapter.life360.0 because enabled
2022-07-28 00:01:35.904 - info: host.ioBroker instance system.adapter.parser.0 started with pid 259511
2022-07-28 00:01:37.830 - info: host.ioBroker instance system.adapter.accuweather.0 started with pid 259522
2022-07-28 00:01:37.841 - error: parser.0 (259511) parser.0 already running
2022-07-28 00:01:37.850 - warn: parser.0 (259511) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:01:38.504 - error: host.ioBroker instance system.adapter.parser.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:38.505 - info: host.ioBroker Restart adapter system.adapter.parser.0 because enabled
2022-07-28 00:01:39.804 - info: host.ioBroker instance system.adapter.tankerkoenig.0 started with pid 259529
2022-07-28 00:01:40.577 - info: accuweather.0 (259522) starting. Version 1.2.4 in /opt/iobroker/node_modules/iobroker.accuweather, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:01:42.238 - error: tankerkoenig.0 (259529) tankerkoenig.0 already running
2022-07-28 00:01:42.243 - warn: tankerkoenig.0 (259529) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:01:42.896 - error: host.ioBroker instance system.adapter.tankerkoenig.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:42.896 - info: host.ioBroker Restart adapter system.adapter.tankerkoenig.0 because enabled
2022-07-28 00:01:43.863 - info: host.ioBroker instance system.adapter.trashschedule.0 started with pid 259548
2022-07-28 00:01:44.269 - info: host.ioBroker instance system.adapter.divera247.0 started with pid 259555
2022-07-28 00:01:45.669 - error: trashschedule.0 (259548) trashschedule.0 already running
2022-07-28 00:01:45.709 - debug: divera247.0 (259555) Redis Objects: Use Redis connection: 127.0.0.1:9001
2022-07-28 00:01:45.821 - debug: divera247.0 (259555) Objects client ready ... initialize now
2022-07-28 00:01:45.825 - debug: divera247.0 (259555) Objects create System PubSub Client
2022-07-28 00:01:45.826 - debug: divera247.0 (259555) Objects create User PubSub Client
2022-07-28 00:01:45.915 - debug: divera247.0 (259555) Objects client initialize lua scripts
2022-07-28 00:01:45.932 - debug: divera247.0 (259555) Objects connected to redis: 127.0.0.1:9001
2022-07-28 00:01:46.009 - debug: divera247.0 (259555) Redis States: Use Redis connection: 127.0.0.1:9000
2022-07-28 00:01:46.043 - debug: divera247.0 (259555) States create System PubSub Client
2022-07-28 00:01:46.047 - debug: divera247.0 (259555) States create User PubSub Client
2022-07-28 00:01:46.104 - debug: divera247.0 (259555) States connected to redis: 127.0.0.1:9000
2022-07-28 00:01:46.425 - error: host.ioBroker instance system.adapter.trashschedule.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:46.426 - info: host.ioBroker Restart adapter system.adapter.trashschedule.0 because enabled
2022-07-28 00:01:46.627 - info: divera247.0 (259555) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.divera247, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:01:46.957 - debug: divera247.0 (259555) Connected to API
2022-07-28 00:01:47.000 - warn: divera247.0 (259555) Read-only state "divera247.0.title" has been written without ack-flag with value "null"
2022-07-28 00:01:47.006 - warn: divera247.0 (259555) Read-only state "divera247.0.text" has been written without ack-flag with value "null"
2022-07-28 00:01:47.012 - warn: divera247.0 (259555) Read-only state "divera247.0.foreign_id" has been written without ack-flag with value "null"
2022-07-28 00:01:47.017 - warn: divera247.0 (259555) Read-only state "divera247.0.address" has been written without ack-flag with value "null"
2022-07-28 00:01:47.024 - warn: divera247.0 (259555) Read-only state "divera247.0.lat" has been written without ack-flag with value "null"
2022-07-28 00:01:47.032 - warn: divera247.0 (259555) Read-only state "divera247.0.lng" has been written without ack-flag with value "null"
2022-07-28 00:01:47.038 - warn: divera247.0 (259555) Read-only state "divera247.0.date" has been written without ack-flag with value "null"
2022-07-28 00:01:47.046 - warn: divera247.0 (259555) Read-only state "divera247.0.priority" has been written without ack-flag with value "null"
2022-07-28 00:01:47.052 - warn: divera247.0 (259555) Read-only state "divera247.0.addressed_users" has been written without ack-flag with value "null"
2022-07-28 00:01:47.056 - warn: divera247.0 (259555) Read-only state "divera247.0.addressed_groups" has been written without ack-flag with value "null"
2022-07-28 00:01:47.062 - warn: divera247.0 (259555) Read-only state "divera247.0.addressed_vehicle" has been written without ack-flag with value "null"
2022-07-28 00:01:47.067 - warn: divera247.0 (259555) Read-only state "divera247.0.lastUpdate" has been written without ack-flag with value "null"
2022-07-28 00:01:47.875 - info: host.ioBroker instance system.adapter.upnp.0 started with pid 259574
2022-07-28 00:01:48.200 - info: host.ioBroker instance system.adapter.echarts.0 started with pid 259581
2022-07-28 00:01:50.312 - error: upnp.0 (259574) upnp.0 already running
2022-07-28 00:01:50.316 - warn: upnp.0 (259574) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:01:50.336 - info: echarts.0 (259581) starting. Version 1.0.12 in /opt/iobroker/node_modules/iobroker.echarts, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:01:50.957 - error: host.ioBroker instance system.adapter.upnp.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:50.957 - info: host.ioBroker Restart adapter system.adapter.upnp.0 because enabled
2022-07-28 00:01:52.695 - info: host.ioBroker instance system.adapter.ecovacs-deebot.0 started with pid 259607
2022-07-28 00:01:53.779 - info: vis.0 (259600) starting. Version 1.4.15 in /opt/iobroker/node_modules/iobroker.vis, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:01:54.008 - info: vis.0 (259600) vis license is OK.
2022-07-28 00:01:54.740 - info: vis.0 (259600) Terminated (NO_ERROR): Without reason
2022-07-28 00:01:55.359 - info: host.ioBroker instance system.adapter.vis.0 terminated while should be started once
2022-07-28 00:01:55.906 - info: host.ioBroker instance system.adapter.web.0 started with pid 259634
2022-07-28 00:01:57.644 - info: host.ioBroker instance system.adapter.info.0 started with pid 259641
2022-07-28 00:01:58.026 - error: web.0 (259634) web.0 already running
2022-07-28 00:01:58.032 - warn: web.0 (259634) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
2022-07-28 00:01:58.674 - error: host.ioBroker instance system.adapter.web.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
2022-07-28 00:01:58.675 - info: host.ioBroker Restart adapter system.adapter.web.0 because enabled
2022-07-28 00:02:01.870 - info: host.ioBroker instance system.adapter.javascript.0 started with pid 259668
2022-07-28 00:02:02.345 - info: info.0 (259641) starting. Version 1.9.19 in /opt/iobroker/node_modules/iobroker.info, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:02:02.544 - info: info.0 (259641) Reading/updating systemdata.
2022-07-28 00:02:03.300 - info: info.0 (259641) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number"
2022-07-28 00:02:03.525 - info: info.0 (259641) Reading CPU data every 32 seconds.
2022-07-28 00:02:03.581 - info: info.0 (259641) cpu Temp res = {"main":null,"cores":[],"max":null,"socket":[],"chipset":null}
2022-07-28 00:02:03.603 - info: info.0 (259641) Reading CPU temp data every 32 seconds.
2022-07-28 00:02:03.699 - info: info.0 (259641) Reading CPU current speed every 32 seconds.
2022-07-28 00:02:03.798 - info: info.0 (259641) Reading memory data every 30 seconds.
2022-07-28 00:02:04.865 - info: host.ioBroker instance system.adapter.life360.0 started with pid 259844
2022-07-28 00:02:05.129 - info: info.0 (259641) State value to set for "info.0.sysinfo.disks.blockDevices.dev0.size" has to be type "string" but received type "number"
2022-07-28 00:02:05.428 - info: javascript.0 (259668) starting. Version 6.0.0 in /opt/iobroker/node_modules/iobroker.javascript, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:02:05.798 - info: info.0 (259641) Reading disk data every 120 seconds.
2022-07-28 00:02:06.181 - info: javascript.0 (259668) requesting all states
2022-07-28 00:02:06.182 - info: javascript.0 (259668) requesting all objects
2022-07-28 00:02:07.912 - info: javascript.0 (259668) received all objects
2022-07-28 00:02:08.021 - info: info.0 (259641) Reading network data every 120 seconds.
2022-07-28 00:02:08.317 - info: javascript.0 (259668) received all states
2022-07-28 00:02:08.616 - info: host.ioBroker instance system.adapter.parser.0 started with pid 260102
2022-07-28 00:02:10.778 - info: parser.0 (260102) starting. Version 1.1.8 in /opt/iobroker/node_modules/iobroker.parser, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:02:12.913 - info: host.ioBroker instance system.adapter.tankerkoenig.0 started with pid 260117
2022-07-28 00:02:14.018 - info: javascript.0 (259668) Start javascript script.js.Ausfallbehandlung.alexaLostConnection
2022-07-28 00:02:14.072 - info: javascript.0 (259668) script.js.Ausfallbehandlung.alexaLostConnection: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.120 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.0.e5.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.141 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.0.e10.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.166 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.0.diesel.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.198 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.1.e5.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.222 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.1.e10.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.243 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.1.diesel.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.277 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.2.e5.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.300 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.2.e10.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.322 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.2.diesel.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.363 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.3.e5.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.389 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.3.e10.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.410 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.3.diesel.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.448 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.4.e5.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.475 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.4.e10.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.500 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.4.diesel.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.556 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.5.e5.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.578 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.5.e10.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.609 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.5.diesel.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.653 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.6.e5.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.705 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.6.e10.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.705 - info: sql.0 (259282) enabled logging of tankerkoenig.0.stations.6.diesel.feed, Alias=false, WriteNulls=false
2022-07-28 00:02:14.090 - info: javascript.0 (259668) Start javascript script.js.Ausfallbehandlung.failureAdapterDivera
2022-07-28 00:02:14.100 - info: javascript.0 (259668) script.js.Ausfallbehandlung.failureAdapterDivera: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.101 - info: javascript.0 (259668) Start javascript script.js.Ausfallbehandlung.hmip_baterie_empty
2022-07-28 00:02:14.120 - info: javascript.0 (259668) script.js.Ausfallbehandlung.hmip_baterie_empty: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.123 - info: javascript.0 (259668) Start javascript script.js.Ausfallbehandlung.tuyaLostConnection
2022-07-28 00:02:14.131 - info: javascript.0 (259668) script.js.Ausfallbehandlung.tuyaLostConnection: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.133 - info: javascript.0 (259668) Start javascript script.js.Divera.LBV_Alarm
2022-07-28 00:02:14.141 - info: javascript.0 (259668) script.js.Divera.LBV_Alarm: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.142 - info: javascript.0 (259668) Start javascript script.js.Saugroboter.batteryState
2022-07-28 00:02:14.151 - info: javascript.0 (259668) script.js.Saugroboter.batteryState: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.152 - info: javascript.0 (259668) Start javascript script.js.Saugroboter.chargingSocket
2022-07-28 00:02:14.159 - info: javascript.0 (259668) script.js.Saugroboter.chargingSocket: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.161 - info: javascript.0 (259668) script.js.Saugroboter.chargingSocket: AutoOnRobbichargingSocket: 47 15 31 7 * [31.07.2022, 15:47]
2022-07-28 00:02:14.216 - info: javascript.0 (259668) Start javascript script.js.Saugroboter.cleanedArea
2022-07-28 00:02:14.224 - info: javascript.0 (259668) script.js.Saugroboter.cleanedArea: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.224 - info: javascript.0 (259668) Start javascript script.js.Saugroboter.state
2022-07-28 00:02:14.231 - info: javascript.0 (259668) script.js.Saugroboter.state: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.232 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Alarmanlage.AlarmTempOff
2022-07-28 00:02:14.238 - info: javascript.0 (259668) script.js.Steuerung.Alarmanlage.AlarmTempOff: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.239 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Alarmanlage.Dedect_Tuya
2022-07-28 00:02:14.246 - info: javascript.0 (259668) script.js.Steuerung.Alarmanlage.Dedect_Tuya: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.248 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Alarmanlage.MainAlarm
2022-07-28 00:02:14.256 - info: javascript.0 (259668) script.js.Steuerung.Alarmanlage.MainAlarm: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.256 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Alarmanlage.PreAlarm_new
2022-07-28 00:02:14.263 - info: javascript.0 (259668) script.js.Steuerung.Alarmanlage.PreAlarm_new: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.263 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Alarmanlage.Rauchmelder-Alarm
2022-07-28 00:02:14.270 - info: javascript.0 (259668) script.js.Steuerung.Alarmanlage.Rauchmelder-Alarm: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.272 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Alarmanlage.Türkontakt_offen
2022-07-28 00:02:14.279 - info: javascript.0 (259668) script.js.Steuerung.Alarmanlage.Türkontakt_offen: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.281 - info: javascript.0 (259668) Start javascript script.js.Steuerung.AlexaSprachsteuerung.Robbi
2022-07-28 00:02:14.289 - info: javascript.0 (259668) script.js.Steuerung.AlexaSprachsteuerung.Robbi: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.290 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Anwesenheitserkennung.Anwesenheitserkennung
2022-07-28 00:02:14.297 - info: javascript.0 (259668) script.js.Steuerung.Anwesenheitserkennung.Anwesenheitserkennung: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.297 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Anwesenheitserkennung.Familienmitglieder
2022-07-28 00:02:14.304 - info: javascript.0 (259668) script.js.Steuerung.Anwesenheitserkennung.Familienmitglieder: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.305 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Anwesenheitserkennung.HouseLeave
2022-07-28 00:02:14.312 - info: javascript.0 (259668) script.js.Steuerung.Anwesenheitserkennung.HouseLeave: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.313 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.Broetchenbox.DailyBackup
2022-07-28 00:02:14.319 - info: javascript.0 (259668) script.js.Steuerung.Automation.Broetchenbox.DailyBackup: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.320 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.Broetchenbox.callStat
2022-07-28 00:02:14.330 - info: javascript.0 (259668) script.js.Steuerung.Automation.Broetchenbox.callStat: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.334 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.Broetchenbox.collectCallData
2022-07-28 00:02:14.342 - info: javascript.0 (259668) script.js.Steuerung.Automation.Broetchenbox.collectCallData: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.343 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.Erinnerungen.Terminerinnerung
2022-07-28 00:02:14.350 - info: javascript.0 (259668) script.js.Steuerung.Automation.Erinnerungen.Terminerinnerung: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.351 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.Haustür_ist_auf
2022-07-28 00:02:14.358 - info: javascript.0 (259668) script.js.Steuerung.Automation.Haustür_ist_auf: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.359 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.KalenderEinträge
2022-07-28 00:02:14.366 - info: javascript.0 (259668) script.js.Steuerung.Automation.KalenderEinträge: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.368 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.Muellerinnerung
2022-07-28 00:02:14.377 - info: javascript.0 (259668) script.js.Steuerung.Automation.Muellerinnerung: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.396 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.Schaltungen.ambiente
2022-07-28 00:02:14.403 - info: javascript.0 (259668) script.js.Steuerung.Automation.Schaltungen.ambiente: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.404 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.Schaltungen.schlafzimmerLicht
2022-07-28 00:02:14.411 - info: javascript.0 (259668) script.js.Steuerung.Automation.Schaltungen.schlafzimmerLicht: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.412 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.SpritpreiseLux
2022-07-28 00:02:14.419 - info: javascript.0 (259668) script.js.Steuerung.Automation.SpritpreiseLux: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.419 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.System.ConnectionLost
2022-07-28 00:02:14.427 - info: javascript.0 (259668) script.js.Steuerung.Automation.System.ConnectionLost: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.430 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.System.Traffic
2022-07-28 00:02:14.437 - info: javascript.0 (259668) script.js.Steuerung.Automation.System.Traffic: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.439 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.System.UpdateNotice
2022-07-28 00:02:14.445 - info: javascript.0 (259668) script.js.Steuerung.Automation.System.UpdateNotice: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.446 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.System.cpuMemHardDisc
2022-07-28 00:02:14.453 - info: javascript.0 (259668) script.js.Steuerung.Automation.System.cpuMemHardDisc: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.453 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.Yannik_Alexa
2022-07-28 00:02:14.462 - info: javascript.0 (259668) script.js.Steuerung.Automation.Yannik_Alexa: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.465 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.dwdWarnings
2022-07-28 00:02:14.473 - info: javascript.0 (259668) script.js.Steuerung.Automation.dwdWarnings: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.473 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Automation.trafficData
2022-07-28 00:02:14.479 - info: javascript.0 (259668) script.js.Steuerung.Automation.trafficData: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.479 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Poolsteuerung.poolLights
2022-07-28 00:02:14.486 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.poolLights: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.498 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.poolLights: Die Poolbeleuchtung-Steuerungszeiten werden neu berechnet...
2022-07-28 00:02:14.520 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.poolLights: Poolbeleuchtung geplant. Diese schaltet sich um 21:30 Uhr ein und um 22:59 Uhr aus.
2022-07-28 00:02:14.520 - info: javascript.0 (259668) Start javascript script.js.Steuerung.Poolsteuerung.pumpenSteuerung
2022-07-28 00:02:14.528 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.pumpenSteuerung: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2022-07-28 00:02:14.540 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.pumpenSteuerung: Shedule gelöscht
2022-07-28 00:02:14.540 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.pumpenSteuerung: Shedule gelöscht
2022-07-28 00:02:14.550 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.pumpenSteuerung: Auto-Operationszeitraum der Pumpe heute zwischen 07:06 Uhr und 21:30 Uhr.
2022-07-28 00:02:14.553 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.pumpenSteuerung: Current-Wetterdaten in Variable = 0; Wert auf 22.8°C gesetzt.
2022-07-28 00:02:14.554 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.pumpenSteuerung: Aufgrund der aktuellen Wetterlage von maximal 22.8°C wird eine Pumpenlaufzeit des heutigen Tages auf 493 Minuten festgelegt.
2022-07-28 00:02:14.555 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.pumpenSteuerung: Sie findet zwischen 07:06 Uhr und 21:30 Uhr statt.
2022-07-28 00:02:14.557 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.pumpenSteuerung: Poolsteuerung: Start-Cron festgelegt [6 7 * * *] von 07:06 Uhr bis 09:51 Uhr angeschaltet
2022-07-28 00:02:14.576 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.pumpenSteuerung: Poolsteuerung: Start-Cron festgelegt [37 11 * * *] von 11:37 Uhr bis 14:22 Uhr angeschaltet
2022-07-28 00:02:14.583 - info: javascript.0 (259668) script.js.Steuerung.Poolsteuerung.pumpenSteuerung: Poolsteuerung: Start-Cron festgelegt [46 18 * * *] von 18:46 Uhr bis 21:30 Uhr angeschaltet

2022-07-28 00:02:28.781 - info: host.ioBroker instance system.adapter.web.0 started with pid 260162
2022-07-28 00:02:30.297 - warn: javascript.0 (259668) script.js.Steuerung.Automation.System.Traffic: ### Traffic aktueller Tag zurückgesetzt
2022-07-28 00:02:31.814 - info: web.0 (260162) starting. Version 5.2.4 in /opt/iobroker/node_modules/iobroker.web, node: v16.16.0, js-controller: 4.0.23
2022-07-28 00:02:32.139 - info: web.0 (260162) socket.io server listening on port 8082
2022-07-28 00:02:32.157 - info: web.0 (260162) http server listening on port 8082
2022-07-28 00:02:45.465 - info: sql.0 (259282) enabled logging of alexa2.0.History.#trigger, Alias=false, WriteNulls=false
2022-07-28 00:02:45.553 - info: sql.0 (259282) enabled logging of alexa2.0.History.summary, Alias=false, WriteNulls=false
2022-07-28 00:02:45.683 - info: sql.0 (259282) enabled logging of alexa2.0.History.json, Alias=false, WriteNulls=false
2022-07-28 00:02:52.695 - info: alexa2.0 (259406) Subscribing to states...
2022-07-28 00:02:52.701 - info: alexa2.0 (259406) Deleting the following states: ["Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.date","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.enabled","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.recurringPattern","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.time","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.triggered","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.date","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.enabled","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.recurringPattern","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.time","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.triggered","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.snoozed","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.delete","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.cancel","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.customVolume","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.sound","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.recurringDays","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.nextTriggerDate","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.snoozed","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.delete","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.cancel","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.customVolume","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.sound","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.recurringDays","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.nextTriggerDate","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.musicProvider","Echo-Devices.G090XG1211830A5N.Alarm.c038947b-e382-38d9-a390-f8bc21b3cf30.musicEntity","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.musicProvider","Echo-Devices.G090XG1211830A5N.Alarm.54c7e2b8-d537-3faa-a74b-e7ad54d81081.musicEntity"]
2022-07-28 00:02:56.321 - info: alexa2.0 (259406) Alexa-Push-Connection (macDms = true) established. Disable Polling
2022-07-28 00:03:16.325 - info: alexa2.0 (259406) Initialization Done ...
</code></pre>
<p dir="auto">Hat jemand vielleicht eine Idee, wie man dies Verhindern kann?</p>
]]></description><link>https://forum.iobroker.net/topic/56741/problem-mit-laufenden-neustarts-von-iobroker</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 02:33:55 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/56741.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Jul 2022 06:50:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit laufenden Neustarts von ioBroker on Mon, 01 Aug 2022 07:22:14 GMT]]></title><description><![CDATA[<p dir="auto">Hallo zusammen,</p>
<p dir="auto">das Problem hat sich damit erledigt. Der Fehler ist nicht mehr aufgetreten. Vielen Dank für eure Hilfe.</p>
]]></description><link>https://forum.iobroker.net/post/836960</link><guid isPermaLink="true">https://forum.iobroker.net/post/836960</guid><dc:creator><![CDATA[tomtaz]]></dc:creator><pubDate>Mon, 01 Aug 2022 07:22:14 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit laufenden Neustarts von ioBroker on Thu, 28 Jul 2022 11:36:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> said in <a href="/post/835102">Problem mit laufenden Neustarts von ioBroker</a>:</p>
<blockquote>
<p dir="auto">Die V 18 ist auch noch nicht für ioBroker die empohlene Version. U. a. aus solchen Gründen.</p>
</blockquote>
<p dir="auto">Hab ich mir gedacht und deshalb direkt die 16. installiert. Damit funzt alles wieder. Danke.</p>
]]></description><link>https://forum.iobroker.net/post/835103</link><guid isPermaLink="true">https://forum.iobroker.net/post/835103</guid><dc:creator><![CDATA[tomtaz]]></dc:creator><pubDate>Thu, 28 Jul 2022 11:36:41 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit laufenden Neustarts von ioBroker on Thu, 28 Jul 2022 11:33:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomtaz" aria-label="Profile: tomtaz">@<bdi>tomtaz</bdi></a> sagte in <a href="/post/835097">Problem mit laufenden Neustarts von ioBroker</a>:</p>
<blockquote>
<p dir="auto">Btw.: Die neuste nodejs Version is die 18. Allerdings funktioniert damit der SQL-Adapter nicht.</p>
</blockquote>
<p dir="auto">Die V 18 ist auch noch nicht für ioBroker die empohlene Version. U. a. aus solchen Gründen.</p>
]]></description><link>https://forum.iobroker.net/post/835102</link><guid isPermaLink="true">https://forum.iobroker.net/post/835102</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 28 Jul 2022 11:33:41 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit laufenden Neustarts von ioBroker on Thu, 28 Jul 2022 11:25:34 GMT]]></title><description><![CDATA[<p dir="auto">Vielen Dank erst mal für die vielen Antworten.</p>
<pre><code>uname -m &amp;&amp; type -P nodejs node npm &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -v &amp;&amp; whoami &amp;&amp; pwd &amp;&amp; sudo apt update &amp;&gt; /dev/null &amp;&amp; sudo apt update &amp;&amp; apt policy nodejs
x86_64
/usr/bin/nodejs
/usr/bin/node
/usr/bin/npm
v16.16.0
v16.16.0
8.11.0
tomtaz
/home/tomtaz
OK:1 http://security.debian.org/debian-security bullseye-security InRelease
OK:2 http://deb.debian.org/debian bullseye InRelease
OK:3 http://deb.debian.org/debian bullseye-updates InRelease
OK:4 https://deb.nodesource.com/node_16.x bullseye InRelease
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Alle Pakete sind aktuell.
nodejs:
  Installiert:           16.16.0-deb-1nodesource1
  Installationskandidat: 16.16.0-deb-1nodesource1
  Versionstabelle:
 *** 16.16.0-deb-1nodesource1 500
        500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
        100 /var/lib/dpkg/status
     12.22.12~dfsg-1~deb11u1 500
        500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
     12.22.5~dfsg-2~11u1 500
        500 http://deb.debian.org/debian bullseye/main amd64 Packages
tomtaz@iobroker:~$
</code></pre>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wildbill" aria-label="Profile: wildbill">@<bdi>wildbill</bdi></a> said in <a href="/post/835048">Problem mit laufenden Neustarts von ioBroker</a>:</p>
<blockquote>
<p dir="auto">Deine Fragen lassen darauf schließen, dass Du in Linux alles andere als fit bist. Sicher, dass es dann bei Dir Sinn macht als Beta-Tester unterwegs zu sein?</p>
</blockquote>
<p dir="auto">Naja, das letzte System das ich aufgesetzt habe, war ebenfalls beta - da gab es die Probleme nicht. Stimmt, ein Linux-Guru bin ich nicht, weiß aber wohl, welchen knopf ich wo drücken muss. Tatsächlich habe ich allerdings mit nodejs und npm usw. beruflich nicht viel zu tun. Von daher kann der Eindruck entstehen, dass ich gar keinen Plan von Linux habe.</p>
<p dir="auto">Btw.: Die neuste nodejs Version is die 18. Allerdings funktioniert damit der SQL-Adapter nicht.</p>
]]></description><link>https://forum.iobroker.net/post/835097</link><guid isPermaLink="true">https://forum.iobroker.net/post/835097</guid><dc:creator><![CDATA[tomtaz]]></dc:creator><pubDate>Thu, 28 Jul 2022 11:25:34 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit laufenden Neustarts von ioBroker on Thu, 28 Jul 2022 09:25:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomtaz" aria-label="Profile: tomtaz">@<bdi>tomtaz</bdi></a> sagte in <a href="/post/834980">Problem mit laufenden Neustarts von ioBroker</a>:<br />
EDIT ...</p>
]]></description><link>https://forum.iobroker.net/post/835054</link><guid isPermaLink="true">https://forum.iobroker.net/post/835054</guid><dc:creator><![CDATA[Glasfaser]]></dc:creator><pubDate>Thu, 28 Jul 2022 09:25:48 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit laufenden Neustarts von ioBroker on Thu, 28 Jul 2022 09:20:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomtaz" aria-label="Profile: tomtaz">@<bdi>tomtaz</bdi></a> Deine Fragen lassen darauf schließen, dass Du in Linux alles andere als fit bist. Sicher, dass es dann bei Dir Sinn macht als Beta-Tester unterwegs zu sein? Ich würde Dir eher nahelegen, erst einmal ein System mit stable zu fahren um in Linux ein wenig sattelfest zu werden. Dann kannst Du sicher sein, dass eventuelle Probleme eher nicht mit iobroker, sondern mit einer Fehlbedienung bzw. falschem Umgang mit Linux zu tun hat.<br />
So wie jetzt scheinst Du ja nicht selbst unterscheiden zu können, ob Probleme eher von Seiten iobroker (weil eine Beta-Version eventuell Probleme macht), oder von Seiten Linux, weil da etwas falsch installiert/konfiguriert wurde zu tun haben. Das macht IMHO überhaupt keinen Sinn.<br />
Wenn Du einen oder mehrere Adapter aus Beta brauchst, weil im stable etwas fehlt, was Du gerne hättest, dann spricht überhaupt nichts dagegen DIESE(N) Adapter aus Beta zu ziehen. Aber das System selbst sollte auf stable laufen, wenn man da nicht ganz fit ist.</p>
<p dir="auto">Gruss, Jürgen</p>
]]></description><link>https://forum.iobroker.net/post/835048</link><guid isPermaLink="true">https://forum.iobroker.net/post/835048</guid><dc:creator><![CDATA[Wildbill]]></dc:creator><pubDate>Thu, 28 Jul 2022 09:20:51 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit laufenden Neustarts von ioBroker on Thu, 28 Jul 2022 08:29:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomtaz" aria-label="Profile: tomtaz">@<bdi>tomtaz</bdi></a></p>
<p dir="auto">Nein, du sollst dir einen user anlegen, falls du keinen hast, den in die Gruppe 'iobroker' setzen und dann nach der Anleitung aus meiner Signatur nodeJS sauber installieren.</p>
<p dir="auto">Wie hast du denn jetzt nodeJS16 installiert?</p>
]]></description><link>https://forum.iobroker.net/post/835018</link><guid isPermaLink="true">https://forum.iobroker.net/post/835018</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 28 Jul 2022 08:29:38 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit laufenden Neustarts von ioBroker on Thu, 28 Jul 2022 08:15:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/glasfaser" aria-label="Profile: glasfaser">@<bdi>glasfaser</bdi></a> said in <a href="/post/835000">Problem mit laufenden Neustarts von ioBroker</a>:</p>
<blockquote>
<p dir="auto">und nicht den <strong>iobroker</strong> als User nehmen !</p>
</blockquote>
<p dir="auto">Heist das, ich muss mein System wieder neu aufsetzen? Oder soll ich Node.js nur nicht als ioBroker installieren?</p>
]]></description><link>https://forum.iobroker.net/post/835011</link><guid isPermaLink="true">https://forum.iobroker.net/post/835011</guid><dc:creator><![CDATA[tomtaz]]></dc:creator><pubDate>Thu, 28 Jul 2022 08:15:37 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit laufenden Neustarts von ioBroker on Thu, 28 Jul 2022 07:59:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomtaz" aria-label="Profile: tomtaz">@<bdi>tomtaz</bdi></a> sagte in <a href="/post/834980">Problem mit laufenden Neustarts von ioBroker</a>:</p>
<blockquote>
<p dir="auto">iobroker@iobroker</p>
</blockquote>
<p dir="auto">und nicht den <strong>iobroker</strong> als User nehmen !</p>
]]></description><link>https://forum.iobroker.net/post/835000</link><guid isPermaLink="true">https://forum.iobroker.net/post/835000</guid><dc:creator><![CDATA[Glasfaser]]></dc:creator><pubDate>Thu, 28 Jul 2022 07:59:49 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit laufenden Neustarts von ioBroker on Thu, 28 Jul 2022 07:51:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomtaz" aria-label="Profile: tomtaz">@<bdi>tomtaz</bdi></a></p>
<p dir="auto">nodeJS falsch installiert.<br />
Schau in meiner Signatur wie es richtig gemacht wird.</p>
]]></description><link>https://forum.iobroker.net/post/834993</link><guid isPermaLink="true">https://forum.iobroker.net/post/834993</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 28 Jul 2022 07:51:48 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit laufenden Neustarts von ioBroker on Thu, 28 Jul 2022 07:26:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/glasfaser" aria-label="Profile: glasfaser">@<bdi>glasfaser</bdi></a> said in <a href="/post/834978">Problem mit laufenden Neustarts von ioBroker</a>:</p>
<blockquote>
<p dir="auto">Ich denke mal , dann du bist du auch im Beta-Zweig unterwegs.</p>
</blockquote>
<p dir="auto">Ja bin ich.</p>
<p dir="auto">Anbei die gewünschten Ausgaben:</p>
<pre><code>iobroker@iobroker:~$ cd /opt/iobroker
iobroker@iobroker:/opt/iobroker$ npm ls | grep -E 'github.com|ERR'
iobroker@iobroker:/opt/iobroker$

iobroker@iobroker:/opt/iobroker$ iobroker update -i
Used repository: Beta (latest)
Adapter    "accuweather"  : 1.2.4    , installed 1.2.4
Adapter    "admin"        : 6.2.4    , installed 6.2.4
Adapter    "alexa2"       : 3.18.6   , installed 3.18.6
Adapter    "backitup"     : 2.4.10   , installed 2.4.10
Adapter    "divera247"    : 0.2.0    , installed 0.1.2  [Updatable]
Adapter    "dwd"          : 2.8.3    , installed 2.8.3
Adapter    "echarts"      : 1.0.12   , installed 1.0.12
Adapter    "ecovacs-deebot": 1.4.5   , installed 1.4.5
Adapter    "hmip"         : 1.18.0   , installed 1.18.0
Adapter    "ical"         : 1.13.1   , installed 1.13.1
Adapter    "info"         : 1.9.19   , installed 1.9.19
Adapter    "iot"          : 1.11.9   , installed 1.11.9
Adapter    "jarvis"       : 3.0.13   , installed 3.0.13
Adapter    "javascript"   : 6.0.0    , installed 6.0.0
Controller "js-controller": 4.0.23   , installed 4.0.23
Adapter    "parser"       : 1.1.8    , installed 1.1.8
Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
Adapter    "socketio"     : 6.1.8    , installed 6.1.8
Adapter    "sql"          : 2.1.7    , installed 2.1.7
Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
Adapter    "telegram"     : 1.14.1   , installed 1.14.1
Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
Adapter    "trashschedule": 2.0.3    , installed 2.0.3
Adapter    "tuya"         : 3.6.15   , installed 3.6.15
Adapter    "upnp"         : 1.0.21   , installed 1.0.21
Adapter    "vis"          : 1.4.15   , installed 1.4.15
Adapter    "web"          : 5.2.4    , installed 5.2.4
Adapter    "ws"           : 2.1.3    , installed 2.1.3
iobroker@iobroker:/opt/iobroker$ iobroler list instances
-bash: iobroler: Kommando nicht gefunden.
iobroker@iobroker:/opt/iobroker$ iobroker list instances
+ system.adapter.accuweather.0            : accuweather           : ioBroker                                 -  enabled
+ system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: tomtaz
+ system.adapter.alexa2.0                 : alexa2                : ioBroker                                 -  enabled
+ system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
+ system.adapter.divera247.0              : divera247             : ioBroker                                 -  enabled
  system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
+ system.adapter.echarts.0                : echarts               : ioBroker                                 -  enabled
+ system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : ioBroker                                 -  enabled
+ system.adapter.hmip.0                   : hmip                  : ioBroker                                 -  enabled
  system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
+ system.adapter.info.0                   : info                  : ioBroker                                 -  enabled
+ system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
+ system.adapter.life360.0                : life360               : ioBroker                                 -  enabled
+ system.adapter.parser.0                 : parser                : ioBroker                                 -  enabled
+ system.adapter.sql.0                    : sql                   : ioBroker                                 -  enabled
+ system.adapter.tankerkoenig.0           : tankerkoenig          : ioBroker                                 -  enabled
+ system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
+ system.adapter.tr-064.0                 : tr-064                : ioBroker                                 -  enabled
+ system.adapter.trashschedule.0          : trashschedule         : ioBroker                                 -  enabled
+ system.adapter.tuya.0                   : tuya                  : ioBroker                                 -  enabled
+ system.adapter.upnp.0                   : upnp                  : ioBroker                                 -  enabled
  system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
+ system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin

+ instance is alive
iobroker@iobroker:/opt/iobroker$

iobroker@iobroker:/opt/iobroker$ sudo ln -s /usr/bin/node /usr/bin/nodejs
[sudo] Passwort für iobroker:
ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
iobroker@iobroker:/opt/iobroker$ uname -m &amp;&amp; type -P nodejs node npm &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -v &amp;&amp; whoami &amp;&amp; pwd &amp;&amp; sudo apt update &amp;&gt; /dev/null &amp;&amp; sudo apt update &amp;&amp; apt policy nodejs
x86_64
/usr/bin/nodejs
/usr/local/bin/node
/usr/local/bin/npm
v12.22.12
v16.16.0
8.14.0
iobroker
/opt/iobroker
iobroker@iobroker:/opt/iobroker$

iobroker@iobroker:/opt/iobroker$ ls -la /opt/iobroker/log
insgesamt 252
drwxrwxr-x+ 2 iobroker iobroker   4096 28. Jul 09:15 .
drwxrwxr-x+ 8 iobroker iobroker   4096 19. Jul 14:07 ..
-rw-rw-r--+ 1 iobroker iobroker  10719 23. Jul 00:00 iobroker.2022-07-22.log.gz
-rw-rw-r--+ 1 iobroker iobroker  10339 24. Jul 00:00 iobroker.2022-07-23.log.gz
-rw-rw-r--+ 1 iobroker iobroker  22889 25. Jul 00:00 iobroker.2022-07-24.log.gz
-rw-rw-r--+ 1 iobroker iobroker  11568 26. Jul 00:00 iobroker.2022-07-25.log.gz
-rw-rw-r--+ 1 iobroker iobroker  12151 27. Jul 00:00 iobroker.2022-07-26.log.gz
-rw-rw-r--+ 1 iobroker iobroker  10506 28. Jul 00:00 iobroker.2022-07-27.log.gz
-rw-rw-r--+ 1 iobroker iobroker 153044 28. Jul 09:15 iobroker.2022-07-28.log
-rw-rwxr--+ 1 iobroker iobroker    377 28. Jul 00:00 iobroker-audit.json
lrwxrwxrwx  1 iobroker iobroker     23 28. Jul 09:15 iobroker.current.log -&gt; iobroker.2022-07-28.log
iobroker@iobroker:/opt/iobroker$
</code></pre>
]]></description><link>https://forum.iobroker.net/post/834980</link><guid isPermaLink="true">https://forum.iobroker.net/post/834980</guid><dc:creator><![CDATA[tomtaz]]></dc:creator><pubDate>Thu, 28 Jul 2022 07:26:27 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit laufenden Neustarts von ioBroker on Thu, 28 Jul 2022 08:01:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomtaz" aria-label="Profile: tomtaz">@<bdi>tomtaz</bdi></a> sagte in <a href="/post/834966">Problem mit laufenden Neustarts von ioBroker</a>:</p>
<blockquote>
<p dir="auto">admin.0 (259249) starting. Version 6.2.4 in /opt/iobroker/node_modules/iobroker.admin, node: v16.16.0,</p>
</blockquote>
<p dir="auto">Ich denke mal , dann du bist du auch im <strong>Beta</strong>-Zweig unterwegs.</p>
<p dir="auto">Zeige mal was du so hast  !</p>
<p dir="auto">Ein/ und Ausgabe davon in Code-Tags &lt;/&gt; hier einstellen</p>
<pre><code>cd /opt/iobroker
npm ls | grep -E 'github.com|ERR'

iobroker update -i
iobroker list instances 

sudo ln -s /usr/bin/node /usr/bin/nodejs
uname -m &amp;&amp; type -P nodejs node npm &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -v &amp;&amp; whoami &amp;&amp; pwd &amp;&amp; sudo apt update &amp;&gt; /dev/null &amp;&amp; sudo apt update &amp;&amp; apt policy nodejs
</code></pre>
<p dir="auto"><strong>EDIT :</strong></p>
<p dir="auto">und</p>
<pre><code>ls -la /opt/iobroker/log
</code></pre>
]]></description><link>https://forum.iobroker.net/post/834978</link><guid isPermaLink="true">https://forum.iobroker.net/post/834978</guid><dc:creator><![CDATA[Glasfaser]]></dc:creator><pubDate>Thu, 28 Jul 2022 08:01:33 GMT</pubDate></item></channel></rss>