Ankündigung

Einklappen
Keine Ankündigung bisher.

Apple - HomeKit - Schnittstelle zur Heimautomation

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

    Zitat von snowdd Beitrag anzeigen
    Jaja, "jetzt nochmal im ganzen Satz", kennen wir doch noch aus der Schule....

    BTW: cooler Footer, muss jedesmal lachen. Wenn Du den Thread so ab Seite 10 gelesen hast, weißt Du auch warum!
    He he.. ja.. dachte Siri nimmts da nicht so genau..

    hab ich noch nicht gelesen.. mach ich aber gern mal...

    Noch ne kleine Frage.. wenn ich die SSH Sitzung von Putty schließe ist auch der Server weg.. kann ich das "Ding" irgendwie
    weiter laufen lassen, wenn ich mich abgemeldet hab ? (sorry, bin kein Linuxprofi... )

    Gruß Martin
    Die Selbsthilfegruppe "UTF-8-Probleme" trifft sich diesmal abweichend im groüen Saal.

    Kommentar


      Klar, mit nohup (wahrscheinlich von no-hang-up) :
      mit debug:
      Code:
      DEBUG=* nohup npm start &
      oder
      Code:
      DEBUG=* nohup node app.js &
      Das & sorgt dafür dass der Prozess gleich im Hintergrund startet. Alle Ausgaben landen in der Datei nohup.out die kannst Du Dir dann online mit
      Code:
      tail -F nohup.out
      ansehen und verfolgen.

      Deutschsprachiges homebridge-knx-Forum unter https://github.com/snowdd1/homebridge-knx-de

      Kommentar


        Uhmm .man.. jetzt hatte ichs am laufen.. hab dann nochmal was an der Config geändert und
        ab dann ging es nicht mehr.. hab dann wieder ein älteres Config File eingespielt, leider startet
        der Server trotzdem nicht..

        Folgender Fehler Code:

        Code:
        root@raspberrypi:/usr/src/homebridge# npm start
        
        > homebridge@0.1.1 start /usr/src/homebridge
        > DEBUG=* node app.js || true
        
        *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
        *** WARNING *** Please fix your application to use the native API of Avahi!
        *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node>
        *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
        *** WARNING *** Please fix your application to use the native API of Avahi!
        *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister>
        Starting HomeBridge server...
        _____________________________________________________________________
        IMPORTANT: Homebridge is in the middle of some big changes.
                   Read more about it here:
                   https://github.com/nfarina/homebridge/wiki/Migration-Guide
        _____________________________________________________________________
        
        Loading 1 platforms...
        [KNX] Initializing KNX platform...
        [KNX] Fetching KNX devices.
        [KNX] parsing acc 0 of 7
        [KNX] push new universal device Wohnzimmer
        [KNX] Accessory constructor called
        [KNX] created Wohnzimmer universal accessory
        [KNX] parsing acc 1 of 7
        [KNX] push new universal device Esszimmer
        [KNX] Accessory constructor called
        [KNX] created Esszimmer universal accessory
        [KNX] parsing acc 2 of 7
        [KNX] push new universal device Küche
        [KNX] Accessory constructor called
        [KNX] created Küche universal accessory
        [KNX] parsing acc 3 of 7
        [KNX] push new universal device Raumtemperatur Wohnzimmer
        [KNX] Accessory constructor called
        [KNX] created Raumtemperatur Wohnzimmer universal accessory
        [KNX] parsing acc 4 of 7
        [KNX] push new universal device Rollladen
        [KNX] Accessory constructor called
        [KNX] created Rollladen universal accessory
        [KNX] parsing acc 5 of 7
        [KNX] push new universal device Schloss
        [KNX] Accessory constructor called
        [KNX] created Schloss universal accessory
        [KNX] parsing acc 6 of 7
        [KNX] push new universal device Garage
        [KNX] Accessory constructor called
        [KNX] created Garage universal accessory
        [KNX] returning 7 accessories
        [KNX] Initializing platform accessory 'Wohnzimmer'...
        [KNX] Preparing Services: 1
        [KNX] Preparing Service: 0 of type Lightbulb
        [KNX] [Wohnzimmer]:Lightbulb on/off characteristic enabled
        [KNX] knx registering BOOLEAN 1/2/44,1/2/82
        [KNX] [Wohnzimmer]:[On]: Issuing read requests on the KNX bus...
        [KNX] [knxdevice:knxread] preparing knx request for 1/2/44
        [KNX] [knxdevice:knxread] preparing knx request for 1/2/82
        [KNX] [Wohnzimmer]:Lightbulb Brightness characteristic enabled
        [KNX] knx registering PERCENT 1/2/43,1/2/23
        [KNX] [Wohnzimmer]:[Brightness]: Issuing read requests on the KNX bus...
        [KNX] [knxdevice:knxread] preparing knx request for 1/2/43
        [KNX] [knxdevice:knxread] preparing knx request for 1/2/23
        >>> knxd groupsocketlisten starting <<<
        [KNX] Initializing platform accessory 'Esszimmer'...
        [KNX] Preparing Services: 1
        [KNX] Preparing Service: 0 of type Lightbulb
        [KNX] [Esszimmer]:Lightbulb on/off characteristic enabled
        [KNX] knx registering BOOLEAN 1/2/47,1/2/24
        [KNX] [Esszimmer]:[On]: Issuing read requests on the KNX bus...
        [KNX] [knxdevice:knxread] preparing knx request for 1/2/47
        [KNX] [knxdevice:knxread] preparing knx request for 1/2/24
        [KNX] [Esszimmer]:Lightbulb Brightness characteristic enabled
        [KNX] knx registering PERCENT 1/12/49,1/2/85
        [KNX] [Esszimmer]:[Brightness]: Issuing read requests on the KNX bus...
        [KNX] [knxdevice:knxread] preparing knx request for 1/12/49
        [KNX] [knxdevice:knxread] preparing knx request for 1/2/85
        << knxd socket listener already running >>
        [KNX] Initializing platform accessory 'Küche'...
        [KNX] Preparing Services: 1
        [KNX] Preparing Service: 0 of type Lightbulb
        [KNX] [Küche]:Lightbulb on/off characteristic enabled
        << knxd socket listener already running >>
        [KNX] Initializing platform accessory 'Garage'...
        [KNX] Preparing Services: 1
        [KNX] Preparing Service: 0 of type GarageDoorOpener
        [KNX] [Garage]:GarageDoorOpener CurrentDoorState characteristic enabled
        [KNX] [Garage]:[Current Door State]:knx registering INT ,5/4/12
        [KNX] [Garage]:[Current Door State]: Issuing read requests on the KNX bus...
        [KNX] [knxdevice:knxread] preparing knx request for 5/4/12
        [KNX] [Garage]:GarageDoorOpener TargetDoorState characteristic enabled
        [KNX] [Garage]:[Target Door State]:knx registering INT 5/4/11
        [KNX] [Garage]:[Target Door State]: Issuing read requests on the KNX bus...
        [KNX] [knxdevice:knxread] preparing knx request for 5/4/11
        << knxd socket listener already running >>
        Scan this code with your HomeKit App on your iOS device:
        
            ââââââââââââââ
            â 123-34-567 â
            ââââââââââââââ
        
          Accessory [Homebridge] Creating new AccessoryInfo for our HAP server +0ms
          Accessory [Homebridge] Creating new IdentifierCache +99ms
        events.js:85
              throw er; // Unhandled 'error' event
                    ^
        Error: listen EADDRINUSE
            at exports._errnoException (util.js:746:11)
            at Server._listen2 (net.js:1156:14)
            at listen (net.js:1182:10)
            at Server.listen (net.js:1267:5)
            at EventedHTTPServer.listen (/usr/src/homebridge/node_modules/HAP-NodeJS/lib/util/eventedhttp.js:58:19)
            at HAPServer.listen (/usr/src/homebridge/node_modules/HAP-NodeJS/lib/HAPServer.js:132:20)
            at Bridge.Accessory.publish (/usr/src/homebridge/node_modules/HAP-NodeJS/lib/Accessory.js:347:16)
            at publish (/usr/src/homebridge/app.js:215:10)
            at startup (/usr/src/homebridge/app.js:65:7)
            at Object.<anonymous> (/usr/src/homebridge/app.js:223:1)
        root@raspberrypi:/usr/src/homebridge#
        Probiert hab ich: EIBD neu gestartet, Raspi neu gestartet, altes Config File eingespielt (orginal), npm update

        kann mir einer einen Tipp geben ?

        Gruß Martin
        Zuletzt geändert von Brick; 06.10.2015, 06:57.
        Die Selbsthilfegruppe "UTF-8-Probleme" trifft sich diesmal abweichend im groüen Saal.

        Kommentar


          hmm.. hab jetzt mit ps -ax geschaut.. und alle Prozesse gekillt, die irgendwie dazu gehört haben.. dann
          nochmal neu gestartet..
          jetzt bricht er zwar nicht mehr ab.. aber hängt irgendwie:
          Code:
          root@raspberrypi:/usr/src/homebridge# npm start
          
          > homebridge@0.1.1 start /usr/src/homebridge
          > DEBUG=* node app.js || true
          
          *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
          *** WARNING *** Please fix your application to use the native API of Avahi!
          *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node>
          *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
          *** WARNING *** Please fix your application to use the native API of Avahi!
          *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister>
          Starting HomeBridge server...
          _____________________________________________________________________
          IMPORTANT: Homebridge is in the middle of some big changes.
                     Read more about it here:
                     https://github.com/nfarina/homebridge/wiki/Migration-Guide
          _____________________________________________________________________
          
          Loading 1 platforms...
          [KNX] Initializing KNX platform...
          [KNX] Fetching KNX devices.
          [KNX] parsing acc 0 of 6
          [KNX] push new universal device Keller
          [KNX] Accessory constructor called
          [KNX] created Keller universal accessory
          [KNX] parsing acc 1 of 6
          [KNX] push new universal device Esszimmer
          [KNX] Accessory constructor called
          [KNX] created Esszimmer universal accessory
          [KNX] parsing acc 2 of 6
          [KNX] push new universal device Wohnzimmer
          [KNX] Accessory constructor called
          [KNX] created Wohnzimmer universal accessory
          [KNX] parsing acc 3 of 6
          [KNX] push new universal device Küche
          [KNX] Accessory constructor called
          [KNX] created Küche universal accessory
          [KNX] parsing acc 4 of 6
          [KNX] push new universal device Raumtemperatur Wohnzimmer
          [KNX] Accessory constructor called
          [KNX] created Raumtemperatur Wohnzimmer universal accessory
          [KNX] parsing acc 5 of 6
          [KNX] push new universal device Rollladen
          [KNX] Accessory constructor called
          [KNX] created Rollladen universal accessory
          [KNX] returning 6 accessories
          [KNX] Initializing platform accessory 'Keller'...
          [KNX] Preparing Services: 2
          [KNX] Preparing Service: 0 of type Lightbulb
          [KNX] [Keller]:Lightbulb on/off characteristic enabled
          [KNX] knx registering BOOLEAN 0/0/8
          [KNX] [Keller]:[On]: Issuing read requests on the KNX bus...
          [KNX] [knxdevice:knxread] preparing knx request for 0/0/8
          [KNX] Preparing Service: 1 of type Lightbulb
          [KNX] [Keller]:Lightbulb on/off characteristic enabled
          [KNX] knx registering BOOLEAN 0/0/9,0/0/8
          [KNX] [Keller]:[On]: Issuing read requests on the KNX bus...
          [KNX] [knxdevice:knxread] preparing knx request for 0/0/9
          [KNX] [knxdevice:knxread] preparing knx request for 0/0/8
          [KNX] [Keller]:Lightbulb Brightness characteristic enabled
          [KNX] knx registering PERCENT 0/0/4,0/0/4
          [KNX] [Keller]:[Brightness]: Issuing read requests on the KNX bus...
          [KNX] [knxdevice:knxread] preparing knx request for 0/0/4
          [KNX] [knxdevice:knxread] preparing knx request for 0/0/4
          >>> knxd groupsocketlisten starting <<<
          [KNX] Initializing platform accessory 'Esszimmer'...
          [KNX] Preparing Services: 1
          [KNX] Preparing Service: 0 of type Lightbulb
          [KNX] [Esszimmer]:Lightbulb on/off characteristic enabled
          [KNX] knx registering BOOLEAN 0/1/11,0/1/11
          [KNX] [Esszimmer]:[On]: Issuing read requests on the KNX bus...
          [KNX] [knxdevice:knxread] preparing knx request for 0/1/11
          [KNX] [knxdevice:knxread] preparing knx request for 0/1/11
          [KNX] [Esszimmer]:Lightbulb Brightness characteristic enabled
          [KNX] knx registering PERCENT 0/1/34,0/1/34
          [KNX] [Esszimmer]:[Brightness]: Issuing read requests on the KNX bus...
          [KNX] [knxdevice:knxread] preparing knx request for 0/1/34
          [KNX] [knxdevice:knxread] preparing knx request for 0/1/34
          << knxd socket listener already running >>
          [KNX] Initializing platform accessory 'Wohnzimmer'...
          [KNX] Preparing Services: 1
          [KNX] Preparing Service: 0 of type Lightbulb
          [KNX] [Wohnzimmer]:Lightbulb on/off characteristic enabled
          [KNX] knx registering BOOLEAN 0/1/3,0/1/3
          [KNX] [Wohnzimmer]:[On]: Issuing read requests on the KNX bus...
          [KNX] [knxdevice:knxread] preparing knx request for 0/1/3
          [KNX] [knxdevice:knxread] preparing knx request for 0/1/3
          [KNX] [Wohnzimmer]:Lightbulb Brightness characteristic enabled
          [KNX] knx registering PERCENT 0/1/33,0/1/33
          [KNX] [Wohnzimmer]:[Brightness]: Issuing read requests on the KNX bus...
          [KNX] [knxdevice:knxread] preparing knx request for 0/1/33
          [KNX] [knxdevice:knxread] preparing knx request for 0/1/33
          << knxd socket listener already running >>
          [KNX] Initializing platform accessory 'Küche'...
          [KNX] Preparing Services: 2
          [KNX] Preparing Service: 0 of type Lightbulb
          [KNX] [Küche]:Lightbulb on/off characteristic enabled
          [KNX] knx registering BOOLEAN 0/1/4,0/1/4
          [KNX] [Küche]:[On]: Issuing read requests on the KNX bus...
          [KNX] [knxdevice:knxread] preparing knx request for 0/1/4
          [KNX] [knxdevice:knxread] preparing knx request for 0/1/4
          [KNX] Preparing Service: 1 of type Lightbulb
          [KNX] [Küche]:Lightbulb on/off characteristic enabled
          [KNX] knx registering BOOLEAN 0/1/7,0/1/7
          [KNX] [Küche]:[On]: Issuing read requests on the KNX bus...
          [KNX] [knxdevice:knxread] preparing knx request for 0/1/7
          [KNX] [knxdevice:knxread] preparing knx request for 0/1/7
          << knxd socket listener already running >>
          [KNX] Initializing platform accessory 'Raumtemperatur Wohnzimmer'...
          [KNX] Preparing Services: 1
          [KNX] Preparing Service: 0 of type TemperatureSensor
          [KNX] [Raumtemperatur Wohnzimmer]:TemperatureSensor CurrentTemperature characteristic enabled
          [KNX] [Raumtemperatur Wohnzimmer]:[Current Temperature]:knx registering FLOAT ,3/2/47
          [KNX] [Raumtemperatur Wohnzimmer]:[Current Temperature]: Issuing read requests on the KNX bus...
          [KNX] [knxdevice:knxread] preparing knx request for 3/2/47
          << knxd socket listener already running >>
          [KNX] Initializing platform accessory 'Rollladen'...
          [KNX] Preparing Services: 1
          [KNX] Preparing Service: 0 of type WindowCovering
          [KNX] [Rollladen]:WindowCovering PositionState characteristic enabled
          [KNX] [Rollladen]:[Position State]:knx registering FLOAT ,1/7/1
          [KNX] [Rollladen]:[Position State]: Issuing read requests on the KNX bus...
          [KNX] [knxdevice:knxread] preparing knx request for 1/7/1
          << knxd socket listener already running >>
          Scan this code with your HomeKit App on your iOS device:
          
              ââââââââââââââ
              â 123-34-567 â
              ââââââââââââââ
          
            EventedHTTPServer Server listening on port 51826 +0ms
          [KNX] [knxdevice:knxread] knx request sent for 0/0/8
          [KNX] [knxdevice:knxread] knx request sent for 0/0/9
          [KNX] [knxdevice:knxread] knx request sent for 0/0/8
          [KNX] [knxdevice:knxread] knx request sent for 0/0/4
          [KNX] [knxdevice:knxread] knx request sent for 0/0/4
          [KNX] [knxdevice:knxread] knx request sent for 0/1/11
          [KNX] [knxdevice:knxread] knx request sent for 0/1/11
          [KNX] [knxdevice:knxread] knx request sent for 0/1/34
          [KNX] [knxdevice:knxread] knx request sent for 0/1/34
          [KNX] [knxdevice:knxread] knx request sent for 0/1/3
          [KNX] [knxdevice:knxread] knx request sent for 0/1/3
          [KNX] [knxdevice:knxread] knx request sent for 0/1/33
          [KNX] [knxdevice:knxread] knx request sent for 0/1/33
          [KNX] [knxdevice:knxread] knx request sent for 0/1/4
          [KNX] [knxdevice:knxread] knx request sent for 0/1/4
          [KNX] [knxdevice:knxread] knx request sent for 0/1/7
          [KNX] [knxdevice:knxread] knx request sent for 0/1/7
          [KNX] [knxdevice:knxread] knx request sent for 3/2/47
          [KNX] [knxdevice:knxread] knx request sent for 1/7/1
          [KNX] [Keller]: Received value from bus:0 for 0/0/8 from 1.1.15 of type DPT1 for On
          [KNX] [Keller]: Received value from bus:0 for 0/0/8 from 1.1.15 of type DPT1 for On
          [KNX] [Keller]: Received value from bus:0 for 0/0/9 from 1.1.15 of type DPT1 for On
          [KNX] [Keller]: Received value from bus:0 for 0/0/8 from 1.1.15 of type DPT1 for On
          [KNX] [Keller]: Received value from bus:0 for 0/0/8 from 1.1.15 of type DPT1 for On
          [KNX] [Keller]: Received value from bus:0 for 0/0/4 from 1.1.1 of type DPT5 for Brightness
          [KNX] [Keller]: Received value from bus:0 for 0/0/4 from 1.1.1 of type DPT5 for Brightness
          [KNX] [Keller]: Received value from bus:0 for 0/0/4 from 1.1.1 of type DPT5 for Brightness
          [KNX] [Keller]: Received value from bus:0 for 0/0/4 from 1.1.1 of type DPT5 for Brightness
          [KNX] [Keller]: Received value from bus:0 for 0/0/4 from 1.1.1 of type DPT5 for Brightness
          [KNX] [Keller]: Received value from bus:0 for 0/0/4 from 1.1.1 of type DPT5 for Brightness
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.2.4 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.2.4 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.2.3 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.2.3 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.2.7 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.2.7 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.1.16 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.1.16 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.2.4 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.2.4 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.2.3 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.2.3 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.2.7 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.2.7 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.1.16 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/11 from 1.1.16 of type DPT1 for On
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/34 from 1.2.4 of type DPT5 for Brightness
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/34 from 1.2.4 of type DPT5 for Brightness
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/34 from 1.2.4 of type DPT5 for Brightness
          [KNX] [Esszimmer]: Received value from bus:0 for 0/1/34 from 1.2.4 of type DPT5 for Brightness
          [KNX] [Wohnzimmer]: Received value from bus:0 for 0/1/3 from 1.2.6 of type DPT1 for On
          [KNX] [Wohnzimmer]: Received value from bus:0 for 0/1/3 from 1.2.6 of type DPT1 for On
          [KNX] [Wohnzimmer]: Received value from bus:0 for 0/1/3 from 1.2.7 of type DPT1 for On
          [KNX] [Wohnzimmer]: Received value from bus:0 for 0/1/3 from 1.2.7 of type DPT1 for On
          [KNX] [Wohnzimmer]: Received value from bus:0 for 0/1/3 from 1.2.6 of type DPT1 for On
          [KNX] [Wohnzimmer]: Received value from bus:0 for 0/1/3 from 1.2.6 of type DPT1 for On
          [KNX] [Wohnzimmer]: Received value from bus:0 for 0/1/3 from 1.2.7 of type DPT1 for On
          [KNX] [Wohnzimmer]: Received value from bus:0 for 0/1/3 from 1.2.7 of type DPT1 for On
          [KNX] [Wohnzimmer]: Received value from bus:0 for 0/1/33 from 1.2.6 of type DPT5 for Brightness
          [KNX] [Wohnzimmer]: Received value from bus:0 for 0/1/33 from 1.2.6 of type DPT5 for Brightness
          [KNX] [Wohnzimmer]: Received value from bus:0 for 0/1/33 from 1.2.6 of type DPT5 for Brightness
          [KNX] [Wohnzimmer]: Received value from bus:0 for 0/1/33 from 1.2.6 of type DPT5 for Brightness
          [KNX] [Küche]: Received value from bus:0 for 0/1/4 from 1.2.7 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/4 from 1.2.7 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/4 from 1.1.16 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/4 from 1.1.16 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/4 from 1.2.7 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/4 from 1.2.7 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/4 from 1.1.16 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/4 from 1.1.16 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.2.7 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.2.7 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.2.3 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.2.3 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.1.16 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.1.16 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.2.7 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.2.7 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.2.3 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.2.3 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.1.16 of type DPT1 for On
          [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.1.16 of type DPT1 for On
          [KNX] [Keller]: Received value from bus:0 for 0/0/4 from 1.1.1 of type DPT5 for Brightness
          [KNX] [Keller]: Received value from bus:0 for 0/0/4 from 1.1.1 of type DPT5 for Brightness
          [KNX] [Keller]: Received value from bus:0 for 0/0/8 from 1.1.15 of type DPT1 for On
          [KNX] [Keller]: Received value from bus:0 for 0/0/8 from 1.1.15 of type DPT1 for On
          da hängt er jetzt.. und tut nix mehr..

          Die Selbsthilfegruppe "UTF-8-Probleme" trifft sich diesmal abweichend im groüen Saal.

          Kommentar


            events.js:85
            throw er; // Unhandled 'error' event
            ^
            Error: listen EADDRINUSE
            at exports._errnoException (util.js:746:11)
            at Server._listen2 (net.js:1156:14)
            at listen (net.js:1182:10)
            Das passiert immer, wenn der Server im Hintergrund noch läuft...
            sudo ps -fu pi
            zeigt bei mir die Prozesse aus einer anderen Session. "node app.js" ist bei mir der Prozess den ich killen muss.
            Deutschsprachiges homebridge-knx-Forum unter https://github.com/snowdd1/homebridge-knx-de

            Kommentar


              da hängt er jetzt.. und tut nix mehr..
              Passiert auch nichts, wenn Du einen Lichtschalter betätigst? Dann sollte zumindest eine neue Zeile wie
              [KNX] [Küche]: Received value from bus:0 for 0/1/7 from 1.1.16 of type DPT1 for On
              angezeigt werden.
              Das sich deine Homekit App nicht mehr meldet, bedeutet wahrscheinlich dass Deine Bridge irgendwie "gegen die Regeln verstoßen" hat.
              Was für Geräte hast Du konfiguriert? Und wie viele?
              Gruß
              Raoul
              Deutschsprachiges homebridge-knx-Forum unter https://github.com/snowdd1/homebridge-knx-de

              Kommentar


                Hi,

                danke erst mal für die Hilfe !!

                nein.. er tut auch nix mehr, wenn ich im Haus was schalte... das hat er als es funktioniert hat schon getan..
                Ich hab nur mein Config File angepasst.. hab das File zwar validieren lassen.. aber scheinbar hatte er doch
                noch was zum aussetzen..
                hab dann das Orginalfile aus dem Image verwendet.. nur die IP auf den EIBD geändert.. leider ohne Erfolg.

                Hier das Config File:

                Code:
                {
                    "bridge": {
                        "name": "Homebridge",
                        "username": "CC:22:3D:E3:CE:30",
                        "port": 51826,
                        "pin": "123-34-567"
                    },
                    "description": "This is an example configuration file for KNX platform shim",
                    "hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration",
                    "hint2": "Replace all group addresses by current addresses of your installation, these are arbitrary examples!",
                    "hint3": "For valid services and their characteristics have a look at the knxdevice.md file in folder accessories!",
                    "platforms": [
                        {
                            "platform": "KNX",
                            "name": "KNX",
                            "knxd_ip": "192.168.172.138",
                            "knxd_port": 6720,
                            "accessories": [
                                {
                                    "accessory_type": "knxdevice",
                                    "description": "Only generic type knxdevice is supported, all previous knx types have been merged into that.",
                                    "name": "Keller",
                                    "services": [
                                        {
                                            "type": "Lightbulb",
                                            "name": "Licht Bar",
                                            "On": {
                                                "Set": "0/0/8"
                                            }
                                        },
                                        {
                                            "type": "Lightbulb",
                                            "description": "iOS8 Lightbulb type, supports On (Switch) and Brightness",
                                            "name": "Licht Tresen",
                                            "On": {
                                                "Set": "0/0/9",
                                                "Listen": [
                                                    "0/0/8"
                                                ]
                                            },
                                            "Brightness": {
                                                "Set": "0/0/4",
                                                "Listen": [
                                                    "0/0/4"
                                                ]
                                            }
                                        }
                                    ],
                                    "services-description": "Services is an array, you CAN have multiple service types in one accessory, though it is not fully supported in many iOS HK apps, such as EVE and myTouchHome"
                                },
                                {
                                    "accessory_type": "knxdevice",
                                    "description": "Only generic type knxdevice is supported, all previous knx types have been merged into that.",
                                    "name": "Esszimmer",
                                    "services": [
                                        {
                                            "type": "Lightbulb",
                                            "description": "iOS8 Lightbulb type, supports On (Switch) and Brightness",
                                            "name": "Licht Esszimmer",
                                            "On": {
                                                "Set": "0/1/11",
                                                "Listen": [
                                                    "0/1/11"
                                                ]
                                            },
                                            "Brightness": {
                                                "Set": "0/1/34",
                                                "Listen": [
                                                    "0/1/34"
                                                ]
                                            }
                                        }
                                    ],
                                    "services-description": "Services is an array, you CAN have multiple service types in one accessory, though it is not fully supported in many iOS HK apps, such as EVE and myTouchHome"
                                },
                                {
                                    "accessory_type": "knxdevice",
                                    "description": "Only generic type knxdevice is supported, all previous knx types have been merged into that.",
                                    "name": "Wohnzimmer",
                                    "services": [
                                        {
                                            "type": "Lightbulb",
                                            "description": "iOS8 Lightbulb type, supports On (Switch) and Brightness",
                                            "name": "Licht Couch",
                                            "On": {
                                                "Set": "0/1/3",
                                                "Listen": [
                                                    "0/1/3"
                                                ]
                                            },
                                            "Brightness": {
                                                "Set": "0/1/33",
                                                "Listen": [
                                                    "0/1/33"
                                                ]
                                            }
                                        }
                                    ],
                                    "services-description": "Services is an array, you CAN have multiple service types in one accessory, though it is not fully supported in many iOS HK apps, such as EVE and myTouchHome"
                                },
                                {
                                    "accessory_type": "knxdevice",
                                    "description": "Only generic type knxdevice is supported, all previous knx types have been merged into that.",
                                    "name": "Küche",
                                    "services": [
                                        {
                                            "type": "Lightbulb",
                                            "description": "iOS8 Lightbulb type, supports On (Switch) and Brightness",
                                            "name": "Licht Küchenzeile",
                                            "On": {
                                                "Set": "0/1/4",
                                                "Listen": [
                                                    "0/1/4"
                                                ]
                                            }
                                        },
                                        {
                                            "type": "Lightbulb",
                                            "description": "iOS8 Lightbulb type, supports On (Switch) and Brightness",
                                            "name": "Licht Küche",
                                            "On": {
                                                "Set": "0/1/7",
                                                "Listen": [
                                                    "0/1/7"
                                                ]
                                            }
                                        }
                                    ],
                                    "services-description": "Services is an array, you CAN have multiple service types in one accessory, though it is not fully supported in many iOS HK apps, such as EVE and myTouchHome"
                                },
                                {
                                    "accessory_type": "knxdevice",
                                    "name": "Raumtemperatur Wohnzimmer",
                                    "description": "iOS8.4.1 TemperatureSensor type, supports CurrentTemperature",
                                    "services": [
                                        {
                                            "type": "TemperatureSensor",
                                            "name": "Raumtemperatur",
                                            "CurrentTemperature": {
                                                "Listen": "3/2/47"
                                            }
                                        }
                                    ]
                                },
                                {
                                    "accessory_type": "knxdevice",
                                    "description": "sample device with multiple services. Multiple services of different types are widely supported",
                                    "name": "Rollladen",
                                    "services": [
                                        {
                                            "type": "WindowCovering",
                                            "description": "iOS9 Window covering (blinds etc) type, still WIP",
                                            "name": "Rollladen Wohnzimmer",
                                            "Target": {
                                                "Set": "1/1/54",
                                                "Listen": "1/1/215"
                                            },
                                            "Current": {
                                                "Set": "3/1/54",
                                                "Listen": "1/1/215"
                                            },
                                            "PositionState": {
                                                "Listen": "1/7/1"
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
                Die Selbsthilfegruppe "UTF-8-Probleme" trifft sich diesmal abweichend im groüen Saal.

                Kommentar


                  Hast Du ihn nochmal ohne `nohup` gestartet? Bleibt er dann auch bei der gleichen Zeile stehen?
                  Deutschsprachiges homebridge-knx-Forum unter https://github.com/snowdd1/homebridge-knx-de

                  Kommentar


                    Hatte das selbe Problem. Bei mir hat auf dem Iphone unter Einstellungen->Datenschutz->HomeKit->HomeKit-Konfiguration zrücksetzen und danach ein Neuanlegen in der App geholfen..

                    Kommentar


                      @brick
                      habe gesehen, dass Du PositionState mit einer Adresse verknüpft hast. Welche Werte kommenden auf dieser Adresse an? Da sind nur bestimmte erlaubt, siehe /platforms/KNX.md

                      Ansonsten wird die homebridge "incompliant" und HomeKit sperrt sie - allerdings sollte der Server die KNx Aktivitäten auf dem Bus weiter anzeigen.
                      Deutschsprachiges homebridge-knx-Forum unter https://github.com/snowdd1/homebridge-knx-de

                      Kommentar


                        @rehell
                        Es reicht, in der config.json den MAC-Adressenartigen Username zu verändern. Dann ist der Server für HomeKit ein "neues" Gerät und lässt sich wieder koppeln. Allerdings sind dann alle Raumzuordnungen weg.
                        Deutschsprachiges homebridge-knx-Forum unter https://github.com/snowdd1/homebridge-knx-de

                        Kommentar


                          Danke für die Info. Das Ergebnis ist in beiden Methoden, alle Raumzuordnungen sind weg.
                          Ich hab da noch folgendes Problem
                          << knxd socket listener already running >>
                          Scan this code with your HomeKit App on your iOS device:

                          ┌────────────┐
                          │ 123-34-567 │
                          └────────────┘

                          EventedHTTPServer Server listening on port 51826 +0ms
                          [KNX] [knxdevice:knxread] knx request sent for 0/1/54
                          [KNX] [knxdevice:knxread] knx request sent for 0/1/56
                          [KNX] [knxdevice:knxread] knx request sent for 0/1/28
                          [KNX] [knxdevice:knxread] knx request sent for 0/1/52
                          [KNX] [Buero Deckenlicht Schreibtisch]: Received value from bus:138 for 0/1/56 from 1.1.24 of type DPT5 for Brightness
                          [KNX] [Buero Deckenlicht Tuer]: Received value from bus:1 for 0/1/28 from 1.1.24 of type DPT1 for On
                          ^C
                          Es werden vier knxread requsts abgesetzt aber nur zwei Antworten gehen zurück zu App. Manchmal kommt auch nur eine Antwoert
                          Damit werden natürlich die Stati der Devices in der App unvollständig dargestellt.
                          Das ist bei zwei Lampen erst mal kein grosses Problem.
                          Wenn ich parallel ein groupsocketlisten laufen lasse sehe ich, dass aber alle Antworten vom Bus ankommen.

                          pi@raspberrypi ~ $ groupsocketlisten ip:127.0.0.1
                          Read from 0.0.0 to 0/1/54
                          Read from 0.0.0 to 0/1/56
                          Response from 1.1.24 to 0/1/54: 01
                          Response from 1.1.24 to 0/1/56: 8A
                          Read from 0.0.0 to 0/1/28
                          Read from 0.0.0 to 0/1/52
                          Response from 1.1.24 to 0/1/28: 01
                          Response from 1.1.24 to 0/1/52: FF
                          Write from 1.1.88 to 1/2/30: 99
                          Write from 1.1.88 to 1/2/31: 99
                          ^C
                          Bei mir läuft das Ganze auf einem Raspbery B+, auch der EIBD. Als App benutze ich Insteon+. Schalten und Dimmen über Siri funktioniert problemlos.

                          Was könnte das Problem sein?

                          Schon mal vielen Dank, Gruß Rüdiger

                          Kommentar


                            rehell
                            ​So was habe ich bei mir noch nicht beobachtet. Muss ich mal versuchen nachzustellen. Ich habe eher das Gefühl, dass bei mir zu viele Antworten ankommen, ich glaube da spricht noch jemand auf dem Bus mit.
                            Hast Du das groupsocketlisten in einem zweiten Terminal laufen oder wie monitorst Du das parallel?
                            Deutschsprachiges homebridge-knx-Forum unter https://github.com/snowdd1/homebridge-knx-de

                            Kommentar


                              Ja, ich habe das groupsocketlisten in einem zweiten Terminalfenster laufen.

                              Kommentar


                                snowdd Danke für die Infos.. bin leider noch überhaupt nicht dazu gekommen, da was zu testen.. bin
                                gerade beruflich schwer eingespannt.. vielleicht komm ich die nächsten Tag da wieder mehr
                                dazu.. dann schau ich mir das alles noch mal an.!

                                Gruß Martin
                                Die Selbsthilfegruppe "UTF-8-Probleme" trifft sich diesmal abweichend im groüen Saal.

                                Kommentar

                                Lädt...
                                X