mirror of
https://github.com/geoffdavis/esphome-mitsubishiheatpump
synced 2024-08-30 18:12:13 +00:00
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.
This commit is contained in:
parent
1007b4d075
commit
c9a7ee4071
@ -405,7 +405,7 @@ climate:
|
|||||||
Component](https://esphome.io/components/climate/index.html) documentation for
|
Component](https://esphome.io/components/climate/index.html) documentation for
|
||||||
details.
|
details.
|
||||||
|
|
||||||
## Remote temperature
|
### Remote temperature
|
||||||
|
|
||||||
It is possible to use an external temperature sensor to tell the heat pump what
|
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
|
the room temperature is, rather than relying on its internal temperature
|
||||||
|
Loading…
Reference in New Issue
Block a user