Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • FunkstoerungFunkstoerung
    Participant
      Post count: 28

      Hallo heini, genau das Image nutze ich standardmäßig. Hatte es aber nicht geschafft den HS über den eibd sprechen zu lassen.

      Das Image startet eibd mit den folgenden Argumenten: –daemon –Server –Tunnelling –Discovery –GroupCache –listen-tcp

      da hatte ich dann Routing hinzugefügt und neu gestartet. Aber leider bisher ohne Erfolg.

      Ich kann mir jetzt nur noch vorstellen das mein Switch irgendwie Multicast blockt

      HeiniHeini
      Participant
        Post count: 157

        plugin.conf angepasst? welche KNX Schnittstelle nutzt du?

        FunkstoerungFunkstoerung
        Participant
          Post count: 28

          benutze ein Gira USB Schnittstelle. Mit Smarthome und Fhem läuft alles anstandslos.

          Was muss ich den in der plugin.conf spezielles anpassen für eibd?

          HeiniHeini
          Participant
            Post count: 157

            hast du beachtet vor den Argumenten wie Tunnelling zwei Bindestriche zu setzen etwa so: –Tunnelling alternativ -T

            HeiniHeini
            Participant
              Post count: 157

              poste mal deine eibd.conf, in der plugin.conf sind afaik einige sachen auskommentiert, einfach die # löschen.

              FunkstoerungFunkstoerung
              Participant
                Post count: 28

                Ja, ich hatte jeweil in der init.d/eibd

                die Argumente:

                EIB_ARGS=”–daemon –Routing –Server –Tunnelling –Discovery –GroupCache –l$
                EIB_ADDR=”0.0.200″

                als auch in der /etc/default/eibd

                #USB-Schnittstelle
                EIB_ARGS=”–daemon –Routing –Server –Tunnelling –Discovery –GroupCache

                eingetragen

                FunkstoerungFunkstoerung
                Participant
                  Post count: 28

                  weis nicht was du mit eibd.conf genau meinst.

                  /etc/default/eibd sieht wie folgt aus

                  #USB-Schnittstelle
                  EIB_ARGS=”–daemon –Routing –Server –Tunnelling –Discovery –GroupCache –l$
                  EIB_ADDR=”0.0.200″
                  USBID=$(findknxusb | grep device: | cut -d’ ‘ -f2)
                  EIB_IF=”usb:$USBID”

                  rot erweiterung und ip-interface sind auskommentiert.

                  in der plugin.conf steht:

                  # plugin.conf

                  [knx]
                  class_name = KNX
                  class_path = plugins.knx
                  host = 192.168.1.14
                  port = 6720
                  # send_time = 600 # update date/time every 600 seconds, default none
                  # time_ga = 1/1/1 # default none
                  # date_ga = 1/1/2 # default none

                  denke das ist aber nur für smarthome.py

                  die ets findet den eibd ohne problem auf 192.168.1.14: 3671

                  HeiniHeini
                  Participant
                    Post count: 157

                    versuche mal diese eibd.conf
                    EIB_ARGS=”–daemon –Server –Routing –Discovery –GroupCache –listen-tcp”
                    EIB_ADDR=”0.0.200″
                    USBID=$(findknxusb | grep device: | cut -d’ ‘ -f2)
                    EIB_IF=”usb:$USBID

                    gruẞ heini

                  Viewing 8 posts - 16 through 23 (of 23 total)
                  • You must be logged in to reply to this topic.