I am seeing this same issue/ My automation ends at the first condition,
{{type != ''end''}}
I am using HAOS on a x86 (NUC), and am using the Frigate integration
My blueprint config is pretty simple:
id: '1642119677481'
alias: Frigate Notification
description: Frigate Blueprint
use_blueprint:
path: hunterjm/frigate_notification.yaml
input:
camera: front_east
notify_device: 73ac7c05451c4c94af8978bdc3d5e2d1
cooldown: 0
silence_timer: 0
Here is the package variable:
Executed: January 13, 2022, 5:59:35 PM
this:
entity_id: automation.frigate_notification
state: 'on'
attributes:
last_triggered: '2022-01-14T00:59:27.208046+00:00'
mode: single
current: 1
id: '1642119677481'
friendly_name: Frigate Notification
last_changed: '2022-01-14T00:44:15.999055+00:00'
last_updated: '2022-01-14T00:59:27.208301+00:00'
context:
id: cd7690ad2b166f0f027a9fc4e91f9d4c
parent_id: null
user_id: null
trigger:
id: '0'
idx: '0'
platform: mqtt
topic: frigate/events
payload: >-
{"before": {"id": "1642121964.166427-29c9n7", "camera": "front_east",
"frame_time": 1642121964.496416, "snapshot_time": 1642121964.496416,
"label": "person", "top_score": 0.78125, "false_positive": false,
"start_time": 1642121964.166427, "end_time": null, "score": 0.78125, "box":
[1196, 667, 1607, 1430], "area": 313593, "region": [896, 584, 1832, 1520],
"current_zones": [], "entered_zones": [], "has_clip": false, "has_snapshot":
false}, "after": {"id": "1642121964.166427-29c9n7", "camera": "front_east",
"frame_time": 1642121964.896262, "snapshot_time": 1642121964.496416,
"label": "person", "top_score": 0.78125, "false_positive": false,
"start_time": 1642121964.166427, "end_time": 1642121974.492953, "score":
0.6640625, "box": [1302, 631, 1642, 1362], "area": 248540, "region": [945,
592, 1857, 1504], "current_zones": [], "entered_zones": [], "has_clip":
true, "has_snapshot": true}, "type": "end"}
qos: 0
description: mqtt topic frigate/events
payload_json:
before:
id: 1642121964.166427-29c9n7
camera: front_east
frame_time: 1642121964.496416
snapshot_time: 1642121964.496416
label: person
top_score: 0.78125
false_positive: false
start_time: 1642121964.166427
end_time: null
score: 0.78125
box:
- 1196
- 667
- 1607
- 1430
area: 313593
region:
- 896
- 584
- 1832
- 1520
current_zones: []
entered_zones: []
has_clip: false
has_snapshot: false
after:
id: 1642121964.166427-29c9n7
camera: front_east
frame_time: 1642121964.896262
snapshot_time: 1642121964.496416
label: person
top_score: 0.78125
false_positive: false
start_time: 1642121964.166427
end_time: 1642121974.492953
score: 0.6640625
box:
- 1302
- 631
- 1642
- 1362
area: 248540
region:
- 945
- 592
- 1857
- 1504
current_zones: []
entered_zones: []
has_clip: true
has_snapshot: true
type: end
id: 1642121964.166427-29c9n7
camera: front_east
camera_name: Front East
object: person
label: Person
entered_zones: []
type: end
base_url: ''
group_target: ''
zone_only: false
input_zones: []
zones: []
input_labels: []
labels: []
presence_entity: ''
Thanks
Chuck