Open kevinm2 opened 1 month ago
The messages get sent to my iPhone, but it does not trigger the action. I also changed "Custom Action (Auto Trigger)" to turn on a light instead of the sprinkler system, and when running the automation, it does NOT turn on the light either.
FYI: While looking at the traces diagram, I noticed under TRACES > Step Config, the "Circled asterisk", gets passed to the "Branched circle", and from there it falls out, exiting from the routine, not getting to the "Custom Action (Auto Trigger)" stage!
Here are some screen captures for your reference:
My conclusion is that this automation either somehow does not get to the "Custom Action (Auto Trigger)", or the "Custom Action (Auto Trigger)is not functioning!
Everything up to the "Custom Action (Auto Trigger)" is functional.
you cant trigger it manually, so what happens when it is triggered by an actual event? I see you have it enabled for person, fancy getting wet and testing?
you cant trigger it manually, so what happens when it is triggered by an actual event? I see you have it enabled for person, fancy getting wet and testing?
Yes. The idea is to get any, and all objects wet, when they appear in the grass area of "back2_zone2". You are also correct that "Custom Action (Manual Trigger)" is useless when you are looking for automation!
So, am I hearing from you that "Custom Action (Auto Trigger)", can not be used in this scenario?
p.s. I never got wet, because I had an extended, safe area, where sprinklers were not covering. While testing, I walked a lot between my desk and the backyard losing 3 ounces of weight. :)
No, I'm saying your trace shows it was manually triggered, which you can't do. What does a trace look like that's from an actual detection
No, I'm saying your trace shows it was manually triggered, which you can't do. What does a trace look like that's from an actual detection
How can I track an actual detection to produce a trace?
I just went ahead and took some screen captures. I hope this is what you are looking for. "Custom Action (Auto Trigger)"s were active! It was me (person) and not a dog in the zone!
### Blueprint Config:
id: '1728529584299' alias: '**Frigate dog detect back2_zone2 WORKS' description: '' use_blueprint: path: SgtBatten/Stable.yaml input: camera: camera.camera7 labels:
The object was not in the required zone when the event started so the custom action auto was not triggered.
You would need to use the in loop auto action as well and add some sort of test to it to stop it firing repeatedly.
Describe the problem you are having or the outcome you are trying to achieve.
Hello,
I am getting a lot of raccoons digging in the grass area to eat warms. So, I am trying to deter them by activating the sprinkler zone for 1 minute (using Shelly 2 PM relay), when Frigate detects “motion”, or objects in the “back2_zone2” zone!
I tried the regular automation without success!
So, I started using “Blueprint, Frigate Notifications (0.12.0.4d)”. It worked fine last night. But today, when I changed the time from 1 minute to 3o seconds, it did not work anymore. Of course, I tried putting it back to 1 minute, with no luck. I re-started, and rebooted the system, with no luck.
FYI: I can turn on and off the “Shelly 2 PM relay” from HA with no issues. As for hardware I am using a Coral TPU attached to an OptiPlex 3050, 8GB RAM, and 250GB NVMe.
Is there a cache in FA that could affect this process? After revising any automation should the system be restarted, or rebooted? I would appreciate your feedback. Thank you
Here are my settings and yaml code in “Blueprint, Frigate Notifications (0.12.0.4d)” for your reference:
Frigate Notifications: Frigate Camera: Camera7 Mobile Device: My Mobile name MQTT: frigate/events
Notification Customizations Notification Message: Motion in Back Grass Area! Subtitle: Sprinkler in The Back Yard Went On Critical Notification (Optional): false Attachment: Thumbnail
Filters: Zone Filter on/off (Optional): true (selected) Required Zones (Optional - Enabled Above): back2_zone2 Object Filter (Optional): dog, cat, raccoon, person, package, car, bird Cooldown (Optional): 30 (did not change, it shows as 30 seconds) Silence New Object Notifications (Optional): 30 (did not change, it shows as 30 minutes) Loitering Notifications (Optional): 0 (did not change, it shows as 0 seconds) Delay initial notification (Optional): 0 (did not change, it shows as 0 seconds)
Action Buttons and URLS: USED: Custom Action (Auto Trigger):
Version
0.12.0.4d
Automation config
Frigate Config
Any other information that may be helpful
No response