.ha_mcp/logs/mcp_usage.jsonl, automations.yaml
This commit is contained in:
@@ -2176,3 +2176,4 @@
|
||||
{"timestamp": "2026-08-26T04:45:31.624253+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.ikea_bilresa_scrollwheel_light_control_v1_0_5"}, "execution_time_ms": 153.9759635925293, "success": true, "error_message": null, "response_size_bytes": 997, "user_context": null}
|
||||
{"timestamp": "2026-08-26T04:45:41.137738+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.ikea_bilresa_scrollwheel_light_control_v1_0_5", "python_transform": "inp = config['use_blueprint']['input']; inp['sensor_1'] = 'sensor.bedroom_switch_current_switch_position_1_2'; inp['sensor_2'] = 'sensor.bedroom_switch_current_switch_position_2_2'; inp['sensor_4'] = 'sensor.bedroom_switch_current_switch_position_4_2'; inp['sensor_5'] = 'sensor.bedroom_switch_current_switch_position_5_2'; inp['sensor_7'] = 'sensor.bedroom_switch_current_switch_position_7_2'; inp['sensor_8'] = 'sensor.office_scroll_wheel_current_switch_position_8_2'", "config_hash": "79d403c9393253aa", "category": null, "wait": true, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 449.33390617370605, "success": true, "error_message": null, "response_size_bytes": 60238, "user_context": null}
|
||||
{"timestamp": "2026-08-26T04:45:46.245028+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.3d_printer_running_playroom_light_basement_heat"}, "execution_time_ms": 63.741445541381836, "success": true, "error_message": null, "response_size_bytes": 1879, "user_context": null}
|
||||
{"timestamp": "2026-08-26T04:45:55.610654+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.3d_printer_running_playroom_light_basement_heat", "python_transform": "config['actions'][0]['choose'][0]['sequence'][1]['target']['entity_id'] = 'light.bedroom_lamp_2'; config['actions'][0]['choose'][1]['sequence'][0]['parallel'][0]['sequence'][2]['target']['entity_id'] = 'light.bedroom_lamp_2'", "config_hash": "26e3edfe96aba902", "category": null, "wait": true, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 558.4125518798828, "success": true, "error_message": null, "response_size_bytes": 59997, "user_context": null}
|
||||
|
||||
+2
-2
@@ -3224,7 +3224,7 @@
|
||||
- 255
|
||||
- action: light.turn_on
|
||||
target:
|
||||
entity_id: light.bedroom_lamp
|
||||
entity_id: light.bedroom_lamp_2
|
||||
- action: climate.set_temperature
|
||||
target:
|
||||
entity_id: climate.basement
|
||||
@@ -3253,7 +3253,7 @@
|
||||
minutes: 10
|
||||
- action: light.turn_off
|
||||
target:
|
||||
entity_id: light.bedroom_lamp
|
||||
entity_id: light.bedroom_lamp_2
|
||||
- sequence:
|
||||
- delay:
|
||||
hours: 1
|
||||
|
||||
Reference in New Issue
Block a user