Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Nach update js-controller auf 1.1.2 beide Slave offline

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    Nach update js-controller auf 1.1.2 beide Slave offline

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

      Habe Master und beide Slaves auf den js-controller 1.1.2 upgedatet (Raspberri Pi 3)

      Master läuft und zeigt unter Host die Version 1.1.2 an.

      Slave sind rot und zeigen noch die alte 1.0.3 an.

      Slave sind erreichbar. Ausgabe ps -ef | grep iobroker

      ` > root@iobroker1:~# ps -ef | grep iobroker

      root 609 1 0 17:41 ? 00:00:03 iobroker.js-controller

      avahi 658 1 0 17:47 ? 00:00:00 avahi-daemon: running [iobroker1.local]

      root 674 665 0 17:48 pts/0 00:00:00 grep iobroker

      root@iobroker1:~# > root@iobroker2:~# ps -ef | grep iobroker

      avahi 508 1 0 Aug09 ? 00:05:04 avahi-daemon: running [iobroker2.local]

      root 13884 1 0 17:24 ? 00:00:05 iobroker.js-controller

      root 13989 13954 0 17:47 pts/2 00:00:00 grep iobroker

      root@iobroker2:~# `

      Hoffe Ihr habt ne Idee.

      Danke

      Gruß Zippolighter

      1 Reply Last reply Reply Quote 0
      • Bluefox
        Bluefox last edited by

        Das schon gesehen?

        https://github.com/ioBroker/ioBroker.js … 2017-06-08

        1 Reply Last reply Reply Quote 0
        • Z
          Zippolighter last edited by

          Nein hatte ich nicht.

          Allerdings verstehe ich nicht wie ich das umkonfigurieren muss.

          Wenn ich zwei slave habe z.B. 192.168.0.100 und 192.168.0.101 wie muss dann der Bereich Objekts aussehen??

          Danke

          1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 last edited by

            Auf dem Master gibt's bei objects und States (falls nicht Redis) den "host" Eintrag in json file. Dort muss das richtige rein. Die Anzahl der slaves sind egal. Am Ende bestimmst du damit auf dem Master ob/das ein anderer Rechner (deine slaves) auf die objects db zugreifen darf.

            1 Reply Last reply Reply Quote 0
            • Z
              Zippolighter last edited by

              In der Datei steht folgendes
              ` > "objects": {

              "type": "file",

              "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",

              "host": "127.0.0.1",

              "port": 9001,

              "user": "",

              "pass": "",

              "noFileCache": false,

              "connectTimeout": 2000

              },

              "states": {

              "type": "file",

              "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].",

              "host": "127.0.0.1",

              "port": 9000,

              "options": {

              "auth_pass": null,

              "retry_max_delay": 15000

              }

              }, `

              Damit bleiben die beiden Slave offline

              Was ist jetzt bitte das richtige was ich wo reinschreiben muss.

              Sorry aber ich verstehe es wirklich nicht

              Danke

              1 Reply Last reply Reply Quote 0
              • Thisoft
                Thisoft last edited by

                Für Multihostbetrieb muss aber drinstehen:

                ` > "objects": {

                "type": "file",

                "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",

                "host": "0.0.0.0",

                "port": 9001,

                "user": "",

                "pass": "",

                "noFileCache": false,

                "connectTimeout": 2000

                },

                "states": {

                "type": "file",

                "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].",

                "host": "0.0.0.0",

                "port": 9000,

                "options": {

                "auth_pass": null,

                "retry_max_delay": 15000

                }

                }, `

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

                Support us

                ioBroker
                Community Adapters
                Donate
                FAQ Cloud / IOT
                HowTo: Node.js-Update
                HowTo: Backup/Restore
                Downloads
                BLOG

                482
                Online

                31.6k
                Users

                79.5k
                Topics

                1.3m
                Posts

                4
                6
                1029
                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