mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #306] [Bug] & [Feature Request]: Discord Notifications #190
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
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-maziggy-1#190
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 @jjjonesjr33 on GitHub (Feb 9, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/306
Originally assigned to: @jjjonesjr33 on GitHub.
Problem or Use Case
When looking at the Discord notifications, I noticed there’s an option to include an image URL, but there doesn’t seem to be a way to embed images directly into the completion or current progress updates from the printer itself.
Adding this would be a great way to visually track ongoing projects and would be especially useful for those who rely on Discord as their primary notification system for print status updates.
Proposed Solution
It would be useful to include the embed field in the output for completed jobs and completion percentage. This could also be extended to failed jobs or error states.
Alternatives Considered
One possible approach would be to send status updates to Home Assistant, then have Home Assistant push a webhook to Discord for progress, completion, and error states.
This could potentially include a snapshot from the printer’s camera if the Bambu Labs add-on is also being used in Home Assistant, allowing visual context alongside the notification.
Feature Category
Monitoring & Stats
Priority
Nice to have
Mockups or Examples
Contribution
Checklist
@jjjonesjr33 commented on GitHub (Feb 9, 2026):
Also, there appears to be an issue where duplicate notifications are sometimes posted for the same event. It would be great to address this so each state change only sends a single notification.
Here’s a list of the settings that are currently enabled.
@maziggy commented on GitHub (Feb 9, 2026):
Notifications are send every time you restart the backend.
If you are willing to work on this feature, please go ahead!
@sbcrumb commented on GitHub (Feb 12, 2026):
I noticed in pushover I was getting 2 push notifications when an error happened as well I opened a PR to address this. Which should fix it for all other notifications the system uses.
this PR
https://github.com/maziggy/bambuddy/pull/348
If no one else takes the image embed for the Discord I can try to take a look at it.
@sbcrumb commented on GitHub (Feb 12, 2026):
@jjjonesjr33
I wasn't' using discord before but I assume you are wanting it to look like this?
@jjjonesjr33 commented on GitHub (Feb 12, 2026):
@sbcrumb yeah that's what I would like to see.
@sbcrumb commented on GitHub (Feb 12, 2026):
ok I opened up this PR for the issue.
https://github.com/maziggy/bambuddy/pull/350
@maziggy commented on GitHub (Feb 13, 2026):
Merged to branch 0.2.0b.