Ja, ich glaub, um 20:29 hab ich selbst den Brunnen abgeschaltet (via HA). Ehrlich gesagt, ich kenn mich gar nicht mehr aus 
Jedenfalls hat sich das Ding von selbst wieder eingeschaltet…
Hier der Trace:
{
"trace": {
"last_step": "action/0/choose/1/sequence/0",
"run_id": "74167a830c64aa7cda89b9e50761e0da",
"state": "stopped",
"script_execution": "finished",
"timestamp": {
"start": "2026-04-10T18:00:00.125522+00:00",
"finish": "2026-04-10T18:00:00.132865+00:00"
},
"domain": "automation",
"item_id": "1711373747607",
"trigger": "time",
"trace": {
"trigger/1": [
{
"path": "trigger/1",
"timestamp": "2026-04-10T18:00:00.125612+00:00",
"changed_variables": {
"this": {
"entity_id": "automation.test_gartenbrunnen",
"state": "on",
"attributes": {
"id": "1711373747607",
"last_triggered": "2026-04-10T07:00:00.180750+00:00",
"mode": "single",
"current": 0,
"friendly_name": "Gartenbrunnen Zeitfenster"
},
"last_changed": "2026-04-08T07:17:03.533254+00:00",
"last_reported": "2026-04-10T07:00:00.189085+00:00",
"last_updated": "2026-04-10T07:00:00.189085+00:00",
"context": {
"id": "01KNV31GHMKJFZH2H67NZYH5VB",
"parent_id": null,
"user_id": null
}
},
"trigger": {
"id": "Spaet",
"idx": "1",
"alias": null,
"platform": "time",
"now": "2026-04-10T20:00:00.125127+02:00",
"description": "time",
"entity_id": null
}
}
}
],
"action/0": [
{
"path": "action/0",
"timestamp": "2026-04-10T18:00:00.126063+00:00",
"changed_variables": {
"context": {
"id": "01KNW8T0BX22QEAV0ZWZXEPX5P",
"parent_id": null,
"user_id": null
}
},
"result": {
"choice": 1
}
}
],
"action/0/choose/0": [
{
"path": "action/0/choose/0",
"timestamp": "2026-04-10T18:00:00.126204+00:00",
"result": {
"result": false
}
}
],
"action/0/choose/0/conditions/0": [
{
"path": "action/0/choose/0/conditions/0",
"timestamp": "2026-04-10T18:00:00.126262+00:00",
"result": {
"result": false
}
}
],
"action/0/choose/1": [
{
"path": "action/0/choose/1",
"timestamp": "2026-04-10T18:00:00.126393+00:00",
"result": {
"result": true
}
}
],
"action/0/choose/1/conditions/0": [
{
"path": "action/0/choose/1/conditions/0",
"timestamp": "2026-04-10T18:00:00.126460+00:00",
"result": {
"result": true
}
}
],
"action/0/choose/1/sequence/0": [
{
"path": "action/0/choose/1/sequence/0",
"timestamp": "2026-04-10T18:00:00.126634+00:00",
"result": {
"params": {
"domain": "switch",
"service": "turn_off",
"service_data": {},
"target": {
"entity_id": [
"switch.gartenbrunnen"
]
}
},
"running_script": false
}
}
]
},
"config": {
"id": "1711373747607",
"alias": "Gartenbrunnen Zeitfenster",
"description": "Ein- und Ausschaltzeiten programmiert",
"triggers": [
{
"at": "09:00:00",
"id": "Frueh",
"trigger": "time"
},
{
"at": "20:00:00",
"id": "Spaet",
"trigger": "time"
}
],
"conditions": [],
"actions": [
{
"choose": [
{
"conditions": [
{
"condition": "trigger",
"id": [
"Frueh"
]
}
],
"sequence": [
{
"metadata": {},
"data": {},
"target": {
"entity_id": "switch.gartenbrunnen"
},
"action": "switch.turn_on"
}
]
},
{
"conditions": [
{
"condition": "trigger",
"id": [
"Spaet"
]
}
],
"sequence": [
{
"metadata": {},
"data": {},
"target": {
"entity_id": "switch.gartenbrunnen"
},
"action": "switch.turn_off"
}
]
}
]
}
],
"mode": "single"
},
"blueprint_inputs": null,
"context": {
"id": "01KNW8T0BX22QEAV0ZWZXEPX5P",
"parent_id": null,
"user_id": null
}
},
"logbookEntries": [
{
"name": "Gartenbrunnen Zeitfenster",
"message": "triggered by time",
"source": "time",
"entity_id": "automation.test_gartenbrunnen",
"context_id": "01KNW8T0BX22QEAV0ZWZXEPX5P",
"domain": "automation",
"when": 1775844000.1257584
},
{
"state": "off",
"entity_id": "switch.gartenbrunnen",
"when": 1775844000.219303,
"context_event_type": "automation_triggered",
"context_domain": "automation",
"context_name": "Gartenbrunnen Zeitfenster",
"context_message": "triggered by time",
"context_source": "time",
"context_entity_id": "automation.test_gartenbrunnen"
}
]
}
Automation lief korrekt ab, soweit ich das sehe. Die Automation hat um 20 Uhr den Sonoff abgeschaltet, aber in Wirklichkeit lief er weiter…