SgtBatten / HA_blueprints

Somewhere to store automation blueprints
212 stars 82 forks source link

[Config Support]: Notifications Not Sending #310

Open DevScientist opened 3 weeks ago

DevScientist commented 3 weeks ago

Describe the problem you are having or the outcome you are trying to achieve.

I've tried changing up multiple variables but get the same trace in my automations where it looks like the whole thing is being ignored. The notification does not get delivered. What's going on?

Version

0.12.0.4p

Automation config

alias: Frigate Test
description: ""
use_blueprint:
  path: SgtBatten/Beta.yaml
  input:
    camera:
      - camera.backdoor
    notify_device: 4f0ceb808347bc621f60c53b080f6358
    critical: "true"
    video: >-
      {{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/{{camera}}/clip.mp4

Frigate Config

No response

Any other information that may be helpful

trace

SgtBatten commented 3 weeks ago

Click the little square slightly down and to the right of the main fork. It should reveal the conditions and the one that failed is why it didn't go there.

DevScientist commented 3 weeks ago

Here's the output (sorry for the mobile screenshot). Looks like it the 3rd condition coming up as false? Screenshot_20241104_070102_Home Assistant

SgtBatten commented 3 weeks ago

This one was skipped due to being in cooldown

DevScientist commented 3 weeks ago

Thank you for your help with troubleshooting! I've been using HA for 6 years and do absolutely all of my automations in Node Red. Not used to the native automations or blueprints. I'd love to rebuild your Frigate notifications in Node Red but that seems like a huge project 😅

DevScientist commented 3 weeks ago

Still getting errors on the notification. Now it's condition 5 that's false? Screenshot_20241106_164613_Home Assistant

SgtBatten commented 3 weeks ago

That says the camera name of the mqtt message doesnt match your selected cam