Wenn ich nun Homebridge starte, kommt nur folgende Fehlermeldung :
pi@raspberrypi:~ $ homebridge
[2018-6-21 18:08:02] Loaded config.json with 0 accessories and 1 platforms.
[2018-6-21 18:08:02] ---
[2018-6-21 18:08:02] Plugin /usr/local/lib/node_modules/homebridge-hue requires Node version of ^8.11.3 which does not satisfy the current Node version of v6.10.0. You may need to upgrade your installation of Node.
[2018-6-21 18:08:04] ====================
[2018-6-21 18:08:04] ERROR LOADING PLUGIN homebridge-hue:
[2018-6-21 18:08:04] /usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/lib/LibPlatform.js:126
async _identify () {
^^^^^^^^^
SyntaxError: Unexpected identifier
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:542:28)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/local/lib/node_modules/homebridge-hue/node_modules/homebridge-lib/index.js:17:16)
at Module._compile (module.js:570:32)
[2018-6-21 18:08:04] ====================
[2018-6-21 18:08:04] No plugins found. See the README for information on installing plugins.
[2018-6-21 18:08:04] Loading 1 platforms...
/usr/local/lib/node_modules/homebridge/lib/api.js:122
throw new Error("The requested platform '" + name + "' was not registered by any plugin.");
^
Error: The requested platform 'Hue' was not registered by any plugin.
at API.platform (/usr/local/lib/node_modules/homebridge/lib/api.js:122:13)
at Server._loadPlatforms (/usr/local/lib/node_modules/homebridge/lib/server.js:314:45)
at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:85:36)
at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:40:10)
at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
pi@raspberrypi:~ $
Liegt es an der Node Version? hier wird ja gemeckert, dass sie zu alt wäre, aber ein update nimmt er auch nicht und eigentlich habe ich gerade noch eine node 8.x installiert.