diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index eee5aa98..cef5850f 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -3032,3 +3032,5 @@ {"timestamp": "2026-08-27T17:11:39.279917+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "camera.endercamera_duckdns_org", "fields": ["entity_id", "state"], "attribute_keys": null}, "execution_time_ms": 14.898538589477539, "success": true, "error_message": null, "response_size_bytes": 415, "user_context": null} {"timestamp": "2026-08-27T17:12:47.517225+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "printer-stats", "list_only": false, "force_reload": false, "entity_id": "custom:webrtc-camera", "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 5.679845809936523, "success": true, "error_message": null, "response_size_bytes": 395, "user_context": null} {"timestamp": "2026-08-27T17:12:50.863139+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "ender5-printer", "list_only": false, "force_reload": false, "entity_id": "custom:webrtc-camera", "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 3.4332275390625, "success": true, "error_message": null, "response_size_bytes": 396, "user_context": null} +{"timestamp": "2026-08-27T17:13:10.453142+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "for c in config['views'][0]['sections'][0]['cards']:\n if c.get('type') == 'custom:webrtc-camera' and 'endercamera' in c.get('url',''):\n c['mode'] = 'mse'", "config_hash": "763eb97b1f2c891e", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 18.804073333740234, "success": true, "error_message": null, "response_size_bytes": 30233, "user_context": null} +{"timestamp": "2026-08-27T17:13:14.559906+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "ender5-printer", "list_only": false, "force_reload": false, "entity_id": null, "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": "printer", "mode": null, "query": null}, "execution_time_ms": 3.0939579010009766, "success": true, "error_message": null, "response_size_bytes": 15179, "user_context": null} diff --git a/.storage/lovelace.printer_stats b/.storage/lovelace.printer_stats index 8f7ec3ad..b8b9e45d 100644 --- a/.storage/lovelace.printer_stats +++ b/.storage/lovelace.printer_stats @@ -22,12 +22,14 @@ { "type": "custom:webrtc-camera", "url": "http://endercamera.duckdns.org/?action=stream", - "ui": true + "ui": true, + "mode": "mse" }, { "type": "custom:webrtc-camera", "url": "http://endercamera2.duckdns.org/?action=stream", - "ui": true + "ui": true, + "mode": "mse" }, { "type": "tile",