home-assistant.io/source/_components/octoprint.markdown
Jeff Wilson 744b7d078c Update octoprint.markdown (#934)
Clarify host configuration option.
2016-09-13 21:33:42 +02:00

1.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release
layout title description date sidebar comments sharing footer logo ha_category featured ha_release
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

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

Configuration variables:

  • host (Required): IP address or hostname of Octoprint host.
  • api_key (Required): The retrieved api key.

NOTE If your 3D printer isn't connected to the OctoPrint server during the startup of Home Assistant this component will fail to load.