New to posting on the forum, but incredibly grateful for the support I've received reading posts here. Couldn't find an answer to a new issue for me, so I'm hoping someone can help me.
For any motion on a camera, I want the outside lights to immediately turn on. This is done via a web request to my smarthome hub. Separately, the AI evaluates for a person and sends a push notification if someone is detected.
This seems to be working, but the Immediate Actions trigger in BI sends nearly constant http messages while there is motion (3-4 per second), which is more than I want my hub responding to. So it doesn't seems like the Immediate Actions are not honoring the break time.
My current settings are:
End trigger unless re-triggered within 15.0 sec
Maximum trigger/alert duration 90 sec
If there is constant motion, my understanding is those settings should suppress any repeat triggers for 90 seconds. If that is accurate, any ideas on how to make Immediate Actions honor the break time?
Trigger "Immediate Actions" not honoring Break Time
Re: Trigger "Immediate Actions" not honoring Break Time
On the Alerts tab, 'When:"... is this set for 'New and re-triggers'? Is so, set it to 'New Triggers only'.
Re: Trigger "Immediate Actions" not honoring Break Time
Confirmed it was set to New Triggers Only. Also, minimum time between alerts is 180 sec.
Re: Trigger "Immediate Actions" not honoring Break Time
I'm guessing, but I would think "Immediate Actions" bypasses any BI5 control.
As a matter of interest, how quickly do your lights work ? I'm doing the same thing with Homeseer, but I am using Alerts rather than "Immediate Actions" and they seem rather slow to illuminate. OK, changed to try "Immediate Actions", but I think I had moved to Alerts to prevent nuisance triggering. Alerts may be a bad idea with CPAI ! Hmm...
As a matter of interest, how quickly do your lights work ? I'm doing the same thing with Homeseer, but I am using Alerts rather than "Immediate Actions" and they seem rather slow to illuminate. OK, changed to try "Immediate Actions", but I think I had moved to Alerts to prevent nuisance triggering. Alerts may be a bad idea with CPAI ! Hmm...
Forum Moderator.
- Please see Self Help Content.
- Have you checked for your issue in the built in BI5 help file ? Or online here.
- Support feedback: Startup Configuration Guide - The Solution to Most Issues
Re: Trigger "Immediate Actions" not honoring Break Time
The Immediate Actions trigger seems to work very fast, maybe 1-2 seconds at the most. I'm using Hubitat, which responds to the http request almost instantly.
My camera is far from a lot of the action and IR illumination is not great, so I wouldn't trust the AI to reliably notice a person. So my hope is that the lights are enough to spook someone, and if they stick around, the AI will eventually trigger and send the push notification.
Sounds like getting Immediate Actions to follow break time would be a feature request. Appreciate everyone's help.
My camera is far from a lot of the action and IR illumination is not great, so I wouldn't trust the AI to reliably notice a person. So my hope is that the lights are enough to spook someone, and if they stick around, the AI will eventually trigger and send the push notification.
Sounds like getting Immediate Actions to follow break time would be a feature request. Appreciate everyone's help.
Re: Trigger "Immediate Actions" not honoring Break Time
FWIW I did a test with Blue Iris motion detection on my drive camera triggering my lights in Homeseer, as it is very sluggish with those outside lights - somebody can be almost passed my house before the lights come on. Cue motion on the drive, anddddd....... ACTION:
A. "Immediate" JSON triggers from BI5 triggering the Homeseer Blue Iris plug-in to turn on one light. (Present solution).
B. "Immediate" MQTT trigger turning on a different light with Homeseer.
C. "Alert" MQTT trigger turning on a third light with Homeseer.
Now watch to see which light comes on first. Where is the popcorn when you need it ?
1. The "Immediate" MQTT (B) was around 3.5 seconds faster than the "Immediate" Homeseer plug-in (A) every time.
2. Obviously the "Alert" (C) didn't trigger unless CPAI allowed it to, and even then there was a variable delay; however it always triggered after the "Immediate" Homeseer Blue Iris plug-in.
3. Homeseer mcsMQTT showed the expected variable delay between the two MQTT triggers, the "Immediate" (B) and "Alert" (C) triggers.
I need to be watching the video feed as well as watching the lights, but the real test will be tonight when it gets dark
A. "Immediate" JSON triggers from BI5 triggering the Homeseer Blue Iris plug-in to turn on one light. (Present solution).
B. "Immediate" MQTT trigger turning on a different light with Homeseer.
C. "Alert" MQTT trigger turning on a third light with Homeseer.
Now watch to see which light comes on first. Where is the popcorn when you need it ?
1. The "Immediate" MQTT (B) was around 3.5 seconds faster than the "Immediate" Homeseer plug-in (A) every time.
2. Obviously the "Alert" (C) didn't trigger unless CPAI allowed it to, and even then there was a variable delay; however it always triggered after the "Immediate" Homeseer Blue Iris plug-in.
3. Homeseer mcsMQTT showed the expected variable delay between the two MQTT triggers, the "Immediate" (B) and "Alert" (C) triggers.
I need to be watching the video feed as well as watching the lights, but the real test will be tonight when it gets dark

Forum Moderator.
- Please see Self Help Content.
- Have you checked for your issue in the built in BI5 help file ? Or online here.
- Support feedback: Startup Configuration Guide - The Solution to Most Issues