motion detection behavior in json #1752
Hanimaniac
started this conversation in
General
Replies: 1 comment
|
I found a Solution, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As I mentioned in my other dicussion #1734, I use this json for 3 Sensor Inputs:
{"c":{"o":1},"a":[{"t":12,"f1":[{"g":14,"p":0}],"s":0,"i":5},{"t":12,"s":0,"i":5,"f1":[{"g":12,"p":0}]},{"t":12,"f1":[{"g":13,"p":0}],"s":0,"i":5}]}]
When for example the rain sensor detects rain, the motionsensor in homekit shows "motion detected" "rain".
After configurated time i:5 (5 sec) it turns off. But when the signal of the rain sensor still is on, the motion detector don't show
"motion detected" again, it remains off. Only if the signal changes again, the detection is on.
My Question is, is there a possibility to chanche this behavior in the json?
Thanks
Hanimaniac
All reactions