Tests:
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)
Printer-Model | Status |
---|---|
AMS | :white_check_mark: |
A1 | :white_check_mark: |
P1p | :white_check_mark: |
P1s | :white_check_mark: |
X1 | :white_check_mark: |
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: |
[ ] Restructure/complete current control states in control folder [ ] Optimize state attributes definitions
If you like my work, please consider a personal donation
(this is a personal Donate link for DutchmanNL, no relation to the ioBroker Project !)
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.
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.