.ha_mcp/logs/mcp_usage.jsonl, automations.yaml
This commit is contained in:
@@ -1812,3 +1812,4 @@
|
||||
{"timestamp": "2026-08-23T05:45:32.268288+00:00", "tool_name": "ha_get_automation_traces", "parameters": {"automation_id": "automation.3d_print_complete_snapshot", "run_id": null, "limit": 1, "deduplicate": true, "detailed": false, "sections": "actions", "offset": 0, "order": "newest", "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 14.168024063110352, "success": true, "error_message": null, "response_size_bytes": 492, "user_context": null}
|
||||
{"timestamp": "2026-08-23T05:45:46.660980+00:00", "tool_name": "ha_get_automation_traces", "parameters": {"automation_id": "automation.3d_print_complete_snapshot", "run_id": "5d3edae73d0a73ffd505a2f0c544aea6", "limit": 10, "deduplicate": true, "detailed": false, "sections": "actions", "offset": 0, "order": "newest", "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 8.961915969848633, "success": true, "error_message": null, "response_size_bytes": 1641, "user_context": null}
|
||||
{"timestamp": "2026-08-23T05:47:34.185249+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.3d_print_complete_snapshot", "python_transform": "payload = {\"title\": \"3D print complete\", \"message\": \"Print finished successfully at {{ now().strftime('%H:%M') }}.\", \"data\": {\"image\": \"/local/octoprint_snapshot.jpg\"}}; targets = [\"notify.mobile_app_sm_f956w\", \"notify.mobile_app_motorola_one_vision\", \"notify.mobile_app_francos_ipad\", \"notify.mobile_app_sm_t387w\"]; steps = [{\"action\": t, \"data\": payload} for t in targets]; steps.append({\"action\": \"telegram_bot.send_photo\", \"data\": {\"entity_id\": \"notify.franco\", \"file\": \"/config/www/octoprint_snapshot.jpg\", \"caption\": \"Print finished successfully at {{ now().strftime('%H:%M') }}.\"}}); config[\"actions\"] = [{\"action\": \"camera.snapshot\", \"target\": {\"entity_id\": \"camera.endercamera_duckdns_org\"}, \"data\": {\"filename\": \"/config/www/octoprint_snapshot.jpg\"}}, {\"parallel\": steps}]", "config_hash": "291bc3e2984c7080", "category": null, "wait": true, "MandatoryBPS": false, "BestPracticeKey": null}, "execution_time_ms": 279.09350395202637, "success": true, "error_message": null, "response_size_bytes": 1132, "user_context": null}
|
||||
{"timestamp": "2026-08-23T05:47:49.439719+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.3d_print_early_layers_snapshot", "python_transform": "payload = {\"title\": \"3D print early check\", \"message\": \"Print passed the first few layers (Z crossed 1 mm).\", \"data\": {\"image\": \"/local/octoprint_snapshot.jpg\"}}; targets = [\"notify.mobile_app_sm_f956w\", \"notify.mobile_app_motorola_one_vision\", \"notify.mobile_app_francos_ipad\", \"notify.mobile_app_sm_t387w\"]; steps = [{\"action\": t, \"data\": payload} for t in targets]; steps.append({\"action\": \"telegram_bot.send_photo\", \"data\": {\"entity_id\": \"notify.franco\", \"file\": \"/config/www/octoprint_snapshot.jpg\", \"caption\": \"Print passed the first few layers (Z crossed 1 mm).\"}}); config[\"actions\"] = [{\"action\": \"camera.snapshot\", \"target\": {\"entity_id\": \"camera.endercamera_duckdns_org\"}, \"data\": {\"filename\": \"/config/www/octoprint_snapshot.jpg\"}}, {\"parallel\": steps}]", "config_hash": "eaebbb9015e1ec50", "category": null, "wait": true, "MandatoryBPS": false, "BestPracticeKey": null}, "execution_time_ms": 1302.8132915496826, "success": true, "error_message": null, "response_size_bytes": 1119, "user_context": null}
|
||||
|
||||
@@ -3357,6 +3357,24 @@
|
||||
message: Print passed the first few layers (Z crossed 1 mm).
|
||||
data:
|
||||
image: /local/octoprint_snapshot.jpg
|
||||
- action: notify.mobile_app_motorola_one_vision
|
||||
data:
|
||||
title: 3D print early check
|
||||
message: Print passed the first few layers (Z crossed 1 mm).
|
||||
data:
|
||||
image: /local/octoprint_snapshot.jpg
|
||||
- action: notify.mobile_app_francos_ipad
|
||||
data:
|
||||
title: 3D print early check
|
||||
message: Print passed the first few layers (Z crossed 1 mm).
|
||||
data:
|
||||
image: /local/octoprint_snapshot.jpg
|
||||
- action: notify.mobile_app_sm_t387w
|
||||
data:
|
||||
title: 3D print early check
|
||||
message: Print passed the first few layers (Z crossed 1 mm).
|
||||
data:
|
||||
image: /local/octoprint_snapshot.jpg
|
||||
- action: telegram_bot.send_photo
|
||||
data:
|
||||
entity_id: notify.franco
|
||||
|
||||
Reference in New Issue
Block a user