I brought good news for Chinese domestic printer users. You can update it on “Lan only mode” without linking your account.
Original post
This post is no longer being updated. Please refer to my Naver Cafe post
https://cafe.naver.com/bambulab/3353?tc=shared_link
Command payload repository
The bottom command payload is no longer managed. Please refer to Naver Cafe and the bottom link
## Prepare
Mqtt connection program
- Printer Local Address and Access Code
## Run a program (Based on MQTTX)
Connections → New Connection
- Name: Bambu_Local (Set up whatever you want)
- Host: mqtts://{Printer Local Address}
- Port: 8883
- Username: bblp
- Password: {Printer Access Code}
- SSL/TLS: True
SSL Secure: False
Advanced
- MQTT Version: 3.1.1
!Click Connect !< When connected successfully, the Connected display appears
## Subscribe to a topic (Not required)
- By subscribing to the report topic, you can determine whether the update is successful or not
New Subscription → Topic
How do I get SN? (SN is an eight-digit number.)
- device/{SN}/report
## Command subscription
- Change the Qos setting to 1
In the lower right command tab, type a topic.
device/{SN}/request
- Enter the command payload in the bottom column.
# Bambu P1 (If P1S, change C11 of url part to C12)
{
"upgrade": {
"sequence_id": "0",
"command": "start",
"src_id": 1,
"url": "https://public-cdn.bambulab.cn/upgrade/device/C11/01.05.01.00/product/f7faad4e47/ota-p003_v01.05.01.00-20240104183353.json.sig",
"module": "ota",
"version": "01.05.01.00"
}
}
# Bambu A1 / Mini (Not working, “Failed to parse cmd” appears and fails.)
If anyone has resolved it, please share it.
## A1 Mini
{
"upgrade": {
"sequence_id": "0",
"command": "start",
"src_id": 1,
"url": "https://public-cdn.bambulab.cn/upgrade/device/N1/01.01.03.00/product/9ec2391154/ota-n1_v01.01.03.00-20231222183921.json.sig",
"module": "ota",
"version": "01.01.03.00"
}
}
## A1
{
"upgrade": {
"sequence_id": "0",
"command": "start",
"src_id": 1,
"url": "https://public-cdn.bambulab.cn/upgrade/device/N2S/01.01.01.00/product/d2863c89d0/ota-n2s_v01.01.01.00-20231222183908.json.sig",
"module": "ota",
"version": "01.01.01.00"
}
}
!Click the bottom airplane button!<
- If you subscribed to the report topic earlier, the log will display a success message.
