mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #1010] [Bug]: MQTT Smart Plug loses connection after every restart of Bambuddy #708
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#708
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 @saint-hh on GitHub (Apr 17, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1010
Originally assigned to: @maziggy on GitHub.
Bug Description
I have a shelly Plug integrated in Bambuddy. I grab the data from ioBroker via MQTT.
It works fine, but loses the connection, as soon as Bambuddy is restarted.
The only way to get it connected again is to rename a MQTT topic as a dummy, safe, rename it to the original again. Then the connection is established again.
Expected Behavior
The connection should be established also after a restart of Bambuddy
Steps to Reproduce
See screenshots
Printer Model
P2S
Bambuddy Version
0.2.2.2
Printer Firmware Version
01.01.03.00
Installation Method
Manual (git clone)
Operating System
Linux (Other)
Relevant Logs / Support Package
No response
Screenshots
Additional Context
No response
Checklist
@maziggy commented on GitHub (Apr 18, 2026):
Please first update to the latest beta version.
@saint-hh commented on GitHub (Apr 19, 2026):
So, as I'm on the 0.2.3 final version now, I have to report that this issue is still the same.
Do you need a support package or me to test something?
@maziggy commented on GitHub (Apr 19, 2026):
Yes.
@saint-hh commented on GitHub (Apr 19, 2026):
Here you go
bambuddy-support-20260419-125026.zip
@maziggy commented on GitHub (Apr 19, 2026):
I cannot finds any related logs in your package.
@saint-hh commented on GitHub (Apr 19, 2026):
Yes, me too. But I did for this package exactly what I've described with screenshots above:
"The only way to get it connected again is to rename a MQTT topic as a dummy, safe, rename it to the original again. Then the connection is established again."
But it seems nothing will be logged with this action. But it is reproducible - every restart of Bambuddy leads to the loss of the connection.
@maziggy commented on GitHub (Apr 19, 2026):
Available/Fixed in branch dev and available with the next release or daily build. Please let me know if it works for you now.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@saint-hh commented on GitHub (Apr 20, 2026):
Confirmed fix with v0.2.3.1 - thank you very much!