mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #229] [Bug]: Monthly Comparison is off on calculation #144
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#144
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 @leisegang on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/229
Originally assigned to: @maziggy on GitHub.
Bug Description
I have value of 269 in january and 533 in february.
But i have printed 1.64kg the last 2 months.
The math isnt mathing for me.
Expected Behavior
The expected behaviour would be to summarize all prints and add them to the total that month,
Steps to Reproduce
i dont know. new prints are added as they should.
Printer Model
P1S
Bambuddy Version
0.1.6
Printer Firmware Version
newest
Installation Method
Docker
Operating System
Docker
Relevant Logs / Support Package
Screenshots
Additional Context
No response
Checklist
@leisegang commented on GitHub (Feb 2, 2026):
When i add the dates up it adds 29th and 30th together but skips the 31st all together
@maziggy commented on GitHub (Feb 3, 2026):
Fixed in branch 0.1.7b. Please let me know if it works for you.
@leisegang commented on GitHub (Feb 3, 2026):
This isnt quite fixed i believe.
when i printed that it says it has 26 objects. That is correct. The total amount of filament used is around 126g. When bambuddy now says it has 21 items printed when i open the project, The calculation is 126*21. That is false. it is still 126g. Another print i have printed for around 400grams is correct, but not counted.
@maziggy commented on GitHub (Feb 3, 2026):
Damn. Sorry for that. Unfortunately I don't have the time to test every single fix. It's already a full time job ;) Will check tomorrow morning.
@maziggy commented on GitHub (Feb 4, 2026):
Please use branch 0.1.8b and let me know if it works now.
@leisegang commented on GitHub (Feb 4, 2026):
How do i install a branch?
@maziggy commented on GitHub (Feb 5, 2026):
cd to your bambuddy folder and do a
git pull && git checkout 0.1.8b && git pull && docker compose down && docker compose build --no-cache && docker compose up -d
@leisegang commented on GitHub (Feb 5, 2026):
I am using, docker within unraid.
@maziggy commented on GitHub (Feb 5, 2026):
Don't know Unraid, sorry.
@leisegang commented on GitHub (Feb 6, 2026):
i added a print today with 3 object. total is 140grams. The report says i printed 3 of them, and then ads 3x140 grams to the total.
i am now using 0.1.8
@maziggy commented on GitHub (Feb 7, 2026):
commit
cfd5dd66e5(HEAD -> 0.1.9b, origin/0.1.9b)Author: maziggy mz@v8w.de
Date: Sat Feb 7 11:02:05 2026 +0100
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@leisegang commented on GitHub (Feb 9, 2026):
The bug is still there
I added a 12 bin gridfinity. It says 400g total. It takes 12x400g to the statistics page.
@maziggy commented on GitHub (Feb 9, 2026):
OMG....OK, need to invest the time to check the whole data flow.
@maziggy commented on GitHub (Feb 9, 2026):
You are not using branch 0.1.9b which includes the fixes!!!
@maziggy commented on GitHub (Feb 9, 2026):
Created a beta docker image for you.
docker pull ghcr.io/maziggy/bambuddy:0.1.9b