Just set this up and receiving same message. Automations yaml is here:
id: '1633828454852'
alias: Master Bath Light
description: ''
use_blueprint:
path: ZOOZ/ZEN72.yaml
input:
zooz_zen72: 86068a09a856d4f0439e590f7bde1f83
dimmer_up_1x:
- type: turn_on
device_id: 86068a09a856d4f0439e590f7bde1f83
entity_id: light.master_bath_light
domain: light
brightness_pct: 100
dimmer_up_2x:
- type: turn_on
device_id: 86068a09a856d4f0439e590f7bde1f83
entity_id: light.master_bath_light
domain: light
brightness_pct: 8
dimmer_down_1x:
- type: turn_off
device_id: 86068a09a856d4f0439e590f7bde1f83
entity_id: light.master_bath_light
domain: light
Here is the trace:
{
"trace": {
"last_step": "action/0",
"run_id": "3",
"state": "stopped",
"script_execution": "error",
"timestamp": {
"start": "2021-10-10T16:13:54.914348+00:00",
"finish": "2021-10-10T16:13:54.942768+00:00"
},
"domain": "automation",
"item_id": "1633828454852",
"error": "UndefinedError: 'dict object' has no attribute 'event'",
"trigger": null,
"trace": {
"trigger": [
{
"path": "trigger",
"timestamp": "2021-10-10T16:13:54.914577+00:00",
"changed_variables": {
"this": {
"entity_id": "automation.master_bath_light",
"state": "on",
"attributes": {
"last_triggered": "2021-10-10T16:07:46.321695+00:00",
"mode": "single",
"current": 0,
"id": "1633828454852",
"friendly_name": "Master Bath Light"
},
"last_changed": "2021-10-10T16:07:40.998037+00:00",
"last_updated": "2021-10-10T16:07:46.335960+00:00",
"context": {
"id": "af557e4b62593e7ef5dca8806f0fedca",
"parent_id": "96e7c86f7faecefef1e3f51558578317",
"user_id": null
}
},
"trigger": {
"platform": null
}
}
}
],
"action/0": [
{
"path": "action/0",
"timestamp": "2021-10-10T16:13:54.917844+00:00",
"changed_variables": {
"context": {
"id": "96d630d639f0ef037dfe51be2e67d0fc",
"parent_id": "c26c521aae8a4233ed1502384d281d3f",
"user_id": null
}
},
"error": "UndefinedError: 'dict object' has no attribute 'event'"
}
]
},
"config": {
"mode": "single",
"max_exceeded": "silent",
"trigger": [
{
"platform": "event",
"event_type": "zwave_js_value_notification",
"event_data": {
"command_class_name": "Central Scene",
"device_id": "86068a09a856d4f0439e590f7bde1f83"
}
}
],
"action": [
{
"variables": {
"scene_id": "{{ trigger.event.data.label }}",
"attribute_id": "{{ trigger.event.data.value }}"
}
},
{
"choose": [
{
"conditions": "{{ scene_id == 'Scene 001' }}",
"sequence": [
{
"choose": [
{
"conditions": "{{ attribute_id == 'KeyPressed' }}",
"sequence": [
{
"type": "turn_on",
"device_id": "86068a09a856d4f0439e590f7bde1f83",
"entity_id": "light.master_bath_light",
"domain": "light",
"brightness_pct": 100
}
]
},
{
"conditions": "{{ attribute_id == 'KeyPressed2x' }}",
"sequence": [
{
"type": "turn_on",
"device_id": "86068a09a856d4f0439e590f7bde1f83",
"entity_id": "light.master_bath_light",
"domain": "light",
"brightness_pct": 8
}
]
},
{
"conditions": "{{ attribute_id == 'KeyPressed4x' }}",
"sequence": []
},
{
"conditions": "{{ attribute_id == 'KeyPressed5x' }}",
"sequence": []
},
{
"conditions": "{{ attribute_id == 'KeyHeldDown' }}",
"sequence": []
},
{
"conditions": "{{ attribute_id == 'KeyReleased' }}",
"sequence": []
}
]
}
]
},
{
"conditions": "{{ scene_id == 'Scene 002' }}",
"sequence": [
{
"choose": [
{
"conditions": "{{ attribute_id == 'KeyPressed' }}",
"sequence": [
{
"type": "turn_off",
"device_id": "86068a09a856d4f0439e590f7bde1f83",
"entity_id": "light.master_bath_light",
"domain": "light"
}
]
},
{
"conditions": "{{ attribute_id == 'KeyPressed2x' }}",
"sequence": []
},
{
"conditions": "{{ attribute_id == 'KeyPressed4x' }}",
"sequence": []
},
{
"conditions": "{{ attribute_id == 'KeyPressed5x' }}",
"sequence": []
},
{
"conditions": "{{ attribute_id == 'KeyHeldDown' }}",
"sequence": []
},
{
"conditions": "{{ attribute_id == 'KeyReleased' }}",
"sequence": []
}
]
}
]
}
]
}
],
"id": "1633828454852",
"alias": "Master Bath Light",
"description": ""
},
"blueprint_inputs": {
"id": "1633828454852",
"alias": "Master Bath Light",
"description": "",
"use_blueprint": {
"path": "ZOOZ/ZEN72.yaml",
"input": {
"zooz_zen72": "86068a09a856d4f0439e590f7bde1f83",
"dimmer_up_1x": [
{
"type": "turn_on",
"device_id": "86068a09a856d4f0439e590f7bde1f83",
"entity_id": "light.master_bath_light",
"domain": "light",
"brightness_pct": 100
}
],
"dimmer_up_2x": [
{
"type": "turn_on",
"device_id": "86068a09a856d4f0439e590f7bde1f83",
"entity_id": "light.master_bath_light",
"domain": "light",
"brightness_pct": 8
}
],
"dimmer_down_1x": [
{
"type": "turn_off",
"device_id": "86068a09a856d4f0439e590f7bde1f83",
"entity_id": "light.master_bath_light",
"domain": "light"
}
]
}
}
},
"context": {
"id": "96d630d639f0ef037dfe51be2e67d0fc",
"parent_id": "c26c521aae8a4233ed1502384d281d3f",
"user_id": null
}
},
"logbookEntries": [
{
"name": "Master Bath Light",
"message": "has been triggered",
"source": null,
"entity_id": "automation.master_bath_light",
"context_id": "96d630d639f0ef037dfe51be2e67d0fc",
"when": "2021-10-10T16:13:54.915086+00:00",
"domain": "automation"
}
]
}