home-assistant.io/source/_components/binary_sensor.octoprint.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1014 B

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 binary sensor platform let you monitor if your 3D printer is printing or if there was a printing error.

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

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

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

Configuration variables:

  • monitored_conditions array (Required): States to monitor.
    • Printing: State of the printer.
    • Printing Error: Error while printing.
  • name (Optional): The name of the sensor. Default is 'OctoPrint'.