.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.printer_stats
This commit is contained in:
@@ -963,3 +963,4 @@
|
||||
{"timestamp": "2026-08-08T03:06:42.390063+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "sensor.octoprint_current_z", "fields": null, "attribute_keys": null}, "execution_time_ms": 7.74383544921875, "success": true, "error_message": null, "response_size_bytes": 765, "user_context": null}
|
||||
{"timestamp": "2026-08-08T03:06:42.531414+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "sensor.octoprint_z_position", "fields": null, "attribute_keys": null}, "execution_time_ms": 5.25975227355957, "success": true, "error_message": null, "response_size_bytes": 825, "user_context": null}
|
||||
{"timestamp": "2026-08-08T03:06:57.201434+00:00", "tool_name": "ha_reload_core", "parameters": {"target": "templates", "entry_id": null}, "execution_time_ms": 124.84455108642578, "success": true, "error_message": null, "response_size_bytes": 116, "user_context": null}
|
||||
{"timestamp": "2026-08-08T03:07:02.008119+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config[\"views\"][0][\"sections\"][1][\"cards\"][5][\"entity\"] = \"sensor.octoprint_current_z\"; config[\"views\"][1][\"sections\"][1][\"cards\"][1][\"series\"][0][\"entity\"] = \"sensor.octoprint_current_z\"", "config_hash": "fa9d6cf9e3fee434", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 20.209789276123047, "success": true, "error_message": null, "response_size_bytes": 772, "user_context": null}
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.octoprint_z_position",
|
||||
"entity": "sensor.octoprint_current_z",
|
||||
"name": "Current Z",
|
||||
"icon": "mdi:axis-z-arrow",
|
||||
"grid_options": {
|
||||
@@ -446,7 +446,7 @@
|
||||
"graph_span": "24h",
|
||||
"series": [
|
||||
{
|
||||
"entity": "sensor.octoprint_z_position",
|
||||
"entity": "sensor.octoprint_current_z",
|
||||
"name": "Current Z",
|
||||
"color": "#ab47bc",
|
||||
"type": "line",
|
||||
|
||||
Reference in New Issue
Block a user