Moin,
ich bin gerade zufällig auf diesen Post gestoßen. Würde das gerne bei mir auch einrichten und habe nun die config.json dahingehend editiert.
Leider funktioniert es bei mir nich 
So sieht meine Config nun aus.
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration fil$
"platforms": [{
"platform": "HomeMatic",
"name": "HomeMatic CCU2",
"ccu_ip": "192.168.170.28",
"filter_device": [],
"filter_channel": [],
"outlets": [],
"doors": [],
"programs": [],
"accessories": [],
"subsection": "Homekit"
}]
"platforms": [
{
"platform": "VorwerkVacuumRobot",
"email": "meineemail",
"password": "meinpassword",
"refresh": "120",
"disabled": ["dock", "eco"]
}
]
}
Alles anzeigen
Beim Starten von Homebridge kommt dann folgendes
pi@raspberrypi:~ $ homebridge
*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node>
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister>
[10/28/2017, 6:44:37 PM] Loaded plugin: homebridge-homematic
[10/28/2017, 6:44:37 PM] Registering platform 'homebridge-homematic.HomeMatic'
[10/28/2017, 6:44:37 PM] ---
[10/28/2017, 6:44:38 PM] Loaded plugin: homebridge-vorwerk
[10/28/2017, 6:44:38 PM] Registering platform 'homebridge-vorwerk.VorwerkVacuumRobot'
[10/28/2017, 6:44:38 PM] ---
[10/28/2017, 6:44:38 PM] There was a problem reading your config.json file.
[10/28/2017, 6:44:38 PM] Please try pasting your config.json file here to validate it: http://jsonlint.com
[10/28/2017, 6:44:38 PM]
/usr/lib/node_modules/homebridge/lib/server.js:197
throw err;
^
SyntaxError: Unexpected string in JSON at position 551
at Object.parse (native)
at Server._loadConfig (/usr/lib/node_modules/homebridge/lib/server.js:191:19)
at new Server (/usr/lib/node_modules/homebridge/lib/server.js:52:38)
at module.exports (/usr/lib/node_modules/homebridge/lib/cli.js:26:16)
at Object.<anonymous> (/usr/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)
Alles anzeigen
Wer kann mir sagen was ich falsch mache 
Danke