mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #656] [Feature]: allow notifications to send via Home Assistant #429
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#429
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 @TravisWilder on GitHub (Mar 8, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/656
Originally assigned to: @maziggy, @mrtncode on GitHub.
Problem or Use Case
send notifications via home assistant not possible
Proposed Solution
as there is already a HA intergration use this api access to send notifications to HA as HA also supports push to mobile app.
Alternatives Considered
No response
Feature Category
Notifications
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Mar 8, 2026):
Not from Bambuddy. I wowuld suggest to get in touch with the developer of the HA integration.
@TravisWilder commented on GitHub (Mar 8, 2026):
@maziggy
Sorry may be I did not expresse correctly . I was refering to the HA setup withing Bambuddy:
"Connect to Home Assistant to control smart plugs via HA's REST API. Supports switch, light, input_boolean, and script entities."
can this not be also be used to send notfication to HA and add this as notification provider in Bambuddy?
via HA - /api/services/notify the parameter needed would be [YOUR_PHONE_NOTIFICATION_ID] and in the post a message and title
@mrtncode commented on GitHub (Mar 9, 2026):
@maziggy @TravisWilder I think its better to setup this directly into HA :)
I have already done this for me and its pretty easy. The HA integration can communicate directly to the printer so its probably easier than tunneling through bambuddy :)
@TravisWilder commented on GitHub (Mar 10, 2026):
but :) some notifcations from bambuddy are not available from the printer in HA. i.e. Queue / Empty Plate / Filament low...
@maziggy commented on GitHub (Mar 10, 2026):
Available in branch 0.2.3b1. Please let me know if ti works for you.
@mrtncode commented on GitHub (Mar 10, 2026):
@maziggy Nice! You mentioned in the changelog that it is also possible to build HA automations to forward the messages and not only show persistent notifications. How can you do this?
@maziggy commented on GitHub (Mar 11, 2026):
You need to set up an automation in HA.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@mrtncode commented on GitHub (Mar 11, 2026):
Yeah, but how? What HA entities provides bambuddy?
@maziggy commented on GitHub (Mar 11, 2026):
Maybe you can automate incoming notifications. I don't know sorry.
@TravisWilder commented on GitHub (Mar 11, 2026):
Hello it works, but.. :)
it is a normal /sticky notification and to write automation to forward is not extremly nice, also I did not found in the automation yet a way to delete the normal one.
As the power plug HA intergration queries HA for devices, would it not be an option to query on notify.* objects and make one (or multi) selectable and include this in the HTTP Post
i.e. like this
found here
@maziggy commented on GitHub (Mar 11, 2026):
Yes, but that's not what you requested ;)
@TravisWilder commented on GitHub (Mar 11, 2026):
mmh.. initial I stated "... also supports push to mobile app" :)
for such skilled guy this is probably a 5 min job - I can not do python so I will not be much of a helping hand
@mrtncode commented on GitHub (Mar 11, 2026):
Dont worry. HA Notifications arent working like these. But I fully understand thats a bit difficult when you arent so deep in the Home Assistant thing 😃
Maybe you can implement the suggestion of TravisWilder as well, otherwise I can also try to implement this :)
@maziggy commented on GitHub (Mar 11, 2026):
Will look into it after the next release. Currently in feature freeze.
@maziggy commented on GitHub (Mar 17, 2026):
@mrtncode Please go ahead! :)
@maziggy commented on GitHub (Mar 20, 2026):
https://github.com/maziggy/bambuddy/pull/750
@TravisWilder commented on GitHub (Mar 25, 2026):
was not able to test before - but works like charm
Thanks for considering and implementation