šŸ“ø Send camera snapshot notification on motion

@Nick4. I can add to that.

My stuff used to run flawlessly (I did not change the file path). However, for the last couple of days, I only get the notification without the picture. That is on iOS. \config\www\tmp shows a current JPG. Oddā€¦

Hello,
Could you please help me to configure this Blueprint to send notifications only if a sensor value is ā€œperson detected in watch areaā€? (which is a sensor message from the camera itself) Otherwise I receive notifications every time the vacuum cleaner is triggering the motion sensorā€¦
Thanks

Hi, would it be possible to change the sensor in this blueprint?
instead of device_class motion i would like to have a binary_sensor for a door/window.

Edit: it works if you put the sensor name manually.

Hello, blueprint stopped saving snapshots. Any solution?

Hit the debugger in the automation??

@swa72 try holding the notification and the snapshot/actions should show up. Iā€™ve had this issue recently too and not sure what caused it or how to fix.

1 Like

Did you find a awnser to this?

Nope.

Didnā€™t try again either, but will post my findings here if I do

I found the following blueprint and used it in combination with this one:

1 Like

Is there a way to change the notification even more? For example the notification_icon: , or put actionable buttons.

1 Like

How can I send the notification to multiple devices?

For now, I just created new automation for each device.

Hi all
Can you help, I get the notification that there is motion but I donā€™t get the snapshot. Any ideas what could be the problem?

The blueprint worked flawlessly for the last couple of months. I recently had a power cut and HA restarted ok. Blueprint however doesnā€™t work anymore. The image reads ā€œFailed to load attachmentā€ Response status code was unacceptable: 404. Iā€™m running 2022.3.1.

My bad. The latest release of HA changed the way it handles media (incl. cameras and their definition). Just had to select the camera again ā€¦ duh.

Debugger says ā€œnotify undefinedā€ after the call to camera.snapshot but thatā€™s it for errors. Notfication comes through, just not the pic. I even tried moving the write/read folder. The image shows up in the folder (no matter where it is) but it doesnā€™t attach.

Guys, itā€™s possible to add an ā€™if statement to blueprints?
I would like to use this blueprint, but only if my device is not at home (Iā€™m away).

Iā€™m sure it could be added to the blueprint but in the mean time you could have another automation that toggles the camera snapshot automation based on your presence. Check out call services automation.turn_off / .turn_on or .toggle

Hi,
how can add a wait action to the end of the blueprint?
When there is motion it is always send notifications, but it is unnecessary, it is enough every 5 minutes.
Thanks!