Guten Abend,
Ich versuche schon seit mehreren Stunden das People Plugin einzustellen.
Habe es in der Version 0.5 Geupdatet und habe es per SSH in der Config bearbeitet in "/root/.homebride"
Und dann denn Raspberry Pi 3 neu gestartet .. In der Home App wird mir die Bridge angezeigt aber sonst nichts mehr?
Und nach einer Weile zeigt die Home App das die Bridge keine Antwort mehr gibt ?
Ich verstehe das nicht..
Hätte da jemand eine Idee oder muss man die irgendwie manuell in die Home App einfügen würde mich auf eine Antwort echt freuen.
Hier der code:
(Manche Sachen durch XX verborgen)
{
"accessories" :
[
],
"bridge" :
{
"username" : "CD:22:3D:XX:XX:XX",
"name" : "Homebridge",
"pin" : "031-45-639",
"port" : 51826
},
"platforms" :
[
{
"platform" : "People",
"threshold" : 15, // (optional, in minutes, default: 15)
"anyoneSensor" : true, // (optional, default: true)
"nooneSensor" : false, // (optional, default: false)
"webhookPort" : 51828, // (optional, default: 51828)
"pingInterval" : 10000, // (optional, in milliseconds, default: 10000, if set to -1 than the ping mechanism will not be used)
"ignoreReEnterExitSeconds" : 0, // (optional, in minutes, default: 0, if set to 0 than every enter/exit will trigger state change otherwise the state will only change if no re-enter/exit occurs in specified number of seconds)
"people" :
[
{
"name" : "Tim iPhone",
"target" : "10.0.1.3",
"threshold" : 15, // (optional, in minutes, default: used from platform
"pingInterval" : 10000, // (optional, in milliseconds, default: used from platform, if set to -1 than the ping mechanism will not be used)
"ignoreReEnterExitSeconds" : 0 // (optional, in minutes, default: used from platform, if set to 0 than every enter/exit will trigger state change otherwise the state will only change if no re-enter/exit occurs in specified number of seconds)
},
{
"name" : "Tim iPad",
"target" : "10.0.1.5",
"threshold" : 15, // (optional, in minutes, default: used from platform
"pingInterval" : 10000, // (optional, in milliseconds, default: used from platform, if set to -1 than the ping mechanism will not be used)
"ignoreReEnterExitSeconds" : 0 // (optional, in minutes, default: used from platform, if set to 0 than every enter/exit will trigger state change otherwise the state will only change if no re-enter/exit occurs in specified number of seconds)
}
]
}
]
}
Alles anzeigen