Skip to content

Commit

Permalink
Merge pull request #143 from hnykda/patch-1
Browse files Browse the repository at this point in the history
Clarify uart debugging info
  • Loading branch information
lanwin authored Jul 16, 2024
2 parents 6649934 + fec61bc commit 9fb897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9fb897a

Please sign in to comment.