hallo an alle
ich bekomme das nicht zum Laufen
dank im Voraus
die Fehlermeldung kommt:
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 'eveatmo' 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:294: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)
das ist meine config
"platforms": [
{
"platform": "eveatmo",
"name": "eveatmo platform",
"extra_co2_sensor": false,
"ttl": 540,
"deviceTypes": [
"weatherstation"
],
"auth": {
"client_id": "xxx",
"client_secret": "xxx",
"username": "xxx",
"password": "xxx"
}
}
]