- 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-toolsand move toApplication > Cookies > https://makerworld.com - Memo your
tokenstring asACCESS_TOKEN - Access /api/v1/design-user-service/my/preference and memo
uidasUSER_ID - Access /api/v1/iot-service/api/user/bind and memo your
dev_idasDEVICE_ID - Connect to the MQTT server with the following information.
URL:
mqtt://us.mqtt.bambulab.com:8883TLS: YES Authentication: required Username: u_{USER_ID} Password: {ACCESS_TOKEN}
Warning: The subscribe topics must be fully specified
device/{DEVICE_ID}/reportdevice/{DEVICE_ID}/request
https://github.com/Doridian/OpenBambuAPI/blob/main/mqtt.md https://github.com/Doridian/OpenBambuAPI/blob/main/cloud-http.md