Home Assistant integration with Dremel 3D Printer (models 3D20, 3D40 and 3D45).
- Install this repository via HACS by adding this repository as a custom repository, or by copying the contents of the
custom_components
folder into yourconfig/custom_components
. - Restart your Home Assistant.
- Go to Integrations, Add Integration, and look for Dremel 3D Printer.
- Insert the host IP of your Dremel 3D Idea Builder Printer.
Shows the current temperature inside the 3D printer chamber.
Shows the current temperature of the filament extruder.
Shows the current temperature of the base platform.
Shows the progress from 0% to 100% of the current printing job.
- Idle
- Preparing
- Building
- Abort
- Completed
- Pausing
- Paused
- Resuming
- Door Open
- Chamber Temperature
- Elapsed Time
- Remaining Time
- Estimated Total Time
- Extruder Temperature
- Extruder Target Temperature
- Platform Temperature
- Platform Target Temperature
- Fan Speed
- Filament
- Job Status
- Job Name
- Progress
- Current Status
- Network Build
- Running
- Not Running
- Host
- API Version
- Connection Type
- Ethernet IP
- Firmware Version
- Machine Type
- Model
- SN
- Title
- Wifi IP
- Available Storage
- Extruder Max Temperature
- Platform Max Temperature
- Hours Used
Shows whether the doors are closed/open.
Pauses the printing job.
Resumes the paused printing job.
Cancels the printing job.
print_job
field | description |
---|---|
device_id (Required) | The 3D printer device |
url (Optional) | You must set either url or filepath. If url is set, it should contain a valid url pointing to a gcode file. |
filepath (Optional) | You must set either url or filepath. If filepath is set, it should contain a valid filepath pointing to a local gcode file. |