diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index 7430ddb5..b29a9c06 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -1924,3 +1924,4 @@ {"timestamp": "2026-08-24T17:38:50.573528+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "sec = next(s for s in config['views'][0]['sections'] if any(isinstance(c, dict) and c.get('type') == 'heading' and c.get('heading') == 'Filament Usage' for c in s.get('cards', []))); cards = sec['cards']; chart = next(c for c in cards if isinstance(c, dict) and c.get('type') == 'custom:apexcharts-card' and str(c.get('header', {}).get('title', '')).startswith('Filament Usage - Grams')); cards.remove(chart); cards.extend([{'type': 'heading', 'heading': 'Grams Usage', 'icon': 'mdi:weight'}, {'type': 'tile', 'entity': 'sensor.octoprint_filament_weight_daily', 'name': 'Filament Today', 'icon': 'mdi:chart-donut', 'grid_options': {'columns': 4}}, {'type': 'tile', 'entity': 'sensor.octoprint_filament_weight_weekly', 'name': 'Filament This Week', 'icon': 'mdi:calendar-week', 'grid_options': {'columns': 4}}, {'type': 'tile', 'entity': 'sensor.octoprint_filament_weight_monthly', 'name': 'Filament This Month', 'icon': 'mdi:calendar-month', 'grid_options': {'columns': 4}}, {'type': 'tile', 'entity': 'sensor.octoprint_filament_used_weight_total', 'name': 'Grand Total', 'icon': 'mdi:chart-pie', 'grid_options': {'columns': 4}}, chart])", "config_hash": "bc078c46e514cfe9", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 8.518457412719727, "success": false, "error_message": "{\n \"success\": false,\n \"error\": {\n \"code\": \"VALIDATION_FAILED\",\n \"message\": \"Expression raised at runtime: NameError: name 'next' is not defined\",\n \"suggestion\": \"Verify referenced keys/indices exist in the input\",\n \"suggestions\": [\n \"Verify referenced keys/indices exist in the input\",\n \"Check that types match (e.g. dict vs list operations)\",\n \"Use .get(key, default) to handle missing keys\",\n \"Expression: sec = next(s for s in config['views'][0]['sections'] if any(isinstance(c, dict) and c.get('type') ==...\",\n \"For Home Assistant best-practice guidance, call ha_get_skill_guide(skill='home-assistant-best-practices') and consult the relevant reference file before retrying.\"\n ]\n },\n \"action\": \"python_transform\",\n \"url_path\": \"printer-stats\"\n}", "response_size_bytes": null, "user_context": null} {"timestamp": "2026-08-24T17:39:07.548676+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "secs = [s for s in config['views'][0]['sections'] if any(isinstance(c, dict) and c.get('type') == 'heading' and c.get('heading') == 'Filament Usage' for c in s.get('cards', []))]; cards = secs[0]['cards']; charts = [c for c in cards if isinstance(c, dict) and c.get('type') == 'custom:apexcharts-card' and str(c.get('header', {}).get('title', '')).startswith('Filament Usage - Grams')]; chart = charts[0]; cards.remove(chart); cards.extend([{'type': 'heading', 'heading': 'Grams Usage', 'icon': 'mdi:weight'}, {'type': 'tile', 'entity': 'sensor.octoprint_filament_weight_daily', 'name': 'Filament Today', 'icon': 'mdi:chart-donut', 'grid_options': {'columns': 4}}, {'type': 'tile', 'entity': 'sensor.octoprint_filament_weight_weekly', 'name': 'Filament This Week', 'icon': 'mdi:calendar-week', 'grid_options': {'columns': 4}}, {'type': 'tile', 'entity': 'sensor.octoprint_filament_weight_monthly', 'name': 'Filament This Month', 'icon': 'mdi:calendar-month', 'grid_options': {'columns': 4}}, {'type': 'tile', 'entity': 'sensor.octoprint_filament_used_weight_total', 'name': 'Grand Total', 'icon': 'mdi:chart-pie', 'grid_options': {'columns': 4}}, chart])", "config_hash": "bc078c46e514cfe9", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 68.30000877380371, "success": true, "error_message": null, "response_size_bytes": 1739, "user_context": null} {"timestamp": "2026-08-24T17:39:13.199477+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": "print", "mode": null, "query": null}, "execution_time_ms": 42.62399673461914, "success": true, "error_message": null, "response_size_bytes": 11152, "user_context": null} +{"timestamp": "2026-08-24T17:55:27.442457+00:00", "tool_name": "ha_get_integration", "parameters": {"entry_id": null, "query": "telegram", "domain": null, "include_options": false, "include_schema": false, "include_subentries": false, "include_subentry_schema": false, "subentry_type": null, "subentry_id": null, "show_advanced_options": false, "exact_match": true, "limit": 50, "offset": 0, "include_diagnostics": false, "include_knx_project": false, "device_id": null, "diagnostics_fields": null, "diagnostics_truncate_at_bytes": null, "diagnostics_data_path": null, "diagnostics_data_offset": 0, "diagnostics_data_limit": null}, "execution_time_ms": 8.945226669311523, "success": true, "error_message": null, "response_size_bytes": 526, "user_context": null} diff --git a/zigbee2mqtt/state.json b/zigbee2mqtt/state.json index 88ed5da0..f126fc88 100644 --- a/zigbee2mqtt/state.json +++ b/zigbee2mqtt/state.json @@ -4,7 +4,7 @@ "state": "ON", "led_brightness": 100, "countdown_to_turn_off": 0, - "voltage": 117.8, + "voltage": 119.7, "countdown_to_turn_on": 0, "ac_frequency": 60, "power_factor": 0.14, @@ -27,7 +27,7 @@ "led_brightness": 100, "countdown_to_turn_off": 0, "countdown_to_turn_on": 0, - "power": 2.2, + "power": 2, "current": 0.09, "energy": 32.6, "power_factor": 0.18, @@ -45,7 +45,7 @@ "state": "ON", "led_brightness": 100, "countdown_to_turn_off": 0, - "voltage": 117.3, + "voltage": 119.3, "countdown_to_turn_on": 0, "energy": 65.39, "power_factor": 0.21, @@ -74,13 +74,13 @@ "led_brightness": 100, "countdown_to_turn_off": 0, "countdown_to_turn_on": 0, - "voltage": 116.7, + "voltage": 117.8, "state": "ON", "ac_frequency": 60, - "energy": 132.22, - "power": 1.3, - "current": 0.05, - "power_factor": 0.4, + "energy": 132.23, + "power": 102, + "current": 0.94, + "power_factor": 0.95, "update": { "state": "idle", "installed_version": 268513381, @@ -95,13 +95,13 @@ "led_brightness": 100, "countdown_to_turn_off": 0, "countdown_to_turn_on": 0, - "voltage": 117.8, + "voltage": 119.5, "energy": 63.11, "state": "ON", - "power": 87.7, - "current": 0.94, + "power": 74.1, + "current": 0.76, "ac_frequency": 60, - "power_factor": 0.78, + "power_factor": 0.81, "update": { "state": "idle", "installed_version": 268513381, @@ -114,7 +114,7 @@ }, "0xffffb40e060895b3": { "state": "ON", - "voltage": 118, + "voltage": 119.6, "ac_frequency": 60, "energy": 8.78, "current": 0.01, @@ -136,7 +136,7 @@ "0xffffb40e0608864e": { "led_brightness": 100, "countdown_to_turn_off": 0, - "voltage": 117.7, + "voltage": 119.5, "energy": 20.09, "countdown_to_turn_on": 0, "state": "ON", @@ -172,7 +172,7 @@ "0xffffb40e060893d8": { "state": "ON", "led_brightness": 100, - "voltage": 117.8, + "voltage": 119.7, "countdown_to_turn_off": 0, "countdown_to_turn_on": 0, "energy": 3.65,