.ha_mcp/logs/mcp_usage.jsonl, zigbee2mqtt/state.json
This commit is contained in:
@@ -1700,3 +1700,5 @@
|
||||
{"timestamp": "2026-08-18T14:26:10.912464+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "\n# Temperatures section is views[0].sections[2]\nsection = config['views'][0]['sections'][2]\n\n# Find and update the nozzle chart\nfor card in section['cards']:\n if card.get('title') == 'Nozzle Temperature' and card.get('type') == 'history-graph':\n for entity in card.get('entities', []):\n if entity.get('name') == 'Target':\n entity['color'] = '#4caf50' # Green\n\n# Find and update the bed chart\nfor card in section['cards']:\n if card.get('title') == 'Bed Temperature' and card.get('type') == 'history-graph':\n for entity in card.get('entities', []):\n if entity.get('name') == 'Target':\n entity['color'] = '#4caf50' # Green\n", "config_hash": "e54892f851f38fac", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 25.226831436157227, "success": true, "error_message": null, "response_size_bytes": 30779, "user_context": null}
|
||||
{"timestamp": "2026-08-18T15:11:01.809214+00:00", "tool_name": "ha_get_history", "parameters": {"entity_ids": ["sensor.octoprint_tool_0_temperature", "sensor.octoprint_tool_0_target"], "source": "history", "start_time": "1.5h", "end_time": null, "minimal_response": true, "significant_changes_only": true, "limit": null, "offset": null, "period": "day", "statistic_types": null, "order": "desc", "fields": null, "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 0.5362033843994141, "success": false, "error_message": "{\n \"success\": false,\n \"error\": {\n \"code\": \"VALIDATION_INVALID_PARAMETER\",\n \"message\": \"Invalid time format: 1.5h. Use ISO format or relative (e.g., '24h', '7d', '2w', '1m')\",\n \"suggestion\": \"Use ISO format: '2025-01-25T00:00:00Z'\",\n \"suggestions\": [\n \"Use ISO format: '2025-01-25T00:00:00Z'\",\n \"Use relative format: '24h', '7d', '2w', '1m'\"\n ]\n },\n \"parameter\": \"start_time\"\n}", "response_size_bytes": null, "user_context": null}
|
||||
{"timestamp": "2026-08-18T15:11:08.543844+00:00", "tool_name": "ha_get_history", "parameters": {"entity_ids": ["sensor.octoprint_tool_0_temperature", "sensor.octoprint_tool_0_target", "sensor.octoprint_bed_temperature", "sensor.octoprint_bed_target"], "source": "history", "start_time": "1h", "end_time": null, "minimal_response": true, "significant_changes_only": true, "limit": null, "offset": null, "period": "day", "statistic_types": null, "order": "desc", "fields": null, "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 180.29522895812988, "success": true, "error_message": null, "response_size_bytes": 25551, "user_context": null}
|
||||
{"timestamp": "2026-08-18T15:52:14.441984+00:00", "tool_name": "ha_get_history", "parameters": {"entity_ids": ["sensor.octoprint_tool_0_temperature", "sensor.octoprint_tool_0_target", "sensor.octoprint_bed_temperature", "sensor.octoprint_bed_target"], "source": "history", "start_time": "1h", "end_time": null, "minimal_response": true, "significant_changes_only": true, "limit": null, "offset": null, "period": "day", "statistic_types": null, "order": "desc", "fields": null, "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 33.17141532897949, "success": true, "error_message": null, "response_size_bytes": 21033, "user_context": null}
|
||||
{"timestamp": "2026-08-18T15:52:14.568017+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "binary_sensor.octoprint_printing", "fields": null, "attribute_keys": null}, "execution_time_ms": 4.783391952514648, "success": true, "error_message": null, "response_size_bytes": 712, "user_context": null}
|
||||
|
||||
Reference in New Issue
Block a user