ESPHomeMarlin2/README.md

27 lines
714 B
Markdown
Raw Normal View History

2024-12-27 10:35:43 +00: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:
```yaml
sensor:
2024-12-27 20:06:46 +00:00
- platform: marlin2
uart_id: uart_bus #optional
bed_temperature:
name: Current Bed Temp
2024-12-27 20:06:46 +00:00
bed_set_temperature:
name: Set Bed Temp
ext_temperature:
name: Current Ext Temp
2024-12-27 20:06:46 +00:00
ext_set_temperature:
name: Set Ext Temp
print_progress:
name: Progress
2024-12-27 10:35:43 +00:00
```
2024-12-27 20:06:46 +00:00
* https://github.com/ssieb/esphome_components/tree/master/components/serial_csv
* https://github.com/esphome/esphome/blob/dev/esphome/components/dht/sensor.py#L34
* https://github.com/mulcmu/esphome-marlin-uart