Walking Direction Detection with Frigate and NodeRed #15460
Unanswered
xury77
asked this question in
Ask A Question
Replies: 2 comments
-
You need to have a check to ensure it only fires the first time the zones change |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, I will do it later. Currently I do not get any message on the output of the function node. I think that the zones do not have to slightly overlap to meet the condition: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use events and NodeRed to detect the direction of a person moving from zone one to zone two in order to be able to execute commands to open a small pedestrian gate. A necessary condition is that the command is executed only when the movement is from zone one to zone two. Below is my code fragment for the function node, but I don't understand why it doesn't work well.
Beta Was this translation helpful? Give feedback.
All reactions