.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.printer_stats
This commit is contained in:
@@ -655,3 +655,4 @@
|
||||
{"timestamp": "2026-08-07T13:02:58.325931+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": ["sensor.octoprint_successful_prints_count", "sensor.octoprint_failed_prints_count"], "fields": null, "attribute_keys": ["state_class", "unit_of_measurement", "friendly_name", "icon", "available"]}, "execution_time_ms": 12.311697006225586, "success": true, "error_message": null, "response_size_bytes": 1430, "user_context": null}
|
||||
{"timestamp": "2026-08-07T13:03:05.640395+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": "history", "mode": null, "query": null}, "execution_time_ms": 7.332086563110352, "success": true, "error_message": null, "response_size_bytes": 3806, "user_context": null}
|
||||
{"timestamp": "2026-08-07T13:03:18.306921+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.count_octoprint_print_outcomes"}, "execution_time_ms": 60.4400634765625, "success": true, "error_message": null, "response_size_bytes": 1113, "user_context": null}
|
||||
{"timestamp": "2026-08-07T13:04:33.007511+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "for card in config['views'][1]['sections'][1]['cards']:\n if card.get('type') == 'custom:apexcharts-card':\n card['graph_span'] = \"30d\"", "config_hash": "4fe2cbdc84d04e3a", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 10.134220123291016, "success": true, "error_message": null, "response_size_bytes": 742, "user_context": null}
|
||||
|
||||
@@ -515,7 +515,7 @@
|
||||
"show_states": true,
|
||||
"colorize_states": true
|
||||
},
|
||||
"graph_span": 30,
|
||||
"graph_span": "30d",
|
||||
"apex_config": {
|
||||
"chart": {
|
||||
"type": "bar",
|
||||
|
||||
Reference in New Issue
Block a user