home-assistant.io/source/_components/octoprint.markdown
William Scanlon c0fa3e6d1e Documentation for #8988 Fix octoprint errors when printer is off/disconnected (#3211)
* Updates for #8988

* Fixed spelling errors

* Add HTML
2017-08-20 21:15:05 +02:00

1.1 KiB

layout title description date sidebar comments sharing footer logo ha_category featured ha_release ha_iot_class
page OctoPrint Instructions how to setup the OctoPrint in Home Assistant. 2015-01-20 22:36 true false true true octoprint.png Hub false 0.19 Local Polling

OctoPrint is a web interface for your 3D printer. This is the main component to integrate OctoPrint sensors, you will have to setup sensors and binary sensors separately.

To get started with the OctoPrint API, please follow the directions on their site. Once OctoPrint is configured you will need to add your API key and host to your configuration.yaml.

octoprint:
  host: YOUR_OCTOPRINT_HOST
  api_key: YOUR_API_KEY
  bed: false
  number_of_tools: 1

Configuration variables:

  • host (Required): IP address or hostname of Octoprint host.
  • api_key (Required): The retrieved api key.
  • bed (Optional): If the printer has a heated bed.
  • number_of_tools (Optional): Number of temperature adjustable tools. i.e. nozzle.