This commit is contained in:
Václav Španinger 2024-12-28 14:14:50 +01:00
parent 37081d8635
commit ed09836dd8
2 changed files with 5 additions and 6 deletions

View File

@ -1,9 +1,8 @@
# A component that reads CSV values from the uart. # A component that reads Marlin status and messages from the uart.
![alt text](image.png)
A configured uart is required. A configured uart is required.
Configure a list of sensors. The index is required, the rest is the standard sensor config.
Example: Example:
```yaml ```yaml
sensor: sensor:
@ -21,13 +20,13 @@ sensor:
name: Progress name: Progress
``` ```
Notes:
* https://github.com/ssieb/esphome_components/tree/master/components/serial_csv * 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/esphome/esphome/blob/dev/esphome/components/dht/sensor.py#L34
* https://github.com/mulcmu/esphome-marlin-uart * https://github.com/mulcmu/esphome-marlin-uart
Full COnfiguration:
``` ```yaml
esphome: esphome:
name: vasek-ender-3 name: vasek-ender-3
friendly_name: vasek-ender-3 friendly_name: vasek-ender-3

BIN
image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB