Reply To: Apple Siri Addon for Speech Control Plugin BETA

Max2Play Home Forums Max2Play Add-ons Apple Siri Addon for Speech Control Plugin BETA Reply To: Apple Siri Addon for Speech Control Plugin BETA

31. Juli 2017 at 8:02 #30240

Hallo Heiner,

ich hab mal etwas an der config herumgespielt.

Mit folgender config wird Homebridge gestartet und ich seh das Device in Eve:

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "port": 51826,
        "pin": "031-45-154"
    },

    "accessories": [
    ],
 
    "platforms": [
    ]
    
}

Aber auch ein „Homebridge stoppen“ klicken, und dann wieder „Homebridge starten“ klappt nicht.
Im Frontend bekomme ich nur folgendes Log:

Versucht zu starten ... NICHT Erfolgreich Hier klicken für weitere Informationen
*** 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 
*** 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 
[2017-07-31 07:57:00] Loaded plugin: homebridge-http
[2017-07-31 07:57:01] Registering accessory 'homebridge-http.Http'
[2017-07-31 07:57:01] ---
[2017-07-31 07:57:01] Loaded plugin: homebridge-server
[2017-07-31 07:57:01] Registering platform 'homebridge-server.Server'
[2017-07-31 07:57:01] ---
[2017-07-31 07:57:01] Loaded plugin: homebridge-squeezebox
[2017-07-31 07:57:01] Registering platform 'homebridge-squeezebox.Squeezebox'
[2017-07-31 07:57:01] ---
[2017-07-31 07:57:01] Loaded config.json with 0 accessories and 0 platforms.
[2017-07-31 07:57:01] ---
[2017-07-31 07:57:01] Loading 0 platforms...
[2017-07-31 07:57:01] Loading 0 accessories...
Load homebridge-squeezebox.Squeezebox
Scan this code with your HomeKit App on your iOS device to pair with Homebridge:

┌────────────┐ 
│ 031-45-154 │ 
└────────────┘ 

[2017-07-31 07:57:01] Homebridge is running on port 51826.
[2017-07-31 07:57:13] Got SIGTERM, shutting down Homebridge...

Das Log ist aber veraltet und aktualisiert sich nicht… 🙁
Bei jedem Startversuch steht das gleiche drin.

Aktuell kann ich nur testen, wenn ich den Raspberry neustarte.

1. Funktioniert bei dir das Neustarten von Homebridge?
2. Wo ist das Logfile von Homebridge?

Danke,
Tobi