Open JesusSanchezLopez opened 5 months ago
Traces are already gone due to newer events :(
With the way this is coded currently this is the expected result unfortunately
With the way this is coded currently this is the expected result unfortunately
@SgtBatten: Is this something that can be incorporated in the future? Should I open a feature request?
@SgtBatten: I added a datetime helper to my custom code. It gets set when a Pushover notification is sent then it is checked next time around with an if-then to make sure enough time has passed before allowing notification again.
However, I noticed another weird behavior: I set pushover delay to 120 seconds. Frigate fired an event and Pushover notification was sent. Frigate went on for 3+ minutes. I received a second Pushover notification even though it was the same event.
I would have expected to only get one notification per event, but this blueprint is firing multiple times. I assume this is because it is trying to update image or person, etc.
I guess, I can work around this by also storing event ID in a helper and making sure event ID is different before firing another pushover event.
event ID in a helper and making sure event ID is different before firing another pushover event.
yes this would be a way to stop the loop from sending multiple
Description
The automation is set up to only notify if a person is within the front yard/driveway area. The street beyond the yard is masked off as I don't want notifications when someone walks by. I have a 60 second cool down specified to avoid back to back notifications while someone taking time to unlock the door. Notification is via Pushover (custom_auto and custom_multi), HA notification is disabled with an empty notification_group.
I had 2 back to back events happen, neither triggered a notification:
1) Delivery guy got out of his van -> No notification fired as person was not in required zone. 2) 47 seconds later, delivery guy walked up the driveway and dropped off package. -> No notification fired as cool down was still in effect (60 seconds)
Version
0.12.0.4a
Automation Config
Frigate Config
Any other relevant information