Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. ioBroker Allgemein
  4. "Kleine Probleme" nach NodeJS mit Info Adapter

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    6
    1
    125

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.8k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    759

"Kleine Probleme" nach NodeJS mit Info Adapter

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
6 Beiträge 2 Kommentatoren 464 Aufrufe 2 Beobachtet
  • Ä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.
  • L Offline
    L Offline
    Lafgoh
    schrieb am zuletzt editiert von
    #1

    Hallo,

    habe folgendes "Problem":

    Nach dem Update auf NodeJS 16.15 unter Windows (hat problemlos geklappt), bleibt mein Info-Adapter rot.
    Er scheint aber ganz normal zu funktionieren, also eigentlich gar kein echtes Problem zur Zeit. Aber warum bleibt er rot?

    Irgendjemand vielecht einen Tip?

    Danke im Voraus, Lafgoh

    GlasfaserG 1 Antwort Letzte Antwort
    0
    • L Lafgoh

      Hallo,

      habe folgendes "Problem":

      Nach dem Update auf NodeJS 16.15 unter Windows (hat problemlos geklappt), bleibt mein Info-Adapter rot.
      Er scheint aber ganz normal zu funktionieren, also eigentlich gar kein echtes Problem zur Zeit. Aber warum bleibt er rot?

      Irgendjemand vielecht einen Tip?

      Danke im Voraus, Lafgoh

      GlasfaserG Offline
      GlasfaserG Offline
      Glasfaser
      schrieb am zuletzt editiert von
      #2

      @lafgoh sagte in "Kleine Probleme" nach NodeJS mit Info Adapter:

      Aber warum bleibt er rot?

      Schau mal im Log , sind da nicht Einträge vom Info Adapter / Error ... oder ... !?

      Auch nochmal ioBroker neu gestartet !?

      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

      L 1 Antwort Letzte Antwort
      0
      • GlasfaserG Glasfaser

        @lafgoh sagte in "Kleine Probleme" nach NodeJS mit Info Adapter:

        Aber warum bleibt er rot?

        Schau mal im Log , sind da nicht Einträge vom Info Adapter / Error ... oder ... !?

        Auch nochmal ioBroker neu gestartet !?

        L Offline
        L Offline
        Lafgoh
        schrieb am zuletzt editiert von
        #3

        @glasfaser

        Hallo,

        Ja Neustart von IOBroker habe ich versucht, war erfolglos

        Das kommt im Log wenn Info startet:

        ost.Server2020
        2022-06-30 20:01:31.447	info	Restart adapter system.adapter.info.0 because enabled
        host.Server2020
        2022-06-30 20:01:31.447	error	instance system.adapter.info.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: at node:internal/main/run_main_module:17:47
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: at Module.load (node:internal/modules/cjs/loader:981:32)
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: at Object.<anonymous> (C:\Program Files\iobroker\node_modules\iobroker.info\main.js:57:18)
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: at getSystemVersions (C:\Program Files\iobroker\node_modules\iobroker.info\main.js:88:11)
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: TypeError: Cannot read properties of undefined (reading 'log')
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: 
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: ^
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: adapter.log.error("Could not check npm version: " + e);
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[1]: C:\Program Files\iobroker\node_modules\iobroker.info\main.js:88
        
        host.Server2020
        2022-06-30 20:01:31.447	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at Object.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\make-fetch-happen\lib\remote.js:7:18)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at Object.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\make-fetch-happen\lib\agent.js:174:25)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
        
        host.Server2020
        2022-06-30 20:01:31.446	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Object.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\socks-proxy-agent\dist\index.js:110:44)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: TypeError: Class extends value undefined is not a constructor or null
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: 
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: ^
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: class SocksProxyAgent extends agent_base_1.Agent {
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: C:\Program Files\nodejs\node_modules\npm\node_modules\socks-proxy-agent\dist\index.js:110
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Object.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\make-fetch-happen\lib\remote.js:7:18)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Object.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\make-fetch-happen\lib\agent.js:174:25)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
        
        host.Server2020
        2022-06-30 20:01:31.445	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
        
        host.Server2020
        2022-06-30 20:01:31.444	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
        
        host.Server2020
        2022-06-30 20:01:31.444	error	Caught by controller[0]: at Object.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\socks-proxy-agent\dist\index.js:110:44)
        
        host.Server2020
        2022-06-30 20:01:31.444	error	Caught by controller[0]: TypeError: Class extends value undefined is not a constructor or null
        
        host.Server2020
        2022-06-30 20:01:31.444	error	Caught by controller[0]: 
        
        host.Server2020
        2022-06-30 20:01:31.444	error	Caught by controller[0]: ^
        
        host.Server2020
        2022-06-30 20:01:31.444	error	Caught by controller[0]: class SocksProxyAgent extends agent_base_1.Agent {
        
        host.Server2020
        2022-06-30 20:01:31.444	error	Caught by controller[0]: C:\Program Files\nodejs\node_modules\npm\node_modules\socks-proxy-agent\dist\index.js:110
        
        host.Server2020
        2022-06-30 20:01:29.803	info	instance system.adapter.info.0 started with pid 3552
        host.Server2020
        2022-06-30 20:01:29.654	info	"system.adapter.info.0" enabled
        
        
        GlasfaserG 1 Antwort Letzte Antwort
        0
        • L Lafgoh

          @glasfaser

          Hallo,

          Ja Neustart von IOBroker habe ich versucht, war erfolglos

          Das kommt im Log wenn Info startet:

          ost.Server2020
          2022-06-30 20:01:31.447	info	Restart adapter system.adapter.info.0 because enabled
          host.Server2020
          2022-06-30 20:01:31.447	error	instance system.adapter.info.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: at node:internal/main/run_main_module:17:47
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: at Module.load (node:internal/modules/cjs/loader:981:32)
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: at Object.<anonymous> (C:\Program Files\iobroker\node_modules\iobroker.info\main.js:57:18)
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: at getSystemVersions (C:\Program Files\iobroker\node_modules\iobroker.info\main.js:88:11)
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: TypeError: Cannot read properties of undefined (reading 'log')
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: 
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: ^
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: adapter.log.error("Could not check npm version: " + e);
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[1]: C:\Program Files\iobroker\node_modules\iobroker.info\main.js:88
          
          host.Server2020
          2022-06-30 20:01:31.447	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at Object.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\make-fetch-happen\lib\remote.js:7:18)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at Object.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\make-fetch-happen\lib\agent.js:174:25)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
          
          host.Server2020
          2022-06-30 20:01:31.446	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Object.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\socks-proxy-agent\dist\index.js:110:44)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: TypeError: Class extends value undefined is not a constructor or null
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: 
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: ^
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: class SocksProxyAgent extends agent_base_1.Agent {
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: C:\Program Files\nodejs\node_modules\npm\node_modules\socks-proxy-agent\dist\index.js:110
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Object.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\make-fetch-happen\lib\remote.js:7:18)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Object.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\make-fetch-happen\lib\agent.js:174:25)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
          
          host.Server2020
          2022-06-30 20:01:31.445	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
          
          host.Server2020
          2022-06-30 20:01:31.444	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
          
          host.Server2020
          2022-06-30 20:01:31.444	error	Caught by controller[0]: at Object.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\socks-proxy-agent\dist\index.js:110:44)
          
          host.Server2020
          2022-06-30 20:01:31.444	error	Caught by controller[0]: TypeError: Class extends value undefined is not a constructor or null
          
          host.Server2020
          2022-06-30 20:01:31.444	error	Caught by controller[0]: 
          
          host.Server2020
          2022-06-30 20:01:31.444	error	Caught by controller[0]: ^
          
          host.Server2020
          2022-06-30 20:01:31.444	error	Caught by controller[0]: class SocksProxyAgent extends agent_base_1.Agent {
          
          host.Server2020
          2022-06-30 20:01:31.444	error	Caught by controller[0]: C:\Program Files\nodejs\node_modules\npm\node_modules\socks-proxy-agent\dist\index.js:110
          
          host.Server2020
          2022-06-30 20:01:29.803	info	instance system.adapter.info.0 started with pid 3552
          host.Server2020
          2022-06-30 20:01:29.654	info	"system.adapter.info.0" enabled
          
          
          GlasfaserG Offline
          GlasfaserG Offline
          Glasfaser
          schrieb am zuletzt editiert von
          #4

          @lafgoh

          Lösche die Instanz und den Adapter ,dann neu installieren .

          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

          L 1 Antwort Letzte Antwort
          0
          • GlasfaserG Glasfaser

            @lafgoh

            Lösche die Instanz und den Adapter ,dann neu installieren .

            L Offline
            L Offline
            Lafgoh
            schrieb am zuletzt editiert von
            #5

            @glasfaser

            Moin,

            erstmal Danke für deine Hilfe...

            Habe ich eben versucht - das war es auch nicht. Werde gleich mal den Rechner neu starten, habe aber wenig Hoffnung, dass es daran liegt.

            Zum Glück läuft ja seltsamer Weise alles - ich hoffe nach dem Neustart auch noch ;-)

            L 1 Antwort Letzte Antwort
            0
            • L Lafgoh

              @glasfaser

              Moin,

              erstmal Danke für deine Hilfe...

              Habe ich eben versucht - das war es auch nicht. Werde gleich mal den Rechner neu starten, habe aber wenig Hoffnung, dass es daran liegt.

              Zum Glück läuft ja seltsamer Weise alles - ich hoffe nach dem Neustart auch noch ;-)

              L Offline
              L Offline
              Lafgoh
              schrieb am zuletzt editiert von
              #6

              Neustart des Servers hat nicht verändert, Adapter Rot - funktioniert aber ganz normal, sehr seltsam

              1 Antwort Letzte Antwort
              0

              Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

              Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

              Mit deinem Input könnte dieser Beitrag noch besser werden 💗

              Registrieren Anmelden
              Antworten
              • In einem neuen Thema antworten
              Anmelden zum Antworten
              • Älteste zuerst
              • Neuste zuerst
              • Meiste Stimmen


              Support us

              ioBroker
              Community Adapters
              Donate
              FAQ Cloud / IOT
              HowTo: Node.js-Update
              HowTo: Backup/Restore
              Downloads
              BLOG

              528

              Online

              32.9k

              Benutzer

              83.0k

              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