Skip to content

[Support]: HTTP 404 in Home Assistant Notifications #15972

Closed Answered by kavejo
kavejo asked this question in General Support
Discussion options

You must be logged in to vote

To confirm @NickM-27,

I have got it working by switching from "{{trigger.payload_json["after"]["id"]}}" to "{{trigger.payload_json["after"]["data"]["detections"][0]}}".
Thanks for pointing me on the right direction.

I have a follow-up question though, if you don't mind.

For an event like the following, where the review triggered has multiple detection (a car, and a person), is there a way I can get the the correct event id mapped to the person?

{
    "type": "new",
    "before": {
        "id": "1736798575.845996-b2cpc6",
        "camera": "03-Garage",
        "start_time": 1736798575.8459959,
        "end_time": null,
        "severity": "alert",
        "thumb_path": "/media/frigate/cli…

Replies: 1 comment 5 replies

Comment options

NickM-27
Jan 13, 2025
Collaborator Sponsor

You must be logged in to vote
5 replies
@kavejo
Comment options

@kavejo
Comment options

@kavejo
Comment options

Answer selected by NickM-27
@NickM-27
Comment options

NickM-27 Jan 13, 2025
Collaborator Sponsor

@kavejo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment