GitXplorerGitXplorer
j

t-can485-esphome

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
c86e9ee0a33d01c330492147cf4a5d16685b1629

Write a proper readme

jjbj committed 5 months ago
Unverified
1782ee1766038c4e3667e06868eb67fe4cda2eef

Initial version of rs485.yaml

jjbj committed 6 months ago
Verified
c10802dd77386dd34152b7f9a9fb708a3e75ae02

Initial commit

jjbj committed 6 months ago

README

The README file for this repository.

ESPHome configuration for LILYGO T-CAN485

The YAML files in this directory are ESPHome packages that make it easy to use configure the T-CAN485 for its main purposes.

Usage example for configuring a UART component to communicate over RS-485:

packages:
  lilygo:
    url: https://github.com/jbj/t-can485-esphome
    file: rs485.yaml

substitutions:
  # For the `lilygo` package
  rs485_uart_id: my_uart_id

uart:
  id: my_uart_id
  baud_rate: ...

Then add ESPHome components like modbus that use the uart component.