.ha_mcp/logs/mcp_usage.jsonl
This commit is contained in:
@@ -710,3 +710,6 @@
|
||||
{"timestamp": "2026-08-07T13:55:25.001919+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "printer-stats", "list_only": false, "force_reload": false, "entity_id": null, "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 2.967357635498047, "success": true, "error_message": null, "response_size_bytes": 8851, "user_context": null}
|
||||
{"timestamp": "2026-08-07T13:55:25.281517+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": ["sensor.octoprint_print_time", "sensor.octoprint_print_time_left", "sensor.octoprint_current_z", "sensor.octoprint_print_progress"], "fields": null, "attribute_keys": null}, "execution_time_ms": 15.784502029418945, "success": true, "error_message": null, "response_size_bytes": 2424, "user_context": null}
|
||||
{"timestamp": "2026-08-07T13:55:30.086448+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "binary_sensor.octoprint_printing", "fields": ["state"], "attribute_keys": null}, "execution_time_ms": 8.501768112182617, "success": true, "error_message": null, "response_size_bytes": 367, "user_context": null}
|
||||
{"timestamp": "2026-08-07T13:57:39.083041+00:00", "tool_name": "ha_eval_template", "parameters": {"template": "{{ 0 if not is_state('binary_sensor.octoprint_printing', 'on') else states('sensor.octoprint_print_time') | float }}", "timeout": 3, "report_errors": true}, "execution_time_ms": 13.845682144165039, "success": true, "error_message": null, "response_size_bytes": 205, "user_context": null}
|
||||
{"timestamp": "2026-08-07T13:57:39.260305+00:00", "tool_name": "ha_eval_template", "parameters": {"template": "{{ 0 if not is_state('binary_sensor.octoprint_printing', 'on') else states('sensor.octoprint_print_time_left') | float }}", "timeout": 3, "report_errors": true}, "execution_time_ms": 9.824275970458984, "success": true, "error_message": null, "response_size_bytes": 210, "user_context": null}
|
||||
{"timestamp": "2026-08-07T13:57:39.574295+00:00", "tool_name": "ha_eval_template", "parameters": {"template": "{{ 0 if not is_state('binary_sensor.octoprint_printing', 'on') else states('sensor.octoprint_current_z') | float }}", "timeout": 3, "report_errors": true}, "execution_time_ms": 6.332635879516602, "success": true, "error_message": null, "response_size_bytes": 204, "user_context": null}
|
||||
|
||||
Reference in New Issue
Block a user