so i have everything working - it was pretty straight up setup
My issue is with email alerts
I would like to email all motion alerts as they happen - however filters are reloaded in interval and executed the same way ( in different interval)
so for this set up i have :
and cause = motion
and alarm frames < 50
and date = now
and time > 18:00 or time < 08:00
This works except that it matches many events every time it runs and emails them all over again
if i limit to first 5 events - no matter if there is 1 new of 20 new - either i will get 5 duplicates or i will miss 15 ...
so ... what is the proper way to do this ?
What am i missing ?

Thank you!