Soo hab noch ein bisschen rum probiert.. jetzt beendet die Hombridge direkt mit einer Fehlermeldung, auch ohne eintrag in der config.
einmal mit eintrag in der config...
Code
/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/xml2js/lib/parser.js:303
return cb(null, result);
^
TypeError: Cannot read property 'identifier' of undefined
at /usr/local/lib/node_modules/homebridge-fritz-platform/src/platform.js:249:44
at Parser.<anonymous> (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/xml2js/lib/parser.js:303:18)
at Parser.emit (events.js:188:13)
at SAXParser.onclosetag (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/xml2js/lib/parser.js:261:26)
at emit (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/sax/lib/sax.js:624:35)
at emitNode (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/sax/lib/sax.js:629:5)
at closeTag (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/sax/lib/sax.js:889:7)
at SAXParser.write (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/sax/lib/sax.js:1436:13)
at Parser.exports.Parser.Parser.parseString (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/xml2js/lib/parser.js:322:31)
at Parser.parseString (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/xml2js/lib/parser.js:5:59)
at exports.parseString (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/xml2js/lib/parser.js:354:19)
at Request._callback (/usr/local/lib/node_modules/homebridge-fritz-platform/src/platform.js:245:15)
at Request.self.callback (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/request/request.js:185:22)
at Request.emit (events.js:188:13)
at Request.<anonymous> (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/request/request.js:1161:10)
at Request.emit (events.js:188:13)
at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/request/request.js:1083:12)
at Object.onceWrapper (events.js:276:13)
at IncomingMessage.emit (events.js:193:15)
at endReadableNT (_stream_readable.js:1129:12)
at process.internalTickCallback (internal/process/next_tick.js:72:19)
Alles anzeigen
ohne Eintrag in der config..
Code
Load homebridge-fritz-platform.FritzPlatform
/usr/local/lib/node_modules/homebridge-fritz-platform/src/platform.js:46
this.devices = config.devices||{};
^
TypeError: Cannot read property 'devices' of null
at new FritzPlatform (/usr/local/lib/node_modules/homebridge-fritz-platform/src/platform.js:46:25)
at Server._loadDynamicPlatforms (/usr/local/lib/node_modules/homebridge/lib/server.js:347:30)
at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:88:8)
at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:45:10)
at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (internal/modules/cjs/loader.js:721:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:732:10)
at Module.load (internal/modules/cjs/loader.js:620:32)
at tryModuleLoad (internal/modules/cjs/loader.js:560:12)
at Function.Module._load (internal/modules/cjs/loader.js:552:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:774:12)
at executeUserCode (internal/bootstrap/node.js:342:17)
at startExecution (internal/bootstrap/node.js:276:5)
at startup (internal/bootstrap/node.js:227:5)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
Alles anzeigen
ich bleib jetzt erst mal bei der 2.8.0 die lief sehr stabil ![]()