DrozmotiX / ioBroker.bambulab

This adapter integrates Bambulab 3D-Printers into ioBroker.
MIT License
25 stars 6 forks source link
3d-printing 3dprinting bambulab iobroker
Logo

ioBroker.bambulab

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

Bambulab 3D-Printing adapter for ioBroker

Getting started

With credits to kmxak, djalexz, all other involved and inspired by this forum thread this adapter integrates Bambulab 3D-Printers into ioBroker.

Please provide your Printer IP-Address, API token and serial number in adapter settings; these are required for a local connection (no cloud involved) to your printer. These credentials are stored locally and not shared to third parties.

You must select your Printer model, only the X1 allows pushing of messages, P1x series needs to request by interval setting (default every 5 seconds)

Supported models

Printer-Model Status
AMS :white_check_mark:
A1 :white_check_mark:
P1p :white_check_mark:
P1s :white_check_mark:
X1 :white_check_mark:

Supported commands

Command X1C X1 P1P P1S A1
Custom g-code :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
Pause :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
Resume :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
Stop :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
Fan-Aux :white_check_mark: :white_check_mark: :interrobang: if present :white_check_mark: :x: No hardware support
Fan-Chamber :white_check_mark: :white_check_mark: :interrobang: if present :white_check_mark: :x: No hardware support
Fan-ToolHead :white_check_mark: :white_check_mark: :interrobang: if present :white_check_mark: :white_check_mark:
Light-Chamber :white_check_mark: :white_check_mark: :interrobang: if present :white_check_mark: :white_check_mark:
Light-Logo :white_check_mark: :white_check_mark: :x: No hardware support :x: No hardware support :x: No hardware support
Temperature-Bed :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
Temperature-Nozzle :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
Speed Level :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:

To-Do

[ ] Restructure/complete current control states in control folder [ ] Optimize state attributes definitions

Support me

If you like my work, please consider a personal donation
(this is a personal Donate link for DutchmanNL, no relation to the ioBroker Project !)
Donate

What is Sentry.io and what is reported to the servers of that company?

Sentry.io is a service for developers to get an overview about errors from their applications. And exactly this is implemented in this adapter.

When the adapter crashes or any other Code error happens, this error message that also appears in the ioBroker log is submitted to Sentry. When you allow iobroker GmbH to collect diagnostic data, then also your installation ID (this is just a unique ID without any additional infos about you, email, name or such) is included. This allows Sentry to group errors and show how many unique users are affected by such an error. All of this helps me to provide error-free adapters that basically never crash.

Changelog

0.3.4 (2024-10-28) - Door Indicator Fixes #115

0.3.3 (2024-10-27) - Bugfixes

0.3.2 (2023-11-20)

0.3.1 (2023-11-20)

0.3.0 (2023-11-19) - Release candidate

0.2.0 (2023-10-18) - Small fixes for new firmware version

0.1.5 (2023-07-29) - HMS error codes Human readable, new functionalities added

Several state locations have been changed, advise to completely remove adapter & reinstall to upgrade

0.1.4 (2023-07-28) - Support P1-series

0.1.3 (2023-07-27) - Add new control options

0.1.1 - Minor improvements

0.1.0 initial release

License

MIT License

Copyright (c) 2024 DutchmanNL oss@drozmotix.eu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.