mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 13:45:32 +02:00
[GH-ISSUE #955] [Bug Report] P1S printer showing offline, connection with Bambu Studio works #662
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#662
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 @maziggy on GitHub (Apr 12, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/955
Originally assigned to: @maziggy on GitHub.
P1S printer showing offline, connection with Bambu Studio works
System Information
Logs (sanitized): bambuddy.log
Submitted via BamBuddy Bug Report
@maziggy commented on GitHub (Apr 12, 2026):
You need to start a print from Bambuddy while the debug logs are collected.
@tom5677 commented on GitHub (Apr 13, 2026):
Cannot start print, because printers are offline. Tried to switch off/on the printers. And do a reconnect for the printer in bambuddy. Unfortunately no change.
@maziggy commented on GitHub (Apr 13, 2026):
Please upload a support package -> https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging
@tom5677 commented on GitHub (Apr 13, 2026):
Here's the support package. Thx
bambuddy-support-20260413-161726.zip
@maziggy commented on GitHub (Apr 13, 2026):
Thanks for the support package. I see something diagnostic in the MQTT log:
05:00:50,597 MQTT disconnected: rc=Keep alive timeout
05:00:50,598 MQTT disconnected: rc=Keep alive timeout
05:00:55,905 MQTT disconnected: rc=Keep alive timeout
05:00:55,906 MQTT disconnected: rc=Keep alive timeout
The same disconnect event is firing twice, 1 ms apart, repeatedly. That's the classic signature of two Bambuddy printer entries sharing the same serial number. Bambu P1-series LAN MQTT only allows one session per serial, so each connect kicks the other off — they flap forever and neither stays online. Your P1P (different serial) is unaffected and stays connected, which matches the pattern.
Could you please check:
Also worth updating — you're on v0.2.2.2, a few versions behind — 0.2.3b3 has many fixes.
@tom5677 commented on GitHub (Apr 13, 2026):
Now I've tried to update to new version (running in docker on Ubuntu. Initally installed via docker pre-built image; then tried to update with copmpose pull; no success. then done the built from source path. still v0.2.2.2)
But I've fixed the initial printer offline issue: the IP addess was changed... (most likely via DHCP). Sorry for the confusion.
@tom5677 commented on GitHub (Apr 13, 2026):
now I'm on 0.2.3b3. Thx
@maziggy commented on GitHub (Apr 14, 2026):
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!