mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #574] [Feature]: Option to automatically turn chamber light off after print completes #375
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#375
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AeroMaestro on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/574
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
The chamber light has a simple On/Off toggle. That's OK but when a print completes, it means the light stays on indefinitely for no reason.
Proposed Solution
It would be great if we had an option to automatically turn the chamber light off after a print completes.
I love that Bambuddy already can take a snapshot and send me a notification when a print completes. I just wish there was an optional last step to turn off the chamber light.
Alternatives Considered
I know I could automate this with Home Assistant and MQTT or Node-Red, but I don't want to use those kludgy workarounds -- that's why I use Bambuddy!
Feature Category
Monitoring & Stats
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Mar 3, 2026):
Just to understand your workflow: why don't you just enable auto-poweroff?
@AeroMaestro commented on GitHub (Mar 4, 2026):
Wouldn't that also require me to setup a smart plug in Home Assistant, MQTT, or Node Red?
@maziggy commented on GitHub (Mar 4, 2026):
No, Bambuddy fully supports Tasmota based smart plugs incl. auto discovery.
@AeroMaestro commented on GitHub (Mar 24, 2026):
It turns out that the Home Assistant HACS integration for BambuLabs recognizes the printer chamber light as a switch. So from within Bambuddy, I was able to use HA to add the chamber light as a smart plug that automatically turns on/off with the print. (I know I could've set it up as an automation in Home Assistant, but I wanted to keep everything pertaining to my printer contained within Bambuddy.)