Smart Home Automation Forum
how to monitor UART bus from ESPHome - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1)
+--- Forum: Getting Started with ESPHome and Home Assistant (https://www.kincony.com/forum/forumdisplay.php?fid=54)
+--- Thread: how to monitor UART bus from ESPHome (/showthread.php?tid=5363)



how to monitor UART bus from ESPHome - admin - 03-23-2024

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]