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. Iobroker nach einstecken eines CC26x2r1 nicht erreichbar

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    262

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

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

Iobroker nach einstecken eines CC26x2r1 nicht erreichbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
46 Beiträge 4 Kommentatoren 1.7k 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.
  • Thomas BraunT Thomas Braun

    @dani-0

    Versuch mal

    iobroker stop
    iobroker fix
    iobroker start
    
    D Offline
    D Offline
    Dani 0
    schrieb am zuletzt editiert von wendy2702
    #12

    @thomas-braun

    Iobroker ist leider immer noch nicht erreichbar

    pi@raspberrypi:~ $ iobroker fix
    library: loaded
    Library version=2021-01-23
    
    ==========================================================================
    
        Welcome to the ioBroker installation fixer!
        Script version: 2020-12-07
        
        You might need to enter your password a couple of times.
    
    ==========================================================================
    
    
    ==========================================================================
        Installing prerequisites (1/3)
    ==========================================================================
    
    Holen:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
    OK:2 https://phoscon.de/apt/deconz buster InRelease                                                                                                              
    OK:3 http://archive.raspberrypi.org/debian buster InRelease                                                                                              
    OK:4 https://deb.nodesource.com/node_10.x buster InRelease
    Holen:5 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13,0 MB]
    Es wurden 13,0 MB in 10 s geholt (1.270 kB/s).                                                                                                                   
    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:~ $ iobroker start
    
    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • D Dani 0

      @thomas-braun

      Iobroker ist leider immer noch nicht erreichbar

      pi@raspberrypi:~ $ iobroker fix
      library: loaded
      Library version=2021-01-23
      
      ==========================================================================
      
          Welcome to the ioBroker installation fixer!
          Script version: 2020-12-07
          
          You might need to enter your password a couple of times.
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/3)
      ==========================================================================
      
      Holen:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
      OK:2 https://phoscon.de/apt/deconz buster InRelease                                                                                                              
      OK:3 http://archive.raspberrypi.org/debian buster InRelease                                                                                              
      OK:4 https://deb.nodesource.com/node_10.x buster InRelease
      Holen:5 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13,0 MB]
      Es wurden 13,0 MB in 10 s geholt (1.270 kB/s).                                                                                                                   
      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:~ $ iobroker start
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #13

      @dani-0

      Fast...

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

      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

      D 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @dani-0

        Fast...

        cd /opt/iobroker
        iobroker stop
        sudo -H -u iobroker npm install iobroker.js-controller
        iobroker start
        
        D Offline
        D Offline
        Dani 0
        schrieb am zuletzt editiert von
        #14

        @thomas-braun said in Iobroker nach einstecken eines CC26x2r1 nicht erreichbar:

        sudo -H -u iobroker npm install iobroker.js-controller

        leider noch nicht erreichbar.

        pi@raspberrypi:~ $ cd /opt/iobroker
        pi@raspberrypi:/opt/iobroker $ iobroker stop
        pi@raspberrypi:/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.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
        > node lib/preinstallCheck.js
        
        NPM version: 6.14.11
        
        > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
        > node iobroker.js setup first
        
         Cannot read system.config: null (OK when migrating or restoring)
        object 0_userdata.0.example_state created
        object 0_userdata.0 created
        object alias.0 created
        object system.certificates created
        object system.repositories created
        object system.config created
        object enum.functions created
        object enum.rooms created
        object system.group.user created
        object system.group.administrator created
        object _design/system created
        
        The following notifications happened during sync: 
        - Ignoring Directory "accuweather.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "alexa2.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "backitup.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "daswetter.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "deconz.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "discovery.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "feiertage.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "find-my-iphone.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "flot" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "flot.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "fullcalendar.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "fullybrowser.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "history.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "hm-rega" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "hm-rega.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "hm-rpc.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "homepilot20.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "ical.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "icons-icons8" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "icons-icons8.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "icons-mfd-svg" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "icons-mfd-svg.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "info.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "javascript.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "logparser.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "mihome-airpurifier.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "mihome-vacuum.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "rpi2.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "schoolfree.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "simple-api.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "socketio.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "sonoff.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "spotify-premium.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "synology.0" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "synology.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "telegram.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "tr-064.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "vis" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "vis-bars.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "vis-fancyswitch.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "vis-hqwidgets.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "vis-inventwo.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "vis-material-advanced.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "vis-materialdesign.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "vis-metro.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "vis-timeandweather.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "vis.0" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "vis.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "web" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "web.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "yahka.admin" because officially not created as meta object. Please remove directory!
        - Ignoring Directory "yr.admin" because officially not created as meta object. Please remove directory!
        
        Renamed repository "default to "stable"
        Renamed repository "latest to "beta"
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (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"})
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (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"})
        
        + iobroker.js-controller@3.2.16
        updated 3 packages in 110.005s
        
        110 packages are looking for funding
          run `npm fund` for details
        
        pi@raspberrypi:/opt/iobroker $ iobroker start
        pi@raspberrypi:/opt/iobroker $ 
        
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • D Dani 0

          @thomas-braun said in Iobroker nach einstecken eines CC26x2r1 nicht erreichbar:

          sudo -H -u iobroker npm install iobroker.js-controller

          leider noch nicht erreichbar.

          pi@raspberrypi:~ $ cd /opt/iobroker
          pi@raspberrypi:/opt/iobroker $ iobroker stop
          pi@raspberrypi:/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.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
          > node lib/preinstallCheck.js
          
          NPM version: 6.14.11
          
          > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
          > node iobroker.js setup first
          
           Cannot read system.config: null (OK when migrating or restoring)
          object 0_userdata.0.example_state created
          object 0_userdata.0 created
          object alias.0 created
          object system.certificates created
          object system.repositories created
          object system.config created
          object enum.functions created
          object enum.rooms created
          object system.group.user created
          object system.group.administrator created
          object _design/system created
          
          The following notifications happened during sync: 
          - Ignoring Directory "accuweather.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "alexa2.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "backitup.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "daswetter.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "deconz.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "discovery.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "feiertage.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "find-my-iphone.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "flot" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "flot.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "fullcalendar.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "fullybrowser.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "history.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "hm-rega" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "hm-rega.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "hm-rpc.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "homepilot20.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "ical.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "icons-icons8" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "icons-icons8.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "icons-mfd-svg" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "icons-mfd-svg.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "info.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "javascript.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "logparser.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "mihome-airpurifier.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "mihome-vacuum.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "rpi2.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "schoolfree.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "simple-api.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "socketio.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "sonoff.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "spotify-premium.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "synology.0" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "synology.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "telegram.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "tr-064.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "vis" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "vis-bars.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "vis-fancyswitch.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "vis-hqwidgets.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "vis-inventwo.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "vis-material-advanced.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "vis-materialdesign.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "vis-metro.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "vis-timeandweather.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "vis.0" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "vis.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "web" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "web.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "yahka.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "yr.admin" because officially not created as meta object. Please remove directory!
          
          Renamed repository "default to "stable"
          Renamed repository "latest to "beta"
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (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"})
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (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"})
          
          + iobroker.js-controller@3.2.16
          updated 3 packages in 110.005s
          
          110 packages are looking for funding
            run `npm fund` for details
          
          pi@raspberrypi:/opt/iobroker $ iobroker start
          pi@raspberrypi:/opt/iobroker $ 
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #15

          @dani-0

          iobroker status
          iobroker list instances
          

          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

          D 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @dani-0

            iobroker status
            iobroker list instances
            
            D Offline
            D Offline
            Dani 0
            schrieb am zuletzt editiert von
            #16

            @thomas-braun said in Iobroker nach einstecken eines CC26x2r1 nicht erreichbar:

            iobroker list instances

            pi@raspberrypi:/opt/iobroker $ iobroker status
            iobroker is running on this host.
            
            
            Objects type: file
            States  type: file
            pi@raspberrypi:/opt/iobroker $ iobroker list instances
            
            
            + instance is alive
            
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • D Dani 0

              @thomas-braun said in Iobroker nach einstecken eines CC26x2r1 nicht erreichbar:

              iobroker list instances

              pi@raspberrypi:/opt/iobroker $ iobroker status
              iobroker is running on this host.
              
              
              Objects type: file
              States  type: file
              pi@raspberrypi:/opt/iobroker $ iobroker list instances
              
              
              + instance is alive
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #17

              @dani-0 Und

              iobroker list adapters
              

              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

              D 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @dani-0 Und

                iobroker list adapters
                
                D Offline
                D Offline
                Dani 0
                schrieb am zuletzt editiert von
                #18

                @thomas-braun said in Iobroker nach einstecken eines CC26x2r1 nicht erreichbar:

                iobroker list adapters

                pi@raspberrypi:/opt/iobroker $ iobroker list adapters
                system.adapter.admin                   : admin          - v4.2.1
                pi@raspberrypi:/opt/iobroker $ 
                
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • D Dani 0

                  @thomas-braun said in Iobroker nach einstecken eines CC26x2r1 nicht erreichbar:

                  iobroker list adapters

                  pi@raspberrypi:/opt/iobroker $ iobroker list adapters
                  system.adapter.admin                   : admin          - v4.2.1
                  pi@raspberrypi:/opt/iobroker $ 
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von Thomas Braun
                  #19

                  @dani-0

                  iobroker start admin
                  iobroker upload all
                  

                  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

                  D 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @dani-0

                    iobroker start admin
                    iobroker upload all
                    
                    D Offline
                    D Offline
                    Dani 0
                    schrieb am zuletzt editiert von
                    #20

                    @thomas-braun ```

                    pi@raspberrypi:/opt/iobroker $ iobroker start admin
                    Cannot find any instances of "admin"!
                    pi@raspberrypi:/opt/iobroker $ iobroker upload all
                    upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                    upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                    upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                    upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • D Dani 0

                      @thomas-braun ```

                      pi@raspberrypi:/opt/iobroker $ iobroker start admin
                      Cannot find any instances of "admin"!
                      pi@raspberrypi:/opt/iobroker $ iobroker upload all
                      upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                      upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                      upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                      upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #21

                      @dani-0

                      iobroker add admin
                      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

                      D 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @dani-0

                        iobroker add admin
                        iobroker start admin
                        
                        D Offline
                        D Offline
                        Dani 0
                        schrieb am zuletzt editiert von
                        #22

                        @thomas-braun

                        komme jetzt wieder auf den Iobroker. Leider sind alle meine Daten weg. Wie ist es möglich diese Wiederherzustellen?

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • D Dani 0

                          @thomas-braun

                          komme jetzt wieder auf den Iobroker. Leider sind alle meine Daten weg. Wie ist es möglich diese Wiederherzustellen?

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

                          @dani-0
                          Backup einspielen. Dafür hat man ja eins.

                          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
                          • D Dani 0

                            @homoran J momentan habe ich wieder nur den Conbee2 Stick eingesteckt. Diesen würde ich gerne gegen den cc26x2r1 tauschen.

                            pi@raspberrypi:~ $ iobroker list instances
                            Cannot read system.config: null (OK when migrating or restoring)
                            Cannot find view "system" for search "host"

                            • instance is alive
                            HomoranH Nicht stören
                            HomoranH Nicht stören
                            Homoran
                            Global Moderator Administrators
                            schrieb am zuletzt editiert von
                            #24

                            @dani-0 sagte in Iobroker nach einstecken eines CC26x2r1 nicht erreichbar:

                            momentan habe ich wieder nur den Conbee2 Stick eingesteckt.

                            das war nicht die Frage!

                            Du hast nurden Stick getauscht, bevor ioBroker nicht mehr da war?
                            oder doch noch etwas installiert/geändert.....

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

                            D 1 Antwort Letzte Antwort
                            0
                            • HomoranH Homoran

                              @dani-0 sagte in Iobroker nach einstecken eines CC26x2r1 nicht erreichbar:

                              momentan habe ich wieder nur den Conbee2 Stick eingesteckt.

                              das war nicht die Frage!

                              Du hast nurden Stick getauscht, bevor ioBroker nicht mehr da war?
                              oder doch noch etwas installiert/geändert.....

                              D Offline
                              D Offline
                              Dani 0
                              schrieb am zuletzt editiert von
                              #25

                              @homoran jetzt wo du es sagst fällt mir ein dass ich noch den Zigbee.0 adapter installiert hatte.

                              Thomas BraunT D 2 Antworten Letzte Antwort
                              0
                              • D Dani 0

                                @homoran jetzt wo du es sagst fällt mir ein dass ich noch den Zigbee.0 adapter installiert hatte.

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

                                @dani-0
                                Gerade der zigbee-Adapter ist etwas 'tricky' in der Installation. Bzw. die abhängigen Module. Das wird ggf. neugebaut und wenn man da zu ungeduldig ist und mit dem System rumspielt bevor das fertig kompliert ist kann das zu komischem Verhalten führen.

                                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
                                • D Dani 0

                                  @homoran jetzt wo du es sagst fällt mir ein dass ich noch den Zigbee.0 adapter installiert hatte.

                                  D Offline
                                  D Offline
                                  Dani 0
                                  schrieb am zuletzt editiert von
                                  #27

                                  Bin gerade dabei gewesen ein altes Backup aufzuspielen. Jetzt komme ich wieder nicht auf den Iobroker drauf. Backup ist von vorgestern. Im Backup wurden auch nur die Daten vom Iobroker gesichert.

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • D Dani 0

                                    Bin gerade dabei gewesen ein altes Backup aufzuspielen. Jetzt komme ich wieder nicht auf den Iobroker drauf. Backup ist von vorgestern. Im Backup wurden auch nur die Daten vom Iobroker gesichert.

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

                                    @dani-0

                                    Entsprechende Befehle zum Status siehe oben.

                                    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

                                    D 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @dani-0

                                      Entsprechende Befehle zum Status siehe oben.

                                      D Offline
                                      D Offline
                                      Dani 0
                                      schrieb am zuletzt editiert von
                                      #29

                                      Hat super funktioniert. Mein Altes Backup läuft jetzt auch wieder. Danke euch nochmal. Werde nächste Woche nochmal probieren den Zigbee.0 Adapter zu installieren.

                                      D 1 Antwort Letzte Antwort
                                      0
                                      • D Dani 0

                                        Hat super funktioniert. Mein Altes Backup läuft jetzt auch wieder. Danke euch nochmal. Werde nächste Woche nochmal probieren den Zigbee.0 Adapter zu installieren.

                                        D Offline
                                        D Offline
                                        Dani 0
                                        schrieb am zuletzt editiert von
                                        #30

                                        Irgendwo ist bei mir noch der Wurm drin. Habe zwischenzeitlich auf eine andere microSD Karte, NodeJS mit Version 12.21.0 und mein Backup aufgespielt. Funktionierte eigentlich ganz gut, bis auf das mein Uhrzeit vom Raspi (heute morgen erst bemerkt) eine Stunde nachlief.

                                        pi@raspberrypi:/opt/iobroker $ node -v
                                        v12.21.0
                                        pi@raspberrypi:/opt/iobroker $ npm -v
                                        6.14.11
                                        pi@raspberrypi:/opt/iobroker $ 
                                        
                                        

                                        Heute war allerdings der Strom weg und bei erneutem Starten stand ich wieder vor dem Selben Problem. Also wieder das Letzte Backup aufgespielt und Interessehalber über den Befehl

                                        pi@raspberrypi:/opt/iobroker $ iobroker stop
                                        pi@raspberrypi:/opt/iobroker $ iobroker start
                                        

                                        Iobroker neu gestartet. Und wieder Stehe ich vor dem Gleichen Problem, das Iobroker nicht startet und unter Adapter list wieder das Gleiche Kommt.

                                        pi@raspberrypi:/opt/iobroker $ iobroker list adapters
                                         Cannot read system.config: null (OK when migrating or restoring)
                                         Cannot find view "system" for search "host"
                                        

                                        hatte eigentlich nie das Problem gehabt das nach einem Stromausfall mein Iobroker nicht mehr gestartet hat. Habt ihr mir einen Tipp?

                                        Das müsste der Log nach dem Neustart von Iobroker sein.

                                        2021-03-16 19:15:56.092  - info: host.raspberrypi instance scheduled system.adapter.ical.0 */30 * * * *
                                        2021-03-16 18:50:36.839  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
                                        2021-03-16 18:50:36.845  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                        2021-03-16 18:50:36.846  - info: host.raspberrypi hostname: raspberrypi, node: v12.21.0
                                        2021-03-16 18:50:36.846  - info: host.raspberrypi ip addresses: 192.168.178.5 fd01:9303:5c70:2:d114:582f:ec61:b274 fe80::81d2:fd57:4ccb:b830
                                        2021-03-16 18:50:36.919  - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/objects.json: /opt/iobroker/iobroker-data/objects.json: Unexpected end of JSON input. Try last Backup!
                                        2021-03-16 18:50:36.922  - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/objects.json.bak: /opt/iobroker/iobroker-data/objects.json.bak: Unexpected end of JSON input. Continue with empty dataset!
                                        2021-03-16 18:50:37.007  - error: host.raspberrypi Cannot read system.config: null (OK when migrating or restoring)
                                        2021-03-16 18:50:37.018  - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/states.json: /opt/iobroker/iobroker-data/states.json: Unexpected end of JSON input. Try last Backup!
                                        2021-03-16 18:50:37.141  - info: host.raspberrypi connected to Objects and States
                                        2021-03-16 18:50:37.228  - warn: host.raspberrypi logger system.adapter.admin.0.logging was deleted
                                        2021-03-16 18:50:37.230  - warn: host.raspberrypi logger system.adapter.javascript.0.logging was deleted
                                        2021-03-16 18:50:37.230  - warn: host.raspberrypi logger system.adapter.logparser.0.logging was deleted
                                        2021-03-16 18:50:37.244  - info: host.raspberrypi added notifications configuration of host
                                        2021-03-16 18:50:37.251  - error: host.raspberrypi Cannot find view "system" for search "instance"
                                        2021-03-16 18:50:37.252  - error: host.raspberrypi Could not add notifications config of this host: Could not get notifications setup from instances: Cannot find view "system"
                                        2021-03-16 18:50:37.270  - info: host.raspberrypi Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                                        2021-03-16 18:50:37.322  - error: host.raspberrypi Cannot find view "system" for search "host"
                                        2021-03-16 18:50:37.330  - error: host.raspberrypi Cannot find view "system" for search "state"
                                        2021-03-16 18:50:37.331  - error: host.raspberrypi Cannot find view "system" for search "instance"
                                        2021-03-16 18:50:37.333  - error: host.raspberrypi Could not collect system.host.raspberrypi states to check for obsolete states: Error: Cannot find view "system"
                                        2021-03-16 18:50:37.334  - error: host.raspberrypi _design/system missing - call node iobroker.js setup
                                        2021-03-16 18:50:37.547  - info: host.raspberrypi Created UUID: ae43de24-f240-c0a5-5261-bb8bda21d4a0
                                        
                                        

                                        Danke schon mal für eure Hilfe.

                                        HomoranH 1 Antwort Letzte Antwort
                                        0
                                        • D Dani 0

                                          Irgendwo ist bei mir noch der Wurm drin. Habe zwischenzeitlich auf eine andere microSD Karte, NodeJS mit Version 12.21.0 und mein Backup aufgespielt. Funktionierte eigentlich ganz gut, bis auf das mein Uhrzeit vom Raspi (heute morgen erst bemerkt) eine Stunde nachlief.

                                          pi@raspberrypi:/opt/iobroker $ node -v
                                          v12.21.0
                                          pi@raspberrypi:/opt/iobroker $ npm -v
                                          6.14.11
                                          pi@raspberrypi:/opt/iobroker $ 
                                          
                                          

                                          Heute war allerdings der Strom weg und bei erneutem Starten stand ich wieder vor dem Selben Problem. Also wieder das Letzte Backup aufgespielt und Interessehalber über den Befehl

                                          pi@raspberrypi:/opt/iobroker $ iobroker stop
                                          pi@raspberrypi:/opt/iobroker $ iobroker start
                                          

                                          Iobroker neu gestartet. Und wieder Stehe ich vor dem Gleichen Problem, das Iobroker nicht startet und unter Adapter list wieder das Gleiche Kommt.

                                          pi@raspberrypi:/opt/iobroker $ iobroker list adapters
                                           Cannot read system.config: null (OK when migrating or restoring)
                                           Cannot find view "system" for search "host"
                                          

                                          hatte eigentlich nie das Problem gehabt das nach einem Stromausfall mein Iobroker nicht mehr gestartet hat. Habt ihr mir einen Tipp?

                                          Das müsste der Log nach dem Neustart von Iobroker sein.

                                          2021-03-16 19:15:56.092  - info: host.raspberrypi instance scheduled system.adapter.ical.0 */30 * * * *
                                          2021-03-16 18:50:36.839  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
                                          2021-03-16 18:50:36.845  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                          2021-03-16 18:50:36.846  - info: host.raspberrypi hostname: raspberrypi, node: v12.21.0
                                          2021-03-16 18:50:36.846  - info: host.raspberrypi ip addresses: 192.168.178.5 fd01:9303:5c70:2:d114:582f:ec61:b274 fe80::81d2:fd57:4ccb:b830
                                          2021-03-16 18:50:36.919  - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/objects.json: /opt/iobroker/iobroker-data/objects.json: Unexpected end of JSON input. Try last Backup!
                                          2021-03-16 18:50:36.922  - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/objects.json.bak: /opt/iobroker/iobroker-data/objects.json.bak: Unexpected end of JSON input. Continue with empty dataset!
                                          2021-03-16 18:50:37.007  - error: host.raspberrypi Cannot read system.config: null (OK when migrating or restoring)
                                          2021-03-16 18:50:37.018  - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/states.json: /opt/iobroker/iobroker-data/states.json: Unexpected end of JSON input. Try last Backup!
                                          2021-03-16 18:50:37.141  - info: host.raspberrypi connected to Objects and States
                                          2021-03-16 18:50:37.228  - warn: host.raspberrypi logger system.adapter.admin.0.logging was deleted
                                          2021-03-16 18:50:37.230  - warn: host.raspberrypi logger system.adapter.javascript.0.logging was deleted
                                          2021-03-16 18:50:37.230  - warn: host.raspberrypi logger system.adapter.logparser.0.logging was deleted
                                          2021-03-16 18:50:37.244  - info: host.raspberrypi added notifications configuration of host
                                          2021-03-16 18:50:37.251  - error: host.raspberrypi Cannot find view "system" for search "instance"
                                          2021-03-16 18:50:37.252  - error: host.raspberrypi Could not add notifications config of this host: Could not get notifications setup from instances: Cannot find view "system"
                                          2021-03-16 18:50:37.270  - info: host.raspberrypi Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                                          2021-03-16 18:50:37.322  - error: host.raspberrypi Cannot find view "system" for search "host"
                                          2021-03-16 18:50:37.330  - error: host.raspberrypi Cannot find view "system" for search "state"
                                          2021-03-16 18:50:37.331  - error: host.raspberrypi Cannot find view "system" for search "instance"
                                          2021-03-16 18:50:37.333  - error: host.raspberrypi Could not collect system.host.raspberrypi states to check for obsolete states: Error: Cannot find view "system"
                                          2021-03-16 18:50:37.334  - error: host.raspberrypi _design/system missing - call node iobroker.js setup
                                          2021-03-16 18:50:37.547  - info: host.raspberrypi Created UUID: ae43de24-f240-c0a5-5261-bb8bda21d4a0
                                          
                                          

                                          Danke schon mal für eure Hilfe.

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

                                          @dani-0 sagte in Iobroker nach einstecken eines CC26x2r1 nicht erreichbar:

                                          Cannot find view "system" for search "host"

                                          hilft dir das:
                                          https://forum.iobroker.net/topic/43325/mini-howto-cannot-find-view-system-for-search-host

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

                                          D 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

                                          538

                                          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