Nest cameras alerts to Alexa issues.

adigraham

New member
Hi team,

First post so be gentle!

I have created a Virtual Button which when I press it, it sends a notification to my Alexa device - "Person spotted on the Drive".

But I'm struggling with the capturing of the Nest Person alerts my phone has received.

All help and advice welcome.
 

Attachments

  • Screenshot_20211113-111925_MacroDroid.jpg
    Screenshot_20211113-111925_MacroDroid.jpg
    314.2 KB · Views: 12
  • Screenshot_20211113-112824_Settings.jpg
    Screenshot_20211113-112824_Settings.jpg
    312.8 KB · Views: 12

tanutanu

Well-known member
Hi team,

First post so be gentle!

I have created a Virtual Button which when I press it, it sends a notification to my Alexa device - "Person spotted on the Drive".

But I'm struggling with the capturing of the Nest Person alerts my phone has received.

All help and advice welcome.
How does the notification show you?
Capture the the texts into variables with the magic texts, [notification] and [not_title] once, and look into them. You can figure out what it exactly notify.
 

Dm114

Well-known member
Ok so I'm up to this point.
@tanutanu is right: the variable you are using are Magic texts and their values are assigned by MD (not by you).
Does your trigger fire as it should? Maybe not because the '*' surrounding the word 'someone' are at least useless or inappropriate when using the 'Contains' option.
 

Dm114

Well-known member
Of
The virtual button works fine. But the capturing of the notification doesn't.

*Person* *someone* doesn't work.
Of course it won't work because of the syntax. If you want to match multiple words you must tick 'enable regular expression...' and separate words with | symbol.
 
Top