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. Nach Shutdown vom Raspberry ioBroker weg

NEWS

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

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

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

Nach Shutdown vom Raspberry ioBroker weg

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
rebootproblem
61 Beiträge 4 Kommentatoren 2.9k Aufrufe 3 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.
  • jmeister79J jmeister79

    @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

    npm cache clear --force

    immer das selbe
    ich ü erschreib das image und mach n restore.

    verdammt. Aber unendlich vielen dank für Eure Mühe!.

    Fazit ist nun, dass das NPM irgendwas defekt hat?

    ich war davon ausgegangen dass n shutdown das verhindert.

    Nils

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

    @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

    immer das selbe

    Auch mit dem anderen Befehl ???

    @Glasfaser sagte in Nach Shutdown vom Raspberry ioBroker weg:
    @jmeister79

    und bei ..

    cd /opt/iobroker
    npm install iobroker.js-controller@3.1.6 --production
    

    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 ..

    jmeister79J 2 Antworten Letzte Antwort
    0
    • GlasfaserG Glasfaser

      @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

      immer das selbe

      Auch mit dem anderen Befehl ???

      @Glasfaser sagte in Nach Shutdown vom Raspberry ioBroker weg:
      @jmeister79

      und bei ..

      cd /opt/iobroker
      npm install iobroker.js-controller@3.1.6 --production
      
      jmeister79J Offline
      jmeister79J Offline
      jmeister79
      schrieb am zuletzt editiert von
      #52

      @Glasfaser ja

      1 Antwort Letzte Antwort
      0
      • GlasfaserG Glasfaser

        @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

        immer das selbe

        Auch mit dem anderen Befehl ???

        @Glasfaser sagte in Nach Shutdown vom Raspberry ioBroker weg:
        @jmeister79

        und bei ..

        cd /opt/iobroker
        npm install iobroker.js-controller@3.1.6 --production
        
        jmeister79J Offline
        jmeister79J Offline
        jmeister79
        schrieb am zuletzt editiert von
        #53

        @Glasfaser

        pi@iobrokerpi:/opt/iobroker $ cd /opt/iobroker
        pi@iobrokerpi:/opt/iobroker $ npm install iobroker.js-controller@3.1.6 --production
        npm ERR! code MODULE_NOT_FOUND
        npm ERR! Cannot find module 'lockfile'
        npm ERR! Require stack:
        npm ERR! - /usr/lib/node_modules/npm/lib/utils/locker.js
        npm ERR! - /usr/lib/node_modules/npm/lib/install.js
        npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
        npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_24_45_717Z-debug.log
        pi@iobrokerpi:/opt/iobroker $ npm cache clear --force
        npm WARN using --force I sure hope you know what you are doing.
        npm ERR! code MODULE_NOT_FOUND
        npm ERR! Cannot find module 'from2'
        npm ERR! Require stack:
        npm ERR! - /usr/lib/node_modules/npm/node_modules/mississippi/index.js
        npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js
        npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/ls.js
        npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/locales/en.js
        npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/index.js
        npm ERR! - /usr/lib/node_modules/npm/lib/cache.js
        npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
        npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_24_58_482Z-debug.log
        
        
        Thomas BraunT GlasfaserG 2 Antworten Letzte Antwort
        0
        • jmeister79J jmeister79

          @Glasfaser

          pi@iobrokerpi:/opt/iobroker $ cd /opt/iobroker
          pi@iobrokerpi:/opt/iobroker $ npm install iobroker.js-controller@3.1.6 --production
          npm ERR! code MODULE_NOT_FOUND
          npm ERR! Cannot find module 'lockfile'
          npm ERR! Require stack:
          npm ERR! - /usr/lib/node_modules/npm/lib/utils/locker.js
          npm ERR! - /usr/lib/node_modules/npm/lib/install.js
          npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
          npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_24_45_717Z-debug.log
          pi@iobrokerpi:/opt/iobroker $ npm cache clear --force
          npm WARN using --force I sure hope you know what you are doing.
          npm ERR! code MODULE_NOT_FOUND
          npm ERR! Cannot find module 'from2'
          npm ERR! Require stack:
          npm ERR! - /usr/lib/node_modules/npm/node_modules/mississippi/index.js
          npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js
          npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/ls.js
          npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/locales/en.js
          npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/index.js
          npm ERR! - /usr/lib/node_modules/npm/lib/cache.js
          npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
          npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_24_58_482Z-debug.log
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #54

          @jmeister79
          Moment... Installier mal nodejs neu.

          sudo apt install nodejs --reinstall
          

          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

          jmeister79J 1 Antwort Letzte Antwort
          0
          • jmeister79J jmeister79

            @Glasfaser

            pi@iobrokerpi:/opt/iobroker $ cd /opt/iobroker
            pi@iobrokerpi:/opt/iobroker $ npm install iobroker.js-controller@3.1.6 --production
            npm ERR! code MODULE_NOT_FOUND
            npm ERR! Cannot find module 'lockfile'
            npm ERR! Require stack:
            npm ERR! - /usr/lib/node_modules/npm/lib/utils/locker.js
            npm ERR! - /usr/lib/node_modules/npm/lib/install.js
            npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
            npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_24_45_717Z-debug.log
            pi@iobrokerpi:/opt/iobroker $ npm cache clear --force
            npm WARN using --force I sure hope you know what you are doing.
            npm ERR! code MODULE_NOT_FOUND
            npm ERR! Cannot find module 'from2'
            npm ERR! Require stack:
            npm ERR! - /usr/lib/node_modules/npm/node_modules/mississippi/index.js
            npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js
            npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/ls.js
            npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/locales/en.js
            npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/index.js
            npm ERR! - /usr/lib/node_modules/npm/lib/cache.js
            npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
            npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_24_58_482Z-debug.log
            
            
            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            schrieb am zuletzt editiert von
            #55

            @Thomas-Braun
            Wegen diesem Hinweis bestimmt :

            npm ERR! Cannot find module 'from2'

            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 ..

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • GlasfaserG Glasfaser

              @Thomas-Braun
              Wegen diesem Hinweis bestimmt :

              npm ERR! Cannot find module 'from2'

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

              @Glasfaser
              Und wegen mississippi z. B.
              Das kommt nämlich ggf. aus einem node-Paket, das wir nicht haben wollen. Und auch nicht brauchen.

              apt-file search mississippi | grep node
              node-mississippi: /usr/lib/nodejs/mississippi/index.js
              node-mississippi: /usr/lib/nodejs/mississippi/package.json
              node-mississippi: /usr/share/doc/node-mississippi/changelog.Debian.gz
              node-mississippi: /usr/share/doc/node-mississippi/changelog.gz
              node-mississippi: /usr/share/doc/node-mississippi/copyright
              node-mississippi: /usr/share/doc/node-mississippi/readme.md.gz
              

              @jmeister79 Kann es sein, dass da mal node-* Pakete installiert waren bzw. sind?

              sudo apt remove node-*
              

              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

              1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @jmeister79
                Moment... Installier mal nodejs neu.

                sudo apt install nodejs --reinstall
                
                jmeister79J Offline
                jmeister79J Offline
                jmeister79
                schrieb am zuletzt editiert von
                #57

                @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

                sudo apt install nodejs --reinstall

                sudo apt install nodejs --reinstall
                npm install iobroker.js-controller@3.1.6 --production
                
                

                jetzt tut sich was

                1 Antwort Letzte Antwort
                0
                • jmeister79J Offline
                  jmeister79J Offline
                  jmeister79
                  schrieb am zuletzt editiert von
                  #58

                  @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

                  cd /opt/iobroker
                  sudo -H -u iobroker npm install iobroker.js-controller

                  pi@iobrokerpi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                  npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                  
                  > iobroker.js-controller@3.1.6 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                  > node lib/preinstallCheck.js
                  
                  NPM version: 6.14.6
                  
                  > canvas@2.6.1 install /opt/iobroker/node_modules/iobroker.iot/node_modules/canvas
                  > node-pre-gyp install --fallback-to-build
                  
                  node-pre-gyp WARN Using request for node-pre-gyp https download
                  node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.1/canvas-v2.6.1-node-v72-linux-glibc-arm.tar.gz
                  node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.1 and node@12.18.4 (node-v72 ABI, glibc) (falling back to source compile with node-gyp)
                  Package pangocairo was not found in the pkg-config search path.
                  Perhaps you should add the directory containing `pangocairo.pc'
                  to the PKG_CONFIG_PATH environment variable
                  No package 'pangocairo' found
                  gyp: Call to 'pkg-config pangocairo --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
                  gyp ERR! configure error
                  gyp ERR! stack Error: `gyp` failed with exit code: 1
                  gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
                  gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                  gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                  gyp ERR! System Linux 5.4.59-v7l+
                  gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/iobroker.iot/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/iobroker.iot/node_modules/canvas/build/Release" "--napi_version=6" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                  gyp ERR! cwd /opt/iobroker/node_modules/iobroker.iot/node_modules/canvas
                  gyp ERR! node -v v12.18.4
                  gyp ERR! node-gyp -v v5.1.0
                  gyp ERR! not ok
                  node-pre-gyp ERR! build error
                  node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/iobroker.iot/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/iobroker.iot/node_modules/canvas/build/Release --napi_version=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                  node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modules/iobroker.iot/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                  node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                  node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                  node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
                  node-pre-gyp ERR! System Linux 5.4.59-v7l+
                  node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/iobroker.iot/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                  node-pre-gyp ERR! cwd /opt/iobroker/node_modules/iobroker.iot/node_modules/canvas
                  node-pre-gyp ERR! node -v v12.18.4
                  node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                  node-pre-gyp ERR! not ok
                  Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/iobroker.iot/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/iobroker.iot/node_modules/canvas/build/Release --napi_version=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)
                  
                  > iobroker.js-controller@3.1.6 install /opt/iobroker/node_modules/iobroker.js-controller
                  > node iobroker.js setup first
                  
                  No objects found!
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (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/@types/request/package.json'
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/canvas/package.json'
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/dissolve/package.json'
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/escodegen/package.json'
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/gaxios/package.json'
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/localforage/package.json'
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/nedb/package.json'
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/sharp/package.json'
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/ziee/package.json'
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-shepherd/package.json'
                  npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-shepherd-converters/package.json'
                  npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: canvas@2.6.1 (node_modules/iobroker.iot/node_modules/canvas):
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: canvas@2.6.1 install: `node-pre-gyp install --fallback-to-build`
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                  
                  npm ERR! code ELIFECYCLE
                  npm ERR! errno 101
                  npm ERR! iobroker.js-controller@3.1.6 install: `node iobroker.js setup first`
                  npm ERR! Exit status 101
                  npm ERR!
                  npm ERR! Failed at the iobroker.js-controller@3.1.6 install script.
                  npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_51_25_771Z-debug.log
                  
                  
                  1 Antwort Letzte Antwort
                  0
                  • jmeister79J Offline
                    jmeister79J Offline
                    jmeister79
                    schrieb am zuletzt editiert von
                    #59
                    pi@iobrokerpi:/opt/iobroker $ iobroker start
                    pi@iobrokerpi:/opt/iobroker $ iobroker status
                    internal/modules/cjs/loader.js:968
                      throw err;
                      ^
                    
                    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                        at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
                        at internal/main/run_main_module.js:17:47 {
                      code: 'MODULE_NOT_FOUND',
                      requireStack: []
                    }
                    
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • jmeister79J jmeister79
                      pi@iobrokerpi:/opt/iobroker $ iobroker start
                      pi@iobrokerpi:/opt/iobroker $ iobroker status
                      internal/modules/cjs/loader.js:968
                        throw err;
                        ^
                      
                      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
                          at Function.Module._load (internal/modules/cjs/loader.js:841:27)
                          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
                          at internal/main/run_main_module.js:17:47 {
                        code: 'MODULE_NOT_FOUND',
                        requireStack: []
                      }
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von Thomas Braun
                      #60

                      @jmeister79

                      sudo apt install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
                      
                      ls -la /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js
                      

                      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

                      jmeister79J 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @jmeister79

                        sudo apt install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
                        
                        ls -la /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js
                        
                        jmeister79J Offline
                        jmeister79J Offline
                        jmeister79
                        schrieb am zuletzt editiert von
                        #61

                        @Thomas-Braun ich hab es versucht aber am ende neu aufgesetzt...

                        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

                        479

                        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