OpenClaw · Skill
Bambu Lab Skill
Steuerung und Überwachung von Bambu Lab 3D-Druckern über MQTT im lokalen Netzwerk.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install photonixlaser-ux/bambu-lab-skillClawHub installer
npx clawhub@latest install photonixlaser-ux/bambu-lab-skillOpenClaw CLI
openclaw skills install photonixlaser-ux/bambu-lab-skillDirect OpenClaw install
openclaw install photonixlaser-ux/bambu-lab-skillWhat this skill does
Steuerung und Überwachung von Bambu Lab 3D-Druckern über MQTT im lokalen Netzwerk.
Why it matters
Gives direct local-network control over Bambu Lab printers without cloud access or the official app, operating entirely over MQTT.
Typical use cases
- Check print progress percentage from another room
- Pause or stop a running print remotely
- Monitor nozzle, bed, and chamber temperatures during a job
- Get a Telegram notification when a long print finishes
- Toggle printer lights or adjust fan speed without going to the machine
Source instructions
Bambu Lab 3D-Drucker Skill
Steuerung und Überwachung von Bambu Lab 3D-Druckern über MQTT im lokalen Netzwerk.
Konfiguration
Standard-Konfiguration (anpassbar in scripts/bambu.sh):
- Host:
192.168.30.103(A1 Drucker) - Port:
8883(MQTT über TLS) - Username:
03919A3A2200009(Seriennummer) - Passwort:
33576961(Access Code) - Model: A1
Verwendung
Nutze das Skript scripts/bambu.sh für alle Operationen:
./skills/bambu-lab/scripts/bambu.sh <befehl>
Befehle
Status & Überwachung:
status- Aktueller Druckstatusprogress- Druckfortschritt in %temps- Temperaturen (Nozzle, Bed, Chamber)watch- Live-Überwachung (läuft dauerhaft)
Steuerung:
pause- Druck pausierenresume- Druck fortsetzenstop- Druck abbrechenlight on|off- Druckerlicht an/ausfans <0-255>- Lüftergeschwindigkeit
Benachrichtigungen:
notify- Starte Überwachung mit Telegram-Benachrichtigung
MQTT Debug:
raw- Rohe MQTT-Nachrichten anzeigen
Beispiele
# Status abfragen
./skills/bambu-lab/scripts/bambu.sh status
# Druckfortschritt
./skills/bambu-lab/scripts/bambu.sh progress
# Live-Überwachung
./skills/bambu-lab/scripts/bambu.sh watch
# Druck pausieren
./skills/bambu-lab/scripts/bambu.sh pause
# Mit Benachrichtigung
./skills/bambu-lab/scripts/bambu.sh notify
Automatische Benachrichtigungen
Für automatische Benachrichtigungen bei Druckende:
# Im Hintergrund starten
./skills/bambu-lab/scripts/bambu.sh notify &
Oder per Cron/Heartbeat regelmäßig ausführen.
API Referenz
Siehe references/mqtt.md für vollständige MQTT-Dokumentation.
Unterstützte Modelle
- ✅ A1 (getestet)
- ✅ A1 Mini
- ✅ P1P / P1S
- ✅ X1 / X1C
Alle Modelle nutzen das gleiche MQTT-Protokoll im LAN-Mode.