joseffallman / hass_flashforge

FlashForge 3D printer integration for Home Assistant
MIT License
5 stars 2 forks source link
flashforge hacs-integration home-assistant

FlashForge 3D Printer

GitHub Release GitHub Activity License

hacs

Integration to integrate with FlashForge 3D printers.

This integration will set up the following platforms.

Platform Description
sensor Show info from your 3d printer.
  • temp sensors (bed and extruder)
  • Print progress
  • Printer status
camera Printer camera if exists.

Installation

Manual installation process.

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called flashforge.
  4. Download all the files from the custom_components/flashforge/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.

    Install through HACS

  6. Add this repo as a custom repo in HACS by clicking on the three dots in the right corner in HACS
  7. Select "custom repositories" and add "joseffallman/hass_flashforge" as a integration category.
  8. Restart Home Assistant

Configuration is done in the UI

  1. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "FlashForge"

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines