home-assistant.io/source/_components/sensor.octoprint.markdown
2016-05-07 09:34:47 +02:00

1.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page OctoPrint Sensor Instructions how to integrate OctoPrint sensors within Home Assistant. 2016-05-05 08:00 true false true true octoprint.png Sensor 0.19

The OctoPrint sensor platform let you monitor various states of your 3D printer and its print jobs.

To set it up, add the following information to your configuration.yaml file:

sensor:
  platform: octoprint
  monitored_conditions:
    - Current State
    - Temperatures
    - Job Percentage

Configuration variables:

  • monitored_conditions array (Required): States to monitor.
    • Current State (Text of current state)
    • Temperatures (Temperatures of all available tools)(print head, print bed, ...) These will be displayed as tool0, tool1, ... please refer to your OctoPrint frontend to associate tool number with actual device.
    • Job Percentage

You must have the [OctoPrint component](/components/octoprint/) configured to use this sensor.