-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BambuLab adapter #829
Comments
According to https://forum.iobroker.net/topic/61585/bambu-lab-3d-drucker-mqtt-integration/45?lang=de the printer seems to use mqtt. See "Verbindung zum Drucker steht mit dem "MQTT Broker/Client" Adapter und die Werte werden in einem Json Objekt aktualisiert." Maybe plain mqtt Adapter could solve all / most problems. |
Habe es nun als DAU tatsächlich mit der NodeRed Instanz hinbekommen. |
Hallo hab mal ein bißchen ausprobiert. Es geht auf jedenfall auch ohne "Node Red". Ich habe den MQTT Adapter in ioBroker genommen. Hab mir unter "device.Seriennummer_Deines_Babus.report" das JSON in eine Text Datei kopiert um zu sehen was Bsp.: (hab das mit Blockly gemacht - das hier ist die aktuelle Nozzle Temperatur) Kann man schön in ein VIS einbinden. Schalten kann man mit dieser Methode (noch) nichts. Und die Livebild einbindung fehlt auch noch. Villeicht findet von Euch ja jemand die Lösung ganz nett. |
Da ich auch einen Bambulab X1 habe konnte ich das hier nicht liegen lassen, mit dank an den Informationen im forum habe ich einen adapter erstellt der alle Daten per MQTT Verbindung live bekommt. Schalten werden ich im laufe des tages/morgen implementieren, soweit mir bekannt kann man aber nur start/stop/resume und die Lampe schalten Wen jemand die anderen MQTT befehle zum steuern kennt gerne her damit dan ergänze ich das. Der adapter ist in einem beta status, die erste version kann über git und NPM installiert werden. Hier zum adapter: ioBroker.bambulab beim start kommen noch einige unnötige Fehlermeldungen, diese korrigiere ich in version 0.1.1 |
PR für latest erstellt, das issue hier kan dan mal zu. Wen noch jemand mqtt Befehle findet außer Start/stop/resume/Licht an/aus bekomme ich die gerne 🤗 |
Adapter is not yet available at repositories |
released |
is there a way not to get error messages due to the fact that the printer is offline? |
Adapter has been released to latest repository. Adapter Repositoriy: https://github.com/DrozmotiX/ioBroker.bambulab |
What kind of device or service would you like to see an adapter for?
BambuLab 3D printers
Is the device connected to the internet or only available on a local network?
Both, there is a possibility to print via a Cloudservice, but also there is a "LAN only" feature
Is an official App or Website available?
Official app named Bambu Handy:
https://play.google.com/store/apps/details?id=bbl.intl.bambulab.com&hl=de&gl=US&pli=1
Is an official API including documentation available?
As far as I know there is no documentation available, but there is also a workaround using NodeRed:
https://forum.iobroker.net/topic/61585/bambu-lab-3d-drucker-mqtt-integration/69?lang=de
Hopefully this can be used to generate a simple adapter which can display the print status like time left, layer, temperatues, fan speeds and so on
Are other libraries for an integration available?
Is this device already integrated in other Smart Home systems?
Only via NodeRed as linked above
Is this device already integrated in homebridge? Might the ham adapter in combination with the homebridge plugin be sufficient?
Additional context
After you create the issue, please vote for yourself in the first post of the issue using the "+1"/"Thumbs up" button
The text was updated successfully, but these errors were encountered: