- Bambu Lab P1S
- Bound to the cloud
If not bound to the cloud, a Local MQTT server is a good choice.
- Login MakerWorld
- Open the
dev-tools
and move toApplication > Cookies > https://makerworld.com
- Memo your
token
string asACCESS_TOKEN
- Access /api/v1/design-user-service/my/preference and memo
uid
asUSER_ID
- Access /api/v1/iot-service/api/user/bind and memo your
dev_id
asDEVICE_ID
- Connect to the MQTT server with the following information.
URL:
mqtt://us.mqtt.bambulab.com:8883
TLS: YES Authentication: required Username: u_{USER_ID} Password: {ACCESS_TOKEN}
Warning: The subscribe topics must be fully specified
device/{DEVICE_ID}/report
device/{DEVICE_ID}/request
https://github.com/Doridian/OpenBambuAPI/blob/main/mqtt.md https://github.com/Doridian/OpenBambuAPI/blob/main/cloud-http.md