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. ioBroker Allgemein
  4. iobroker funktioniert nicht js:638

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    488

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.6k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.6k

iobroker funktioniert nicht js:638

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
27 Beiträge 3 Kommentatoren 1.8k Aufrufe 2 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.
  • Thomas BraunT Thomas Braun

    @calli236
    Keine Screenshots. Textausgabe in CodeTags hier rein.

    C Offline
    C Offline
    calli236
    schrieb am zuletzt editiert von
    #3

    @thomas-braun
    Achso tut mir leid

    pi@raspberrypi:~ $ iobroker is running on this host
    internal/modules/cjs/loader.js:638
    throw err;
    ^

    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
    pi@raspberrypi:~ $

    BBTownB 1 Antwort Letzte Antwort
    0
    • C calli236

      @thomas-braun
      Achso tut mir leid

      pi@raspberrypi:~ $ iobroker is running on this host
      internal/modules/cjs/loader.js:638
      throw err;
      ^

      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
      at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
      at Function.Module._load (internal/modules/cjs/loader.js:562:25)
      at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
      at startup (internal/bootstrap/node.js:283:19)
      at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
      pi@raspberrypi:~ $

      BBTownB Offline
      BBTownB Offline
      BBTown
      schrieb am zuletzt editiert von
      #4

      @calli236
      Log-Files und Codes gehören in "Code-Tags"
      CodeTags.gif

      ioBroker auf NUC (VM debian v13 (Trixie ), node v22.21.0 npm v10.9.4, js-controller v7.1.0 jsonl/jsonl / HomeMatic CCU-2 (Wired und Funk) / Philips HUE / echo.DOT / Broadlink RM pro / SONOS

      C 1 Antwort Letzte Antwort
      1
      • BBTownB BBTown

        @calli236
        Log-Files und Codes gehören in "Code-Tags"
        CodeTags.gif

        C Offline
        C Offline
        calli236
        schrieb am zuletzt editiert von
        #5

        @bbtown

        pi@raspberrypi:~ $ iobroker is running on this host
        internal/modules/cjs/loader.js:638
        throw err;
        ^
        
        Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
        at Function.Module._load (internal/modules/cjs/loader.js:562:25)
        at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
        at startup (internal/bootstrap/node.js:283:19)
        at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
        pi@raspberrypi:~ $```
        

        code_text

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • C calli236

          @bbtown

          pi@raspberrypi:~ $ iobroker is running on this host
          internal/modules/cjs/loader.js:638
          throw err;
          ^
          
          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
          at Function.Module._load (internal/modules/cjs/loader.js:562:25)
          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
          at startup (internal/bootstrap/node.js:283:19)
          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
          pi@raspberrypi:~ $```
          

          code_text

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

          @calli236

          dmesg -T | grep -i ext4
          cd /opt/iobroker
          iobroker stop
          sudo -H -u iobroker npm install iobroker.js-controller
          iobroker restart
          

          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

          C 2 Antworten Letzte Antwort
          1
          • Thomas BraunT Thomas Braun

            @calli236

            dmesg -T | grep -i ext4
            cd /opt/iobroker
            iobroker stop
            sudo -H -u iobroker npm install iobroker.js-controller
            iobroker restart
            
            C Offline
            C Offline
            calli236
            schrieb am zuletzt editiert von
            #7

            @thomas-braun das kam nach dem ersten befehl

            pi@raspberrypi:~ $ dmesg -T | grep -i ext4
            [Mi Nov 24 11:12:30 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1  smsc95xx.macaddr=DC:A6:32:9C:84:64 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=bc543526-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
            [Mi Nov 24 11:12:31 2021] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
            [Mi Nov 24 11:12:31 2021] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
            [Mi Nov 24 11:12:33 2021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
            pi@raspberrypi:~ $
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • C calli236

              @thomas-braun das kam nach dem ersten befehl

              pi@raspberrypi:~ $ dmesg -T | grep -i ext4
              [Mi Nov 24 11:12:30 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1  smsc95xx.macaddr=DC:A6:32:9C:84:64 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=bc543526-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
              [Mi Nov 24 11:12:31 2021] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
              [Mi Nov 24 11:12:31 2021] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
              [Mi Nov 24 11:12:33 2021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
              pi@raspberrypi:~ $
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von Thomas Braun
              #8

              @calli236

              Passt. Dann installier es nochmal (s.o.).

              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

              C 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @calli236

                dmesg -T | grep -i ext4
                cd /opt/iobroker
                iobroker stop
                sudo -H -u iobroker npm install iobroker.js-controller
                iobroker restart
                
                C Offline
                C Offline
                calli236
                schrieb am zuletzt editiert von
                #9

                @thomas-braun

                jetzt gehts vielen Dank :)

                1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @calli236

                  Passt. Dann installier es nochmal (s.o.).

                  C Offline
                  C Offline
                  calli236
                  schrieb am zuletzt editiert von
                  #10

                  @thomas-braun

                  eine frage hätte ich noch wie aktualisiere ich den iobroker weil bei mir ist der immernoch auf version v10.24.1 obwohl ich schon mehrfach auf 14 aktualisiert habe

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • C calli236

                    @thomas-braun

                    eine frage hätte ich noch wie aktualisiere ich den iobroker weil bei mir ist der immernoch auf version v10.24.1 obwohl ich schon mehrfach auf 14 aktualisiert habe

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

                    @calli236

                    Du meinst vermutlich nodeJS.
                    Schau in meiner Signatur, da steht's drin.

                    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

                    C 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @calli236

                      Du meinst vermutlich nodeJS.
                      Schau in meiner Signatur, da steht's drin.

                      C Offline
                      C Offline
                      calli236
                      schrieb am zuletzt editiert von
                      #12

                      @thomas-braun hallo ich mal wieder glaube hab es jetzt geschafft alles zu zerstören

                      pi@raspberrypi:~ $ sudo -H -u iobroker npm install iobroker.js-controller
                      npm WARN checkPermissions Missing write access to /home/pi/node_modules/iobroker   .js-controller
                      npm WARN checkPermissions Missing write access to /home/pi/node_modules
                      npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
                      npm WARN pi No description
                      npm WARN pi No repository field.
                      npm WARN pi No README data
                      npm WARN pi No license field.
                      
                      npm ERR! code EACCES
                      npm ERR! syscall access
                      npm ERR! path /home/pi/node_modules/iobroker.js-controller
                      npm ERR! errno -13
                      npm ERR! Error: EACCES: permission denied, access '/home/pi/node_modules/iobroke   r.js-controller'
                      npm ERR!  [Error: EACCES: permission denied, access '/home/pi/node_modules/iobro   ker.js-controller'] {
                      npm ERR!   errno: -13,
                      npm ERR!   code: 'EACCES',
                      npm ERR!   syscall: 'access',
                      npm ERR!   path: '/home/pi/node_modules/iobroker.js-controller'
                      npm ERR! }
                      npm ERR!
                      npm ERR! The operation was rejected by your operating system.
                      npm ERR! It is likely you do not have the permissions to access this file as the    current user
                      npm ERR!
                      npm ERR! If you believe this might be a permissions issue, please double-check t   he
                      npm ERR! permissions of the file and its containing directories, or try running
                      npm ERR! the command again as root/Administrator.
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /home/iobroker/.npm/_logs/2021-12-28T17_12_15_621Z-debug.log
                      pi@raspberrypi:~ $
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • C calli236

                        @thomas-braun hallo ich mal wieder glaube hab es jetzt geschafft alles zu zerstören

                        pi@raspberrypi:~ $ sudo -H -u iobroker npm install iobroker.js-controller
                        npm WARN checkPermissions Missing write access to /home/pi/node_modules/iobroker   .js-controller
                        npm WARN checkPermissions Missing write access to /home/pi/node_modules
                        npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
                        npm WARN pi No description
                        npm WARN pi No repository field.
                        npm WARN pi No README data
                        npm WARN pi No license field.
                        
                        npm ERR! code EACCES
                        npm ERR! syscall access
                        npm ERR! path /home/pi/node_modules/iobroker.js-controller
                        npm ERR! errno -13
                        npm ERR! Error: EACCES: permission denied, access '/home/pi/node_modules/iobroke   r.js-controller'
                        npm ERR!  [Error: EACCES: permission denied, access '/home/pi/node_modules/iobro   ker.js-controller'] {
                        npm ERR!   errno: -13,
                        npm ERR!   code: 'EACCES',
                        npm ERR!   syscall: 'access',
                        npm ERR!   path: '/home/pi/node_modules/iobroker.js-controller'
                        npm ERR! }
                        npm ERR!
                        npm ERR! The operation was rejected by your operating system.
                        npm ERR! It is likely you do not have the permissions to access this file as the    current user
                        npm ERR!
                        npm ERR! If you believe this might be a permissions issue, please double-check t   he
                        npm ERR! permissions of the file and its containing directories, or try running
                        npm ERR! the command again as root/Administrator.
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/iobroker/.npm/_logs/2021-12-28T17_12_15_621Z-debug.log
                        pi@raspberrypi:~ $
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von Thomas Braun
                        #13

                        @calli236

                        Du solltest auch alles eingeben...

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

                        Ist dein nodeJS denn nun senkrecht?

                        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

                        C 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @calli236

                          Du solltest auch alles eingeben...

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

                          Ist dein nodeJS denn nun senkrecht?

                          C Offline
                          C Offline
                          calli236
                          schrieb am zuletzt editiert von
                          #14

                          @thomas-braun

                          pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                          
                          > iobroker.js-controller@3.3.22 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                          > node lib/preinstallCheck.js
                          
                          NPM version: 6.14.15
                          
                          > iobroker.js-controller@3.3.22 install /opt/iobroker/node_modules/iobroker.js-controller
                          > node iobroker.js setup first
                          
                          object _design/custom updated
                          object _design/system updated
                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                          
                          + iobroker.js-controller@3.3.22
                          updated 1 package in 29.502s
                          
                          23 packages are looking for funding
                            run `npm fund` for details
                          
                          
                          
                             ╭───────────────────────────────────────────────────────────────╮
                             │                                                               │
                             │      New major version of npm available! 6.14.15 → 8.3.0      │
                             │   Changelog: https://github.com/npm/cli/releases/tag/v8.3.0   │
                             │               Run npm install -g npm to update!               │
                             │                                                               │
                             ╰───────────────────────────────────────────────────────────────╯
                          
                          code_text
                          
                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • C calli236

                            @thomas-braun

                            pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                            
                            > iobroker.js-controller@3.3.22 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                            > node lib/preinstallCheck.js
                            
                            NPM version: 6.14.15
                            
                            > iobroker.js-controller@3.3.22 install /opt/iobroker/node_modules/iobroker.js-controller
                            > node iobroker.js setup first
                            
                            object _design/custom updated
                            object _design/system updated
                            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                            
                            + iobroker.js-controller@3.3.22
                            updated 1 package in 29.502s
                            
                            23 packages are looking for funding
                              run `npm fund` for details
                            
                            
                            
                               ╭───────────────────────────────────────────────────────────────╮
                               │                                                               │
                               │      New major version of npm available! 6.14.15 → 8.3.0      │
                               │   Changelog: https://github.com/npm/cli/releases/tag/v8.3.0   │
                               │               Run npm install -g npm to update!               │
                               │                                                               │
                               ╰───────────────────────────────────────────────────────────────╯
                            
                            code_text
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #15

                            @calli236
                            Und Finger weg von dem npm-Update, das da empfohlen wird.

                            Läuft jetzt wieder alles?

                            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

                            C 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @calli236
                              Und Finger weg von dem npm-Update, das da empfohlen wird.

                              Läuft jetzt wieder alles?

                              C Offline
                              C Offline
                              calli236
                              schrieb am zuletzt editiert von
                              #16

                              @thomas-braun ne kann keine verbindung herstellen hab bei ebay einen conbee stick bestellt wo neu und funktionsfähig daberi stand hatte den reingesteckt und seid dem geht nichts mehr

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • C calli236

                                @thomas-braun ne kann keine verbindung herstellen hab bei ebay einen conbee stick bestellt wo neu und funktionsfähig daberi stand hatte den reingesteckt und seid dem geht nichts mehr

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

                                @calli236 sagte in iobroker funktioniert nicht js:638:

                                seid dem geht nichts mehr

                                Heißt konkret?

                                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

                                C 1 Antwort Letzte Antwort
                                1
                                • Thomas BraunT Thomas Braun

                                  @calli236 sagte in iobroker funktioniert nicht js:638:

                                  seid dem geht nichts mehr

                                  Heißt konkret?

                                  C Offline
                                  C Offline
                                  calli236
                                  schrieb am zuletzt editiert von
                                  #18

                                  @thomas-braun wenn ich im browser die ip adresse eingebe steht da die seite ist nicht erreichbar

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  1
                                  • C calli236

                                    @thomas-braun wenn ich im browser die ip adresse eingebe steht da die seite ist nicht erreichbar

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

                                    @calli236

                                    Bitte leserlich schreiben, Groß/Kleinschreibung und Satzzeichen sind kein Luxus, soviel Zeit sollte sein.

                                    iobroker status
                                    iobroker list adapters
                                    iobroker list instances
                                    which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                                    

                                    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

                                    C 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @calli236

                                      Bitte leserlich schreiben, Groß/Kleinschreibung und Satzzeichen sind kein Luxus, soviel Zeit sollte sein.

                                      iobroker status
                                      iobroker list adapters
                                      iobroker list instances
                                      which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                                      
                                      C Offline
                                      C Offline
                                      calli236
                                      schrieb am zuletzt editiert von calli236
                                      #20

                                      @thomas-braun das kam beim Ersten

                                      pi@raspberrypi:~ $ iobroker status
                                      iobroker is not running on this host.
                                      
                                      
                                      Objects type: file
                                      States  type: file
                                      

                                      dann das !

                                      system.adapter.admin                   : admin          - v5.2.3
                                      system.adapter.discovery               : discovery      - v2.7.3
                                      pi@raspberrypi:~ $
                                      
                                      pi@raspberrypi:~ $ iobroker list instances
                                        system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      
                                      + instance is alive
                                      
                                      Thomas BraunT 2 Antworten Letzte Antwort
                                      0
                                      • C calli236

                                        @thomas-braun das kam beim Ersten

                                        pi@raspberrypi:~ $ iobroker status
                                        iobroker is not running on this host.
                                        
                                        
                                        Objects type: file
                                        States  type: file
                                        

                                        dann das !

                                        system.adapter.admin                   : admin          - v5.2.3
                                        system.adapter.discovery               : discovery      - v2.7.3
                                        pi@raspberrypi:~ $
                                        
                                        pi@raspberrypi:~ $ iobroker list instances
                                          system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        
                                        + instance is alive
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #21

                                        @calli236
                                        Und der Rest? Und bitte komplette Ein- wie Ausgaben posten, ich rate ungern auf welches Kommando das nun die Ausgabe sein soll.

                                        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
                                        • C calli236

                                          @thomas-braun das kam beim Ersten

                                          pi@raspberrypi:~ $ iobroker status
                                          iobroker is not running on this host.
                                          
                                          
                                          Objects type: file
                                          States  type: file
                                          

                                          dann das !

                                          system.adapter.admin                   : admin          - v5.2.3
                                          system.adapter.discovery               : discovery      - v2.7.3
                                          pi@raspberrypi:~ $
                                          
                                          pi@raspberrypi:~ $ iobroker list instances
                                            system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          
                                          + instance is alive
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von Thomas Braun
                                          #22

                                          @calli236

                                          iobroker start
                                          iobroker start admin
                                          

                                          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

                                          C 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          811

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          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