diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index dc9e8624..74f9f0e8 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -2889,3 +2889,7 @@ {"timestamp": "2026-08-26T17:29:01.247697+00:00", "tool_name": "ha_get_system_health", "parameters": {"include": "repairs", "include_dismissed_repairs": false, "config_entry_id": null, "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": 9991.59026145935, "success": true, "error_message": null, "response_size_bytes": 6592, "user_context": null} {"timestamp": "2026-08-26T17:29:18.490549+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.ikea_bilresa_e2489_dual_button_matter"}, "execution_time_ms": 67.5957202911377, "success": true, "error_message": null, "response_size_bytes": 1805, "user_context": null} {"timestamp": "2026-08-26T17:29:18.700365+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.alert_thread_node_offline"}, "execution_time_ms": 52.4754524230957, "success": true, "error_message": null, "response_size_bytes": 1138, "user_context": null} +{"timestamp": "2026-08-26T17:30:36.118553+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.ikea_bilresa_e2489_dual_button_matter", "python_transform": "config['use_blueprint']['input']['button2_single'][0]['target']['entity_id'] = 'light.office_lamp_2'; config['use_blueprint']['input']['button2_double'][0]['choose'][0]['sequence'][0]['target']['entity_id'] = 'light.office_lamp_2'; config['use_blueprint']['input']['button2_double'][0]['choose'][0]['sequence'][1]['data']['value'] = \"{{ state_attr('light.office_lamp_2', 'rgb_color') | join(',') }}\"; config['use_blueprint']['input']['button2_double'][0]['choose'][0]['sequence'][2]['target']['entity_id'] = 'light.office_lamp_2'; config['use_blueprint']['input']['button2_double'][0]['default'][0]['target']['entity_id'] = 'light.office_lamp_2'", "config_hash": "d6a58127722b1332", "category": null, "wait": true, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 381.45947456359863, "success": true, "error_message": null, "response_size_bytes": 60476, "user_context": null} +{"timestamp": "2026-08-26T17:30:37.512178+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.alert_thread_node_offline", "python_transform": "config['triggers'][0]['entity_id'] = ['light.bedroom_lamp_2', 'light.office_lamp_2', 'sensor.bedroom_switch_battery']; config['actions'][0]['data']['message'] = \"{{ ['light.bedroom_lamp_2', 'light.office_lamp_2', 'sensor.bedroom_switch_battery'] | select('is_state', 'unavailable') | join(', ') }} lost the mesh. Fix: unplug/replug the TV Streamer.\"", "config_hash": "ed171d2737dbee8d", "category": null, "wait": true, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 279.18195724487305, "success": true, "error_message": null, "response_size_bytes": 60106, "user_context": null} +{"timestamp": "2026-08-26T17:30:42.526011+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.ikea_bilresa_e2489_dual_button_matter"}, "execution_time_ms": 46.79679870605469, "success": true, "error_message": null, "response_size_bytes": 1807, "user_context": null} +{"timestamp": "2026-08-26T17:30:42.925195+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.alert_thread_node_offline"}, "execution_time_ms": 75.1047134399414, "success": true, "error_message": null, "response_size_bytes": 1146, "user_context": null} diff --git a/automations.yaml b/automations.yaml index b44703e7..54463041 100644 --- a/automations.yaml +++ b/automations.yaml @@ -2031,7 +2031,7 @@ - action: input_boolean.toggle metadata: {} target: - entity_id: input_boolean.away_mode + entity_id: light.office_lamp_2 data: {} button2_double: - choose: @@ -2042,7 +2042,7 @@ sequence: - action: light.turn_on target: - entity_id: light.office_lamp + entity_id: light.office_lamp_2 - action: input_text.set_value target: entity_id: input_text.office_lamp_previous_color @@ -2051,7 +2051,7 @@ }}' - action: light.turn_on target: - entity_id: light.office_lamp + entity_id: light.office_lamp_2 data: rgb_color: - 135 @@ -2060,7 +2060,7 @@ default: - action: light.turn_on target: - entity_id: light.office_lamp + entity_id: light.office_lamp_2 data: rgb_color: '{{ states(''input_text.office_lamp_previous_color'').split('','') | map(''int'') | list }}' @@ -3526,8 +3526,8 @@ (unplug ~30s) the TV Streamer - see decision note 2026-08-23-thread-outage-fix-cold-boot-google-tv-2.' triggers: - entity_id: - - light.bedroom_lamp - - light.office_lamp + - light.bedroom_lamp_2 + - light.office_lamp_2 - sensor.bedroom_switch_battery for: minutes: 3 @@ -3536,7 +3536,7 @@ actions: - action: notify.mobile_app_sm_f956w data: - message: '{{ [''light.bedroom_lamp'', ''light.office_lamp'', ''sensor.bedroom_switch_battery''] + message: '{{ [''light.bedroom_lamp_2'', ''light.office_lamp_2'', ''sensor.bedroom_switch_battery''] | select(''is_state'', ''unavailable'') | join('', '') }} lost the mesh. Fix: unplug/replug the TV Streamer.' title: Thread node offline