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. Error: No configuration received! Neuer Slave

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    16
    1
    1.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    698

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.0k

Error: No configuration received! Neuer Slave

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
5 Beiträge 4 Kommentatoren 422 Aufrufe 3 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.
  • Z Offline
    Z Offline
    zakuma
    schrieb am zuletzt editiert von
    #1

    Guten Tag,

    ich bin nun schon eine Weile am fummeln, ich habe folgendes Setup:
    Pi4 als Master der schon älter ist und das System sehr gewachsen. Hatte zuvor einen Pi2 als Slave der nun gelöscht ist.
    Dieser besagte Pi2 ist komplett neu aufgesetzt und soll auch wieder (ohne vorhandenes Backup!) verbunden werden.
    Eine ganz cleane Raspi installation und auch IOB installation.

    Nun hab ich den Pi 2 soweit durch und wollte mich per Multihost verbinden und bekomme folgende Nachricht:

    pi@raspberrypi:~ $ iob multihost connect
    1 |        192.168.27.44 |  host |        192.168.27.44 | "authentication required"
    Please select host [1]: 1
    Enter secret phrase for connection: **********
    
    Error: No configuration received!
        at file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/setupMultihost.ts:339:26
        at onFinished (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/multihostClient.ts:267:21)
        at Timeout.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/multihostClient.ts:98:17)
        at listOnTimeout (node:internal/timers:581:17)
        at processTimers (node:internal/timers:519:7)
    
    

    So sieht das Custom Setup auf dem Pi 2 aus:

    
    pi@raspberrypi:~ $ iob setup custom
    Current configuration:
    - Objects database:
      - Type: jsonl
      - Host/Unix Socket: pi4
      - Port: 9001
    - States database:
      - Type: jsonl
      - Host/Unix Socket: pi4
      - Port: 9000
    - Data Directory: ../../iobroker-data/
    - Host name: slavePi2
    
    Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]: j
    Host / Unix Socket of objects DB(jsonl), default[pi4]: 192.168.27.44
    Port of objects DB(jsonl), default[9001]:
    Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]:
    Host / Unix Socket of states DB (jsonl), default[192.168.27.44]:
    Port of states DB (jsonl), default[9000]:
    Host name of this machine [raspberrypi]: slave1
    updating conf/iobroker.json
    
    

    So schaut das ganze auf dem Master Pi4 aus:

    pi@pi4iobr:~ $ iob setup custom
    Current configuration:
    - Objects database:
      - Type: jsonl
      - Host/Unix Socket: 0.0.0.0
      - Port: 9001
    - States database:
      - Type: jsonl
      - Host/Unix Socket: 0.0.0.0
      - Port: 9000
    - Data Directory: ../../iobroker-data/
    - Host name: Pi4
    
    Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]:
    Host / Unix Socket of objects DB(jsonl), default[0.0.0.0]:
    Port of objects DB(jsonl), default[9001]:
    Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]:
    Host / Unix Socket of states DB (jsonl), default[0.0.0.0]:
    Port of states DB (jsonl), default[9000]:
    Data directory (file), default[../../iobroker-data/]:
    Host name of this machine [Pi4]:
    updating conf/iobroker.json
    
    

    Netzwerkprobleme kann ich ausschließen, es lief zuvor genauso auch.
    Vielleicht liegt der Fehler auch beim Master, aber ehrlich weiß ich nicht wo ich da anfangen zu suchen soll.

    Vielen Dank vorab für eure Hilfe und konstruktiven Vorschläge.

    HomoranH S 2 Antworten Letzte Antwort
    0
    • arteckA Offline
      arteckA Offline
      arteck
      Developer Most Active
      schrieb am zuletzt editiert von arteck
      #2

      @zakuma

      hast du auf dem master

      iob multihost enable
      

      zuvor gemacht

      zigbee hab ich, zwave auch, nuc's genauso und HA auch

      1 Antwort Letzte Antwort
      0
      • Z zakuma

        Guten Tag,

        ich bin nun schon eine Weile am fummeln, ich habe folgendes Setup:
        Pi4 als Master der schon älter ist und das System sehr gewachsen. Hatte zuvor einen Pi2 als Slave der nun gelöscht ist.
        Dieser besagte Pi2 ist komplett neu aufgesetzt und soll auch wieder (ohne vorhandenes Backup!) verbunden werden.
        Eine ganz cleane Raspi installation und auch IOB installation.

        Nun hab ich den Pi 2 soweit durch und wollte mich per Multihost verbinden und bekomme folgende Nachricht:

        pi@raspberrypi:~ $ iob multihost connect
        1 |        192.168.27.44 |  host |        192.168.27.44 | "authentication required"
        Please select host [1]: 1
        Enter secret phrase for connection: **********
        
        Error: No configuration received!
            at file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/setupMultihost.ts:339:26
            at onFinished (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/multihostClient.ts:267:21)
            at Timeout.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/multihostClient.ts:98:17)
            at listOnTimeout (node:internal/timers:581:17)
            at processTimers (node:internal/timers:519:7)
        
        

        So sieht das Custom Setup auf dem Pi 2 aus:

        
        pi@raspberrypi:~ $ iob setup custom
        Current configuration:
        - Objects database:
          - Type: jsonl
          - Host/Unix Socket: pi4
          - Port: 9001
        - States database:
          - Type: jsonl
          - Host/Unix Socket: pi4
          - Port: 9000
        - Data Directory: ../../iobroker-data/
        - Host name: slavePi2
        
        Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]: j
        Host / Unix Socket of objects DB(jsonl), default[pi4]: 192.168.27.44
        Port of objects DB(jsonl), default[9001]:
        Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]:
        Host / Unix Socket of states DB (jsonl), default[192.168.27.44]:
        Port of states DB (jsonl), default[9000]:
        Host name of this machine [raspberrypi]: slave1
        updating conf/iobroker.json
        
        

        So schaut das ganze auf dem Master Pi4 aus:

        pi@pi4iobr:~ $ iob setup custom
        Current configuration:
        - Objects database:
          - Type: jsonl
          - Host/Unix Socket: 0.0.0.0
          - Port: 9001
        - States database:
          - Type: jsonl
          - Host/Unix Socket: 0.0.0.0
          - Port: 9000
        - Data Directory: ../../iobroker-data/
        - Host name: Pi4
        
        Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]:
        Host / Unix Socket of objects DB(jsonl), default[0.0.0.0]:
        Port of objects DB(jsonl), default[9001]:
        Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]:
        Host / Unix Socket of states DB (jsonl), default[0.0.0.0]:
        Port of states DB (jsonl), default[9000]:
        Data directory (file), default[../../iobroker-data/]:
        Host name of this machine [Pi4]:
        updating conf/iobroker.json
        
        

        Netzwerkprobleme kann ich ausschließen, es lief zuvor genauso auch.
        Vielleicht liegt der Fehler auch beim Master, aber ehrlich weiß ich nicht wo ich da anfangen zu suchen soll.

        Vielen Dank vorab für eure Hilfe und konstruktiven Vorschläge.

        HomoranH Nicht stören
        HomoranH Nicht stören
        Homoran
        Global Moderator Administrators
        schrieb am zuletzt editiert von
        #3
        Dieser Beitrag wurde gelöscht!
        1 Antwort Letzte Antwort
        0
        • Z zakuma

          Guten Tag,

          ich bin nun schon eine Weile am fummeln, ich habe folgendes Setup:
          Pi4 als Master der schon älter ist und das System sehr gewachsen. Hatte zuvor einen Pi2 als Slave der nun gelöscht ist.
          Dieser besagte Pi2 ist komplett neu aufgesetzt und soll auch wieder (ohne vorhandenes Backup!) verbunden werden.
          Eine ganz cleane Raspi installation und auch IOB installation.

          Nun hab ich den Pi 2 soweit durch und wollte mich per Multihost verbinden und bekomme folgende Nachricht:

          pi@raspberrypi:~ $ iob multihost connect
          1 |        192.168.27.44 |  host |        192.168.27.44 | "authentication required"
          Please select host [1]: 1
          Enter secret phrase for connection: **********
          
          Error: No configuration received!
              at file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/setupMultihost.ts:339:26
              at onFinished (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/multihostClient.ts:267:21)
              at Timeout.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/multihostClient.ts:98:17)
              at listOnTimeout (node:internal/timers:581:17)
              at processTimers (node:internal/timers:519:7)
          
          

          So sieht das Custom Setup auf dem Pi 2 aus:

          
          pi@raspberrypi:~ $ iob setup custom
          Current configuration:
          - Objects database:
            - Type: jsonl
            - Host/Unix Socket: pi4
            - Port: 9001
          - States database:
            - Type: jsonl
            - Host/Unix Socket: pi4
            - Port: 9000
          - Data Directory: ../../iobroker-data/
          - Host name: slavePi2
          
          Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]: j
          Host / Unix Socket of objects DB(jsonl), default[pi4]: 192.168.27.44
          Port of objects DB(jsonl), default[9001]:
          Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]:
          Host / Unix Socket of states DB (jsonl), default[192.168.27.44]:
          Port of states DB (jsonl), default[9000]:
          Host name of this machine [raspberrypi]: slave1
          updating conf/iobroker.json
          
          

          So schaut das ganze auf dem Master Pi4 aus:

          pi@pi4iobr:~ $ iob setup custom
          Current configuration:
          - Objects database:
            - Type: jsonl
            - Host/Unix Socket: 0.0.0.0
            - Port: 9001
          - States database:
            - Type: jsonl
            - Host/Unix Socket: 0.0.0.0
            - Port: 9000
          - Data Directory: ../../iobroker-data/
          - Host name: Pi4
          
          Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]:
          Host / Unix Socket of objects DB(jsonl), default[0.0.0.0]:
          Port of objects DB(jsonl), default[9001]:
          Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [jsonl]:
          Host / Unix Socket of states DB (jsonl), default[0.0.0.0]:
          Port of states DB (jsonl), default[9000]:
          Data directory (file), default[../../iobroker-data/]:
          Host name of this machine [Pi4]:
          updating conf/iobroker.json
          
          

          Netzwerkprobleme kann ich ausschließen, es lief zuvor genauso auch.
          Vielleicht liegt der Fehler auch beim Master, aber ehrlich weiß ich nicht wo ich da anfangen zu suchen soll.

          Vielen Dank vorab für eure Hilfe und konstruktiven Vorschläge.

          S Offline
          S Offline
          snoopy26
          schrieb am zuletzt editiert von Homoran
          #4

          @zakuma
          Ich hatte genau das selbe Problem heute.
          Mit der alten 'zu Fuss' Methode unter Multihost Modus: https://www.iobroker.net/docu/index-24.htm?page_id=3068&lang=de hat es dann bei mir funktioniert

          HomoranH 1 Antwort Letzte Antwort
          0
          • S snoopy26

            @zakuma
            Ich hatte genau das selbe Problem heute.
            Mit der alten 'zu Fuss' Methode unter Multihost Modus: https://www.iobroker.net/docu/index-24.htm?page_id=3068&lang=de hat es dann bei mir funktioniert

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

            @snoopy26 der Link ist veraltet, die aktuelle Version ist hier
            https://www.iobroker.net/#de/documentation/config/multihost.md

            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

            405

            Online

            32.6k

            Benutzer

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