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. Telegramm bekomme ich nicht grün (GELÖST)

NEWS

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

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    567

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.1k

Telegramm bekomme ich nicht grün (GELÖST)

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
telegramm
65 Beiträge 3 Kommentatoren 5.7k Aufrufe 1 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.
  • Thomas BraunT Thomas Braun

    @Henny112 Die Rückmeldungen auf die drei Befehle.

    H Offline
    H Offline
    Henny112
    schrieb am zuletzt editiert von
    #49

    @Thomas-Braun

    pi@raspberrypi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v
    /usr/bin/nodejs
    v12.17.0
    /usr/bin/node
    v12.17.0
    /usr/bin/npm
    6.14.4
    pi@raspberrypi:~ $
    
    1 Antwort Letzte Antwort
    0
    • H Henny112

      @Thomas-Braun du meinst das mit node von oben ?

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #50

      @Henny112

      cd /opt/iobroker
      npm i array.prototype.findindex
      iobroker fix
      

      Was kommt da zurück? Bitte komplette Ausgaben posten.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      H 2 Antworten Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @Henny112

        cd /opt/iobroker
        npm i array.prototype.findindex
        iobroker fix
        

        Was kommt da zurück? Bitte komplette Ausgaben posten.

        H Offline
        H Offline
        Henny112
        schrieb am zuletzt editiert von
        #51

        @Thomas-Braun sagte in Telegramm bekomme ich nicht grün:

        iobroker fix

        Dann muss ich ja wieder alles stoppen sonst läuft der fixer doch nicht oder ?

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • H Henny112

          @Thomas-Braun sagte in Telegramm bekomme ich nicht grün:

          iobroker fix

          Dann muss ich ja wieder alles stoppen sonst läuft der fixer doch nicht oder ?

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #52

          @Henny112
          Und?

          iobroker stop
          

          und gut ist.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          H 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @Henny112

            cd /opt/iobroker
            npm i array.prototype.findindex
            iobroker fix
            

            Was kommt da zurück? Bitte komplette Ausgaben posten.

            H Offline
            H Offline
            Henny112
            schrieb am zuletzt editiert von
            #53

            @Thomas-Braun

            pi@raspberrypi:~ $ cd /opt/iobroker
            pi@raspberrypi:/opt/iobroker $ npm i array.prototype.findindex
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
            npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/node-bluetooth/package.json'
            npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
            
            + array.prototype.findindex@2.1.0
            updated 1 package in 37.435s
            
            32 packages are looking for funding
              run `npm fund` for details
            
            pi@raspberrypi:/opt/iobroker $ iobroker fix
            library: loaded
            Library version=2020-04-12
            ioBroker or some processes are still running:
             io.admin.0
             io.admin.1
             io.discovery.0
             io.javascript.0
             io.terminal.0
             io.scenes.0
             io.web.0
             io.fritzdect.0
             io.text2command.0
             io.history.0
             io.backitup.0
             io.ping.0
             io.alexa2.0
             io.mihome.0
             io.info.0
             io.broadlink2.0
             io.radar2.0
             io.iot.0
             io.tankerkoenig.0
             io.bring.0
             io.fritzbox.0
             io.shelly.0
             io.statistics.0
             io.sourceanalytix.0
             io.tuya.0
            Please stop them first and try again!
            pi@raspberrypi:/opt/iobroker $
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @Henny112
              Und?

              iobroker stop
              

              und gut ist.

              H Offline
              H Offline
              Henny112
              schrieb am zuletzt editiert von
              #54

              @Thomas-Braun Ok dann mache ich noch einmal

              1 Antwort Letzte Antwort
              0
              • H Henny112

                @Thomas-Braun

                pi@raspberrypi:~ $ cd /opt/iobroker
                pi@raspberrypi:/opt/iobroker $ npm i array.prototype.findindex
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/node-bluetooth/package.json'
                npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
                
                + array.prototype.findindex@2.1.0
                updated 1 package in 37.435s
                
                32 packages are looking for funding
                  run `npm fund` for details
                
                pi@raspberrypi:/opt/iobroker $ iobroker fix
                library: loaded
                Library version=2020-04-12
                ioBroker or some processes are still running:
                 io.admin.0
                 io.admin.1
                 io.discovery.0
                 io.javascript.0
                 io.terminal.0
                 io.scenes.0
                 io.web.0
                 io.fritzdect.0
                 io.text2command.0
                 io.history.0
                 io.backitup.0
                 io.ping.0
                 io.alexa2.0
                 io.mihome.0
                 io.info.0
                 io.broadlink2.0
                 io.radar2.0
                 io.iot.0
                 io.tankerkoenig.0
                 io.bring.0
                 io.fritzbox.0
                 io.shelly.0
                 io.statistics.0
                 io.sourceanalytix.0
                 io.tuya.0
                Please stop them first and try again!
                pi@raspberrypi:/opt/iobroker $
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #55

                @Henny112 Da laufen auch zwei Admin-Instanzen. Soll das so sein?

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                H 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @Henny112 Da laufen auch zwei Admin-Instanzen. Soll das so sein?

                  H Offline
                  H Offline
                  Henny112
                  schrieb am zuletzt editiert von
                  #56

                  @Thomas-Braun Ja das richtig

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • H Henny112

                    @Thomas-Braun Ja das richtig

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #57

                    @Henny112

                    iobroker del telegram
                    

                    und dann installierst du den nochmal:

                    iobroker add telegram
                    

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    H 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @Henny112

                      iobroker del telegram
                      

                      und dann installierst du den nochmal:

                      iobroker add telegram
                      
                      H Offline
                      H Offline
                      Henny112
                      schrieb am zuletzt editiert von
                      #58

                      @Thomas-Braun

                      pi@raspberrypi:~ $ cd /opt/iobroker
                      pi@raspberrypi:/opt/iobroker $ npm i array.prototype.findindex
                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/ch                                                                                                                                                             okidar/node_modules/fsevents):
                      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@                                                                                                                                                             2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}                                                                                                                                                             )
                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (n                                                                                                                                                             ode_modules/iobroker.info/node_modules/osx-temperature-sensor):
                      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-tempe                                                                                                                                                             rature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux"                                                                                                                                                             ,"arch":"arm"})
                      npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modu                                                                                                                                                             les/node-bluetooth/package.json'
                      npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed.                                                                                                                                                              You must install peer dependencies yourself.
                      
                      + array.prototype.findindex@2.1.0
                      updated 1 package in 32.141s
                      
                      32 packages are looking for funding
                        run `npm fund` for details
                      
                      pi@raspberrypi:/opt/iobroker $ iobroker fix
                      library: loaded
                      Library version=2020-04-12
                      
                      ==========================================================================
                      
                          Welcome to the ioBroker installation fixer!
                          Script version: 2020-04-12
                      
                          You might need to enter your password a couple of times.
                      
                      ==========================================================================
                      
                      
                      ==========================================================================
                          Installing prerequisites (1/3)
                      ==========================================================================
                      
                      OK:1 http://archive.raspberrypi.org/debian buster InRelease
                      OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                      OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                      Paketlisten werden gelesen... Fertig
                      Installed gcc-c++
                      
                      ==========================================================================
                          Checking ioBroker user and directory permissions (2/3)
                      ==========================================================================
                      
                      Created /etc/sudoers.d/iobroker
                      Fixing directory permissions...
                      
                      ^[[
                      ==========================================================================
                          Checking autostart (3/3)
                      ==========================================================================
                                                                                                                                                                                                                                                                Enabling autostart...
                      Autostart enabled!
                      
                      ==========================================================================
                      
                          Your installation was fixed successfully
                          Run iobroker start to start ioBroker again!
                      
                      ==========================================================================
                      
                      pi@raspberrypi:/opt/iobroker $
                      pi@raspberrypi:/opt/iobroker $
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • H Henny112

                        @Thomas-Braun

                        pi@raspberrypi:~ $ cd /opt/iobroker
                        pi@raspberrypi:/opt/iobroker $ npm i array.prototype.findindex
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/ch                                                                                                                                                             okidar/node_modules/fsevents):
                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@                                                                                                                                                             2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}                                                                                                                                                             )
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (n                                                                                                                                                             ode_modules/iobroker.info/node_modules/osx-temperature-sensor):
                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-tempe                                                                                                                                                             rature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux"                                                                                                                                                             ,"arch":"arm"})
                        npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modu                                                                                                                                                             les/node-bluetooth/package.json'
                        npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed.                                                                                                                                                              You must install peer dependencies yourself.
                        
                        + array.prototype.findindex@2.1.0
                        updated 1 package in 32.141s
                        
                        32 packages are looking for funding
                          run `npm fund` for details
                        
                        pi@raspberrypi:/opt/iobroker $ iobroker fix
                        library: loaded
                        Library version=2020-04-12
                        
                        ==========================================================================
                        
                            Welcome to the ioBroker installation fixer!
                            Script version: 2020-04-12
                        
                            You might need to enter your password a couple of times.
                        
                        ==========================================================================
                        
                        
                        ==========================================================================
                            Installing prerequisites (1/3)
                        ==========================================================================
                        
                        OK:1 http://archive.raspberrypi.org/debian buster InRelease
                        OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                        OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                        Paketlisten werden gelesen... Fertig
                        Installed gcc-c++
                        
                        ==========================================================================
                            Checking ioBroker user and directory permissions (2/3)
                        ==========================================================================
                        
                        Created /etc/sudoers.d/iobroker
                        Fixing directory permissions...
                        
                        ^[[
                        ==========================================================================
                            Checking autostart (3/3)
                        ==========================================================================
                                                                                                                                                                                                                                                                  Enabling autostart...
                        Autostart enabled!
                        
                        ==========================================================================
                        
                            Your installation was fixed successfully
                            Run iobroker start to start ioBroker again!
                        
                        ==========================================================================
                        
                        pi@raspberrypi:/opt/iobroker $
                        pi@raspberrypi:/opt/iobroker $
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #59

                        @Henny112
                        In /opt/iobroker

                        npm i ajv
                        

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        H 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @Henny112
                          In /opt/iobroker

                          npm i ajv
                          
                          H Offline
                          H Offline
                          Henny112
                          schrieb am zuletzt editiert von
                          #60

                          @Thomas-Braun sagte in Telegramm bekomme ich nicht grün:

                          /opt/iobroker

                          Was genau soll ich machen ? Telegramm ist meine ich wieder da

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • H Henny112

                            @Thomas-Braun sagte in Telegramm bekomme ich nicht grün:

                            /opt/iobroker

                            Was genau soll ich machen ? Telegramm ist meine ich wieder da

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #61

                            @Henny112
                            Du sollst

                            npm i ajv
                            

                            im Ordner /opt/iobroker stehend aufrufen.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            H 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @Henny112
                              Du sollst

                              npm i ajv
                              

                              im Ordner /opt/iobroker stehend aufrufen.

                              H Offline
                              H Offline
                              Henny112
                              schrieb am zuletzt editiert von
                              #62

                              @Thomas-Braun sagte in Telegramm bekomme ich nicht grün:

                              /opt/iobroker

                              er sagt op/iobroker ist ein verzeichnis richtig?

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • H Henny112

                                @Thomas-Braun sagte in Telegramm bekomme ich nicht grün:

                                /opt/iobroker

                                er sagt op/iobroker ist ein verzeichnis richtig?

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #63

                                @Henny112
                                Wat?

                                cd /opt/iobroker
                                npm i ajv
                                

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                H 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @Henny112
                                  Wat?

                                  cd /opt/iobroker
                                  npm i ajv
                                  
                                  H Offline
                                  H Offline
                                  Henny112
                                  schrieb am zuletzt editiert von
                                  #64

                                  @Thomas-Braun sagte in Telegramm bekomme ich nicht grün:

                                  npm i ajv

                                  pi@raspberrypi:~ $ cd /opt/iobroker
                                  pi@raspberrypi:/opt/iobroker $ npm i ajv
                                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/node-bluetooth/package.json'
                                  npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
                                  
                                  + ajv@6.12.2
                                  updated 2 packages in 36.306s
                                  
                                  37 packages are looking for funding
                                    run `npm fund` for details
                                  
                                  pi@raspberrypi:/opt/iobroker $
                                  
                                  H 1 Antwort Letzte Antwort
                                  0
                                  • H Henny112

                                    @Thomas-Braun sagte in Telegramm bekomme ich nicht grün:

                                    npm i ajv

                                    pi@raspberrypi:~ $ cd /opt/iobroker
                                    pi@raspberrypi:/opt/iobroker $ npm i ajv
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                    npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/node-bluetooth/package.json'
                                    npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
                                    
                                    + ajv@6.12.2
                                    updated 2 packages in 36.306s
                                    
                                    37 packages are looking for funding
                                      run `npm fund` for details
                                    
                                    pi@raspberrypi:/opt/iobroker $
                                    
                                    H Offline
                                    H Offline
                                    Henny112
                                    schrieb am zuletzt editiert von
                                    #65

                                    Na noch eine Idee woran es liegen mag. Das auch alles ein sch....... EInmal abgeschaltet den Server startest und nichts läuft

                                    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

                                    309

                                    Online

                                    32.8k

                                    Benutzer

                                    82.9k

                                    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