From c9a7ee40717c619eac4a2b348ae68bce92b47a3a Mon Sep 17 00:00:00 2001 From: MrChuckDanger <116119475+MrChuckDanger@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:27:21 -0500 Subject: [PATCH] Added clarification for hardware_serial & baud_rate setting Per #72 , added clarifications that setting baud_rate may be required on some ESP32 boards (mine is Huzzah32 Feather) or else you will go into boot loop. Also, added detail to baud_rate setting that some heat pumps require 2400. Mine is MSZ-GL18NA, which only worked with 2400 (not 4800 or 9600). Note, the default swicago library will first try 2400, and then try 9600, if no explicit rate is provided. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb25797..1b75550 100644 --- a/README.md +++ b/README.md @@ -405,7 +405,7 @@ climate: Component](https://esphome.io/components/climate/index.html) documentation for details. -## Remote temperature +### Remote temperature It is possible to use an external temperature sensor to tell the heat pump what the room temperature is, rather than relying on its internal temperature