mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #1] [MERGED] 0.1.2 - Lots of new features #893
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#893
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?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/1
Author: @maziggy
Created: 11/28/2025
Status: ✅ Merged
Merged: 11/28/2025
Merged by: @maziggy
Base:
main← Head:0.1.2📝 Commits (8)
0f964e1Changed version to 0.1.277605a4Added favicons53c94deAdded project page viewer and editor05530e1Fixed collapsed sidebar layout; Added button to show/hide disconnected printers5c27da4Added support for Tasmota based smart power plugs and automationb407e1bAdded calculation for print time accuracy; Added duplicate detection and filter8b2841bAdded HMS health status; Added MQTT debug log window437e520Added HMS health status; Added MQTT debug log window📊 Changes
50 files changed (+13331 additions, -8637 deletions)
View changed files
📝
README.md(+100 -0)📝
backend/app/api/routes/archives.py(+262 -2)📝
backend/app/api/routes/printers.py(+77 -0)📝
backend/app/api/routes/settings.py(+0 -1)➕
backend/app/api/routes/smart_plugs.py(+211 -0)📝
backend/app/core/database.py(+9 -0)📝
backend/app/main.py(+21 -2)📝
backend/app/models/__init__.py(+7 -0)📝
backend/app/models/archive.py(+1 -0)📝
backend/app/models/printer.py(+4 -0)➕
backend/app/models/smart_plug.py(+50 -0)📝
backend/app/schemas/__init__.py(+43 -0)📝
backend/app/schemas/archive.py(+68 -1)📝
backend/app/schemas/printer.py(+7 -0)➕
backend/app/schemas/smart_plug.py(+62 -0)📝
backend/app/services/archive.py(+300 -1)📝
backend/app/services/bambu_mqtt.py(+89 -0)📝
backend/app/services/printer_manager.py(+31 -1)➕
backend/app/services/smart_plug_manager.py(+250 -0)➕
backend/app/services/tasmota.py(+195 -0)...and 30 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.