mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #168] [Bug]: A1 Mini Shows Printing instead of Idle #107
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#107
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 @Locxion on GitHub (Jan 28, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/168
Originally assigned to: @maziggy on GitHub.
Bug Description
Added A1 Mini Printer onto fresh Docker Instance
Printer Showed up in Dashboard and shows Printing instead of Idle
Expected Behavior
Should show Idle instead of Printing
Steps to Reproduce
Add Printer
Go to Printer Dashboard
Printer Model
A1 Mini
Bambuddy Version
v0.1.6b11
Printer Firmware Version
01.07.00
Installation Method
Docker
Operating System
Windows
Relevant Logs / Support Package
Screenshots
Additional Context
No response
Checklist
@SmartHomeFanatic commented on GitHub (Jan 28, 2026):
Same with regular A1s
@maziggy commented on GitHub (Jan 29, 2026):
This seems related to the A1* firmware version. Some A1/A1 Mini firmware versions incorrectly report stg_cur=0 (which
maps to "Printing") even when the printer is idle. This is a known firmware bug.
Should be fixed in branch 0.1.6-final.
If the issue perists, we need to look into it more detailed. Please provide a supprt package -> https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging
@Locxion commented on GitHub (Jan 29, 2026):
bambuddy-support-20260129-090307.zip
Im gonna do a new Install on an Raspi today and will update the firmware on the a1 mini and report again
@maziggy commented on GitHub (Jan 29, 2026):
These are no debug logs. You forgot to enable debug logging.
https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging
@Locxion commented on GitHub (Jan 29, 2026):
Oh well yeah ... debug wasnt enabled from the start -.-
will send another package when ive done the new install ... sorry 👍
@czingenberg commented on GitHub (Jan 29, 2026):
Same goes for P1S, also says printing even when idling.
@Locxion commented on GitHub (Jan 29, 2026):
So im back ... here is what i did
Install Bambuddy onto a RaspberryPi 4
Turned on Debug Mode
Connected Home Assistant
Added Virtual Printer
Updated Firmware of my A1 Mini (01.07.00 > 01.07.02) > Enabled Lan/Dev Mode again
Added my 3 Printers
bambuddy-support-20260129-120556.zip
@maziggy commented on GitHub (Jan 29, 2026):
Wait....are you using now the latest code from branch 0.1.6-final? I updated it this morning with a fix for the A1.
@Locxion commented on GitHub (Jan 29, 2026):
current bambuddy version is v0.1.6b11
@maziggy commented on GitHub (Jan 29, 2026):
That's wrong. You need to use branch 0.1.6-final.
@Locxion commented on GitHub (Jan 29, 2026):
Is there a way to switch branches in the web ui?
if i try to check for updates it doesnt detect anything
@maziggy commented on GitHub (Jan 29, 2026):
It's not yet released.
git pull https://github.com/maziggy/bambuddy.git
cd bambuddy
git checkout 0.1.6-final
docker compose build --no-cache
docker compose up -d
@Locxion commented on GitHub (Jan 29, 2026):
Changed Branch to 0.1.6-final
Readded A1 Mini
Printer now shows Idle 👍 i think this issue is resolved