From fec61bc41c4dd01b5c7f10aa306f427fac34a723 Mon Sep 17 00:00:00 2001 From: Daniel Hnyk Date: Tue, 16 Jul 2024 09:33:38 +0200 Subject: [PATCH] Clarify uart debugging info --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 762a638..dcf3985 100644 --- a/readme.md +++ b/readme.md @@ -106,7 +106,7 @@ Follow these steps to install and configure the software for your AC unit contro - Test if swapping F1/F2 helps - Change **baud_rate** from 9600 to 2400 (some older hardware uses a lower baud rate) - For some boards (like NodeMCU) you need to disable serial logging, since it blocks the pins required for the RS485 serial communication. Just add `baud_rate: 0` to the logger section. -- Add the following to your yaml which dumps all data which is received via RS484 to logs. This helps to check if you get any data. This also helps when reporting problems. +- Add the following to your [YAML uart configuration section](https://esphome.io/components/uart.html#debugging) which dumps all data which is received via RS484 to logs. This helps to check if you get any data. This also helps when reporting problems. ```yaml debug: