Ankündigung

Einklappen
Keine Ankündigung bisher.

Telegramme aus Node-RED über BABTEC EIBPORT v3 funktionieren nicht

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Telegramme aus Node-RED über BABTEC EIBPORT v3 funktionieren nicht

    Hallo zusammen,

    ich habe das Problem, dass KNX-Telegramme über Node-RED ihre Wirkung in den KNX-Geräten nicht erzielen.

    Sende ich auf die gleiche Gruppenadresse via Debug den selben Wert, passiert das erwartete Verhalten (schalten, dimmen, etc.)

    Dabei spielt es keine Rolle, welche Output-Node ich das Telegramm schicke (knxEasy, knx, knxUltimate).
    Im Debug der ETS sehe ich, dass die Telegramme auf der Gruppenadresse ankommen - allerdings haben die Telegramme als Flag ein kleines "a". Das ist auch schon der Unterschied.

    Als IP-Gateway nutze ich den BABTEC EIBPORT v3 mit der aktuellen Firmware (v3.8). Telegramme über den Logikeditor vom EIBPORT funktionieren übrigens.

    Was auch funktioniert sind KNX-Telegramme über die Input-Nodes nach Node-RED zu bekommen.

    Kennt jemand das Problem und kann eventuell sogar sagen an was es liegt oder vielleicht sogar eine Lösung verraten?
    Kennt jemand das kleine "a"-Flag?

    Viele Grüße und vielen Dank für Eure Rückmeldungen
    Mike
    Zuletzt geändert von mikeh; 11.11.2019, 13:11.

    #2
    Zitat von mikeh Beitrag anzeigen
    Im Debug der ETS
    Meinst du den Busmonitor? Die Bedeutung der Flags steht in der ETS-Hilfe:
    BusMonitorFlags.png
    Das entspr. Bit im Telegramm hat aber nur für offene Medien (sprich: RF) eine Bedeutung.

    Kommentar


      #3
      Ja, das ist das Flag. Danke Dir! Schon mal einen Schritt nach vorne....auch wenn das dann wohl eher nicht der Grund ist, weshalb es nicht funktioniert. :-(

      Gibt es irgend etwas was zu beachten ist bei Node-RED, damit die Telegramme passen?

      Kommentar


        #4
        Ich vermute, dass es am EibPort Router liegt. Kannst Du versuchsweise mal ein anderes IP-Gateway oder einen IP-Router verwenden? Der KNXultimate Knoten wurde von TheMax74 entwickelt. Vielleicht kann er was dazu sagen...
        Chris (https://proknx.com)
        wir haben ARAGON entwickelt, einen offline Sprachassistenten für KNX.

        Google, Amazon und Apple hätten das auch gekonnt. Aber sie verdienen eben besser an unseren persönlichen Daten...

        Kommentar


          #5
          Hello mikeh
          what’s the matter?
          In the knx-ultimate config node, there is an option to fix the ACK for old ip gateways. Maybe you can select it and retry.
          I really doesn’t have fully understood your issue, because my German speech is very limited.
          Zuletzt geändert von TheMax74; 12.11.2019, 17:57.

          Kommentar


            #6
            Welche Versionen von:
            nodered
            node
            nodejs
            knxeasy
            hast Du denn im Einsatz?

            Hatte gerade das gleiche Problem und kenn evtl die Lösung
            Zuletzt geändert von intelligente Haustechnik; 13.11.2019, 16:17.

            Kommentar


              #7
              Hi together,
              found the ACK Option in the KNX Ultimate Node and it worked. :-)
              Thanks together for your support! :-)
              Mike

              Kommentar


                #8
                Hi,

                I think I've a similar problem like mikeh. I'm using an EibPort V3 and a Bad-Tec App Module as IP Gateway. I can get an connection to my KNX Bus via knx-ultimate and everything seems fine, but after a several minutes the connection get lost with the Error "knxUltimate: knxConnection error: E_CONNECTION_ID"

                knx-ultimate Version is 1.1.14

                The issu is the same, no matter I use the EibPort or the AppModule as IP Gateway/Router

                I tried ACK on and off, that makes no difference.
                Angehängte Dateien

                Kommentar


                  #9
                  Hello
                  please try to use the multicast address instead of the ip address of your gateway
                  The multicast address is 224.0.23.12
                  Let me know.

                  As a note, it's always better to use a dedicated modern IP Router device, because these devices handles the connection a lot better.
                  Zuletzt geändert von TheMax74; 13.11.2019, 14:24.

                  Kommentar


                    #10
                    Thank you I will try the Multicast-Addresse

                    Sure I know, I'm thinking about buying a Enertex IP-Router. But I only want to use node red for my Roomba and my Harmony remote, so if it works with the EibPort or the AppModule, it would save about 300 bugs... :-)

                    Kommentar


                      #11
                      Andijegg,
                      if you buy an IP Router, you'll find yourselft use node-red not only for Roomba and Harmony, but, like me, for your whole house, including homekit (if you have Apple), Sonos (if you have one, try my sonospollytts node), garage door and so on!

                      Be sure to buy an IP Router (costs more but it uses multicast), not an IP Interface.
                      IP Interfaces mimics the TCP stack, but instead TCP, it uses UDP and this "mimic" is a bit trivial.
                      Make also sure not to have DDOS protection, or UPD flood protection set on your switches/routers, because it can block KNX traffic as well.
                      Bye.

                      Kommentar


                        #12
                        Sure, you are right. But I also use Sonos, Alex Garagedoor and HomeKit with my KNX Installation, the only things I miss now is Harmony an Roomba, that's the last 2 things I want to implement.

                        But you are right, an IP-Router would be the better choice...

                        Kommentar


                          #13
                          So, I tried the Multicast Adresse. Connection is fine, but there comes no massages trough the connection.
                          Angehängte Dateien

                          Kommentar


                            #14
                            Yes, because multicast is connectionless, so you don't have a real connection indication. Your device doesn't accept multicast connection. You need to sticky with IP address.
                            Sorry, i cannot help you anymore, because i don't know your interface. Go grab an IP Router and your problems will go away forever.
                            I use an eibmarkt IP router with success since 9 years, but every other IP Router will be OK. These devices make only one thing: ip routing. And they do it very well.

                            Kommentar


                              #15
                              TheMax74 Ok, think I will go for an IP-Router. Thank you for your Help.

                              Noch eine Frage in die Runde:
                              Hat jemand erfolgreich ohne Abbrüche Node Red am laufen mit einem BAB AppModule oder einem Eibport V3

                              Kommentar

                              Lädt...
                              X