Go to file
2024-12-27 21:06:46 +01:00
__init__.py Small progress Working COmpilation 2024-12-27 12:21:33 +01:00
marlin2.cpp Small Improvements 2024-12-27 21:06:46 +01:00
marlin2.h Small Improvements 2024-12-27 21:06:46 +01:00
README.md Small Improvements 2024-12-27 21:06:46 +01:00
sensor.py Small Improvements 2024-12-27 21:06:46 +01:00

A component that reads CSV values from the uart.

A configured uart is required.

Configure a list of sensors. The index is required, the rest is the standard sensor config.

Example:

sensor:
  - platform: marlin2
    uart_id: uart_bus #optional
    bed_temperature:
      name: Current Bed Temp
    bed_set_temperature:
      name: Set Bed Temp
    ext_temperature:
      name: Current Ext Temp
    ext_set_temperature:
      name: Set Ext Temp
    print_progress:
      name: Progress