diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index 9c46bd9..196cddd 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -37,3 +37,4 @@ {"timestamp": "2026-07-27T14:51:03.968492+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": null, "list_only": true, "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": 30.833005905151367, "success": true, "error_message": null, "response_size_bytes": 1516, "user_context": null} {"timestamp": "2026-07-27T14:51:16.918296+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "dashboard-temp", "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": 3.0164718627929688, "success": true, "error_message": null, "response_size_bytes": 7978, "user_context": null} {"timestamp": "2026-07-27T14:52:32.941597+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "dashboard-temp", "config": null, "python_transform": "config['views'][0]['sections'].append({\n \"type\": \"grid\",\n \"cards\": [\n {\n \"type\": \"heading\",\n \"heading\": \"System Health\",\n \"heading_style\": \"title\"\n },\n {\n \"type\": \"vertical-stack\",\n \"cards\": [\n {\n \"type\": \"entities\",\n \"title\": \"System Health\",\n \"show_header_toggle\": False,\n \"entities\": [\n {\"entity\": \"sensor.system_monitor_memory_usage\", \"name\": \"Memory Usage\"},\n {\"entity\": \"sensor.system_monitor_memory_free\", \"name\": \"Memory Free\"},\n {\"entity\": \"sensor.system_monitor_disk_use\", \"name\": \"Disk Used\"},\n {\"entity\": \"sensor.system_monitor_disk_free\", \"name\": \"Disk Free\"},\n {\"entity\": \"sensor.system_monitor_load_1_min\", \"name\": \"Load 1 Minute\"},\n {\"entity\": \"sensor.system_monitor_load_5_min\", \"name\": \"Load 5 Minute\"},\n {\"entity\": \"sensor.system_monitor_load_15_min\", \"name\": \"Load 15 Minute\"},\n {\"entity\": \"sensor.system_monitor_uptime\"}\n ]\n },\n {\n \"type\": \"history-graph\",\n \"title\": \"System Load\",\n \"hours_to_show\": 24,\n \"entities\": [\n \"sensor.system_monitor_load_1_min\",\n \"sensor.system_monitor_load_5_min\",\n \"sensor.system_monitor_load_15_min\"\n ]\n },\n {\n \"type\": \"history-graph\",\n \"title\": \"Network Traffic\",\n \"hours_to_show\": 24,\n \"entities\": [\n \"sensor.system_monitor_network_throughput_in_enp1s0\",\n \"sensor.system_monitor_network_throughput_out_enp1s0\"\n ]\n },\n {\n \"type\": \"entities\",\n \"title\": \"Network Counters\",\n \"entities\": [\n \"sensor.system_monitor_packets_in_enp1s0\",\n \"sensor.system_monitor_packets_out_enp1s0\"\n ]\n }\n ]\n }\n ]\n})", "config_hash": "904dc27b8340909f", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 9.832382202148438, "success": true, "error_message": null, "response_size_bytes": 32758, "user_context": null} +{"timestamp": "2026-07-27T15:04:30.568344+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "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": 10.72239875793457, "success": false, "error_message": "{\n \"success\": false,\n \"error\": {\n \"code\": \"SERVICE_CALL_FAILED\",\n \"message\": \"Command failed: Unknown config specified: stats\",\n \"suggestion\": \"Use ha_config_get_dashboard(list_only=True) to see available dashboards\",\n \"suggestions\": [\n \"Use ha_config_get_dashboard(list_only=True) to see available dashboards\",\n \"Check if you have permission to access this dashboard\",\n \"Use url_path='default' for default dashboard\"\n ]\n },\n \"action\": \"get\",\n \"url_path\": \"stats\"\n}", "response_size_bytes": null, "user_context": null}