.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.printer_stats
This commit is contained in:
@@ -810,3 +810,4 @@
|
|||||||
{"timestamp": "2026-08-07T15:11:58.315986+00:00", "tool_name": "ha_get_logs", "parameters": {"source": "error_log", "limit": 30, "search": "octoprint", "order": "newest", "hours_back": 1, "entity_id": null, "end_time": null, "offset": 0, "compact": true, "level": null, "slug": null}, "execution_time_ms": 934.8101615905762, "success": true, "error_message": null, "response_size_bytes": 9638, "user_context": null}
|
{"timestamp": "2026-08-07T15:11:58.315986+00:00", "tool_name": "ha_get_logs", "parameters": {"source": "error_log", "limit": 30, "search": "octoprint", "order": "newest", "hours_back": 1, "entity_id": null, "end_time": null, "offset": 0, "compact": true, "level": null, "slug": null}, "execution_time_ms": 934.8101615905762, "success": true, "error_message": null, "response_size_bytes": 9638, "user_context": null}
|
||||||
{"timestamp": "2026-08-07T15:11:58.728364+00:00", "tool_name": "ha_get_logs", "parameters": {"source": "error_log", "limit": 30, "search": "go2rtc", "order": "newest", "hours_back": 1, "entity_id": null, "end_time": null, "offset": 0, "compact": true, "level": null, "slug": null}, "execution_time_ms": 827.3403644561768, "success": true, "error_message": null, "response_size_bytes": 226, "user_context": null}
|
{"timestamp": "2026-08-07T15:11:58.728364+00:00", "tool_name": "ha_get_logs", "parameters": {"source": "error_log", "limit": 30, "search": "go2rtc", "order": "newest", "hours_back": 1, "entity_id": null, "end_time": null, "offset": 0, "compact": true, "level": null, "slug": null}, "execution_time_ms": 827.3403644561768, "success": true, "error_message": null, "response_size_bytes": 226, "user_context": null}
|
||||||
{"timestamp": "2026-08-07T15:12:20.305666+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": null, "mode": null, "query": null}, "execution_time_ms": 4.662990570068359, "success": true, "error_message": null, "response_size_bytes": 9187, "user_context": null}
|
{"timestamp": "2026-08-07T15:12:20.305666+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": null, "mode": null, "query": null}, "execution_time_ms": 4.662990570068359, "success": true, "error_message": null, "response_size_bytes": 9187, "user_context": null}
|
||||||
|
{"timestamp": "2026-08-07T15:12:43.453437+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][0]['cards'][1] = {'type': 'custom:webrtc-camera', 'url': 'rtsp://127.0.0.1:18554/octoprint', 'mode': 'webrtc', 'grid_options': {'columns': 'full'}}", "config_hash": "d09fa40b2dfccddd", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 6.925821304321289, "success": true, "error_message": null, "response_size_bytes": 763, "user_context": null}
|
||||||
|
|||||||
@@ -20,11 +20,9 @@
|
|||||||
"icon": "mdi:printer-3d-nozzle"
|
"icon": "mdi:printer-3d-nozzle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "picture-entity",
|
"type": "custom:webrtc-camera",
|
||||||
"entity": "camera.endercamera_duckdns_org",
|
"url": "rtsp://127.0.0.1:18554/octoprint",
|
||||||
"camera_view": "live",
|
"mode": "webrtc",
|
||||||
"show_name": true,
|
|
||||||
"show_state": true,
|
|
||||||
"grid_options": {
|
"grid_options": {
|
||||||
"columns": "full"
|
"columns": "full"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user