Hi, i have 5 cameras, and this blueprints sends notification on my android phone for 4 of them, except one.
Frigate is an addon of Home Assistant, and I can see the snapshots and the recordings of all the cameras in the frigate part of HA, even the problematic one.
When I listen to the MQTT topic frigate/events, I even get this (âcheminâ is the problematic camera)
Message 6 reçu sur frigate/events à 14:58 :
{"before": {"id": "1705749125.598494-aemttl", "camera": "chemin", "frame_time": 1705759131.586227, "snapshot_time": 1705759129.181055, "label": "person", "sub_label": null, "top_score": 0.75390625, "false_positive": false, "start_time": 1705759125.597494, "end_time": null, "score": 0.6640625, "box": [575, 221, 616, 317], "area": 3936, "ratio": 0.4270833333333333, "region": [376, 97, 704, 425], "stationary": false, "motionless_count": 0, "position_changes": 1, "current_zones": [], "entered_zones": [], "has_clip": true, "has_snapshot": true}, "after": {"id": "1705759125.597494-aemttl", "camera": "chemin", "frame_time": 1705759131.586227, "snapshot_time": 1705759129.181055, "label": "person", "sub_label": null, "top_score": 0.75390625, "false_positive": false, "start_time": 1705759125.597494, "end_time": 1705759136.775147, "score": 0.6640625, "box": [575, 221, 616, 317], "area": 3936, "ratio": 0.4270833333333333, "region": [376, 97, 704, 425], "stationary": false, "motionless_count": 0, "position_changes": 1, "current_zones": [], "entered_zones": [], "has_clip": true, "has_snapshot": true}, "type": "end"}
QoS: 0 - Retain: false
And when I create an automation by myself, it works, a notification message is send.
This camera is called camera.chemin_2 and works with wifi. All the others are wired.
Where could be the problem ?