blakeblackshear / frigate-hass-addons

Frigate hass.io addons
MIT License
250 stars 133 forks source link

URL to send the video "recordings" via Telegram #45

Closed SmartM-ui closed 3 years ago

SmartM-ui commented 3 years ago

Hi, I cannot retrieve the video "recordings" to be sent via telegram. Before with the clips I used this code:

date: video:

Has anyone managed to find the solution?

Thanks

blakeblackshear commented 3 years ago

Use http://192.168.1.xxx:5000/api/events/{{trigger.payload_json['after']['id']}}/clip.mp4

SmartM-ui commented 3 years ago

Use http://192.168.1.xxx:5000/api/events/{{trigger.payload_json['after']['id']}}/clip.mp4

Thanks for your reply! As soon as possible I try and let you know.

Thanks again

EDIT It works perfectly