From 00bf297e878d547b4562f26f4c033a35ce81d641 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Fri, 7 Aug 2026 13:58:28 +0000 Subject: [PATCH] .ha_mcp/logs/mcp_usage.jsonl --- .ha_mcp/logs/mcp_usage.jsonl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index 59b7c48..2123f7b 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -717,3 +717,6 @@ {"timestamp": "2026-08-07T13:57:52.523197+00:00", "tool_name": "ha_config_set_helper", "parameters": {"helper_type": "template", "name": "OctoPrint Time Left", "helper_id": null, "entry_id": null, "subentry_type": null, "subentry_id": null, "show_advanced_options": false, "icon": null, "area_id": null, "labels": null, "min_value": null, "max_value": null, "step": null, "unit_of_measurement": null, "options": null, "initial": null, "mode": null, "has_date": null, "has_time": null, "restore": null, "duration": null, "monday": null, "tuesday": null, "wednesday": null, "thursday": null, "friday": null, "saturday": null, "sunday": null, "latitude": null, "longitude": null, "radius": null, "passive": null, "user_id": null, "device_trackers": null, "picture": null, "tag_id": null, "description": null, "category": null, "config": {"device_class": "duration", "next_step_id": "sensor", "state": "{{ 0 if not is_state('binary_sensor.octoprint_printing', 'on') else states('sensor.octoprint_print_time_left') | float }}", "state_class": "measurement", "unit_of_measurement": "s"}, "wait": true, "action": null, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 189.34249877929688, "success": true, "error_message": null, "response_size_bytes": 33654, "user_context": null} {"timestamp": "2026-08-07T13:57:53.319672+00:00", "tool_name": "ha_config_set_helper", "parameters": {"helper_type": "template", "name": "OctoPrint Current Z", "helper_id": null, "entry_id": null, "subentry_type": null, "subentry_id": null, "show_advanced_options": false, "icon": null, "area_id": null, "labels": null, "min_value": null, "max_value": null, "step": null, "unit_of_measurement": null, "options": null, "initial": null, "mode": null, "has_date": null, "has_time": null, "restore": null, "duration": null, "monday": null, "tuesday": null, "wednesday": null, "thursday": null, "friday": null, "saturday": null, "sunday": null, "latitude": null, "longitude": null, "radius": null, "passive": null, "user_id": null, "device_trackers": null, "picture": null, "tag_id": null, "description": null, "category": null, "config": {"next_step_id": "sensor", "state": "{{ 0 if not is_state('binary_sensor.octoprint_printing', 'on') else states('sensor.octoprint_current_z') | float }}", "state_class": "measurement", "unit_of_measurement": "mm"}, "wait": true, "action": null, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 189.7587776184082, "success": true, "error_message": null, "response_size_bytes": 33656, "user_context": null} {"timestamp": "2026-08-07T13:58:01.782708+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": ["sensor.octoprint_elapsed", "sensor.octoprint_time_left", "sensor.octoprint_current_z_2"], "fields": ["state", "attributes"], "attribute_keys": ["unit_of_measurement", "device_class", "state_class", "friendly_name"]}, "execution_time_ms": 12.946605682373047, "success": true, "error_message": null, "response_size_bytes": 927, "user_context": null} +{"timestamp": "2026-08-07T13:58:22.465568+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "printer-stats", "list_only": false, "force_reload": false, "entity_id": "sensor.octoprint_print_time*", "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 22.382497787475586, "success": true, "error_message": null, "response_size_bytes": 885, "user_context": null} +{"timestamp": "2026-08-07T13:58:22.576790+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "printer-stats", "list_only": false, "force_reload": false, "entity_id": "sensor.octoprint_current_z", "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 3.073453903198242, "success": true, "error_message": null, "response_size_bytes": 703, "user_context": null} +{"timestamp": "2026-08-07T13:58:27.439259+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": "print-progress", "mode": null, "query": null}, "execution_time_ms": 1.8253326416015625, "success": false, "error_message": "{\n \"success\": false,\n \"error\": {\n \"code\": \"RESOURCE_NOT_FOUND\",\n \"message\": \"Dashboard view path 'print-progress' is not found.\",\n \"suggestion\": \"Use a view_path returned by ha_config_get_dashboard\"\n },\n \"dashboard_url_path\": \"printer-stats\",\n \"view_path\": \"print-progress\",\n \"available_view_paths\": [\n \"print\",\n \"history\"\n ]\n}", "response_size_bytes": null, "user_context": null}