geoffdavis / esphome-mitsubishiheatpump

ESPHome Climate Component for Mitsubishi Heatpumps using direct serial connection
BSD 2-Clause "Simplified" License
585 stars 157 forks source link

Added clarification for hardware_serial & baud_rate setting #89

Closed anth-dinosaur closed 1 year ago

anth-dinosaur commented 1 year ago

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.

geoffdavis commented 1 year ago

I tweaked this PR slightly as another user had noticed problems with ESP32 platforms.

Nemura commented 1 year ago

Could this please be put into master. I was having the same problem on ESP32 and it took me a good while to find this and figure out I had to specify the baud_rate.