Hallo det,
danke für deine Antwort.
Ja klar habe ich diese durch meine Daten ersetzt.
Gruß Gerbyte
Hallo det,
danke für deine Antwort.
Ja klar habe ich diese durch meine Daten ersetzt.
Gruß Gerbyte
Hi zusammen,
ich habe mit der Config von Netatmo ein wenig Probleme.
Hier mal meine Config:
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:B5:BE:20",
"port": 51826,
"pin": "031-45-154"
},
"platforms": [{
"platform": "HomeMatic",
"name": "HomeMatic CCU2",
"ccu_ip": "192.168.0.3",
"filter_device": [],
"filter_channel": [],
"outlets": [],
"doors": [],
"programs": [],
"accessories": [],
"subsection": "HomeKit"
},{
"platform": "Fritz!Box",
"name": "My FritzBox",
"username": "[email protected]",
"password": "PASSWORT",
"url": "http://192.168.0.1",
"interval": 60,
"options": {
"strictSSL": false
}
},{
"platform": "AmazonDash",
"buttons": [
{
"name": "Boost 30°C Heizung",
"mac": "b4:7c:9c:30:e9:49"
}
]
},{
"platforms": [
{
"platform": "eveatmo",
"name": "eveatmo platform",
"ttl": 15,
"extra_co2_sensor": false,
"auth": {
"client_id": "client_ID",
"client_secret": "client_secret",
"username": "[email protected]",
"password": "PASSWORD"
}
}
]
}
],
"accessories": [
{
"accessory": "DelaySwitch",
"name": "DelaySwitch 30 Minuten Boost Heizung",
"delay": 1800000
}
]
}
Alles anzeigen
Wenn ich es in der CLI teste kommt immer folgendes:
root@earth:~# 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>
[2017-11-2 21:20:10] Loaded plugin: homebridge-amazondash
[2017-11-2 21:20:10] Registering platform 'homebridge-amazondash.AmazonDash'
[2017-11-2 21:20:10] ---
[2017-11-2 21:20:10] Loaded plugin: homebridge-delay-switch
[2017-11-2 21:20:10] Registering accessory 'homebridge-delay-switch.DelaySwitch'
[2017-11-2 21:20:10] ---
[2017-11-2 21:20:10] Loaded plugin: homebridge-eveatmo
[2017-11-2 21:20:10] Registering platform 'homebridge-eveatmo.eveatmo'
[2017-11-2 21:20:10] ---
[2017-11-2 21:20:11] Loaded plugin: homebridge-fritz
[2017-11-2 21:20:11] Registering platform 'homebridge-fritz.Fritz!Box'
[2017-11-2 21:20:11] ---
[2017-11-2 21:20:11] Loaded plugin: homebridge-homematic
[2017-11-2 21:20:11] Registering platform 'homebridge-homematic.HomeMatic'
[2017-11-2 21:20:11] ---
[2017-11-2 21:20:11] Loaded plugin: homebridge-netatmo
[2017-11-2 21:20:11] Registering platform 'homebridge-netatmo.netatmo'
[2017-11-2 21:20:11] ---
[2017-11-2 21:20:11] There was a problem reading your config.json file.
[2017-11-2 21:20:11] Please try pasting your config.json file here to validate it: http://jsonlint.com
[2017-11-2 21:20:11]
/usr/lib/node_modules/homebridge/lib/server.js:197
throw err;
^
SyntaxError: Unexpected token ] in JSON at position 1015
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)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:389:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:502:3
Alles anzeigen
Denke ich sehe vor lauter Bäume denn Wald nicht mehr. Vielleicht kann mir einer von euch Helfen.
Gruß Gerbyte