Smart Home Automation Forum

Full Version: how to monitor UART bus from ESPHome
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
uart:
  baud_rate: 9600
  debug:
    direction: BOTH
    dummy_receiver: true
    after:
      timeout: 10ms
  tx_pin: 9
  rx_pin: 8
switch:
  - platform: uart
    name: "UART Button"
    data: [0xDE, 0xAD, 0xBE, 0xEF]