Immediate Action timeout or End trigger
Posted: Mon Aug 23, 2021 4:34 pm
I'm attempting to allow my cube camera's internal motion sensors bypass AI.
The manual says Immediate Actions is the place to be, but I'm not sure how to handle timeouts.
Before AI, when a camera's motion sensor triggered, it sent a mqtt "ON" to a topic. When the sensor normalized, it sent an "OFF."
Immediate actions do not have a "Action on End triggered" to the best I can tell.
Without that feature, My best guess is to send an MQTT ACTION of "ON" when triggered, then a WAIT command, and then finally an "OFF".
The WAIT command is confusing to me, because what I think I want is: Continue when, Camera trigger ends
What is available is: Continue when, Camera is re-triggered or trigger ends
Does anyone know the logic I could use to make that work?
The manual says Immediate Actions is the place to be, but I'm not sure how to handle timeouts.
Before AI, when a camera's motion sensor triggered, it sent a mqtt "ON" to a topic. When the sensor normalized, it sent an "OFF."
Immediate actions do not have a "Action on End triggered" to the best I can tell.
Without that feature, My best guess is to send an MQTT ACTION of "ON" when triggered, then a WAIT command, and then finally an "OFF".
The WAIT command is confusing to me, because what I think I want is: Continue when, Camera trigger ends
What is available is: Continue when, Camera is re-triggered or trigger ends
Does anyone know the logic I could use to make that work?