3 files
This commit is contained in:
@@ -1126,3 +1126,4 @@
|
|||||||
{"timestamp": "2026-08-14T00:08:02.702069+00:00", "tool_name": "ha_search", "parameters": {"query": "3D Printer Running", "domain_filter": null, "area_filter": null, "search_types": ["automation"], "limit": 10, "offset": 0, "exact_match": true, "include_hidden": true, "include_config": false, "group_by_domain": false, "per_domain_limit": null, "state_filter": null, "result_fields": null, "fields": null, "config_time_budget": null, "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 7769.057750701904, "success": true, "error_message": null, "response_size_bytes": 1129, "user_context": null}
|
{"timestamp": "2026-08-14T00:08:02.702069+00:00", "tool_name": "ha_search", "parameters": {"query": "3D Printer Running", "domain_filter": null, "area_filter": null, "search_types": ["automation"], "limit": 10, "offset": 0, "exact_match": true, "include_hidden": true, "include_config": false, "group_by_domain": false, "per_domain_limit": null, "state_filter": null, "result_fields": null, "fields": null, "config_time_budget": null, "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 7769.057750701904, "success": true, "error_message": null, "response_size_bytes": 1129, "user_context": null}
|
||||||
{"timestamp": "2026-08-14T00:08:06.000024+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.3d_printer_running_playroom_light_basement_heat"}, "execution_time_ms": 121.76227569580078, "success": true, "error_message": null, "response_size_bytes": 1325, "user_context": null}
|
{"timestamp": "2026-08-14T00:08:06.000024+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.3d_printer_running_playroom_light_basement_heat"}, "execution_time_ms": 121.76227569580078, "success": true, "error_message": null, "response_size_bytes": 1325, "user_context": null}
|
||||||
{"timestamp": "2026-08-14T00:08:14.902828+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "light.3d_printer_lights", "fields": null, "attribute_keys": null}, "execution_time_ms": 10.820627212524414, "success": true, "error_message": null, "response_size_bytes": 890, "user_context": null}
|
{"timestamp": "2026-08-14T00:08:14.902828+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "light.3d_printer_lights", "fields": null, "attribute_keys": null}, "execution_time_ms": 10.820627212524414, "success": true, "error_message": null, "response_size_bytes": 890, "user_context": null}
|
||||||
|
{"timestamp": "2026-08-14T00:11:26.550431+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": {"id": "1786068561172", "alias": "3D Printer Running - Playroom Light & Basement Heat", "description": "When the 3D printer running helper turns on (print started), set the 3D printer lights to bright white, turn on the bedroom lamp, and set the basement to 22 degrees C. When it turns off (print ended), set the 3D printer lights to light blue at 25% and turn off the bedroom lamp after 10 minutes.", "triggers": [{"trigger": "state", "entity_id": "input_boolean.3d_printer_running", "to": "on", "id": "printer_started"}, {"trigger": "state", "entity_id": "input_boolean.3d_printer_running", "to": "off", "id": "printer_stopped"}], "actions": [{"choose": [{"conditions": ["[REDACTED]"], "sequence": ["[REDACTED]", "[REDACTED]", "[REDACTED]"]}, {"conditions": ["[REDACTED]"], "sequence": ["[REDACTED]", "[REDACTED]", "[REDACTED]"]}]}], "mode": "restart"}, "identifier": "automation.3d_printer_running_playroom_light_basement_heat", "python_transform": null, "config_hash": null, "category": null, "wait": true, "MandatoryBPS": false, "BestPracticeKey": null}, "execution_time_ms": 235.88228225708008, "success": true, "error_message": null, "response_size_bytes": 185, "user_context": null}
|
||||||
|
|||||||
+21
-5
@@ -3186,9 +3186,10 @@
|
|||||||
value: ''
|
value: ''
|
||||||
- id: '1786068561172'
|
- id: '1786068561172'
|
||||||
alias: 3D Printer Running - Playroom Light & Basement Heat
|
alias: 3D Printer Running - Playroom Light & Basement Heat
|
||||||
description: When the 3D printer running helper turns on (print started), turn on
|
description: When the 3D printer running helper turns on (print started), set the
|
||||||
the playroom light and bedroom lamp and set the basement to 22 degrees C. When
|
3D printer lights to bright white, turn on the bedroom lamp, and set the basement
|
||||||
it turns off (print ended), turn off the playroom light after 10 minutes.
|
to 22 degrees C. When it turns off (print ended), set the 3D printer lights to
|
||||||
|
light blue at 25% and turn off the bedroom lamp after 10 minutes.
|
||||||
triggers:
|
triggers:
|
||||||
- trigger: state
|
- trigger: state
|
||||||
entity_id: input_boolean.3d_printer_running
|
entity_id: input_boolean.3d_printer_running
|
||||||
@@ -3206,7 +3207,13 @@
|
|||||||
sequence:
|
sequence:
|
||||||
- action: light.turn_on
|
- action: light.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id: light.playroom_light
|
entity_id: light.3d_printer_lights
|
||||||
|
data:
|
||||||
|
brightness_pct: 100
|
||||||
|
rgb_color:
|
||||||
|
- 255
|
||||||
|
- 255
|
||||||
|
- 255
|
||||||
- action: light.turn_on
|
- action: light.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id: light.bedroom_lamp
|
entity_id: light.bedroom_lamp
|
||||||
@@ -3220,11 +3227,20 @@
|
|||||||
- condition: trigger
|
- condition: trigger
|
||||||
id: printer_stopped
|
id: printer_stopped
|
||||||
sequence:
|
sequence:
|
||||||
|
- action: light.turn_on
|
||||||
|
target:
|
||||||
|
entity_id: light.3d_printer_lights
|
||||||
|
data:
|
||||||
|
brightness_pct: 25
|
||||||
|
rgb_color:
|
||||||
|
- 173
|
||||||
|
- 216
|
||||||
|
- 230
|
||||||
- delay:
|
- delay:
|
||||||
minutes: 10
|
minutes: 10
|
||||||
- action: light.turn_off
|
- action: light.turn_off
|
||||||
target:
|
target:
|
||||||
entity_id: light.playroom_light
|
entity_id: light.bedroom_lamp
|
||||||
mode: restart
|
mode: restart
|
||||||
- id: '1786107704090'
|
- id: '1786107704090'
|
||||||
alias: Count OctoPrint Print Outcomes
|
alias: Count OctoPrint Print Outcomes
|
||||||
|
|||||||
+27
-27
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"0xffffb40e0607ace4": {
|
"0xffffb40e0607ace4": {
|
||||||
"energy": 14.76,
|
"energy": 14.77,
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"voltage": 119,
|
"voltage": 119.4,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"power_factor": 0.45,
|
"power_factor": 0.61,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
"installed_version": 268513381,
|
"installed_version": 268513381,
|
||||||
@@ -15,9 +15,9 @@
|
|||||||
"latest_source": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/ThirdReality/SmartPlug_Zigbee_PROD_OTA_V101_1.01.01.ota",
|
"latest_source": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/ThirdReality/SmartPlug_Zigbee_PROD_OTA_V101_1.01.01.ota",
|
||||||
"latest_release_notes": null
|
"latest_release_notes": null
|
||||||
},
|
},
|
||||||
"power": 25.6,
|
"power": 200.5,
|
||||||
"linkquality": 116,
|
"linkquality": 116,
|
||||||
"current": 0.47,
|
"current": 2.28,
|
||||||
"power_on_behavior": "on"
|
"power_on_behavior": "on"
|
||||||
},
|
},
|
||||||
"0xffffb40e0607af27": {
|
"0xffffb40e0607af27": {
|
||||||
@@ -27,10 +27,10 @@
|
|||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"power": 3.7,
|
"power": 3.9,
|
||||||
"current": 0.12,
|
"current": 3.44,
|
||||||
"energy": 28.43,
|
"energy": 28.43,
|
||||||
"power_factor": 0.25,
|
"power_factor": 0.36,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
"installed_version": 268513381,
|
"installed_version": 268513381,
|
||||||
@@ -45,10 +45,10 @@
|
|||||||
"state": "ON",
|
"state": "ON",
|
||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"voltage": 119,
|
"voltage": 119.5,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"energy": 55.48,
|
"energy": 55.49,
|
||||||
"power_factor": 0.2,
|
"power_factor": 0.89,
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
@@ -58,8 +58,8 @@
|
|||||||
"latest_release_notes": null
|
"latest_release_notes": null
|
||||||
},
|
},
|
||||||
"linkquality": 134,
|
"linkquality": 134,
|
||||||
"power": 0.7,
|
"power": 84.6,
|
||||||
"current": 0.05,
|
"current": 0.82,
|
||||||
"power_on_behavior": "on"
|
"power_on_behavior": "on"
|
||||||
},
|
},
|
||||||
"0xb40e060fffe031e3": {
|
"0xb40e060fffe031e3": {
|
||||||
@@ -74,12 +74,12 @@
|
|||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"voltage": 118.7,
|
"voltage": 118.1,
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"energy": 113.98,
|
"energy": 113.99,
|
||||||
"power": 98.2,
|
"power": 98.8,
|
||||||
"current": 0.9,
|
"current": 1.04,
|
||||||
"power_factor": 0.94,
|
"power_factor": 0.94,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
@@ -95,13 +95,13 @@
|
|||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"voltage": 119,
|
"voltage": 119.7,
|
||||||
"energy": 50.71,
|
"energy": 50.72,
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"power": 86.4,
|
"power": 52,
|
||||||
"current": 0.9,
|
"current": 0.61,
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"power_factor": 0.75,
|
"power_factor": 0.81,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
"installed_version": 268513381,
|
"installed_version": 268513381,
|
||||||
@@ -114,12 +114,12 @@
|
|||||||
},
|
},
|
||||||
"0xffffb40e060895b3": {
|
"0xffffb40e060895b3": {
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"voltage": 120.2,
|
"voltage": 119.8,
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"energy": 7.14,
|
"energy": 7.14,
|
||||||
"current": 0.01,
|
"current": 0.01,
|
||||||
"power": 0.1,
|
"power": 0.1,
|
||||||
"power_factor": 0.22,
|
"power_factor": 0.11,
|
||||||
"linkquality": 123,
|
"linkquality": 123,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
"0xffffb40e0608864e": {
|
"0xffffb40e0608864e": {
|
||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"voltage": 120,
|
"voltage": 120.2,
|
||||||
"energy": 17.63,
|
"energy": 17.63,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
"0xffffb40e060893d8": {
|
"0xffffb40e060893d8": {
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"voltage": 120,
|
"voltage": 120.2,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"energy": 3.11,
|
"energy": 3.11,
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
"latest_release_notes": null
|
"latest_release_notes": null
|
||||||
},
|
},
|
||||||
"power_factor": 0.06,
|
"power_factor": 0.06,
|
||||||
"power": 0
|
"power": 0.4
|
||||||
},
|
},
|
||||||
"0xa4c1380d0679ffff": {
|
"0xa4c1380d0679ffff": {
|
||||||
"battery": 100,
|
"battery": 100,
|
||||||
|
|||||||
Reference in New Issue
Block a user