Homebridge läuft ohne Fehlermeldung.
config-ui-x ist installiert und scheint auch keinen Fehler zu produzieren.
Allerdings kann ich über meinen Firefox unter windows 10 bei ausgeschalteter Firewall nicht über http://localhost:8080/ auf das GUI zugreifen.
Homebridge habe ich im unsicheren Modus gestartet mit "hombridge -I"
anbei meine config.json und das was homebridge beim Start meldet.
Vielleicht kann man da was erkennen.
Linux mein-pi 4.14.34-v7+ #1110 SMP Mon Apr 16 15:18:51 BST 2018 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Apr 18 16:58:32 2018
pi@mein-pi:~ $ 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-compa…node&f=DNSServiceRegister>
[2018-4-18 17:07:09] Loaded plugin: homebridge-config-ui-x
[2018-4-18 17:07:09] Registering platform 'homebridge-config-ui-x.config'
[2018-4-18 17:07:09] ---
[2018-4-18 17:07:09] Loaded config.json with 0 accessories and 1 platforms.
[2018-4-18 17:07:09] ---
[2018-4-18 17:07:09] Loading 1 platforms...
[2018-4-18 17:07:09] [Config] Initializing config platform...
[2018-4-18 17:07:09] [Config] Spawning homebridge-config-ui-x with PID 851
[2018-4-18 17:07:09] Loading 0 accessories...
Setup Payload:
X-HM://0023ISYWZC504
Scan this code with your HomeKit app on your iOS device to pair with Homebridge:
Or enter this code with your HomeKit app on your iOS device to pair with Homebridge:
??????????????
? 031-45-155 ?
??????????????
[2018-4-18 17:07:10] Homebridge is running on port 51826.
[2018-4-18 17:07:14] [Config] Using Form Authentication
[2018-4-18 17:07:14] [Config] Console is listening on port 8080.
config.json:
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:38",
"port": 51826,
"pin": "031-45-155"
},
"accessories": [
],
"platforms": [
{
"platform": "config",
"name": "Config",
"port": 8080,
"sudo": false
}
]
}