SgtBatten / HA_blueprints

Somewhere to store automation blueprints
151 stars 55 forks source link

[Config Support]: group notifications #229

Open bozzio83 opened 1 week ago

bozzio83 commented 1 week ago

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

I have a group notification setup to send to multiple devices on different apps. One is telegram, another is signal and another is the ha app and when testing the service it works. But in this blueprint I can't get it to fire the notifications.

I should say normal device notifications work well. I was just hoping to make a telegram or signal group for my family to have all notifications in one place.

Version

0.12.0.4

Automation config

alias: telegram test2
description: ""
use_blueprint:
  path: SgtBatten/Beta.yaml
  input:
    notify_group: artemiss
    camera: camera.frontdoor_2
    notify_device: ec1235dda196d323e5476b48f3009568
    video: >-
      {{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/{{camera}}/clip.mp4
    color: "#000000"
    android_auto: true
    base_url: https://***.******.com

Frigate Config

No response

Any other information that may be helpful

No response

SgtBatten commented 1 week ago
camera: camera.frontdoor_2

Is this correct? _2 will be problematic.

No idea if signal works, telegram has its own branch but isn't up to date. Would love someone to bring it up to speed.

bozzio83 commented 6 days ago

i corrected the _2 and removed signal from the group, and still no luck. I wish i could help fix this.

SgtBatten commented 5 days ago

Do you have any traces? if not, you need to look at the trigger (which we kind of did already with the _2) or at the mqtt setup