cancel
Showing results for 
Search instead for 
Did you mean: 
Replies are disabled for this topic. Start a new one or visit our Help Center.

Please add the option to set an alarm when an Event occurs in a specific time frame.

ACGOG
Community Member

Howdy,

It would be nice to have an option to set an alarm for when an event occurs between a specific time frame.

For example, we shouldn't really expect to see a Person between 12:00am and 4:00am. The little notification isn't enough to wake someone up, so if we could have Home trigger an alarm it would help out quite a bit.

1 Recommended Answer

Super_paulie
Community Member

Have you tried using the routine builder AI? 

Something like:

- starters:
- type: device.event.MotionDetection
device: Door camera
condition:
type: and
conditions:
- type: time.between
after: 02:00
before: 04:00
- type: device.state.MotionDetection
device: Door camera
state: motionDetectionEventInProgress
is: true
actions:
- type: assistant.command.Broadcast
devices:
- Bedroom speaker - Bedroom
message: Someone is outside!

View Recommended Answer in original post

4 REPLIES 4

Super_paulie
Community Member

Have you tried using the routine builder AI? 

Something like:

- starters:
- type: device.event.MotionDetection
device: Door camera
condition:
type: and
conditions:
- type: time.between
after: 02:00
before: 04:00
- type: device.state.MotionDetection
device: Door camera
state: motionDetectionEventInProgress
is: true
actions:
- type: assistant.command.Broadcast
devices:
- Bedroom speaker - Bedroom
message: Someone is outside!

While this might be a stop-gap this is overly complicated for a normie.

It's honestly not as bad as you think. I didn't "code" any of that, I just typed into the AI builder:

Broadcast the message "someone is outside" on bedroom speaker if the doorbell camera detects motion between 2 and 4am

That was literally it, the AI makes the code.

EdmondB
Community Specialist
Community Specialist

Hi everyone, 

@ACGOG, we really appreciate you taking the time to share your thoughts and feedback with us. It's super helpful and makes a big difference in making our products even better. If you have any thoughts or comments about Google Nest, please do share feedback about Google Nest. If you need anything else, just let us know we're always here to help.

Best,
Edmond