Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. IOB bleibt einfach stehen,Evtl Problem mit Node 14!?

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    464

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.1k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

IOB bleibt einfach stehen,Evtl Problem mit Node 14!?

Geplant Angeheftet Gesperrt Verschoben Error/Bug
11 Beiträge 4 Kommentatoren 1.1k Aufrufe 3 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • G Offline
    G Offline
    guergen
    schrieb am zuletzt editiert von guergen
    #1
    Systemdata Bitte Ausfüllen
    Hardwaresystem: NUC
    Arbeitsspeicher: 16GB
    Festplattenart: SSD/HDD
    Betriebssystem: Debian Bullseye
    Node-Version: 14.18.3
    Nodejs-Version: 14.18.3
    NPM-Version: 6.14.15
    Installationsart: Skript
    Image genutzt: Nein
    Ort/Name der Imagedatei: Link

    Mein System unter Proxmox bleibt immer mal wieder einfach so stehen, seit einigen Wochen.
    Da ich immer Node 14 in verdacht hatte, habe ich erstmal abgewartet.
    Es kann sein, dass die Vis-Anzeige aktualisiert wird, ich irgendeinen Trigger aktiviere, z.B. Licht einschalte oder einfach nur ins WLAN eintrete. Eine regelmässigkeit habe ich noch nicht gefunden.
    Bei den letzten Crash´s ist mir allerdings im iob-Log folgendes aufgefallen:

    2022-01-26 20:10:00.269 - error: javascript.0 (618) In file included from ../src/binding.cc:1:
    /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:7: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
    787 | (node::addon_register_func) (regfunc), \
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
    821 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
    | ^~~~~~~~~~~~~
    ../src/binding.cc:153:1: note: in expansion of macro ‘NODE_MODULE’
    153 | NODE_MODULE(cpufeatures, init)
    | ^~~~~~~~~~~
    
    2022-01-26 20:10:03.496 - error: javascript.0 (618) In file included from ../src/binding.cc:6:
    /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:7: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
    787 | (node::addon_register_func) (regfunc), \
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
    821 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
    | ^~~~~~~~~~~~~
    ../src/binding.cc:2003:1: note: in expansion of macro ‘NODE_MODULE’
    2003 | NODE_MODULE(sshcrypto, init)
    | ^~~~~~~~~~~
    
    arteckA 1 Antwort Letzte Antwort
    0
    • G guergen
      Systemdata Bitte Ausfüllen
      Hardwaresystem: NUC
      Arbeitsspeicher: 16GB
      Festplattenart: SSD/HDD
      Betriebssystem: Debian Bullseye
      Node-Version: 14.18.3
      Nodejs-Version: 14.18.3
      NPM-Version: 6.14.15
      Installationsart: Skript
      Image genutzt: Nein
      Ort/Name der Imagedatei: Link

      Mein System unter Proxmox bleibt immer mal wieder einfach so stehen, seit einigen Wochen.
      Da ich immer Node 14 in verdacht hatte, habe ich erstmal abgewartet.
      Es kann sein, dass die Vis-Anzeige aktualisiert wird, ich irgendeinen Trigger aktiviere, z.B. Licht einschalte oder einfach nur ins WLAN eintrete. Eine regelmässigkeit habe ich noch nicht gefunden.
      Bei den letzten Crash´s ist mir allerdings im iob-Log folgendes aufgefallen:

      2022-01-26 20:10:00.269 - error: javascript.0 (618) In file included from ../src/binding.cc:1:
      /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:7: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
      787 | (node::addon_register_func) (regfunc), \
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
      821 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
      | ^~~~~~~~~~~~~
      ../src/binding.cc:153:1: note: in expansion of macro ‘NODE_MODULE’
      153 | NODE_MODULE(cpufeatures, init)
      | ^~~~~~~~~~~
      
      2022-01-26 20:10:03.496 - error: javascript.0 (618) In file included from ../src/binding.cc:6:
      /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:7: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
      787 | (node::addon_register_func) (regfunc), \
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
      821 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
      | ^~~~~~~~~~~~~
      ../src/binding.cc:2003:1: note: in expansion of macro ‘NODE_MODULE’
      2003 | NODE_MODULE(sshcrypto, init)
      | ^~~~~~~~~~~
      
      arteckA Offline
      arteckA Offline
      arteck
      Developer Most Active
      schrieb am zuletzt editiert von arteck
      #2

      @guergen sagte in IOB bleibt einfach stehen,Evtl Problem mit Node 14!?:

      Da ich immer Node 14 in verdacht hatte, habe ich erstmal abgewartet.

      nein..

      wenn das system stehen bleibt gehen dem lxc oder der vm ressourcen aus was läuft da sonst nochauf der kiste

      und poste mal das komplette log und nicht nur so schnippsel..

      zigbee hab ich, zwave auch, nuc's genauso und HA auch

      G 1 Antwort Letzte Antwort
      0
      • arteckA arteck

        @guergen sagte in IOB bleibt einfach stehen,Evtl Problem mit Node 14!?:

        Da ich immer Node 14 in verdacht hatte, habe ich erstmal abgewartet.

        nein..

        wenn das system stehen bleibt gehen dem lxc oder der vm ressourcen aus was läuft da sonst nochauf der kiste

        und poste mal das komplette log und nicht nur so schnippsel..

        G Offline
        G Offline
        guergen
        schrieb am zuletzt editiert von guergen
        #3

        @arteck
        Auf der VM läuft nur der IoB, ich habe alles in separate VM´s und LXC´s gepackt.
        Welches log möchtest du?
        Aus iob? (s.u)
        Oder aus der proxmox vm?
        Im iob-log steht sonst nicht so viel:

        2022-01-26 17:57:08.025 - info: info.0 (558345) cpu Temp res = {"main":null,"cores":[],"max":null,"socket":[],"chipset":null}
        2022-01-26 20:02:35.206 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.46/settings/relay/0","type":"request-timeout"}
        2022-01-26 20:02:39.867 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.41/settings/relay/0","type":"request-timeout"}
        2022-01-26 20:02:39.952 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.49/settings/relay/0","type":"request-timeout"}
        2022-01-26 20:02:40.211 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.46/settings","type":"request-timeout"}
        2022-01-26 20:02:40.559 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.48/settings/relay/0","type":"request-timeout"}
        2022-01-26 20:02:43.452 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.42/settings/relay/0","type":"request-timeout"}
        2022-01-26 20:02:43.476 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.47/settings/relay/0","type":"request-timeout"}
        2022-01-26 20:02:43.587 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.44/settings/relay/0","type":"request-timeout"}
        2022-01-26 20:02:43.880 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.43/settings/relay/0","type":"request-timeout"}
        2022-01-26 20:02:44.869 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.41/settings","type":"request-timeout"}
        2022-01-26 20:02:44.954 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.49/settings","type":"request-timeout"}
        2022-01-26 20:02:45.213 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.46/settings/relay/1","type":"request-timeout"}
        2022-01-26 20:02:45.561 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.48/settings","type":"request-timeout"}
        2022-01-26 20:02:48.454 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.42/settings","type":"request-timeout"}
        2022-01-26 20:02:48.477 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.47/settings","type":"request-timeout"}
        2022-01-26 20:02:48.589 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.44/settings","type":"request-timeout"}
        2022-01-26 20:02:48.881 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.43/settings","type":"request-timeout"}
        2022-01-26 20:02:49.873 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.41/status","type":"request-timeout"}
        2022-01-26 20:02:49.956 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.49/status","type":"request-timeout"}
        2022-01-26 20:02:50.214 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.46/status/rollers/0","type":"request-timeout"}
        2022-01-26 20:02:50.563 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.48/status","type":"request-timeout"}
        2022-01-26 20:02:53.457 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.42/status","type":"request-timeout"}
        2022-01-26 20:02:53.479 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.47/status","type":"request-timeout"}
        2022-01-26 20:02:53.591 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.44/status","type":"request-timeout"}
        2022-01-26 20:02:53.882 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.43/status","type":"request-timeout"}
        2022-01-26 20:02:55.215 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.46/status","type":"request-timeout"}
        2022-01-26 20:03:00.049 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:30.046Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ESOCKETTIMEDOUT / "ESOCKETTIMEDOUT""
        2022-01-26 20:03:02.435 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:32.433Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:02.649 - warn: influxdb.0 (432) Error on writePoint("{"value":21,"time":"2022-01-26T19:02:32.646Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:02.685 - warn: influxdb.0 (432) Error on writePoint("{"value":21,"time":"2022-01-26T19:02:32.684Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:03.597 - warn: influxdb.0 (432) Error on writePoint("{"value":18.64,"time":"2022-01-26T19:02:33.596Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:03.709 - warn: influxdb.0 (432) Error on writePoint("{"value":50.74,"time":"2022-01-26T19:02:33.707Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:04.460 - warn: influxdb.0 (432) Error on writePoint("{"value":298.4,"time":"2022-01-26T19:02:34.457Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:04.863 - warn: influxdb.0 (432) Error on writePoint("{"value":18.64,"time":"2022-01-26T19:02:34.862Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:04.962 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:34.961Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:04.969 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:34.968Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:04.971 - warn: influxdb.0 (432) Error on writePoint("{"value":50.74,"time":"2022-01-26T19:02:34.969Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:04.971 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:34.970Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:04.975 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:34.973Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:04.976 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:34.975Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:04.979 - warn: influxdb.0 (432) Error on writePoint("{"value":16.49,"time":"2022-01-26T19:02:34.977Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:04.980 - warn: influxdb.0 (432) Error on writePoint("{"value":55.28,"time":"2022-01-26T19:02:34.978Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:05.356 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:35.354Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:05.361 - warn: influxdb.0 (432) Error on writePoint("{"value":16.49,"time":"2022-01-26T19:02:35.360Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:05.442 - warn: influxdb.0 (432) Error on writePoint("{"value":55.28,"time":"2022-01-26T19:02:35.441Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:08.361 - warn: influxdb.0 (432) Error on writePoint("{"value":623.507,"time":"2022-01-26T19:02:38.359Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:09.191 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:39.190Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:09.352 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:39.350Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:10.344 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:40.342Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:10.345 - warn: influxdb.0 (432) Error on writePoint("{"value":18.64,"time":"2022-01-26T19:02:40.343Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:10.348 - warn: influxdb.0 (432) Error on writePoint("{"value":50.74,"time":"2022-01-26T19:02:40.347Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:10.582 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:40.580Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:10.587 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:40.584Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:10.837 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:40.835Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:10.995 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:40.993Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:11.111 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:41.109Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:11.112 - warn: influxdb.0 (432) Error on writePoint("{"value":16.49,"time":"2022-01-26T19:02:41.111Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:11.352 - warn: influxdb.0 (432) Error on writePoint("{"value":55.28,"time":"2022-01-26T19:02:41.351Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:11.977 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:41.975Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:12.310 - warn: influxdb.0 (432) Error on writePoint("{"value":18.64,"time":"2022-01-26T19:02:42.301Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:12.521 - warn: influxdb.0 (432) Error on writePoint("{"value":50.74,"time":"2022-01-26T19:02:42.518Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:13.424 - warn: influxdb.0 (432) Error on writePoint("{"value":11,"time":"2022-01-26T19:02:43.421Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:13.426 - warn: influxdb.0 (432) Error on writePoint("{"value":15.8,"time":"2022-01-26T19:02:43.423Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:13.471 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:43.468Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:13.473 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:43.469Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:13.555 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:43.553Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:13.928 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:43.927Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:13.955 - error: tankerkoenig.0 (1653) Spritpreise einlesen (gezielte Stationen via ID) - Fehler: Error: getaddrinfo EAI_AGAIN creativecommons.tankerkoenig.de
        2022-01-26 20:03:14.434 - warn: influxdb.0 (432) Error on writePoint("{"value":7,"time":"2022-01-26T19:02:43.427Z","from":"system.adapter.linkeddevices.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:14.459 - warn: influxdb.0 (432) Error on writePoint("{"value":16.2,"time":"2022-01-26T19:02:43.454Z","from":"system.adapter.linkeddevices.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:16.641 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:46.639Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:16.642 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:46.641Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:17.113 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:47.112Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:17.123 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:47.122Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:17.326 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:47.324Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:17.439 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:47.437Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:19.930 - warn: influxdb.0 (432) Error on writePoint("{"value":18.55,"time":"2022-01-26T19:02:49.929Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:19.931 - warn: influxdb.0 (432) Error on writePoint("{"value":50.15,"time":"2022-01-26T19:02:49.930Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:20.835 - warn: influxdb.0 (432) Error on writePoint("{"value":300.244,"time":"2022-01-26T19:02:50.833Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:20.983 - warn: influxdb.0 (432) Error on writePoint("{"value":300.244,"time":"2022-01-26T19:02:50.982Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:21.133 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:51.130Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:21.201 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:51.200Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:21.419 - warn: influxdb.0 (432) Error on writePoint("{"value":11,"time":"2022-01-26T19:02:51.411Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:21.420 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:51.414Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:21.440 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:51.438Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:21.453 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:51.449Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:22.219 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:52.216Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:22.222 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:52.219Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:22.677 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:52.674Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:22.714 - warn: influxdb.0 (432) Error on writePoint("{"value":21,"time":"2022-01-26T19:02:52.713Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:23.171 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:03:24.014 - warn: influxdb.0 (432) Error on writePoint("{"value":18.64,"time":"2022-01-26T19:02:54.011Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:24.019 - warn: influxdb.0 (432) Error on writePoint("{"value":50.74,"time":"2022-01-26T19:02:54.017Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:24.545 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:54.544Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:25.165 - warn: influxdb.0 (432) Error on writePoint("{"value":18.64,"time":"2022-01-26T19:02:55.164Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:25.166 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:55.165Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:25.356 - warn: influxdb.0 (432) Error on writePoint("{"value":50.74,"time":"2022-01-26T19:02:55.354Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:25.368 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:55.367Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:25.837 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:55.836Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:26.034 - warn: influxdb.0 (432) Error on writePoint("{"value":21,"time":"2022-01-26T19:02:56.032Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:26.050 - warn: influxdb.0 (432) Error on writePoint("{"value":98,"time":"2022-01-26T19:02:56.048Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:26.053 - warn: influxdb.0 (432) Error on writePoint("{"value":18.55,"time":"2022-01-26T19:02:56.052Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:26.107 - warn: influxdb.0 (432) Error on writePoint("{"value":50.15,"time":"2022-01-26T19:02:56.105Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:26.242 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:03:26.728 - warn: influxdb.0 (432) Error on writePoint("{"value":6,"time":"2022-01-26T19:02:56.725Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:27.328 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:57.325Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:27.363 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:57.361Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
        2022-01-26 20:03:32.741 - error: unifi.0 (54981) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
        2022-01-26 20:03:32.754 - error: unifi.0 (54981) unhandled promise rejection: connect EHOSTUNREACH 192.168.1.208:8443
        2022-01-26 20:03:32.754 - error: unifi.0 (54981) Error: connect EHOSTUNREACH 192.168.1.208:8443
        at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
        2022-01-26 20:03:32.755 - error: unifi.0 (54981) Exception-Code: EHOSTUNREACH: connect EHOSTUNREACH 192.168.1.208:8443
        2022-01-26 20:03:32.772 - warn: unifi.0 (54981) Terminated (UNCAUGHT_EXCEPTION): Without reason
        2022-01-26 20:03:33.379 - error: host.iob Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2022-01-26 20:03:33.386 - error: host.iob Caught by controller[1]: Error: connect EHOSTUNREACH 192.168.1.208:8443
        2022-01-26 20:03:33.387 - error: host.iob Caught by controller[1]: at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
        2022-01-26 20:03:33.387 - error: host.iob instance system.adapter.unifi.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
        2022-01-26 20:03:35.492 - warn: fullybrowser.0 (899) updateDeviceERROR 192.168.1.76
        2022-01-26 20:03:40.068 - error: influxdb.0 (432) Error: ETIMEDOUT
        2022-01-26 20:03:50.818 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:04:06.534 - error: unifi.0 (570402) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
        2022-01-26 20:04:06.535 - error: unifi.0 (570402) unhandled promise rejection: connect EHOSTUNREACH 192.168.1.208:8443
        2022-01-26 20:04:06.536 - error: unifi.0 (570402) Error: connect EHOSTUNREACH 192.168.1.208:8443
        at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
        2022-01-26 20:04:06.536 - error: unifi.0 (570402) Exception-Code: EHOSTUNREACH: connect EHOSTUNREACH 192.168.1.208:8443
        2022-01-26 20:04:06.556 - warn: unifi.0 (570402) Terminated (UNCAUGHT_EXCEPTION): Without reason
        2022-01-26 20:04:07.139 - error: host.iob Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2022-01-26 20:04:07.140 - error: host.iob Caught by controller[1]: Error: connect EHOSTUNREACH 192.168.1.208:8443
        2022-01-26 20:04:07.140 - error: host.iob Caught by controller[1]: at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
        2022-01-26 20:04:07.141 - error: host.iob instance system.adapter.unifi.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
        2022-01-26 20:04:07.585 - warn: deconz.0 (787) Could not connect to websocket instance of deConz/Phoscon. Error: WebSocket was closed before the connection was established
        2022-01-26 20:04:07.599 - warn: deconz.0 (787) Object of state "deconz.0.Gateway_info" is missing the required property "common.type"
        2022-01-26 20:04:12.323 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:04:12.324 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:04:20.070 - error: influxdb.0 (432) Error: ETIMEDOUT
        2022-01-26 20:04:22.345 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
        2022-01-26 20:04:24.610 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:04:33.826 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:04:33.827 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:04:36.902 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:04:43.836 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
        2022-01-26 20:04:47.587 - error: proxmox.0 (1411) ERROR:Error: connect ETIMEDOUT 192.168.1.200:8006
        2022-01-26 20:04:52.258 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:04:53.733 - error: nut.0 (436652) Error happend: Error: connect ETIMEDOUT 192.168.1.93:3493
        2022-01-26 20:04:54.719 - info: web.0 (1760) <==Disconnect system.user.admin from ::ffff:192.168.1.1 vis.0
        2022-01-26 20:04:55.334 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:04:55.335 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:05:00.078 - error: influxdb.0 (432) Error: ETIMEDOUT
        2022-01-26 20:05:04.546 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:05:05.349 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
        2022-01-26 20:05:16.834 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:05:16.835 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:05:26.844 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
        2022-01-26 20:05:38.339 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:05:38.339 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:05:40.080 - error: influxdb.0 (432) Error: ETIMEDOUT
        2022-01-26 20:05:47.556 - error: telegram.0 (480) getMe (reconnect) Error:Error: EFATAL: Error: getaddrinfo EAI_AGAIN api.telegram.org
        2022-01-26 20:05:48.348 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
        2022-01-26 20:05:50.626 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:05:53.122 - error: nut.0 (436652) Error happend: Error: connect ETIMEDOUT 192.168.1.93:3493
        2022-01-26 20:05:59.842 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:05:59.842 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:06:05.986 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:06:09.852 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
        2022-01-26 20:06:15.202 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:06:20.083 - error: influxdb.0 (432) Error: ETIMEDOUT
        2022-01-26 20:06:21.346 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:06:21.347 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:06:30.562 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:06:31.371 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
        2022-01-26 20:06:42.853 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:06:42.856 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:06:50.470 - error: unifi.0 (570433) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
        2022-01-26 20:06:50.472 - error: unifi.0 (570433) unhandled promise rejection: connect ETIMEDOUT 192.168.1.208:8443
        2022-01-26 20:06:50.472 - error: unifi.0 (570433) Error: connect ETIMEDOUT 192.168.1.208:8443
        at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
        2022-01-26 20:06:50.472 - error: unifi.0 (570433) Exception-Code: ETIMEDOUT: connect ETIMEDOUT 192.168.1.208:8443
        2022-01-26 20:06:50.488 - warn: unifi.0 (570433) Terminated (UNCAUGHT_EXCEPTION): Without reason
        2022-01-26 20:06:51.082 - error: host.iob Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
        2022-01-26 20:06:51.084 - error: host.iob Caught by controller[1]: Error: connect ETIMEDOUT 192.168.1.208:8443
        2022-01-26 20:06:51.085 - error: host.iob Caught by controller[1]: at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
        2022-01-26 20:06:51.085 - error: host.iob instance system.adapter.unifi.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
        2022-01-26 20:06:51.085 - warn: host.iob Do not restart adapter system.adapter.unifi.0 because restart loop detected
        2022-01-26 20:06:52.514 - error: nut.0 (436652) Error happend: Error: connect ETIMEDOUT 192.168.1.93:3493
        2022-01-26 20:06:52.863 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
        2022-01-26 20:06:55.138 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:07:00.086 - error: influxdb.0 (432) Error: ETIMEDOUT
        2022-01-26 20:07:04.355 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:07:04.356 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:07:14.363 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
        2022-01-26 20:07:17.089 - error: proxmox.0 (1411) ERROR:Error: connect ETIMEDOUT 192.168.1.200:8006
        2022-01-26 20:07:17.091 - warn: deconz.0 (787) Could not connect to websocket instance of deConz/Phoscon. Error: connect ETIMEDOUT 192.168.1.202:443
        2022-01-26 20:07:19.714 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:07:25.858 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:07:25.859 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:07:28.937 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
        2022-01-26 20:07:28.952 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
        2022-01-26 20:07:28.953 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
        2022-01-26 20:07:28.954 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
        2022-01-26 20:07:28.954 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
        2022-01-26 20:07:28.955 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
        2022-01-26 20:07:28.955 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
        2022-01-26 20:07:28.956 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
        2022-01-26 20:07:28.956 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
        2022-01-26 20:07:35.867 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
        2022-01-26 20:07:40.088 - error: influxdb.0 (432) Error: ETIMEDOUT
        2022-01-26 20:07:44.290 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:07:47.362 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:07:47.362 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:07:53.954 - error: nut.0 (436652) Error happend: Error: connect ETIMEDOUT 192.168.1.93:3493
        2022-01-26 20:07:57.370 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
        2022-01-26 20:08:05.794 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:08:08.866 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:08:08.866 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:08:15.010 - error: tankerkoenig.0 (1653) Spritpreise einlesen (gezielte Stationen via ID) - Fehler: Error: getaddrinfo EAI_AGAIN creativecommons.tankerkoenig.de
        2022-01-26 20:08:18.874 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
        2022-01-26 20:08:20.089 - error: influxdb.0 (432) Error: ETIMEDOUT
        2022-01-26 20:08:21.159 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
        2022-01-26 20:08:21.160 - error: web-speedy.0 (1744) Error: getaddrinfo EAI_AGAIN www.speedtest.net
        2022-01-26 20:08:30.370 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
        2022-01-26 20:08:30.371 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
        2022-01-26 20:09:10.755 - error: admin.0 (473) admin.0 already running
        2022-01-26 20:09:10.757 - warn: admin.0 (473) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:09:11.944 - error: host.iob instance system.adapter.admin.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:09:14.821 - error: influxdb.0 (484) influxdb.0 already running
        2022-01-26 20:09:14.823 - warn: influxdb.0 (484) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:09:15.402 - error: host.iob instance system.adapter.influxdb.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:09:17.740 - error: javascript.0 (495) javascript.0 already running
        2022-01-26 20:09:17.741 - warn: javascript.0 (495) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:09:18.326 - error: host.iob instance system.adapter.javascript.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:09:21.115 - error: scenes.0 (507) scenes.0 already running
        2022-01-26 20:09:21.117 - warn: scenes.0 (507) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:09:21.687 - error: host.iob instance system.adapter.scenes.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:09:25.588 - error: telegram.0 (518) telegram.0 already running
        2022-01-26 20:09:25.589 - warn: telegram.0 (518) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:09:26.169 - error: host.iob instance system.adapter.telegram.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:09:29.182 - error: alexa2.0 (529) alexa2.0 already running
        2022-01-26 20:09:29.184 - warn: alexa2.0 (529) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:09:29.758 - error: host.iob instance system.adapter.alexa2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:09:37.279 - error: mihome-vacuum.0 (555) mihome-vacuum.0 already running
        2022-01-26 20:09:37.281 - warn: mihome-vacuum.0 (555) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:09:37.851 - error: host.iob instance system.adapter.mihome-vacuum.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:09:41.191 - error: mqtt.0 (566) mqtt.0 already running
        2022-01-26 20:09:41.193 - warn: mqtt.0 (566) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:09:41.763 - error: host.iob instance system.adapter.mqtt.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:09:42.452 - info: admin.0 (573) starting. Version 5.2.3 in /opt/iobroker/node_modules/iobroker.admin, node: v14.18.3, js-controller: 3.3.22
        2022-01-26 20:09:42.482 - info: admin.0 (573) requesting all states
        2022-01-26 20:09:42.483 - info: admin.0 (573) requesting all objects
        2022-01-26 20:09:44.158 - info: admin.0 (573) received all objects
        2022-01-26 20:09:44.472 - info: admin.0 (573) http server listening on port 8081
        2022-01-26 20:09:44.472 - info: admin.0 (573) Use link "http://localhost:8081" to configure.
        2022-01-26 20:09:45.305 - error: nut.0 (599) nut.0 already running
        2022-01-26 20:09:45.307 - warn: nut.0 (599) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:09:45.881 - error: host.iob instance system.adapter.nut.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:09:49.260 - error: ping.0 (625) ping.0 already running
        2022-01-26 20:09:49.262 - warn: ping.0 (625) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:09:50.184 - error: host.iob instance system.adapter.ping.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:09:54.438 - error: shelly.0 (667) shelly.0 already running
        2022-01-26 20:09:54.441 - warn: shelly.0 (667) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:09:55.176 - error: host.iob instance system.adapter.shelly.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:09:58.203 - error: smartmeter.0 (727) smartmeter.0 already running
        2022-01-26 20:09:58.791 - error: host.iob instance system.adapter.smartmeter.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:10:00.269 - error: javascript.0 (618) In file included from ../src/binding.cc:1:
        /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:7: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
        787 | (node::addon_register_func) (regfunc), \
        | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
        821 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
        | ^~~~~~~~~~~~~
        ../src/binding.cc:153:1: note: in expansion of macro ‘NODE_MODULE’
        153 | NODE_MODULE(cpufeatures, init)
        | ^~~~~~~~~~~
        2022-01-26 20:10:02.059 - error: sonoff.0 (899) sonoff.0 already running
        2022-01-26 20:10:02.061 - warn: sonoff.0 (899) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:10:02.936 - error: host.iob instance system.adapter.sonoff.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:10:03.496 - error: javascript.0 (618) In file included from ../src/binding.cc:6:
        /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:7: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
        787 | (node::addon_register_func) (regfunc), \
        | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
        821 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
        | ^~~~~~~~~~~~~
        ../src/binding.cc:2003:1: note: in expansion of macro ‘NODE_MODULE’
        2003 | NODE_MODULE(sshcrypto, init)
        | ^~~~~~~~~~~
        2022-01-26 20:10:05.513 - error: synology.0 (983) synology.0 already running
        2022-01-26 20:10:05.515 - warn: synology.0 (983) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:10:07.362 - error: host.iob instance system.adapter.synology.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:10:09.938 - error: synology.1 (1031) synology.1 already running
        2022-01-26 20:10:09.946 - warn: synology.1 (1031) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:10:10.997 - error: host.iob instance system.adapter.synology.1 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
        2022-01-26 20:10:14.278 - error: synology.2 (1061) synology.2 already running
        2022-01-26 20:10:14.282 - warn: synology.2 (1061) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
        2022-01-26 20:10:14.814 - error: mihome-vacuum.0 (1024) Error when receiving map url: Pc)e`:C
        :Ozr@;lEHnXc"m +g~k:hg`bD+L_aih^SI*>h/9.pn-ojl[?R
        :="" mihome-vacuum.0="" (1024)="" map="" error:syntaxerror:="" unexpected="" token="" p="" in="" json="" at="" position="" 0="" 20:10:14.907="" error:="" host.iob="" instance="" system.adapter.synology.2="" terminated="" with="" code="" 7="" (adapter_already_running)="" 20:10:17.745="" backitup.0="" (1083)="" already="" running="" 20:10:17.749="" (adapter_already_running):="" without="" reason="" 20:10:18.451="" system.adapter.backitup.0="" 20:10:21.447="" broadlink2.0="" (1109)="" 20:10:21.449="" 20:10:22.034="" system.adapter.broadlink2.0="" 20:10:25.321="" deconz.0="" (1137)="" 20:10:25.324="" 20:10:25.909="" system.adapter.deconz.0="" 20:10:29.244="" device-reminder.0="" (1166)="" 20:10:29.245="" 20:10:29.846="" system.adapter.device-reminder.0="" 20:10:33.368="" enigma2.0="" (1194)="" 20:10:34.332="" system.adapter.enigma2.0="" 20:10:37.701="" eventlist.0="" (1222)="" 20:10:37.702="" 20:10:38.304="" system.adapter.eventlist.0="" 20:10:45.280="" fullybrowser.0="" (1293)="" 20:10:45.282="" 20:10:45.882="" system.adapter.fullybrowser.0="" 20:10:49.340="" heatingcontrol.0="" (1333)="" 20:10:49.341="" 20:10:50.019="" system.adapter.heatingcontrol.0="" 20:10:53.783="" info.0="" (1406)="" 20:10:53.785="" 20:10:54.724="" system.adapter.info.0="" 20:10:57.954="" iot.0="" (1441)="" 20:10:57.957="" 20:10:58.574="" system.adapter.iot.0="" 20:11:02.685="" life360.0="" (1479)="" 20:11:03.340="" system.adapter.life360.0="" 20:11:08.206="" linkeddevices.0="" (1509)="" 20:11:08.208="" 20:11:08.967="" system.adapter.linkeddevices.0="" 20:11:10.051="" maxcul.0="" (1539)="" 20:11:10.053="" 20:11:10.741="" system.adapter.maxcul.0="" 20:11:13.627="" octoprint.0="" (1563)="" 20:11:13.630="" 20:11:14.205="" system.adapter.octoprint.0="" 20:11:22.332="" pi-hole.0="" (1630)="" 20:11:22.334="" 20:11:22.899="" system.adapter.pi-hole.0="" 20:11:26.412="" proxmox.0="" (1654)="" 20:11:26.413="" 20:11:27.015="" system.adapter.proxmox.0="" 20:11:28.338="" info:="" (1661)="" starting.="" version="" 1.9.17="" opt="" iobroker="" node_modules="" iobroker.info,="" node:="" v14.18.3,="" js-controller:="" 3.3.22="" 20:11:28.433="" reading="" updating="" systemdata.="" 20:11:29.596="" snmp.0="" (1707)="" 20:11:29.600="" 20:11:30.236="" system.adapter.snmp.0="" 20:11:30.647="" cpu="" temp="" res="{"main":null,"cores":[],"max":null,"socket":[],"chipset":null}" 20:11:34.152="" socketio.0="" (1802)="" 20:11:34.155="" 20:11:34.815="" system.adapter.socketio.0="" 20:11:37.530="" sourceanalytix.0="" (2065)="" 20:11:37.532="" 20:11:38.119="" system.adapter.sourceanalytix.0="" 20:11:41.613="" statistics.0="" (2229)="" 20:11:41.616="" 20:11:42.547="" system.adapter.statistics.0="" 20:11:46.277="" tankerkoenig.0="" (2276)="" 20:11:46.281="" 20:11:46.980="" system.adapter.tankerkoenig.0="" 20:11:49.446="" trashschedule.0="" (2304)="" 20:11:49.448="" 20:11:50.033="" system.adapter.trashschedule.0="" 20:11:54.050="" unifi.0="" (2323)="" 20:11:54.053="" 20:11:55.138="" system.adapter.unifi.0="" 20:11:58.651="" vis.0="" (2351)="" 1.4.7="" iobroker.vis,="" 20:11:58.915="" vis="" license="" is="" ok.="" 20:12:01.597="" (no_error):="" 20:12:02.474="" web-speedy.0="" (2397)="" 20:12:02.476="" 20:12:03.596="" system.adapter.web-speedy.0="" 20:12:05.920="" web.0="" (2419)="" 20:12:05.927="" 20:12:06.636="" system.adapter.web.0="" 20:12:06.827="" (2427)="" 3.1.5="" iobroker.socketio,="" 20:12:07.031="" socket.io="" server="" listening="" on="" port="" 8084="" 20:12:09.673="" whatsapp-cmb.0="" (2454)="" 20:12:09.677="" 20:12:10.654="" system.adapter.whatsapp-cmb.0="" 20:12:14.118="" wiffi-wz.0="" (2477)="" 20:12:14.120="" 20:12:14.950="" unhandled="" promise="" rejection.="" this="" error="" originated="" either="" by="" throwing="" inside="" of="" an="" async="" function="" a="" catch="" block,="" or="" rejecting="" which="" was="" not="" handled="" .catch().="" rejection:="" cannot="" read="" property="" 'on'="" undefined="" 20:12:14.956="" typeerror:="" object.adapter_unload="" [as="" unload]="" (="" iobroker.wiffi-wz="" main.js:57:12)="" process.stop="" iobroker.js-controller="" lib="" adapter.js:8736:29)="" object.oncewrapper="" (events.js:520:26)="" process.emit="" (events.js:400:28)="" process.exit="" (internal="" process="" per_thread.js:173:15)="" timeout._ontimeout="" adapter.js:352:25)="" processticksandrejections="" task_queues.js:95:5)="" 20:12:14.959="" 20:12:14.973="" could="" perform="" strict="" object="" check="" state="" wiffi-wz.0.info.connection:="" connection="" closed.="" 20:12:14.975="" get="" error:="" 20:12:16.039="" system.adapter.wiffi-wz.0="" 20:12:17.944="" renault.0="" (2513)="" 20:12:17.946="" 20:12:18.545="" system.adapter.renault.0="" 20:12:22.205="" echarts.0="" (2562)="" 20:12:22.214="" 20:12:22.422="" (2539)="" 0.0.8="" iobroker.renault,="" 20:12:22.908="" system.adapter.echarts.0="" 20:12:25.302="" (2520)="" 2.1.1="" iobroker.tankerkoenig,="" 20:12:25.329="" sync="" time="" set="" to="" 5="" minutes="" 300000="" ms="" 20:12:28.341="" feature="" found.="" ignore="" battery-status="" for="" updates.="" 20:12:28.342="" request="" failed="" status="" 403="" {"type":"functional","messages":[{"code":"err.func.403","message":"{\"errors\":[{\"status\":\"403\",\"code\":\"security.access\",\"detail\":\"access="" denied="" resource\"}]}"}],"errors":[{"errorcode":"err.func.403","errormessage":"{\"errors\":[{\"status\":\"403\",\"code\":\"security.access\",\"detail\":\"access="" resource\"}]}"}],"error_reference":"functional"}="" 20:12:28.982="" battery-inhibition-status="" 20:12:28.983="" 20:12:29.986="" charge-mode="" 20:12:29.987="" 20:12:30.531="" hvac-status="" 20:12:30.532="" 502="" {"type":"technical","messages":[{"code":"err.tech.502","message":"{\"errors\":[{\"status\":\"502\",\"code\":\"gateway.processing\",\"title\":\"vnext\",\"detail\":\"error="" occurred="" when="" requesting="" vnext="" vehicledata="" api="" vehicle="" vehicle(vehicleuuid="150c7f00-31d7-4b52-9d22-4bbee56c50aa," brand="RENAULT," iscrossbadge="null," gateway="AVN," cangeneration="Optional[C1A]," usagecountry="Optional.empty," energy="GASOLINE," familycode="XJB)" and="" userid="" 610206:="" http_code="403\"}]}"}],"errors":[{"errorCode":"err.tech.502","errorMessage":"{\"errors\":[{\"status\":\"502\",\"code\":\"gateway.processing\",\"title\":\"VNEXT\",\"detail\":\"Error" 20:12:30.809="" hvac-settings="" 20:12:30.810="" 20:12:31.086="" charging-settings="" 20:12:31.087="" 20:12:31.934="" charge-history="" 20:12:31.935="" 20:12:32.299="" charges="" 20:12:32.305="" 20:12:32.654="" lock-status="" {"type":"technical","messages":[{"code":"err.tech.502","message":"{\"errors\":[{\"status\":\"502\",\"code\":\"gateway.processing\",\"title\":\"vnext\",\"detail\":\"an="" internal="" occured="" while="" processing="" :="" forbidden\"}]}"}],"errors":[{"errorcode":"err.tech.502","errormessage":"{\"errors\":[{\"status\":\"502\",\"code\":\"gateway.processing\",\"title\":\"vnext\",\"detail\":\"an="" forbidden\"}]}"}],"error_reference":"technical"}="" 20:12:32.942="" res-state="" 20:12:41.689="" (2642)="" 3.4.16="" iobroker.web,="" 20:12:42.843="" 8082="" 20:12:42.859="" simpleapi="" allow="" states="" only="" user="" owner:="" false="" 20:12:42.868="" http="" 20:12:49.117="" (2682)="" read-only="" "wiffi-wz.0.info.connection"="" has="" been="" written="" ack-flag="" value="" "true"="" 20:12:55.012="" (2712)="" 1.0.3="" iobroker.echarts,="" 20:13:45.571="">Connected system.user.admin from ::ffff:192.168.1.1
        2022-01-26 20:17:33.082 - info: web.0 (2642) <==Disconnect system.user.admin from ::ffff:192.168.1.1 vis.0
        2022-01-26 20:20:26.700 - error: javascript.0 (618) script.js.common.Lichtsteuerung.Doppeltaster_Wohnzimmer_&_Fernseher: deep
        2022-01-26 20:39:36.694 - error: life360.0 (1859) Connection established but failed to authenticate. Check your credentials!
        2022-01-26 21:20:28.640 - warn: javascript.0 (618) getState "octoprint.0.temperature.tool0.target" not found (3)
        2022-01-26 21:20:28.658 - warn: javascript.0 (618) at Object. (script.js.common.Drucker.3D-Drucker:42:134)
        
        arteckA 1 Antwort Letzte Antwort
        0
        • G guergen

          @arteck
          Auf der VM läuft nur der IoB, ich habe alles in separate VM´s und LXC´s gepackt.
          Welches log möchtest du?
          Aus iob? (s.u)
          Oder aus der proxmox vm?
          Im iob-log steht sonst nicht so viel:

          2022-01-26 17:57:08.025 - info: info.0 (558345) cpu Temp res = {"main":null,"cores":[],"max":null,"socket":[],"chipset":null}
          2022-01-26 20:02:35.206 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.46/settings/relay/0","type":"request-timeout"}
          2022-01-26 20:02:39.867 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.41/settings/relay/0","type":"request-timeout"}
          2022-01-26 20:02:39.952 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.49/settings/relay/0","type":"request-timeout"}
          2022-01-26 20:02:40.211 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.46/settings","type":"request-timeout"}
          2022-01-26 20:02:40.559 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.48/settings/relay/0","type":"request-timeout"}
          2022-01-26 20:02:43.452 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.42/settings/relay/0","type":"request-timeout"}
          2022-01-26 20:02:43.476 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.47/settings/relay/0","type":"request-timeout"}
          2022-01-26 20:02:43.587 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.44/settings/relay/0","type":"request-timeout"}
          2022-01-26 20:02:43.880 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.43/settings/relay/0","type":"request-timeout"}
          2022-01-26 20:02:44.869 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.41/settings","type":"request-timeout"}
          2022-01-26 20:02:44.954 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.49/settings","type":"request-timeout"}
          2022-01-26 20:02:45.213 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.46/settings/relay/1","type":"request-timeout"}
          2022-01-26 20:02:45.561 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.48/settings","type":"request-timeout"}
          2022-01-26 20:02:48.454 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.42/settings","type":"request-timeout"}
          2022-01-26 20:02:48.477 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.47/settings","type":"request-timeout"}
          2022-01-26 20:02:48.589 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.44/settings","type":"request-timeout"}
          2022-01-26 20:02:48.881 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.43/settings","type":"request-timeout"}
          2022-01-26 20:02:49.873 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.41/status","type":"request-timeout"}
          2022-01-26 20:02:49.956 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.49/status","type":"request-timeout"}
          2022-01-26 20:02:50.214 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.46/status/rollers/0","type":"request-timeout"}
          2022-01-26 20:02:50.563 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.48/status","type":"request-timeout"}
          2022-01-26 20:02:53.457 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.42/status","type":"request-timeout"}
          2022-01-26 20:02:53.479 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.47/status","type":"request-timeout"}
          2022-01-26 20:02:53.591 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.44/status","type":"request-timeout"}
          2022-01-26 20:02:53.882 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.43/status","type":"request-timeout"}
          2022-01-26 20:02:55.215 - error: shelly.0 (553009) HTTP request (httpIoBrokerState) error: {"message":"network timeout at: http://192.168.1.46/status","type":"request-timeout"}
          2022-01-26 20:03:00.049 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:30.046Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ESOCKETTIMEDOUT / "ESOCKETTIMEDOUT""
          2022-01-26 20:03:02.435 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:32.433Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:02.649 - warn: influxdb.0 (432) Error on writePoint("{"value":21,"time":"2022-01-26T19:02:32.646Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:02.685 - warn: influxdb.0 (432) Error on writePoint("{"value":21,"time":"2022-01-26T19:02:32.684Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:03.597 - warn: influxdb.0 (432) Error on writePoint("{"value":18.64,"time":"2022-01-26T19:02:33.596Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:03.709 - warn: influxdb.0 (432) Error on writePoint("{"value":50.74,"time":"2022-01-26T19:02:33.707Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:04.460 - warn: influxdb.0 (432) Error on writePoint("{"value":298.4,"time":"2022-01-26T19:02:34.457Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:04.863 - warn: influxdb.0 (432) Error on writePoint("{"value":18.64,"time":"2022-01-26T19:02:34.862Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:04.962 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:34.961Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:04.969 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:34.968Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:04.971 - warn: influxdb.0 (432) Error on writePoint("{"value":50.74,"time":"2022-01-26T19:02:34.969Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:04.971 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:34.970Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:04.975 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:34.973Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:04.976 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:34.975Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:04.979 - warn: influxdb.0 (432) Error on writePoint("{"value":16.49,"time":"2022-01-26T19:02:34.977Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:04.980 - warn: influxdb.0 (432) Error on writePoint("{"value":55.28,"time":"2022-01-26T19:02:34.978Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:05.356 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:35.354Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:05.361 - warn: influxdb.0 (432) Error on writePoint("{"value":16.49,"time":"2022-01-26T19:02:35.360Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:05.442 - warn: influxdb.0 (432) Error on writePoint("{"value":55.28,"time":"2022-01-26T19:02:35.441Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:08.361 - warn: influxdb.0 (432) Error on writePoint("{"value":623.507,"time":"2022-01-26T19:02:38.359Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:09.191 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:39.190Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:09.352 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:39.350Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:10.344 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:40.342Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:10.345 - warn: influxdb.0 (432) Error on writePoint("{"value":18.64,"time":"2022-01-26T19:02:40.343Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:10.348 - warn: influxdb.0 (432) Error on writePoint("{"value":50.74,"time":"2022-01-26T19:02:40.347Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:10.582 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:40.580Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:10.587 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:40.584Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:10.837 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:40.835Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:10.995 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:40.993Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:11.111 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:41.109Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:11.112 - warn: influxdb.0 (432) Error on writePoint("{"value":16.49,"time":"2022-01-26T19:02:41.111Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:11.352 - warn: influxdb.0 (432) Error on writePoint("{"value":55.28,"time":"2022-01-26T19:02:41.351Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:11.977 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:41.975Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:12.310 - warn: influxdb.0 (432) Error on writePoint("{"value":18.64,"time":"2022-01-26T19:02:42.301Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:12.521 - warn: influxdb.0 (432) Error on writePoint("{"value":50.74,"time":"2022-01-26T19:02:42.518Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:13.424 - warn: influxdb.0 (432) Error on writePoint("{"value":11,"time":"2022-01-26T19:02:43.421Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:13.426 - warn: influxdb.0 (432) Error on writePoint("{"value":15.8,"time":"2022-01-26T19:02:43.423Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:13.471 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:43.468Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:13.473 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:43.469Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:13.555 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:43.553Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:13.928 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:43.927Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:13.955 - error: tankerkoenig.0 (1653) Spritpreise einlesen (gezielte Stationen via ID) - Fehler: Error: getaddrinfo EAI_AGAIN creativecommons.tankerkoenig.de
          2022-01-26 20:03:14.434 - warn: influxdb.0 (432) Error on writePoint("{"value":7,"time":"2022-01-26T19:02:43.427Z","from":"system.adapter.linkeddevices.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:14.459 - warn: influxdb.0 (432) Error on writePoint("{"value":16.2,"time":"2022-01-26T19:02:43.454Z","from":"system.adapter.linkeddevices.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:16.641 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:46.639Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:16.642 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:46.641Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:17.113 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:47.112Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:17.123 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:47.122Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:17.326 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:47.324Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:17.439 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:47.437Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:19.930 - warn: influxdb.0 (432) Error on writePoint("{"value":18.55,"time":"2022-01-26T19:02:49.929Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:19.931 - warn: influxdb.0 (432) Error on writePoint("{"value":50.15,"time":"2022-01-26T19:02:49.930Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:20.835 - warn: influxdb.0 (432) Error on writePoint("{"value":300.244,"time":"2022-01-26T19:02:50.833Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:20.983 - warn: influxdb.0 (432) Error on writePoint("{"value":300.244,"time":"2022-01-26T19:02:50.982Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:21.133 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:51.130Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:21.201 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:51.200Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:21.419 - warn: influxdb.0 (432) Error on writePoint("{"value":11,"time":"2022-01-26T19:02:51.411Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:21.420 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:51.414Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:21.440 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:51.438Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:21.453 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:51.449Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:22.219 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:52.216Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:22.222 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:52.219Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:22.677 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:52.674Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:22.714 - warn: influxdb.0 (432) Error on writePoint("{"value":21,"time":"2022-01-26T19:02:52.713Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:23.171 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:03:24.014 - warn: influxdb.0 (432) Error on writePoint("{"value":18.64,"time":"2022-01-26T19:02:54.011Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:24.019 - warn: influxdb.0 (432) Error on writePoint("{"value":50.74,"time":"2022-01-26T19:02:54.017Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:24.545 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:54.544Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:25.165 - warn: influxdb.0 (432) Error on writePoint("{"value":18.64,"time":"2022-01-26T19:02:55.164Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:25.166 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:55.165Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:25.356 - warn: influxdb.0 (432) Error on writePoint("{"value":50.74,"time":"2022-01-26T19:02:55.354Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:25.368 - warn: influxdb.0 (432) Error on writePoint("{"value":5,"time":"2022-01-26T19:02:55.367Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:25.837 - warn: influxdb.0 (432) Error on writePoint("{"value":100,"time":"2022-01-26T19:02:55.836Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:26.034 - warn: influxdb.0 (432) Error on writePoint("{"value":21,"time":"2022-01-26T19:02:56.032Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:26.050 - warn: influxdb.0 (432) Error on writePoint("{"value":98,"time":"2022-01-26T19:02:56.048Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:26.053 - warn: influxdb.0 (432) Error on writePoint("{"value":18.55,"time":"2022-01-26T19:02:56.052Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:26.107 - warn: influxdb.0 (432) Error on writePoint("{"value":50.15,"time":"2022-01-26T19:02:56.105Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:26.242 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:03:26.728 - warn: influxdb.0 (432) Error on writePoint("{"value":6,"time":"2022-01-26T19:02:56.725Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:27.328 - warn: influxdb.0 (432) Error on writePoint("{"value":8.62,"time":"2022-01-26T19:02:57.325Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:27.363 - warn: influxdb.0 (432) Error on writePoint("{"value":86.08,"time":"2022-01-26T19:02:57.361Z","from":"system.adapter.influxdb.0","q":0,"ack":true}): Error: ETIMEDOUT / "ETIMEDOUT""
          2022-01-26 20:03:32.741 - error: unifi.0 (54981) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
          2022-01-26 20:03:32.754 - error: unifi.0 (54981) unhandled promise rejection: connect EHOSTUNREACH 192.168.1.208:8443
          2022-01-26 20:03:32.754 - error: unifi.0 (54981) Error: connect EHOSTUNREACH 192.168.1.208:8443
          at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
          2022-01-26 20:03:32.755 - error: unifi.0 (54981) Exception-Code: EHOSTUNREACH: connect EHOSTUNREACH 192.168.1.208:8443
          2022-01-26 20:03:32.772 - warn: unifi.0 (54981) Terminated (UNCAUGHT_EXCEPTION): Without reason
          2022-01-26 20:03:33.379 - error: host.iob Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
          2022-01-26 20:03:33.386 - error: host.iob Caught by controller[1]: Error: connect EHOSTUNREACH 192.168.1.208:8443
          2022-01-26 20:03:33.387 - error: host.iob Caught by controller[1]: at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
          2022-01-26 20:03:33.387 - error: host.iob instance system.adapter.unifi.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          2022-01-26 20:03:35.492 - warn: fullybrowser.0 (899) updateDeviceERROR 192.168.1.76
          2022-01-26 20:03:40.068 - error: influxdb.0 (432) Error: ETIMEDOUT
          2022-01-26 20:03:50.818 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:04:06.534 - error: unifi.0 (570402) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
          2022-01-26 20:04:06.535 - error: unifi.0 (570402) unhandled promise rejection: connect EHOSTUNREACH 192.168.1.208:8443
          2022-01-26 20:04:06.536 - error: unifi.0 (570402) Error: connect EHOSTUNREACH 192.168.1.208:8443
          at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
          2022-01-26 20:04:06.536 - error: unifi.0 (570402) Exception-Code: EHOSTUNREACH: connect EHOSTUNREACH 192.168.1.208:8443
          2022-01-26 20:04:06.556 - warn: unifi.0 (570402) Terminated (UNCAUGHT_EXCEPTION): Without reason
          2022-01-26 20:04:07.139 - error: host.iob Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
          2022-01-26 20:04:07.140 - error: host.iob Caught by controller[1]: Error: connect EHOSTUNREACH 192.168.1.208:8443
          2022-01-26 20:04:07.140 - error: host.iob Caught by controller[1]: at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
          2022-01-26 20:04:07.141 - error: host.iob instance system.adapter.unifi.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          2022-01-26 20:04:07.585 - warn: deconz.0 (787) Could not connect to websocket instance of deConz/Phoscon. Error: WebSocket was closed before the connection was established
          2022-01-26 20:04:07.599 - warn: deconz.0 (787) Object of state "deconz.0.Gateway_info" is missing the required property "common.type"
          2022-01-26 20:04:12.323 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:04:12.324 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:04:20.070 - error: influxdb.0 (432) Error: ETIMEDOUT
          2022-01-26 20:04:22.345 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
          2022-01-26 20:04:24.610 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:04:33.826 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:04:33.827 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:04:36.902 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:04:43.836 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
          2022-01-26 20:04:47.587 - error: proxmox.0 (1411) ERROR:Error: connect ETIMEDOUT 192.168.1.200:8006
          2022-01-26 20:04:52.258 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:04:53.733 - error: nut.0 (436652) Error happend: Error: connect ETIMEDOUT 192.168.1.93:3493
          2022-01-26 20:04:54.719 - info: web.0 (1760) <==Disconnect system.user.admin from ::ffff:192.168.1.1 vis.0
          2022-01-26 20:04:55.334 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:04:55.335 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:05:00.078 - error: influxdb.0 (432) Error: ETIMEDOUT
          2022-01-26 20:05:04.546 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:05:05.349 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
          2022-01-26 20:05:16.834 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:05:16.835 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:05:26.844 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
          2022-01-26 20:05:38.339 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:05:38.339 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:05:40.080 - error: influxdb.0 (432) Error: ETIMEDOUT
          2022-01-26 20:05:47.556 - error: telegram.0 (480) getMe (reconnect) Error:Error: EFATAL: Error: getaddrinfo EAI_AGAIN api.telegram.org
          2022-01-26 20:05:48.348 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
          2022-01-26 20:05:50.626 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:05:53.122 - error: nut.0 (436652) Error happend: Error: connect ETIMEDOUT 192.168.1.93:3493
          2022-01-26 20:05:59.842 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:05:59.842 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:06:05.986 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:06:09.852 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
          2022-01-26 20:06:15.202 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:06:20.083 - error: influxdb.0 (432) Error: ETIMEDOUT
          2022-01-26 20:06:21.346 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:06:21.347 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:06:30.562 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:06:31.371 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
          2022-01-26 20:06:42.853 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:06:42.856 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:06:50.470 - error: unifi.0 (570433) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
          2022-01-26 20:06:50.472 - error: unifi.0 (570433) unhandled promise rejection: connect ETIMEDOUT 192.168.1.208:8443
          2022-01-26 20:06:50.472 - error: unifi.0 (570433) Error: connect ETIMEDOUT 192.168.1.208:8443
          at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
          2022-01-26 20:06:50.472 - error: unifi.0 (570433) Exception-Code: ETIMEDOUT: connect ETIMEDOUT 192.168.1.208:8443
          2022-01-26 20:06:50.488 - warn: unifi.0 (570433) Terminated (UNCAUGHT_EXCEPTION): Without reason
          2022-01-26 20:06:51.082 - error: host.iob Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
          2022-01-26 20:06:51.084 - error: host.iob Caught by controller[1]: Error: connect ETIMEDOUT 192.168.1.208:8443
          2022-01-26 20:06:51.085 - error: host.iob Caught by controller[1]: at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
          2022-01-26 20:06:51.085 - error: host.iob instance system.adapter.unifi.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          2022-01-26 20:06:51.085 - warn: host.iob Do not restart adapter system.adapter.unifi.0 because restart loop detected
          2022-01-26 20:06:52.514 - error: nut.0 (436652) Error happend: Error: connect ETIMEDOUT 192.168.1.93:3493
          2022-01-26 20:06:52.863 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
          2022-01-26 20:06:55.138 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:07:00.086 - error: influxdb.0 (432) Error: ETIMEDOUT
          2022-01-26 20:07:04.355 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:07:04.356 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:07:14.363 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
          2022-01-26 20:07:17.089 - error: proxmox.0 (1411) ERROR:Error: connect ETIMEDOUT 192.168.1.200:8006
          2022-01-26 20:07:17.091 - warn: deconz.0 (787) Could not connect to websocket instance of deConz/Phoscon. Error: connect ETIMEDOUT 192.168.1.202:443
          2022-01-26 20:07:19.714 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:07:25.858 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:07:25.859 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:07:28.937 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
          2022-01-26 20:07:28.952 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
          2022-01-26 20:07:28.953 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
          2022-01-26 20:07:28.954 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
          2022-01-26 20:07:28.954 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
          2022-01-26 20:07:28.955 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
          2022-01-26 20:07:28.955 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
          2022-01-26 20:07:28.956 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
          2022-01-26 20:07:28.956 - error: pi-hole.0 (1299) Error: connect EHOSTUNREACH 192.168.1.207:80
          2022-01-26 20:07:35.867 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
          2022-01-26 20:07:40.088 - error: influxdb.0 (432) Error: ETIMEDOUT
          2022-01-26 20:07:44.290 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:07:47.362 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:07:47.362 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:07:53.954 - error: nut.0 (436652) Error happend: Error: connect ETIMEDOUT 192.168.1.93:3493
          2022-01-26 20:07:57.370 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
          2022-01-26 20:08:05.794 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:08:08.866 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:08:08.866 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:08:15.010 - error: tankerkoenig.0 (1653) Spritpreise einlesen (gezielte Stationen via ID) - Fehler: Error: getaddrinfo EAI_AGAIN creativecommons.tankerkoenig.de
          2022-01-26 20:08:18.874 - warn: iot.0 (333566) Looks like your connection certificates are invalid. Please renew them via configuration dialog.
          2022-01-26 20:08:20.089 - error: influxdb.0 (432) Error: ETIMEDOUT
          2022-01-26 20:08:21.159 - error: life360.0 (985) Failed to retrieve members: Error: getaddrinfo EAI_AGAIN www.life360.com
          2022-01-26 20:08:21.160 - error: web-speedy.0 (1744) Error: getaddrinfo EAI_AGAIN www.speedtest.net
          2022-01-26 20:08:30.370 - error: iot.0 (333566) Error by device connection: "getaddrinfo EAI_AGAIN a18wym7vjdl22g.iot.eu-west-1.amazonaws.com"
          2022-01-26 20:08:30.371 - error: iot.0 (333566) DNS name of a18wym7vjdl22g.iot.eu-west-1.amazonaws.com cannot be resolved: connection will be retried in 10 seconds.
          2022-01-26 20:09:10.755 - error: admin.0 (473) admin.0 already running
          2022-01-26 20:09:10.757 - warn: admin.0 (473) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:09:11.944 - error: host.iob instance system.adapter.admin.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:09:14.821 - error: influxdb.0 (484) influxdb.0 already running
          2022-01-26 20:09:14.823 - warn: influxdb.0 (484) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:09:15.402 - error: host.iob instance system.adapter.influxdb.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:09:17.740 - error: javascript.0 (495) javascript.0 already running
          2022-01-26 20:09:17.741 - warn: javascript.0 (495) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:09:18.326 - error: host.iob instance system.adapter.javascript.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:09:21.115 - error: scenes.0 (507) scenes.0 already running
          2022-01-26 20:09:21.117 - warn: scenes.0 (507) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:09:21.687 - error: host.iob instance system.adapter.scenes.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:09:25.588 - error: telegram.0 (518) telegram.0 already running
          2022-01-26 20:09:25.589 - warn: telegram.0 (518) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:09:26.169 - error: host.iob instance system.adapter.telegram.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:09:29.182 - error: alexa2.0 (529) alexa2.0 already running
          2022-01-26 20:09:29.184 - warn: alexa2.0 (529) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:09:29.758 - error: host.iob instance system.adapter.alexa2.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:09:37.279 - error: mihome-vacuum.0 (555) mihome-vacuum.0 already running
          2022-01-26 20:09:37.281 - warn: mihome-vacuum.0 (555) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:09:37.851 - error: host.iob instance system.adapter.mihome-vacuum.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:09:41.191 - error: mqtt.0 (566) mqtt.0 already running
          2022-01-26 20:09:41.193 - warn: mqtt.0 (566) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:09:41.763 - error: host.iob instance system.adapter.mqtt.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:09:42.452 - info: admin.0 (573) starting. Version 5.2.3 in /opt/iobroker/node_modules/iobroker.admin, node: v14.18.3, js-controller: 3.3.22
          2022-01-26 20:09:42.482 - info: admin.0 (573) requesting all states
          2022-01-26 20:09:42.483 - info: admin.0 (573) requesting all objects
          2022-01-26 20:09:44.158 - info: admin.0 (573) received all objects
          2022-01-26 20:09:44.472 - info: admin.0 (573) http server listening on port 8081
          2022-01-26 20:09:44.472 - info: admin.0 (573) Use link "http://localhost:8081" to configure.
          2022-01-26 20:09:45.305 - error: nut.0 (599) nut.0 already running
          2022-01-26 20:09:45.307 - warn: nut.0 (599) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:09:45.881 - error: host.iob instance system.adapter.nut.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:09:49.260 - error: ping.0 (625) ping.0 already running
          2022-01-26 20:09:49.262 - warn: ping.0 (625) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:09:50.184 - error: host.iob instance system.adapter.ping.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:09:54.438 - error: shelly.0 (667) shelly.0 already running
          2022-01-26 20:09:54.441 - warn: shelly.0 (667) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:09:55.176 - error: host.iob instance system.adapter.shelly.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:09:58.203 - error: smartmeter.0 (727) smartmeter.0 already running
          2022-01-26 20:09:58.791 - error: host.iob instance system.adapter.smartmeter.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:10:00.269 - error: javascript.0 (618) In file included from ../src/binding.cc:1:
          /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:7: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
          787 | (node::addon_register_func) (regfunc), \
          | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
          821 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
          | ^~~~~~~~~~~~~
          ../src/binding.cc:153:1: note: in expansion of macro ‘NODE_MODULE’
          153 | NODE_MODULE(cpufeatures, init)
          | ^~~~~~~~~~~
          2022-01-26 20:10:02.059 - error: sonoff.0 (899) sonoff.0 already running
          2022-01-26 20:10:02.061 - warn: sonoff.0 (899) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:10:02.936 - error: host.iob instance system.adapter.sonoff.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:10:03.496 - error: javascript.0 (618) In file included from ../src/binding.cc:6:
          /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:787:7: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type]
          787 | (node::addon_register_func) (regfunc), \
          | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:821:3: note: in expansion of macro ‘NODE_MODULE_X’
          821 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
          | ^~~~~~~~~~~~~
          ../src/binding.cc:2003:1: note: in expansion of macro ‘NODE_MODULE’
          2003 | NODE_MODULE(sshcrypto, init)
          | ^~~~~~~~~~~
          2022-01-26 20:10:05.513 - error: synology.0 (983) synology.0 already running
          2022-01-26 20:10:05.515 - warn: synology.0 (983) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:10:07.362 - error: host.iob instance system.adapter.synology.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:10:09.938 - error: synology.1 (1031) synology.1 already running
          2022-01-26 20:10:09.946 - warn: synology.1 (1031) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:10:10.997 - error: host.iob instance system.adapter.synology.1 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
          2022-01-26 20:10:14.278 - error: synology.2 (1061) synology.2 already running
          2022-01-26 20:10:14.282 - warn: synology.2 (1061) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          2022-01-26 20:10:14.814 - error: mihome-vacuum.0 (1024) Error when receiving map url: Pc)e`:C
          :Ozr@;lEHnXc"m +g~k:hg`bD+L_aih^SI*>h/9.pn-ojl[?R
          :="" mihome-vacuum.0="" (1024)="" map="" error:syntaxerror:="" unexpected="" token="" p="" in="" json="" at="" position="" 0="" 20:10:14.907="" error:="" host.iob="" instance="" system.adapter.synology.2="" terminated="" with="" code="" 7="" (adapter_already_running)="" 20:10:17.745="" backitup.0="" (1083)="" already="" running="" 20:10:17.749="" (adapter_already_running):="" without="" reason="" 20:10:18.451="" system.adapter.backitup.0="" 20:10:21.447="" broadlink2.0="" (1109)="" 20:10:21.449="" 20:10:22.034="" system.adapter.broadlink2.0="" 20:10:25.321="" deconz.0="" (1137)="" 20:10:25.324="" 20:10:25.909="" system.adapter.deconz.0="" 20:10:29.244="" device-reminder.0="" (1166)="" 20:10:29.245="" 20:10:29.846="" system.adapter.device-reminder.0="" 20:10:33.368="" enigma2.0="" (1194)="" 20:10:34.332="" system.adapter.enigma2.0="" 20:10:37.701="" eventlist.0="" (1222)="" 20:10:37.702="" 20:10:38.304="" system.adapter.eventlist.0="" 20:10:45.280="" fullybrowser.0="" (1293)="" 20:10:45.282="" 20:10:45.882="" system.adapter.fullybrowser.0="" 20:10:49.340="" heatingcontrol.0="" (1333)="" 20:10:49.341="" 20:10:50.019="" system.adapter.heatingcontrol.0="" 20:10:53.783="" info.0="" (1406)="" 20:10:53.785="" 20:10:54.724="" system.adapter.info.0="" 20:10:57.954="" iot.0="" (1441)="" 20:10:57.957="" 20:10:58.574="" system.adapter.iot.0="" 20:11:02.685="" life360.0="" (1479)="" 20:11:03.340="" system.adapter.life360.0="" 20:11:08.206="" linkeddevices.0="" (1509)="" 20:11:08.208="" 20:11:08.967="" system.adapter.linkeddevices.0="" 20:11:10.051="" maxcul.0="" (1539)="" 20:11:10.053="" 20:11:10.741="" system.adapter.maxcul.0="" 20:11:13.627="" octoprint.0="" (1563)="" 20:11:13.630="" 20:11:14.205="" system.adapter.octoprint.0="" 20:11:22.332="" pi-hole.0="" (1630)="" 20:11:22.334="" 20:11:22.899="" system.adapter.pi-hole.0="" 20:11:26.412="" proxmox.0="" (1654)="" 20:11:26.413="" 20:11:27.015="" system.adapter.proxmox.0="" 20:11:28.338="" info:="" (1661)="" starting.="" version="" 1.9.17="" opt="" iobroker="" node_modules="" iobroker.info,="" node:="" v14.18.3,="" js-controller:="" 3.3.22="" 20:11:28.433="" reading="" updating="" systemdata.="" 20:11:29.596="" snmp.0="" (1707)="" 20:11:29.600="" 20:11:30.236="" system.adapter.snmp.0="" 20:11:30.647="" cpu="" temp="" res="{"main":null,"cores":[],"max":null,"socket":[],"chipset":null}" 20:11:34.152="" socketio.0="" (1802)="" 20:11:34.155="" 20:11:34.815="" system.adapter.socketio.0="" 20:11:37.530="" sourceanalytix.0="" (2065)="" 20:11:37.532="" 20:11:38.119="" system.adapter.sourceanalytix.0="" 20:11:41.613="" statistics.0="" (2229)="" 20:11:41.616="" 20:11:42.547="" system.adapter.statistics.0="" 20:11:46.277="" tankerkoenig.0="" (2276)="" 20:11:46.281="" 20:11:46.980="" system.adapter.tankerkoenig.0="" 20:11:49.446="" trashschedule.0="" (2304)="" 20:11:49.448="" 20:11:50.033="" system.adapter.trashschedule.0="" 20:11:54.050="" unifi.0="" (2323)="" 20:11:54.053="" 20:11:55.138="" system.adapter.unifi.0="" 20:11:58.651="" vis.0="" (2351)="" 1.4.7="" iobroker.vis,="" 20:11:58.915="" vis="" license="" is="" ok.="" 20:12:01.597="" (no_error):="" 20:12:02.474="" web-speedy.0="" (2397)="" 20:12:02.476="" 20:12:03.596="" system.adapter.web-speedy.0="" 20:12:05.920="" web.0="" (2419)="" 20:12:05.927="" 20:12:06.636="" system.adapter.web.0="" 20:12:06.827="" (2427)="" 3.1.5="" iobroker.socketio,="" 20:12:07.031="" socket.io="" server="" listening="" on="" port="" 8084="" 20:12:09.673="" whatsapp-cmb.0="" (2454)="" 20:12:09.677="" 20:12:10.654="" system.adapter.whatsapp-cmb.0="" 20:12:14.118="" wiffi-wz.0="" (2477)="" 20:12:14.120="" 20:12:14.950="" unhandled="" promise="" rejection.="" this="" error="" originated="" either="" by="" throwing="" inside="" of="" an="" async="" function="" a="" catch="" block,="" or="" rejecting="" which="" was="" not="" handled="" .catch().="" rejection:="" cannot="" read="" property="" 'on'="" undefined="" 20:12:14.956="" typeerror:="" object.adapter_unload="" [as="" unload]="" (="" iobroker.wiffi-wz="" main.js:57:12)="" process.stop="" iobroker.js-controller="" lib="" adapter.js:8736:29)="" object.oncewrapper="" (events.js:520:26)="" process.emit="" (events.js:400:28)="" process.exit="" (internal="" process="" per_thread.js:173:15)="" timeout._ontimeout="" adapter.js:352:25)="" processticksandrejections="" task_queues.js:95:5)="" 20:12:14.959="" 20:12:14.973="" could="" perform="" strict="" object="" check="" state="" wiffi-wz.0.info.connection:="" connection="" closed.="" 20:12:14.975="" get="" error:="" 20:12:16.039="" system.adapter.wiffi-wz.0="" 20:12:17.944="" renault.0="" (2513)="" 20:12:17.946="" 20:12:18.545="" system.adapter.renault.0="" 20:12:22.205="" echarts.0="" (2562)="" 20:12:22.214="" 20:12:22.422="" (2539)="" 0.0.8="" iobroker.renault,="" 20:12:22.908="" system.adapter.echarts.0="" 20:12:25.302="" (2520)="" 2.1.1="" iobroker.tankerkoenig,="" 20:12:25.329="" sync="" time="" set="" to="" 5="" minutes="" 300000="" ms="" 20:12:28.341="" feature="" found.="" ignore="" battery-status="" for="" updates.="" 20:12:28.342="" request="" failed="" status="" 403="" {"type":"functional","messages":[{"code":"err.func.403","message":"{\"errors\":[{\"status\":\"403\",\"code\":\"security.access\",\"detail\":\"access="" denied="" resource\"}]}"}],"errors":[{"errorcode":"err.func.403","errormessage":"{\"errors\":[{\"status\":\"403\",\"code\":\"security.access\",\"detail\":\"access="" resource\"}]}"}],"error_reference":"functional"}="" 20:12:28.982="" battery-inhibition-status="" 20:12:28.983="" 20:12:29.986="" charge-mode="" 20:12:29.987="" 20:12:30.531="" hvac-status="" 20:12:30.532="" 502="" {"type":"technical","messages":[{"code":"err.tech.502","message":"{\"errors\":[{\"status\":\"502\",\"code\":\"gateway.processing\",\"title\":\"vnext\",\"detail\":\"error="" occurred="" when="" requesting="" vnext="" vehicledata="" api="" vehicle="" vehicle(vehicleuuid="150c7f00-31d7-4b52-9d22-4bbee56c50aa," brand="RENAULT," iscrossbadge="null," gateway="AVN," cangeneration="Optional[C1A]," usagecountry="Optional.empty," energy="GASOLINE," familycode="XJB)" and="" userid="" 610206:="" http_code="403\"}]}"}],"errors":[{"errorCode":"err.tech.502","errorMessage":"{\"errors\":[{\"status\":\"502\",\"code\":\"gateway.processing\",\"title\":\"VNEXT\",\"detail\":\"Error" 20:12:30.809="" hvac-settings="" 20:12:30.810="" 20:12:31.086="" charging-settings="" 20:12:31.087="" 20:12:31.934="" charge-history="" 20:12:31.935="" 20:12:32.299="" charges="" 20:12:32.305="" 20:12:32.654="" lock-status="" {"type":"technical","messages":[{"code":"err.tech.502","message":"{\"errors\":[{\"status\":\"502\",\"code\":\"gateway.processing\",\"title\":\"vnext\",\"detail\":\"an="" internal="" occured="" while="" processing="" :="" forbidden\"}]}"}],"errors":[{"errorcode":"err.tech.502","errormessage":"{\"errors\":[{\"status\":\"502\",\"code\":\"gateway.processing\",\"title\":\"vnext\",\"detail\":\"an="" forbidden\"}]}"}],"error_reference":"technical"}="" 20:12:32.942="" res-state="" 20:12:41.689="" (2642)="" 3.4.16="" iobroker.web,="" 20:12:42.843="" 8082="" 20:12:42.859="" simpleapi="" allow="" states="" only="" user="" owner:="" false="" 20:12:42.868="" http="" 20:12:49.117="" (2682)="" read-only="" "wiffi-wz.0.info.connection"="" has="" been="" written="" ack-flag="" value="" "true"="" 20:12:55.012="" (2712)="" 1.0.3="" iobroker.echarts,="" 20:13:45.571="">Connected system.user.admin from ::ffff:192.168.1.1
          2022-01-26 20:17:33.082 - info: web.0 (2642) <==Disconnect system.user.admin from ::ffff:192.168.1.1 vis.0
          2022-01-26 20:20:26.700 - error: javascript.0 (618) script.js.common.Lichtsteuerung.Doppeltaster_Wohnzimmer_&_Fernseher: deep
          2022-01-26 20:39:36.694 - error: life360.0 (1859) Connection established but failed to authenticate. Check your credentials!
          2022-01-26 21:20:28.640 - warn: javascript.0 (618) getState "octoprint.0.temperature.tool0.target" not found (3)
          2022-01-26 21:20:28.658 - warn: javascript.0 (618) at Object. (script.js.common.Drucker.3D-Drucker:42:134)
          
          arteckA Offline
          arteckA Offline
          arteck
          Developer Most Active
          schrieb am zuletzt editiert von
          #4

          @guergen

          Auf der VM läuft nur der IoB, ich habe alles in separate VM´s und LXC´s gepackt.

          ich frage nochmal was läuft NOCH auf der Maschiene ?? hast du alle Ressourcen richtig verteilt ?auf die einzelnen VM's und LXC.

          Dass der iobroker eine eigene vm hat ist mir schon klar

          das ist schön dass du das so siehst.. ich sehe da jedemenge ERRORS

          warum werden die Adapter neu gestartet obwohl die schon laufen ?

          Terminated (ADAPTER_ALREADY_RUNNING): Without reason
          

          warum sind da so viele ERRORS dass das Netz nicht erreichbar ist ??

          Exception-Code: EHOSTUNREACH: connect EHOSTUNREACH
          

          zigbee hab ich, zwave auch, nuc's genauso und HA auch

          G 1 Antwort Letzte Antwort
          0
          • arteckA arteck

            @guergen

            Auf der VM läuft nur der IoB, ich habe alles in separate VM´s und LXC´s gepackt.

            ich frage nochmal was läuft NOCH auf der Maschiene ?? hast du alle Ressourcen richtig verteilt ?auf die einzelnen VM's und LXC.

            Dass der iobroker eine eigene vm hat ist mir schon klar

            das ist schön dass du das so siehst.. ich sehe da jedemenge ERRORS

            warum werden die Adapter neu gestartet obwohl die schon laufen ?

            Terminated (ADAPTER_ALREADY_RUNNING): Without reason
            

            warum sind da so viele ERRORS dass das Netz nicht erreichbar ist ??

            Exception-Code: EHOSTUNREACH: connect EHOSTUNREACH
            
            G Offline
            G Offline
            guergen
            schrieb am zuletzt editiert von guergen
            #5

            @arteck
            IOB-VM bekommt 6 Gb
            Deconz-VM bekommt 1 Gb
            Hyperion-VM bekommt 1 Gb
            iob-Slave-VM bekommt 1,5 Gb
            Influx-LXC bekommt 1 Gb
            Deconz-LXC bekommt 128 Mb
            PiHole-LXC bekommt 128 Mb
            Unifi-LXC bekommt 1,5 Gb

            Die komplette Maschine hat 16 Gb

            Dass da ganz viele Fehler drin sind ist mir auch ersichtlich, aber das ist auch immer das Problem.
            IOB startet manchmal einfach so, ohne ersichtlichen Grund und beim Neustart der einzelnen Adpater bekomme ich die Meldung, dass der ja noch läuft. Es ist egal ob ich die VM per reboot oder wie auch immer neu starte!

            Mein IOB läuft auf latest, es ist alles aktuell!

            Das Netz ist und war zu dem Zeitpunkt erreichbar, da ich daneben gesessen bin und TV geguckt habe.
            Der Proxmox-Rechner ist per LAN mit einer festen IP an ein Unifi-System angeschlossen.

            amg_666A 1 Antwort Letzte Antwort
            0
            • G guergen

              @arteck
              IOB-VM bekommt 6 Gb
              Deconz-VM bekommt 1 Gb
              Hyperion-VM bekommt 1 Gb
              iob-Slave-VM bekommt 1,5 Gb
              Influx-LXC bekommt 1 Gb
              Deconz-LXC bekommt 128 Mb
              PiHole-LXC bekommt 128 Mb
              Unifi-LXC bekommt 1,5 Gb

              Die komplette Maschine hat 16 Gb

              Dass da ganz viele Fehler drin sind ist mir auch ersichtlich, aber das ist auch immer das Problem.
              IOB startet manchmal einfach so, ohne ersichtlichen Grund und beim Neustart der einzelnen Adpater bekomme ich die Meldung, dass der ja noch läuft. Es ist egal ob ich die VM per reboot oder wie auch immer neu starte!

              Mein IOB läuft auf latest, es ist alles aktuell!

              Das Netz ist und war zu dem Zeitpunkt erreichbar, da ich daneben gesessen bin und TV geguckt habe.
              Der Proxmox-Rechner ist per LAN mit einer festen IP an ein Unifi-System angeschlossen.

              amg_666A Offline
              amg_666A Offline
              amg_666
              schrieb am zuletzt editiert von amg_666
              #6

              @guergen Was sagt denn der log des "Rechenzentrums" unter proxmox? Klingt für mich auch eher nicht nach iob sondern nach einem Ressourcenproblem auf der Maschine.
              Ich hab IOB auch auf einem Intel NUC mit proxmox laufen, allerdings als Container, und das läuft insgesamt äußerst stabil und ich bin auf dem beta-repository unterwegs :-)

              Was zeigt dir proxmox an wenn du auf Rechenzentrum-Übersicht gehst? CPU, Speicher, Storage alles im grünen Bereich oder läuft dir da schon was voll?
              Und was zeigt er dir unter proxmox-Übersicht an ?

              Und wenn du TV gucken kannst heisst das noch lange nicht zwingend, dass dein NUC eine Verbindung in's LAN/WLAN hat... Check auch mal mit einem Scanner ob da ggf ein Adresskonflikt im Netz vorliegt.

              iobroker auf proxmox container

              G 1 Antwort Letzte Antwort
              0
              • amg_666A amg_666

                @guergen Was sagt denn der log des "Rechenzentrums" unter proxmox? Klingt für mich auch eher nicht nach iob sondern nach einem Ressourcenproblem auf der Maschine.
                Ich hab IOB auch auf einem Intel NUC mit proxmox laufen, allerdings als Container, und das läuft insgesamt äußerst stabil und ich bin auf dem beta-repository unterwegs :-)

                Was zeigt dir proxmox an wenn du auf Rechenzentrum-Übersicht gehst? CPU, Speicher, Storage alles im grünen Bereich oder läuft dir da schon was voll?
                Und was zeigt er dir unter proxmox-Übersicht an ?

                Und wenn du TV gucken kannst heisst das noch lange nicht zwingend, dass dein NUC eine Verbindung in's LAN/WLAN hat... Check auch mal mit einem Scanner ob da ggf ein Adresskonflikt im Netz vorliegt.

                G Offline
                G Offline
                guergen
                schrieb am zuletzt editiert von guergen
                #7

                @amg_666
                Die Reccourcen sind im grünen Bereich: 48bd41e8-300d-44d1-bee2-88d8a3a3330f-grafik.png
                Auch in der proxmox-Übersicht sieht es gut aus: 5544f899-a22c-45dc-8b57-81d9abbe461c-grafik.png
                Adressenkonflikte kann ich ausschliessen, da ich die IP´s händisch vergebe.
                (Trotzdem grade gescannt)
                Mein Arbeitsrechner und auch das TV laufen über den Pi-Hole, wenn es auf dem NUC klemmen würde, würde ich das mitbekommen.
                Es ist auch immer nur die IOB-VM die sich entweder komplett aufhängt, oder aber intern neu startet

                HomoranH amg_666A 2 Antworten Letzte Antwort
                0
                • G guergen

                  @amg_666
                  Die Reccourcen sind im grünen Bereich: 48bd41e8-300d-44d1-bee2-88d8a3a3330f-grafik.png
                  Auch in der proxmox-Übersicht sieht es gut aus: 5544f899-a22c-45dc-8b57-81d9abbe461c-grafik.png
                  Adressenkonflikte kann ich ausschliessen, da ich die IP´s händisch vergebe.
                  (Trotzdem grade gescannt)
                  Mein Arbeitsrechner und auch das TV laufen über den Pi-Hole, wenn es auf dem NUC klemmen würde, würde ich das mitbekommen.
                  Es ist auch immer nur die IOB-VM die sich entweder komplett aufhängt, oder aber intern neu startet

                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von
                  #8

                  @guergen sagte in IOB bleibt einfach stehen,Evtl Problem mit Node 14!?:

                  Auch in der proxmox-Übersicht sieht es gut aus:

                  Naja, der SWAP ist in Benutzung.
                  Bei ausreichend RAM sollte das nicht passieren

                  kein Support per PN! - Fragen im Forum stellen -
                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  G 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @guergen sagte in IOB bleibt einfach stehen,Evtl Problem mit Node 14!?:

                    Auch in der proxmox-Übersicht sieht es gut aus:

                    Naja, der SWAP ist in Benutzung.
                    Bei ausreichend RAM sollte das nicht passieren

                    G Offline
                    G Offline
                    guergen
                    schrieb am zuletzt editiert von guergen
                    #9

                    @homoran habe jetzt grade in der sysctl.conf vm.swappiness=0 eingetragen, boote grade die Maschine neu
                    Das ganze sieht jetzt so aus:
                    e29b6713-abcb-4cd9-877f-c17bc95fc54c-grafik.png

                    1 Antwort Letzte Antwort
                    0
                    • G guergen

                      @amg_666
                      Die Reccourcen sind im grünen Bereich: 48bd41e8-300d-44d1-bee2-88d8a3a3330f-grafik.png
                      Auch in der proxmox-Übersicht sieht es gut aus: 5544f899-a22c-45dc-8b57-81d9abbe461c-grafik.png
                      Adressenkonflikte kann ich ausschliessen, da ich die IP´s händisch vergebe.
                      (Trotzdem grade gescannt)
                      Mein Arbeitsrechner und auch das TV laufen über den Pi-Hole, wenn es auf dem NUC klemmen würde, würde ich das mitbekommen.
                      Es ist auch immer nur die IOB-VM die sich entweder komplett aufhängt, oder aber intern neu startet

                      amg_666A Offline
                      amg_666A Offline
                      amg_666
                      schrieb am zuletzt editiert von
                      #10

                      @guergen sagte in IOB bleibt einfach stehen,Evtl Problem mit Node 14!?:

                      Adressenkonflikte kann ich ausschliessen, da ich die IP´s händisch vergebe.

                      Das mache ich auch so und genau das ist eine mögliche Fehlerquelle :-) Aber wenn du es nochmal gecheckt hast isses ja gut.

                      Du hast nur die eine Übersicht gepostet, wie sehen denn die grafiscvhen Darstellungen aus, nicht dass es da kurzfristig irgendwelche Peaks gibt, die dir das System zerschießen...

                      Ich meine diese Bilder:
                      721cef9f-0905-422c-9ab4-19beeefefe87-grafik.png
                      , die gibts ja auch noch für Serverlast/Speicher und Netzwerktraffic. Ist da auch alles "grün" ?

                      iobroker auf proxmox container

                      G 1 Antwort Letzte Antwort
                      0
                      • amg_666A amg_666

                        @guergen sagte in IOB bleibt einfach stehen,Evtl Problem mit Node 14!?:

                        Adressenkonflikte kann ich ausschliessen, da ich die IP´s händisch vergebe.

                        Das mache ich auch so und genau das ist eine mögliche Fehlerquelle :-) Aber wenn du es nochmal gecheckt hast isses ja gut.

                        Du hast nur die eine Übersicht gepostet, wie sehen denn die grafiscvhen Darstellungen aus, nicht dass es da kurzfristig irgendwelche Peaks gibt, die dir das System zerschießen...

                        Ich meine diese Bilder:
                        721cef9f-0905-422c-9ab4-19beeefefe87-grafik.png
                        , die gibts ja auch noch für Serverlast/Speicher und Netzwerktraffic. Ist da auch alles "grün" ?

                        G Offline
                        G Offline
                        guergen
                        schrieb am zuletzt editiert von
                        #11

                        @amg_666
                        8fc75f64-46fd-42b1-b2c3-5f29ed563ee9-grafik.png
                        fb7833cc-ac4d-40e4-90d5-e3d7193323f0-grafik.png
                        Im Moment läuft es ja auch....
                        Das Problem ist, dass es immer mal wieder passiert ;-)

                        1 Antwort Letzte Antwort
                        0
                        Antworten
                        • In einem neuen Thema antworten
                        Anmelden zum Antworten
                        • Älteste zuerst
                        • Neuste zuerst
                        • Meiste Stimmen


                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        611

                        Online

                        32.7k

                        Benutzer

                        82.5k

                        Themen

                        1.3m

                        Beiträge
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                        ioBroker Community 2014-2025
                        logo
                        • Anmelden

                        • Du hast noch kein Konto? Registrieren

                        • Anmelden oder registrieren, um zu suchen
                        • Erster Beitrag
                          Letzter Beitrag
                        0
                        • Home
                        • Aktuell
                        • Tags
                        • Ungelesen 0
                        • Kategorien
                        • Unreplied
                        • Beliebt
                        • GitHub
                        • Docu
                        • Hilfe