Hallo zusammen
ich habe gerade homebridge installiert und auch das plugin installiert
https://github.com/ebaauw/homebridge-hue#readme
nun startet mein webif nicht mehr
Log:
root@Server ~ > homebridge
[2019-4-2 21:14:59] Loaded config.json with 0 accessories and 2 platforms.
[2019-4-2 21:14:59] ---
[2019-4-2 21:14:59] Loaded plugin: homebridge-config-ui-x
[2019-4-2 21:14:59] Registering platform 'homebridge-config-ui-x.config'
[2019-4-2 21:14:59] ---
[2019-4-2 21:14:59] Plugin /usr/lib/node_modules/homebridge-hue requires Node version of ^10.15.3 which does not satisfy the current Node version of v6.16.0. You may need to upgrade your installation of Node.
[2019-4-2 21:15:01] Loaded plugin: homebridge-hue
[2019-4-2 21:15:01] Registering platform 'homebridge-hue.Hue'
[2019-4-2 21:15:01] ---
[2019-4-2 21:15:01] Loading 2 platforms...
[2019-4-2 21:15:01] [Config] Initializing config platform...
[2019-4-2 21:15:01] [Config] Spawning homebridge-config-ui-x with PID 12008
[2019-4-2 21:15:01] [Hue] Initializing Hue platform...
/usr/lib/node_modules/homebridge-hue/node_modules/homebridge-hue-utils/lib/HueDiscovery.js:29
async discover () {
^^^^^^^^
SyntaxError: Unexpected identifier
at createScript (vm.js:56:10)
at Object.runInThisContext (vm.js:97:10)
at Module._compile (module.js:549:28)
at Object.Module._extensions..js (module.js:586:10)
at Module.load (module.js:494:32)
at tryModuleLoad (module.js:453:12)
at Function.Module._load (module.js:445:3)
at Module.require (module.js:504:17)
at require (internal/module.js:20:19)
at Function.get HueDiscovery [as HueDiscovery] (/usr/lib/node_modules/homebridge-hue/node_modules/homebridge-hue-utils/index.js:25:39)
root@Server ~ >
meine config sieht so aus
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51888,
"pin": "031-45-154"
},
"platforms": [
{
"platform": "config",
"name": "Config",
"port": 8888,
"sudo": false,
"theme": "red",
"restart": "systemctl restart homebridge",
"log": {
"method": "systemd",
"service": "homebridge"
}
},
{
"platform": "Hue",
"users": {
"001788FFFExxxxxx": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"001788FFFEyyyyyy": "yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy"
},
"sensors": true,
"nativeHomeKitSensors": false,
"excludeSensorTypes": [
"CLIPPresence",
"Geofence"
],
"lights": true
}
],
"accessories": []
}
für jede hilfe bin ich sehr dankbar