NEWS
Wifi Light Adapter Milight
-
Hallo,
habe mir von Amazon RGBW LED Stripes gekauft mit einem Wifi LED RGBW Controller.
Der Discovery Adpater erkennt diesen als Wifi Milight Adpater. Wollte diesen installieren. Geht aber nicht, folgendes wird mir ausgegeben. Was muss ich tun?
host.ioBroker-RasPi 2017-11-25 13:55:14.127 error instance system.adapter.wifilight.0 terminated with code 1 () Caught 2017-11-25 13:55:14.127 error by controller[0]: at startup (bootstrap_node.js:149:9) Caught 2017-11-25 13:55:14.127 error by controller[0]: at run (bootstrap_node.js:383:7) Caught 2017-11-25 13:55:14.127 error by controller[0]: at Module.runMain (module.js:604:10) Caught 2017-11-25 13:55:14.126 error by controller[0]: at Function.Module._load (module.js:438:3) Caught 2017-11-25 13:55:14.126 error by controller[0]: at tryModuleLoad (module.js:446:12) Caught 2017-11-25 13:55:14.126 error by controller[0]: at Module.load (module.js:487:32) Caught 2017-11-25 13:55:14.126 error by controller[0]: at Object.Module._extensions..js (module.js:579:10) Caught 2017-11-25 13:55:14.126 error by controller[0]: at Module._compile (module.js:570:32) Caught 2017-11-25 13:55:14.126 error by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.wifilight/wifilight.js:20:20) Caught 2017-11-25 13:55:14.126 error by controller[0]: at Object.exports.Adapter (/opt/iobroker/node_modules/soef/soef.js:1141:23) Caught 2017-11-25 13:55:14.125 error by controller[0]: TypeError: fns.adapter is not a function Caught 2017-11-25 13:55:14.125 error by controller[0]: ^ Caught 2017-11-25 13:55:14.125 error by controller[0]: fns.adapter = fns.adapter(options); Caught 2017-11-25 13:55:14.125 error by controller[0]: /opt/iobroker/node_modules/soef/soef.js:1141 host.ioBroker-RasPi 2017-11-25 13:55:13.594 info instance system.adapter.wifilight.0 started with pid 24090
Danke und Lieber Gruß Matthias
-
Hallo Matthias,
Wollte diesen installieren. Geht aber nicht `
Das erscheint mir nicht korrekt, hilft dir aber nicht ,-) . Der Adapter ist anscheinend installiert, die Instanz will nur nicht.Bitte weitere Informationen zu Versionen von js-Controller, Admin, OS, und Hardware.
Gruß
Rainer
-
Hallo,
korrekt, installiert ist er startet nur nicht. Mein Fehler!
Es läuft auf einem Raspberry Pi
Host ist 1.2.0 Javascript/Node.js
-
Habe den Adapter deinstalliert. Den npm cache geleert und neuinstalliert…
Habe den host und alle Adapter auf den neusten stand gebracht.
Immer noch der gleiche Fehler !
Ist da was am WifiLight Adapter nicht ok?
node node_modules/iobroker.wifilight/wifilight.js --logs --force /opt/iobroker/node_modules/soef/soef.js:1141 fns.adapter = fns.adapter(options); ^ TypeError: fns.adapter is not a function at Object.exports.Adapter (/opt/iobroker/node_modules/soef/soef.js:1141:23) at Object. <anonymous>(/opt/iobroker/node_modules/iobroker.wifilight/wifilight.js:20:20) 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) at Module.runMain (module.js:604:10) at run (bootstrap_node.js:383:7) at startup (bootstrap_node.js:149:9)</anonymous>
-
Hallo,
interessant ist, das es auf einem anderen IoBroker auf einem RasPi ohne weiteres läuft.
Lässt vermuten, das dem Pi auf dem es laufen soll, irgendetwas fehlt. Nur was. da werde ich aus der Fehlermeldung nicht schlau.