home-assistant.io/source/_components/binary_sensor.octoprint.markdown
2018-10-20 13:03:36 +02:00

1.2 KiB

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

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

You must have the [OctoPrint component](/components/octoprint/) configured to use this binary sensor. After configuring that component, binary sensors automatically appear.

<<<<<<< HEAD =======

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

binary_sensor:
  - platform: octoprint
    monitored_conditions:
      - Printing
      - Printing Error

{% configuration %} monitored_conditions: description: States to monitor. required: true type: list keys: printing: description: State of the printer. printing error: description: Error while printing. name: description: required: The name of the sensor. default: OctoPrint type: string {% endconfiguration %}

current