Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. KNX adapter?

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    208

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    7.9k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

KNX adapter?

KNX adapter?

Scheduled Pinned Locked Moved ioBroker Allgemein
93 Posts 7 Posters 16.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LJTom
    wrote on last edited by
    #63

    Da passiert:

    E00000013: OpenInetSocket 6720: bind: Address already in use
    initialisation of the knxd inet protocol failed: Address already in use
    
    
    1 Reply Last reply
    0
    • ruhigundrelaxedR Offline
      ruhigundrelaxedR Offline
      ruhigundrelaxed
      wrote on last edited by
      #64

      Aha!

      Was sagt:````
      sudo netstat -tulpen|grep 6720

      iobroker auf debian bullseye amd64 (i5-8259U)
      homematic -> homegear -> HM-CFG-LAN ~> 11 x hm-cc-rt-dn | 3 x hm-sec-sd
      knx -> eibd -> SCN‐IP000.01 ~> 4 x AMS-1216.01 | (1 x JAL-0810.01 | 1 x JAL-0410.01) | 2 x BE-16000.01 | …

      1 Reply Last reply
      0
      • L Offline
        L Offline
        LJTom
        wrote on last edited by
        #65

        Das meint:

        tcp6       0      0 :::6720                 :::*                    LISTEN      0          7512        1/init
        
        
        1 Reply Last reply
        0
        • ruhigundrelaxedR Offline
          ruhigundrelaxedR Offline
          ruhigundrelaxed
          wrote on last edited by
          #66
          sudo ps aux |grep eibd
          

          und

          sudo ps aux |grep knxd
          

          iobroker auf debian bullseye amd64 (i5-8259U)
          homematic -> homegear -> HM-CFG-LAN ~> 11 x hm-cc-rt-dn | 3 x hm-sec-sd
          knx -> eibd -> SCN‐IP000.01 ~> 4 x AMS-1216.01 | (1 x JAL-0810.01 | 1 x JAL-0410.01) | 2 x BE-16000.01 | …

          1 Reply Last reply
          0
          • L Offline
            L Offline
            LJTom
            wrote on last edited by
            #67
            root      1060  0.2  3.1 125832 29520 ?        Sl   11:57   0:05 io.eibd.0      
            root      2650  0.0  0.1   4300  1840 pts/0    S+   12:41   0:00 grep eibd
            
            
            root      2662  0.0  0.1   4296  1812 pts/0    S+   12:41   0:00 grep knxd
            
            
            1 Reply Last reply
            0
            • ruhigundrelaxedR Offline
              ruhigundrelaxedR Offline
              ruhigundrelaxed
              wrote on last edited by
              #68

              Ich bin verwirrt….

              Warum ist den der socket offen?

              Was sagt:

              systemctl -all list-sockets |grep 6720
              

              iobroker auf debian bullseye amd64 (i5-8259U)
              homematic -> homegear -> HM-CFG-LAN ~> 11 x hm-cc-rt-dn | 3 x hm-sec-sd
              knx -> eibd -> SCN‐IP000.01 ~> 4 x AMS-1216.01 | (1 x JAL-0810.01 | 1 x JAL-0410.01) | 2 x BE-16000.01 | …

              1 Reply Last reply
              0
              • L Offline
                L Offline
                LJTom
                wrote on last edited by
                #69

                Der sagt:

                [::]:6720                       knxd.socket                     knxd.service
                
                
                1 Reply Last reply
                0
                • ruhigundrelaxedR Offline
                  ruhigundrelaxedR Offline
                  ruhigundrelaxed
                  wrote on last edited by
                  #70

                  Aber trotzdem sagt systemd das der Dienst nicht startet…

                  Machmal:

                  > systemctl stop knxd

                  dannach nochmal schauen ob der socket zu ist:

                  systemctl -all list-sockets |grep 6720

                  iobroker auf debian bullseye amd64 (i5-8259U)
                  homematic -> homegear -> HM-CFG-LAN ~> 11 x hm-cc-rt-dn | 3 x hm-sec-sd
                  knx -> eibd -> SCN‐IP000.01 ~> 4 x AMS-1216.01 | (1 x JAL-0810.01 | 1 x JAL-0410.01) | 2 x BE-16000.01 | …

                  1 Reply Last reply
                  0
                  • L Offline
                    L Offline
                    LJTom
                    wrote on last edited by
                    #71

                    Jetzt schauts so aus:

                    root@raspberrypi:~# systemctl stop knxd
                    Warning: Stopping knxd.service, but it can still be activated by:
                      knxd.socket
                    root@raspberrypi:~# systemctl -all list-sockets |grep 6720
                    [::]:6720                       knxd.socket                     knxd.service
                    
                    
                    1 Reply Last reply
                    0
                    • ruhigundrelaxedR Offline
                      ruhigundrelaxedR Offline
                      ruhigundrelaxed
                      wrote on last edited by
                      #72

                      Ich erinnere mich dunkel an einen cre podcast mit Lennart Poettering dem maintainer von systemd. Ein neues feature von systemd ist wohl, dass dienste "ondemand" gestartet werden können….

                      Das ist wohl hier der fall..

                      Versuch mal:

                      systemctl disable knxd
                      

                      iobroker auf debian bullseye amd64 (i5-8259U)
                      homematic -> homegear -> HM-CFG-LAN ~> 11 x hm-cc-rt-dn | 3 x hm-sec-sd
                      knx -> eibd -> SCN‐IP000.01 ~> 4 x AMS-1216.01 | (1 x JAL-0810.01 | 1 x JAL-0410.01) | 2 x BE-16000.01 | …

                      1 Reply Last reply
                      0
                      • L Offline
                        L Offline
                        LJTom
                        wrote on last edited by
                        #73

                        Mal kein fehler:

                        Synchronizing state for knxd.service with sysvinit using update-rc.d...
                        Executing /usr/sbin/update-rc.d knxd defaults
                        Executing /usr/sbin/update-rc.d knxd disable
                        insserv: warning: current start runlevel(s) (empty) of script `knxd' overrides LSB defaults (2 3 4 5).
                        insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `knxd' overrides LSB defaults (0 1 6).
                        Removed symlink /etc/systemd/system/sockets.target.wants/knxd.socket.
                        
                        
                        1 Reply Last reply
                        0
                        • ruhigundrelaxedR Offline
                          ruhigundrelaxedR Offline
                          ruhigundrelaxed
                          wrote on last edited by
                          #74

                          Ok…

                          jetzt nochmal:

                          sudo /usr/bin/knxd --eibaddr=0.0.230 -u /tmp/eib -u /var/run/knx -i -DTRS -b ipt:192.168.1.106
                          

                          Wenn alles gut ist, meckert er wegen root… egal...

                          Gruß

                          iobroker auf debian bullseye amd64 (i5-8259U)
                          homematic -> homegear -> HM-CFG-LAN ~> 11 x hm-cc-rt-dn | 3 x hm-sec-sd
                          knx -> eibd -> SCN‐IP000.01 ~> 4 x AMS-1216.01 | (1 x JAL-0810.01 | 1 x JAL-0410.01) | 2 x BE-16000.01 | …

                          1 Reply Last reply
                          0
                          • L Offline
                            L Offline
                            LJTom
                            wrote on last edited by
                            #75

                            Neeee leider

                            E00000013: OpenInetSocket 6720: bind: Address already in use
                            initialisation of the knxd inet protocol failed: Address already in use
                            
                            
                            1 Reply Last reply
                            0
                            • ruhigundrelaxedR Offline
                              ruhigundrelaxedR Offline
                              ruhigundrelaxed
                              wrote on last edited by
                              #76

                              Pfff.. Renitente Kiste…

                              Dann auf die harte nummer:

                              In "/etc/default/knxd" den daemon deaktivieren und neustarten (reboot).

                              also:

                              START_KNXD=YES -> START_KNXD=NO

                              reboot

                              dann nochmal:

                              sudo /usr/bin/knxd --eibaddr=0.0.230 -u /tmp/eib -u /var/run/knx -i -DTRS -b ipt:192.168.1.106

                              iobroker auf debian bullseye amd64 (i5-8259U)
                              homematic -> homegear -> HM-CFG-LAN ~> 11 x hm-cc-rt-dn | 3 x hm-sec-sd
                              knx -> eibd -> SCN‐IP000.01 ~> 4 x AMS-1216.01 | (1 x JAL-0810.01 | 1 x JAL-0410.01) | 2 x BE-16000.01 | …

                              1 Reply Last reply
                              0
                              • L Offline
                                L Offline
                                LJTom
                                wrote on last edited by
                                #77

                                Und wieder das selbe wie oben schon geschrieben.

                                1 Reply Last reply
                                0
                                • ruhigundrelaxedR Offline
                                  ruhigundrelaxedR Offline
                                  ruhigundrelaxed
                                  wrote on last edited by
                                  #78

                                  OK! Wieder was gelernt…

                                  Also:

                                  cd /etc/systemd/system/sockets.target.wants/
                                  mv knxd.socket knxd.socket_tmp
                                  reboot
                                  
                                  

                                  Probieren ob es nun geht…

                                  iobroker auf debian bullseye amd64 (i5-8259U)
                                  homematic -> homegear -> HM-CFG-LAN ~> 11 x hm-cc-rt-dn | 3 x hm-sec-sd
                                  knx -> eibd -> SCN‐IP000.01 ~> 4 x AMS-1216.01 | (1 x JAL-0810.01 | 1 x JAL-0410.01) | 2 x BE-16000.01 | …

                                  1 Reply Last reply
                                  0
                                  • L Offline
                                    L Offline
                                    LJTom
                                    wrote on last edited by
                                    #79

                                    Mal wieder was neues:

                                    root@raspberrypi:/etc/systemd/system/sockets.target.wants# mv knxd.socket knxd.socket_tmp
                                    mv: der Aufruf von stat für „knxd.socket“ ist nicht möglich: Datei oder Verzeichnis nicht gefunden
                                    
                                    
                                    1 Reply Last reply
                                    0
                                    • ruhigundrelaxedR Offline
                                      ruhigundrelaxedR Offline
                                      ruhigundrelaxed
                                      wrote on last edited by
                                      #80

                                      Sehr verwunderlich….

                                      was sagt: sudo systemctl disable knxd.socket

                                      was sagt: systemctl list-unit-files

                                      iobroker auf debian bullseye amd64 (i5-8259U)
                                      homematic -> homegear -> HM-CFG-LAN ~> 11 x hm-cc-rt-dn | 3 x hm-sec-sd
                                      knx -> eibd -> SCN‐IP000.01 ~> 4 x AMS-1216.01 | (1 x JAL-0810.01 | 1 x JAL-0410.01) | 2 x BE-16000.01 | …

                                      1 Reply Last reply
                                      0
                                      • L Offline
                                        L Offline
                                        LJTom
                                        wrote on last edited by
                                        #81

                                        deaktivieren hat funktioniert.

                                        Bei LIST wirft er mir eine ganze liste aus, ich schätze mal dich interessirt knxd:

                                        knxd.service disabled

                                        schätze mal das gehört jetzt so?!?!

                                        1 Reply Last reply
                                        0
                                        • ruhigundrelaxedR Offline
                                          ruhigundrelaxedR Offline
                                          ruhigundrelaxed
                                          wrote on last edited by
                                          #82

                                          Der ganze Trick nur, um das Ding testweise im Vordergrund zu starten. Wenn der Dienst deaktiviert ist: sudo /usr/bin/knxd –eibaddr=0.0.230 -u /tmp/eib -u /var/run/knx -i -DTRS -b ipt:192.168.1.106

                                          Was passiert dann?

                                          iobroker auf debian bullseye amd64 (i5-8259U)
                                          homematic -> homegear -> HM-CFG-LAN ~> 11 x hm-cc-rt-dn | 3 x hm-sec-sd
                                          knx -> eibd -> SCN‐IP000.01 ~> 4 x AMS-1216.01 | (1 x JAL-0810.01 | 1 x JAL-0410.01) | 2 x BE-16000.01 | …

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          110

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe