odya / esphome-powmr-hybrid-inverter

ESPHome config for various PowMr Hybrid Inverter models.
MIT License
67 stars 10 forks source link

Inverter UART pins (TX2 & RX2) are swapped #25

Open odya opened 7 months ago

odya commented 7 months ago

Currently, the GPIO17 pin is being used as RX, although by default in WROOM32, it's assigned as TX. The current setup is functioning properly. However, swapping their roles would necessitate creating a new PCB hardware version, requiring separate pin configuration in the config file and complicating support. Therefore, I believe it's better to maintain the current configuration.