Ok, hab ein Problem, war klar 
Also
"platforms": [
{
"platform": "HarmonyHub",
"name": "Harmony Hub"
}
]
Das ist ja die Config, ist auch schön einfach weil keine IP benötigt wird und er sie selbst findet. Mein Problem, der Jason Validator meckert wegen "dublicate keys" weil "platforms" "platform" und "name" schon für mein devolo addon existieren.
Kann mir einer helfen wo ich es einfügen müsste?
Hier meine bisherige config:
{
"accessories" : [
{
"ip" : "XXXX",
"accessory" : "Computer",
"pingInterval" : "15",
"mac" : "XXXX",
"wakeGraceTime" : "20",
"name" : "Computer",
"shutdownGraceTime" : "45"
},
{
"accessory" : "Suncalc",
"offset" : {
"sunriseEnd" : 30,
"sunsetStart" : -30
},
"name" : "Daytime",
"location" : {
"lat" : 48.233125,
"lng" : 11.682981
}
}
],
"bridge" : {
"username" : "XXXX",
"name" : "Homebridge",
"pin" : "XXXX",
"port" : 51826
},
"platforms" : [
{
"password" : "XXXX",
"platform" : "Devolo",
"uuid" : "XXXX",
"email" : "XXXX",
"host" : "192.168.178.37",
"gateway" : "XXXX",
"passkey" : "XXXX",
"name" : "Devolo"
}
]
}
Alles anzeigen
Ich hab die halt versucht einfach darunter zu setzen, aber das fand wie gesagt der Jason Validator nicht toll.
{
"accessories" : [
{
"ip" : "XXXX",
"accessory" : "Computer",
"pingInterval" : "15",
"mac" : "XXXX",
"wakeGraceTime" : "20",
"name" : "Computer",
"shutdownGraceTime" : "45"
},
{
"accessory" : "Suncalc",
"offset" : {
"sunriseEnd" : 30,
"sunsetStart" : -30
},
"name" : "Daytime",
"location" : {
"lat" : 48.233125,
"lng" : 11.682981
}
}
],
"bridge" : {
"username" : "XXXX",
"name" : "Homebridge",
"pin" : "XXXX",
"port" : 51826
},
"platforms" : [
{
"password" : "XXXX",
"platform" : "Devolo",
"uuid" : "XXXX",
"email" : "XXXX",
"host" : "192.168.178.37",
"gateway" : "XXXX",
"passkey" : "XXXX",
"name" : "Devolo"
}
],
"platforms": [
{
"platform": "HarmonyHub",
"name": "Harmony Hub"
}
]
}
Alles anzeigen
So klappt halt nicht.