.ha_mcp/logs/mcp_usage.jsonl
This commit is contained in:
@@ -602,3 +602,6 @@
|
||||
{"timestamp": "2026-08-07T04:26:59.267190+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": ["sensor.printer_print_time_today", "sensor.printer_print_time_this_week", "sensor.printer_print_time_last_7_days", "sensor.printer_prints_today", "sensor.printer_prints_this_week", "sensor.printer_prints_last_7_days"], "fields": ["entity_id", "state", "attributes"], "attribute_keys": ["friendly_name", "unit_of_measurement", "icon"]}, "execution_time_ms": 46.12398147583008, "success": true, "error_message": null, "response_size_bytes": 3002, "user_context": null}
|
||||
{"timestamp": "2026-08-07T04:27:15.845400+00:00", "tool_name": "ha_get_integration", "parameters": {"entry_id": null, "query": "history", "domain": null, "include_options": false, "include_schema": false, "include_subentries": false, "include_subentry_schema": false, "subentry_type": null, "subentry_id": null, "show_advanced_options": false, "exact_match": true, "limit": 50, "offset": 0, "include_diagnostics": false, "include_knx_project": false, "device_id": null, "diagnostics_fields": null, "diagnostics_truncate_at_bytes": null, "diagnostics_data_path": null, "diagnostics_data_offset": 0, "diagnostics_data_limit": null}, "execution_time_ms": 69.8692798614502, "success": true, "error_message": null, "response_size_bytes": 830, "user_context": null}
|
||||
{"timestamp": "2026-08-07T04:27:35.201426+00:00", "tool_name": "ha_set_integration", "parameters": {"entry_id": null, "enabled": null, "domain": "history_stats", "config": {"name": "Printer Print Time Today", "entity_id": "binary_sensor.octoprint_printing", "state": "on", "type": "time", "start": "{{ today_at('00:00') }}", "end": "{{ now() }}", "state_class": "total_increasing"}}, "execution_time_ms": 24.854183197021484, "success": false, "error_message": "{\n \"success\": false,\n \"error\": {\n \"code\": \"SERVICE_CALL_FAILED\",\n \"message\": \"Helper validation failed \\u2014 state: Value should be a list\",\n \"suggestion\": \"Fix the field(s) listed in 'field_errors' and retry the call.\"\n },\n \"flow_id\": \"01KZD7KYWEJ8ED02QH38KQVVB4\",\n \"status_code\": 400,\n \"helper_type\": \"history_stats\",\n \"step_id\": \"state\",\n \"submitted_keys\": [\n \"state\"\n ],\n \"response_body\": {\n \"errors\": {\n \"state\": \"Value should be a list\"\n }\n },\n \"field_errors\": {\n \"state\": \"Value should be a list\"\n },\n \"data_schema\": [\n {\n \"selector\": {\n \"text\": {\n \"multiple\": false,\n \"multiline\": false\n }\n },\n \"name\": \"name\",\n \"required\": true,\n \"default\": \"unnamed statistics\"\n },\n {\n \"selector\": {\n \"entity\": {\n \"reorder\": false,\n \"multiple\": false\n }\n },\n \"name\": \"entity_id\",\n \"required\": true\n },\n {\n \"selector\": {\n \"select\": {\n \"options\": [\n \"time\",\n \"ratio\",\n \"count\"\n ],\n \"mode\": \"dropdown\",\n \"translation_key\": \"type\",\n \"sort\": false,\n \"custom_value\": false,\n \"multiple\": false\n }\n },\n \"name\": \"type\",\n \"required\": true,\n \"default\": \"time\"\n }\n ]\n}", "response_size_bytes": null, "user_context": null}
|
||||
{"timestamp": "2026-08-07T04:27:42.981148+00:00", "tool_name": "ha_set_integration", "parameters": {"entry_id": null, "enabled": null, "domain": "history_stats", "config": {"name": "Printer Print Time Today", "entity_id": "binary_sensor.octoprint_printing", "state": ["on"], "type": "time", "start": "{{ today_at('00:00') }}", "end": "{{ now() }}", "state_class": "total_increasing"}}, "execution_time_ms": 51.737308502197266, "success": true, "error_message": null, "response_size_bytes": 184, "user_context": null}
|
||||
{"timestamp": "2026-08-07T04:27:47.773565+00:00", "tool_name": "ha_set_integration", "parameters": {"entry_id": null, "enabled": null, "domain": "history_stats", "config": {"end": "{{ now() }}", "entity_id": "binary_sensor.octoprint_printing", "name": "Printer Print Time This Week", "start": "{{ today_at('00:00') - timedelta(days=now().weekday()) }}", "state": ["on"], "state_class": "total_increasing", "type": "time"}}, "execution_time_ms": 44.71445083618164, "success": true, "error_message": null, "response_size_bytes": 188, "user_context": null}
|
||||
{"timestamp": "2026-08-07T04:27:48.312574+00:00", "tool_name": "ha_set_integration", "parameters": {"entry_id": null, "enabled": null, "domain": "history_stats", "config": {"end": "{{ now() }}", "entity_id": "binary_sensor.octoprint_printing", "name": "Printer Print Time Last 7 Days", "start": "{{ now() - timedelta(days=7) }}", "state": ["on"], "type": "time"}}, "execution_time_ms": 32.1345329284668, "success": true, "error_message": null, "response_size_bytes": 190, "user_context": null}
|
||||
|
||||
Reference in New Issue
Block a user