Homebridge wird nicht gefunden

Begonnen von RotesPferd, 31 Oktober 2017, 16:53:48

Vorheriges Thema - Nächstes Thema

RotesPferd

Hallo zusammen,
als Anfänger habe ich vor einigen Tagen mit FHEM begonnen und schon diverse Sachen (Funksteckdosen, Tradfri...) am laufen.

Was jedoch nicht möchte ist die Homebridge – wird einfach nicht von meinem iPhone gefunden.

Ich habe einen Raspberry Pi 1 B auf dem Node v6.11.5 und NPM 3.10.10 installiert ist.

Nachfolgend ein Auszug der Konsole (was für mich bis auf "Server listening on: http://<ip>:8282" normal aussieht):


root@raspberrypi:~/.homebridge# homebridge
*** 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>
[10/31/2017, 3:36:00 PM] Loaded plugin: homebridge-fhem
homebridge API version: 2.2
this homebridge-fhem 0.3.7
[10/31/2017, 3:36:00 PM] Registering platform 'homebridge-fhem.FHEM'
[10/31/2017, 3:36:00 PM] ---
[10/31/2017, 3:36:04 PM] Loaded plugin: homebridge-http
[10/31/2017, 3:36:04 PM] Registering accessory 'homebridge-http.Http'
[10/31/2017, 3:36:04 PM] ---
[10/31/2017, 3:36:04 PM] Loaded config.json with 0 accessories and 1 platforms.
[10/31/2017, 3:36:04 PM] ---
[10/31/2017, 3:36:05 PM] Loading 1 platforms...
[10/31/2017, 3:36:05 PM] [FHEM] Initializing homebridge-fhem.FHEM platform...
starting longpoll: http://127.0.0.1:8083/fhem?XHR=1&inform=type=status;addglobal=1;filter=.*;since=null;fmt=JSON&timestamp=1509464168806
[10/31/2017, 3:36:08 PM] [FHEM] Fetching FHEM devices...
[10/31/2017, 3:36:09 PM] Loading 0 accessories...
Server listening on: http://<ip>:8282
[10/31/2017, 3:36:09 PM] [FHEM] Checking devices and attributes...
[10/31/2017, 3:36:09 PM] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7BAttrVal(%22global%22,%22userattr%22,%22%22)%7D&fwcsrf=csrf_489797889228011&XHR=1
[10/31/2017, 3:36:09 PM] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20TYPE=siri&fwcsrf=csrf_489797889228011&XHR=1
[10/31/2017, 3:36:09 PM] [FHEM] Fetching FHEM devices...
[10/31/2017, 3:36:09 PM] [FHEM] fetching: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20room=FHomekit&fwcsrf=csrf_489797889228011&XHR=1
[10/31/2017, 3:36:10 PM] [FHEM] siri device is siri
[10/31/2017, 3:36:10 PM] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7B$defs%7Bsiri%7D-%3E%7B%22homebridge-fhem%20version%22%7D%20=%20%220.3.7%22%7D&fwcsrf=csrf_489797889228011&XHR=1
[10/31/2017, 3:36:10 PM] [FHEM] got: 1 results
[10/31/2017, 3:36:10 PM] [FHEM] LampeFenster is switch
[10/31/2017, 3:36:10 PM] [FHEM] LampeFenster has
[10/31/2017, 3:36:10 PM] [FHEM]   On [state;on,off]
  2017-10-31 15:36:10 caching: LampeFester-state: on
[10/31/2017, 3:36:10 PM] [FHEM]     caching: On: true (as boolean; from 'on')
[10/31/2017, 3:36:10 PM] [FHEM] Initializing platform accessory 'LampeFester'...
[10/31/2017, 3:36:10 PM] [FHEM] creating services for LampeFenster
[10/31/2017, 3:36:10 PM] [FHEM]   information service for LampeFenster
[10/31/2017, 3:36:10 PM] [FHEM]     manufacturer, model and serial number characteristics for LampeFenster
[10/31/2017, 3:36:10 PM] [FHEM]   Switch service for LampeFenster
[10/31/2017, 3:36:10 PM] [FHEM]     On characteristic for LampeFenster:state
Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
                       
    ┌────────────┐     
    │ 111-22-333 │     
    └────────────┘     
                       
[10/31/2017, 3:36:11 PM] Homebridge is running on port 51826.




Wenn ich die Homebridge über /etc/init.d/ starte kommt folgendes:


root@raspberrypi:~/.homebridge# /etc/init.d/homebridge start

Homebridge starting
Homebridge is not running
root@raspberrypi:~/.homebridge# /etc/init.d/homebridge start
Homebridge is already running
root@raspberrypi:~/.homebridge#



Was mich irritiert ist, dass nach "starting" ein "is not running" erscheint und bei erneutem Start kommt "is already running".

Wenn ich mir die Prozesse ansehe (siehe Grafik), dann läuft der Homebridge Prozess.

Hat jemand eine Idee, warum mein iPhone die Homebridge nicht findet????