mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #758] [Feature]: Add Photo after Print Completed in Notification Options (via WebHook) #507
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#507
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 @Spegeli on GitHub (Mar 19, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/758
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
When a print is finished, a photo of it is taken.
It would be very beneficial to have an option that allows attaching this finished print photo to the 'Print Completed' notifications.
Specifically, it should be included in the JSON via webhook (e.g., "image": "/9j/4AAQSkZJRg..."), just like it already is for the First Layer.
Proposed Solution
I use the webhook, for example, to send it to Home Assistant and from there, via automation, forward it to the Home Assistant Companion App.
If the JSON transmitted contains the photo of the finished print, it could then be displayed directly in the Companion App notification (i get for example on my phone).
Alternatives Considered
No response
Feature Category
Notifications
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@Spegeli commented on GitHub (Mar 19, 2026):
I just found a closed request: https://github.com/maziggy/bambuddy/issues/372. Telegram & ntfy already have this, but it would be good if the image is also transmitted with WebHooks, since WebHooks can be individually read and further processed.
@maziggy commented on GitHub (Mar 19, 2026):
This actually already works — the webhook JSON includes the image field (base64-encoded JPEG) for Print Completed events when a finish photo is available.
To make sure it's working for you:
If both are set up, the webhook payload for Print Completed will include the "image" field just like First Layer does.
The docs were missing Print Completed from the list of events that include images — I've fixed that.
Let me know if you're still not seeing the image after checking those settings!
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@Spegeli commented on GitHub (Mar 19, 2026):
@maziggy
Ok for me its not working. It seems the Image Field is not included in the json webhook.
Here are some Informations for your:
BamBuddy Version 0.2.2 (or do i need a beta build?)
Capture Finished Photo is enabled (and under Archiv i can see the Photo).
This is a website which i use to debug the webhook: https://webhook.site/#!/view/59cb99aa-532a-44fc-a8b8-a07ed8f233a4/9b52806c-e65d-4f00-a4a3-68c41944d4ed/1
as you can see here:
the image field is not included in the json.
Here are some screenshots from the notification settings:
@Spegeli commented on GitHub (Mar 19, 2026):
It seems that in First Layer the Image ist Missing too:
@maziggy commented on GitHub (Mar 20, 2026):
You need to use branch dev or the latest daily Docker build.