esphome-mitsubishiheatpump icon indicating copy to clipboard operation
esphome-mitsubishiheatpump copied to clipboard

Issue when using using alternative hardware UARTs on ESP32 - Workaround

Open Gustavvr opened this issue 2 years ago • 0 comments

I am seeing an issue when using an ESP32 and setting the heat pump hardware serial port to something other then UART0. The device just continuously reboots.

The baud_rate MUST be set.

This Fails: climate:

  • platform: mitsubishi_heatpump name: "My heat pump" hardware_uart: UART2

This works: climate:

  • platform: mitsubishi_heatpump name: "My heat pump" hardware_uart: UART2 baud_rate: 4800

Gustavvr avatar Oct 14 '22 00:10 Gustavvr