Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Adapter löschen HM-rega und einstellen

    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

    Adapter löschen HM-rega und einstellen

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators last edited by

      Hast du im hm-rega auch die Instanz des hm-rpc angegeben?

      Rfd = hm-rpc.0

      Oder ähnlich

      Gesendet von meinem Cynus T7 mit Tapatalk

      1 Reply Last reply Reply Quote 0
      • A
        audioconcept last edited by

        JA in dem Rega Logic Adaptereinstellung ist bei rfg aktiviert hm-rpc-intanz

        1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators last edited by

          Mach mal bitte einen Screenshot davon

          Gesendet von meinem Cynus T7 mit Tapatalk

          1 Reply Last reply Reply Quote 0
          • A
            audioconcept last edited by

            Hi

            hier sind mal die Fotos:
            520_img_20150626_203409.jpg
            520_img_20150626_203509.jpg
            520_img_20150626_203523.jpg

            1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators last edited by

              Du scheint den hm-rpc.0 noch nicht konfiguriert zu haben.

              Dort muss die ccu ip und die IP des iobroker (raspi?) rein.

              Dann kannst du auch beides im hm-rega auswählen.

              Dort ist zwar der haken bei rfd, aber unter rpc steht "keins" anstelle der Adapter Nummer.

              Den Screenshot vom hm-rpc hätte ich gerne auch noch.

              Sieh mal hier:

              http://www.iobroker.net/docu/?page_id=148&lang=de

              Und hier:

              http://www.iobroker.net/docu/?page_id=146&lang=de

              Gesendet von meinem LIFETAB_S785X mit Tapatalk

              1 Reply Last reply Reply Quote 0
              • A
                audioconcept last edited by

                Ich kann die IP einstellen und auch den HAken reinmachen, aber ich kann das Feld "keine nicht ändern.
                520_img_20150626_215412.jpg
                520_img_20150626_215631.jpg

                1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators last edited by

                  Natürlich nicht.

                  Zuerst musst du den hm-rpc korrekt konfigurieren.

                  Unter Adapter Adresse muss die IP des raspi? Oder wo immer iobroker drauf läuft rein.

                  Der daemon ist rfd, nicht CuxD

                  Und das Protokoll ist xml-rpc nicht bin-rpc.

                  Wenn das korrekt ist, kannst du das auch im Rega Adapter auswählen

                  Gesendet von meinem LIFETAB_S785X mit Tapatalk

                  1 Reply Last reply Reply Quote 0
                  • A
                    audioconcept last edited by

                    Danke Dir. Hab dIe Einstellungen angepasst, aber ich kann bei der Adapteradresse nichts eingeben. Da ist nur ein Pfeil der nach unten zeigt aber mehr passiert da nicht.

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

                      Das ist schon sehr suspekt, dass keine eigene IP Adressen angezeigt werden.

                      Wo benutzt du ioBroker?

                      1 Reply Last reply Reply Quote 0
                      • A
                        audioconcept last edited by

                        Ich hab den auf Raspbian (PI2) am laufen.

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

                          Was passiert bei dir, wenn du so was eingibst:

                          node
                          require('os').networkInterfaces();
                          
                          

                          ?

                          1 Reply Last reply Reply Quote 0
                          • A
                            audioconcept last edited by

                            Hi ich werde es morgen frueh versuchen. Danke schon mal fuer deine Geduld.

                            1 Reply Last reply Reply Quote 0
                            • A
                              audioconcept last edited by

                              Es kommt dann eine Fehlermeldung

                              Error cannot find module OS

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

                                Da ist wirklich was falsch. Bei mir auf Raspi2 (Rasbian) kommt z.B.:

                                pi@raspberrypi ~ $ node
                                > require('os').networkInterfaces();
                                { lo:
                                   [ { address: '127.0.0.1',
                                       family: 'IPv4',
                                       internal: true } ],
                                  eth0:
                                   [ { address: '192.168.1.86',
                                       family: 'IPv4',
                                       internal: false } ] }
                                >
                                >
                                (^C again to quit)
                                >
                                pi@raspberrypi ~ $ node -v
                                v0.10.22
                                
                                

                                Was kommt bei dir mit:

                                node -v
                                

                                ?

                                1 Reply Last reply Reply Quote 0
                                • A
                                  audioconcept last edited by

                                  Hab es noch mal versucht und jetzt kam dieses dabei heraus:

                                  pi@raspberry ~ $ node -v
                                  v0.10.22
                                  pi@raspberry ~ $ node -v
                                  v0.10.22
                                  pi@raspberry ~ $ 
                                  pi@raspberry ~ $ node
                                  > require('os').networkInterfaces();
                                  { lo: 
                                     [ { address: '127.0.0.1',
                                         family: 'IPv4',
                                         internal: true } ],
                                    wlan0: 
                                     [ { address: '192.168.0.20',
                                         family: 'IPv4',
                                         internal: false } ] }
                                  > 
                                  undefined
                                  > node -v
                                  ReferenceError: node is not defined
                                      at repl:1:2
                                      at REPLServer.self.eval (repl.js:110:21)
                                      at Interface. <anonymous>(repl.js:239:12)
                                      at Interface.EventEmitter.emit (events.js:95:17)
                                      at Interface._onLine (readline.js:202:10)
                                      at Interface._line (readline.js:531:8)
                                      at Interface._ttyWrite (readline.js:760:14)
                                      at ReadStream.onkeypress (readline.js:99:10)
                                      at ReadStream.EventEmitter.emit (events.js:98:17)
                                      at emitKey (readline.js:1095:12)
                                  > 
                                  (^C again to quit)
                                  > 
                                  pi@raspberry ~ $</anonymous> 
                                  

                                  144_iobroker-server.jpg

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    audioconcept last edited by

                                    Hi

                                    Vielleicht sollte ich das IOBroker noch einmal komplett loeschen und neu installieren. Geht das ohne weiteres?

                                    1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators last edited by

                                      Wenn sonst nichts auf dem raspi ist, würde ich ihn komplett neu aufsetzen.

                                      Die ioBroker Installation muss als root ausgeführt werden, sudo reicht nicht.

                                      Nodejs muss vorher drauf sein.

                                      Gruß

                                      Rainer

                                      Gesendet von meinem Cynus T7 mit Tapatalk

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        audioconcept last edited by

                                        Wenn ich mich mit sudo su anmelde steht vor der Eingabeaufforderung root. Bin ich dann nicht als Root angemeldet?

                                        1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators last edited by

                                          Wie meinst du das?

                                          Wenn du über SSH den raspi aufrufst kommt in der Konsole:

                                          Login as:

                                          Was gibst du da ein?

                                          Anleitung ist hier:

                                          http://www.iobroker.net/docu/?page_id=4 … stallation

                                          Gruß

                                          Rainer

                                          Gesendet von meinem Cynus T7 mit Tapatalk

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            audioconcept last edited by

                                            Hi wenn ich die Console aufrufe muss ich nichtw eingeben, ich kann sofort loslegen.

                                            Aber wenn ich sudo su eingebe bin ich im root MOdus. Ist das nicht ok?

                                            Was gibst du denn ein? Sorry ich nioch alles neu mit Linux fuer mich.

                                            Wenn du mir kurz sagst was ich angeben soll waere das optimal.

                                            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

                                            900
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            74
                                            9954
                                            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