.ha_mcp/logs/mcp_usage.jsonl, automations.yaml
This commit is contained in:
@@ -3309,3 +3309,29 @@
|
||||
- notify.francos_ipad
|
||||
- notify.sm_t387w
|
||||
mode: single
|
||||
- id: '1787462157568'
|
||||
alias: 3D Print Early Layers Snapshot
|
||||
description: Sends a webcam snapshot once per print when Z crosses 1.0 mm while
|
||||
printing, approximating layers 4-5 at typical 0.2-0.28 mm layer heights.
|
||||
triggers:
|
||||
- above: 1
|
||||
entity_id: sensor.octoprint_current_z
|
||||
trigger: numeric_state
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.octoprint_printing
|
||||
state: 'on'
|
||||
actions:
|
||||
- action: notify.send_message
|
||||
data:
|
||||
data:
|
||||
entity_id: camera.endercamera_duckdns_org
|
||||
message: Print passed the first few layers (Z crossed 1 mm).
|
||||
title: 3D print early check
|
||||
target:
|
||||
entity_id:
|
||||
- notify.sm_f956w
|
||||
- notify.motorola_one_vision
|
||||
- notify.francos_ipad
|
||||
- notify.sm_t387w
|
||||
mode: single
|
||||
|
||||
Reference in New Issue
Block a user