Counting objects #2558
Unanswered
Ysbrand
asked this question in
Ask A Question
Replies: 1 comment 1 reply
-
|
Yeah, it would be difficult too since I'm not sure when you would aggregate it. For example if it said it currently sees 3 cars and then changes to 2. Does that mean it has seen 3 unique cars or 5? My solution would be a combination of the binary sensor and the general sensor. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I've tried to find an answer, but failed....
I'm trying to count the number of cars detected by Frigate on a daily basis (HA).
Initially I tried the binary sesnsor, but that will give me only a partial result as more than one car can pass by while the binary sensor is "on"
So I guess I need to use the regular sensor.area_car, but how?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions