Haha, yep, that would help
Automation:
alias: Remote_Main_On
description: ""
trigger:
- platform: device
device_id: 7614b13b9a4aeb11831f6601562879a1
domain: lutron_caseta
type: press
subtype: "on"
condition: []
action:
- service: light.toggle
data: {}
target:
entity_id: light.kitchen_island_pendants
mode: single
Trace:
{
"trace": {
"last_step": "action/0",
"run_id": "7913cb6da767ae8e1cd5fd9c5c5eb4bd",
"state": "stopped",
"script_execution": "finished",
"timestamp": {
"start": "2023-02-26T12:05:58.508722+00:00",
"finish": "2023-02-26T12:05:58.564090+00:00"
},
"domain": "automation",
"item_id": "1677363553971",
"trigger": "event 'lutron_caseta_button_event'",
"trace": {
"trigger/0": [
{
"path": "trigger/0",
"timestamp": "2023-02-26T12:05:58.508768+00:00",
"changed_variables": {
"this": {
"entity_id": "automation.remote_main_on",
"state": "on",
"attributes": {
"last_triggered": "2023-02-26T12:04:39.460899+00:00",
"mode": "single",
"current": 0,
"id": "1677363553971",
"friendly_name": "Remote_Main_On"
},
"last_changed": "2023-02-26T12:03:08.143753+00:00",
"last_updated": "2023-02-26T12:04:39.501540+00:00",
"context": {
"id": "01GT6SRPD4HA6GFX49C84NADK3",
"parent_id": "01GT6SRPD3Z0FC7SNH2DR67Z5H",
"user_id": null
}
},
"trigger": {
"id": "0",
"idx": "0",
"alias": null,
"platform": "device",
"event": {
"event_type": "lutron_caseta_button_event",
"data": {
"serial": 82582347,
"type": "Pico3ButtonRaiseLower",
"button_number": 2,
"leap_button_number": 0,
"device_name": "Pico",
"device_id": "7614b13b9a4aeb11831f6601562879a1",
"area_name": "Kitchen",
"button_type": "on",
"action": "press"
},
"origin": "LOCAL",
"time_fired": "2023-02-26T12:05:58.507564+00:00",
"context": {
"id": "01GT6SV3KBR9H1NGZACGHCFDRS",
"parent_id": null,
"user_id": null
}
},
"description": "event 'lutron_caseta_button_event'"
}
}
}
],
"action/0": [
{
"path": "action/0",
"timestamp": "2023-02-26T12:05:58.510166+00:00",
"changed_variables": {
"context": {
"id": "01GT6SV3KCW96Z0M7RVY6B9Q49",
"parent_id": "01GT6SV3KBR9H1NGZACGHCFDRS",
"user_id": null
}
},
"result": {
"params": {
"domain": "light",
"service": "toggle",
"service_data": {},
"target": {
"entity_id": [
"light.kitchen_island_pendants"
]
}
},
"running_script": false,
"limit": 10
}
}
]
},
"config": {
"id": "1677363553971",
"alias": "Remote_Main_On",
"description": "",
"trigger": [
{
"platform": "device",
"device_id": "7614b13b9a4aeb11831f6601562879a1",
"domain": "lutron_caseta",
"type": "press",
"subtype": "on"
}
],
"condition": [],
"action": [
{
"service": "light.toggle",
"data": {},
"target": {
"entity_id": "light.kitchen_island_pendants"
}
}
],
"mode": "single"
},
"blueprint_inputs": null,
"context": {
"id": "01GT6SV3KCW96Z0M7RVY6B9Q49",
"parent_id": "01GT6SV3KBR9H1NGZACGHCFDRS",
"user_id": null
}
},
"logbookEntries": [
{
"name": "Remote_Main_On",
"message": "triggered by event 'lutron_caseta_button_event'",
"source": "event 'lutron_caseta_button_event'",
"entity_id": "automation.remote_main_on",
"context_id": "01GT6SV3KCW96Z0M7RVY6B9Q49",
"when": 1677413158.508815,
"domain": "automation"
},
{
"when": 1677413158.562214,
"state": "on",
"entity_id": "light.kitchen_island_pendants",
"context_event_type": "automation_triggered",
"context_domain": "automation",
"context_name": "Remote_Main_On",
"context_message": "triggered by event 'lutron_caseta_button_event'",
"context_source": "event 'lutron_caseta_button_event'",
"context_entity_id": "automation.remote_main_on"
}
]
}
I’m also going to setup node-red and test it running through that. That was what I used to use in my old setup. (new house, was putting in some new stuff decided to start fresh and try using the built in stuff only.)