I want to do some automation, how do I connect to my A1?
this manages to “connect” but inmediately disconnects afterwards (password is the one from the LCD, that works on FTP)
I want to do some automation, how do I connect to my A1?
this manages to “connect” but inmediately disconnects afterwards (password is the one from the LCD, that works on FTP)
As far as i know there no MQTT on the A1
Maybe this solves your question.
https://www.reddit.com/r/BambuLab/comments/13hsoq0/how_to_publish_mqtt_messages/
It’s for X series which have MQTT
I have an A1 which is communicating with Home Assistant through MQTT using this integration:
oh! maybe this integration uses another way? I wonder if it works when there is no internet on the A1 (to see if is actually using mqtt).
I will install it tho thanks for sharing
MQTT is available on the A1 Series, and it’s used the same way you use it on the X1.
But you can only connect when subscribing to “device/>YouPrinterSerial</report”, nothing else
No need to subscribe to the request topic, it will republish all requests in report.
All requests must be sent to “device/>YouPrinterSerial</request”.
Make sure to close both Bambu Handy and Bambu Studio as the printer can only handle a few clients. (2-3)
Thanks @iChris, I finally managed to log in !
Here is a short guide using https://mqtt-explorer.com/
Get your authentification pin and your printer serial from the printer.
Create a new connexion in MQTTExplorer:
Warning:
Click on the ADVANCED button, add device/YourPrinterSerialHere/report
Click on CONNECT
Et voila !
Do not forget to disable “Validate certificate”!
Thanks for the summary @Toorop.
Maybe next step will be integrate a A1 to OctoPi
Hi everyone, how i can start a print of gcode or 3mf file from mqtt? I’m able to connect to my a1 mini through mqtt but I can only send single gcode command, it’s possible to send all file or to start printing from sd file?
I solved the problem
Good for you. It will be very nice if you share the solution so that the next person looking for this can use it without asking the same thing twice.
Hi, where can I find the password?
You will find the passwords in the Settings on your A1 Printer. Go to Settings > Lan Only Mode. Use the access code displayed there as your password. You might experience some performance issues when trying to connect. Make sure to close Bambu Studio and the Handy App if that happens.
where is this serial number displayed on the a1 mini?
I was assuming - maybe wrongly- that you successfully connected the A1 mini…
You can find in the menus of the screen or in the bambu handy app.
What I found there (on the printer’s menu and in the BambuStudio app) did not work with what @Toorop described with mqtt-explorer for my A1 mini. I thought there is a hidden place that is not obvious.