Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. adapters count ist leer

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    adapters count ist leer

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      steinche last edited by

      Hallo Zusammen,

      ich bin noch relativ frisch, was ioBroker betrifft. Auf einem Raspi 3B+ ist Raspian Buster und ioBroker über das Installationsscript installiert. ioBroker habe ich schon ein paar mal auf diese Weise installiert und inzwischen mein "Haupt"-System auf Proxmox umgezogen. Aber auf diesem Raspi kommt ich nicht weiter, denn auf der Adapterseite werden mir nur die drei Standardadapter (Admin, BackItup und Gerätsuche) angezeigt.
      Beim stöbern durch die Befehle auf der Konsole ist mir aufgefallen, dass bei der Eingabe von 'iob info' der Eintrag bei adapters count leer ist. Bei meinem Hauptsystem stehen an de Stelle 413.

      Was kann ich da machen, um Adapter installieren zu können?

      pi@RasPi-OT:~ $ iob info
      Platform       : linux
      os             : linux
      Architecture   : arm
      CPUs           : 4
      Speed          : 1200 MHz
      Model          : ARMv7 Processor rev 4 (v7l)
      RAM            : 972.7 MB
      System uptime  : 00:07:09
      Node.js        : v14.19.3
      time           : 1652968775327
      timeOffset     : -120
      adapters count :
      NPM            : v6.14.17
      Disk size      : 14.3 GiB
      Disk free      : 11.9 GiB
      

      Viele Grüße
      Eric

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @steinche last edited by

        @steinche

        iobroker repo list
        iobroker update -i
        

        anschauen.

        S 1 Reply Last reply Reply Quote 0
        • S
          steinche @Thomas Braun last edited by

          @thomas-braun said in adapters count ist leer:

          iobroker update -i

          Hallo Thomas,

          danke für die Rückmeldung!
          Die Ergebnisse erklären es schon mal. Nur fehlt mir noch die Erklärung, da ein Zugriff auf die Datei gegeben zu sein 🤷‍♂️

          pi@RasPi-OT:~ $ iobroker repo list
          stable        : http://download.iobroker.net/sources-dist.json
          beta          : http://download.iobroker.net/sources-dist-latest.json
          
          Active repo(s): stable
          
          pi@RasPi-OT:~ $ iobroker update -i
          Used repository: stable
          Cannot download repository hash file from "http://download.iobroker.net/sources-dist-hash.json": timeout of 10000ms exceeded
          Cannot download repository file from "http://download.iobroker.net/sources-dist.json": timeout of 10000ms exceeded
          
          pi@RasPi-OT:~ $ wget http://download.iobroker.net/sources-dist-hash.json
          --2022-05-20 08:43:05--  http://download.iobroker.net/sources-dist-hash.json
          Resolving download.iobroker.net (download.iobroker.net)... 79.143.182.215, 2a02:c205:0:855::1
          Connecting to download.iobroker.net (download.iobroker.net)|79.143.182.215|:80... connected.
          HTTP request sent, awaiting response... 301 Moved Permanently
          Location: http://repo.iobroker.live/sources-dist-hash.json [following]
          --2022-05-20 08:43:10--  http://repo.iobroker.live/sources-dist-hash.json
          Resolving repo.iobroker.live (repo.iobroker.live)... 104.21.88.137, 172.67.180.22, 2606:4700:3031::6815:5889, ...
          Connecting to repo.iobroker.live (repo.iobroker.live)|104.21.88.137|:80... connected.
          HTTP request sent, awaiting response... 200 OK
          Length: 104 [application/json]
          Saving to: ‘sources-dist-hash.json’
          
          sources-dist-hash.json                                    100%[===================================================================================================================================>]     104  --.-KB/s    in 0s
          
          2022-05-20 08:43:15 (2.37 MB/s) - ‘sources-dist-hash.json’ saved [104/104]
          

          Viele Grüße
          Eric

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @steinche last edited by

            @steinche

            Stell mal auf die alternative Quelle (Bei mir 'live-stable' benannt) um.

            echad@chet:~ $ iobroker repo list
            stable        : http://download.iobroker.net/sources-dist.json
            beta          : http://download.iobroker.net/sources-dist-latest.json
            live-beta     : http://iobroker.live/repo/sources-dist-latest.json
            live-stable   : http://iobroker.live/repo/sources-dist.json
            
            S 1 Reply Last reply Reply Quote 1
            • S
              steinche @Thomas Braun last edited by

              @thomas-braun

              WOW, was für eine Reaktionszeit! 😱
              Wenn Du 'ne Frau wärst, würd ich Dich knutschen 😊

              pi@RasPi-OT:~ $ iobroker repo list
              stable        : http://download.iobroker.net/sources-dist.json
              beta          : http://download.iobroker.net/sources-dist-latest.json
              live-stable   : http://iobroker.live/repo/sources-dist.json
              
              Active repo(s): live-stable
              pi@RasPi-OT:~ $ iobroker update -i
              Used repository: live-stable
              Adapter    "admin"        : 5.3.8    , installed 5.3.8
              Adapter    "backitup"     : 2.4.6    , installed 2.4.6
              Adapter    "discovery"    : 3.0.3    , installed 3.0.3
              Controller "js-controller": 4.0.23   , installed 4.0.21 [Updatable]
              pi@RasPi-OT:~ $ iob info
              Platform       : linux
              os             : linux
              Architecture   : arm
              CPUs           : 4
              Speed          : 1200 MHz
              Model          : ARMv7 Processor rev 4 (v7l)
              RAM            : 972.7 MB
              System uptime  : 17:06:00
              Node.js        : v14.19.3
              time           : 1653029906588
              timeOffset     : -120
              adapters count : 414
              NPM            : v6.14.17
              Disk size      : 14.3 GiB
              Disk free      : 11.9 GiB
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @steinche last edited by Thomas Braun

                @steinche sagte in adapters count ist leer:

                Wenn Du 'ne Frau wärst, würd ich Dich knutschen

                Eine positive Bewertung des Beitrags wäre mir ehrlich gesagt lieber.
                😙

                S 1 Reply Last reply Reply Quote 0
                • S
                  steinche @Thomas Braun last edited by

                  @thomas-braun
                  Denke, dass habe ich auch soweit noch hinbekommen 😉 😄

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post

                  Support us

                  ioBroker
                  Community Adapters
                  Donate

                  803
                  Online

                  31.9k
                  Users

                  80.3k
                  Topics

                  1.3m
                  Posts

                  2
                  7
                  248
                  Loading More Posts
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes
                  Reply
                  • Reply as topic
                  Log in to reply
                  Community
                  Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                  The ioBroker Community 2014-2023
                  logo