Skip to content

Instantly share code, notes, and snippets.

@iceteabottle
Last active November 20, 2025 07:38
Show Gist options
  • Select an option

  • Save iceteabottle/03b1921e1cc042ef731ec5fbecef841c to your computer and use it in GitHub Desktop.

Select an option

Save iceteabottle/03b1921e1cc042ef731ec5fbecef841c to your computer and use it in GitHub Desktop.
Bambu Lab 3D printer auto-off
alias: 3D Drucker Auto off
description: >-
Schaltet den 3D-Drucker 10 Minuten nach Fertigstellung aus, wenn Auto-Off
aktiviert ist, und ermöglicht das Abbrechen.
triggers:
- device_id: 65de5956e775d903739d52ec2fc2c332
domain: bambu_lab
type: event_print_finished
trigger: device
conditions:
- condition: state
entity_id: input_boolean.3d_drucker_auto_off
state: "on"
actions:
- wait_for_trigger:
- entity_id: input_boolean.3d_drucker_auto_off
to: "off"
trigger: state
timeout: "00:10:00"
continue_on_timeout: true
- condition: state
entity_id: input_boolean.3d_drucker_auto_off
state: "on"
- type: turn_off
device_id: e47d78568b3ee5903a0403abf5c3da65
entity_id: b032eb8e310b5bdb2d7a83f253cdc1a9
domain: switch
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment