Closed Roving-Ronin closed 4 months ago
@athom-tech
With the default config on the v3 plug of:
uart: rx_pin: GPIO20 baud_rate: 4800 data_bits: 8 stop_bits: 1 parity: EVEN
When booting I notice the following error:
[E][uart:029]: Invalid parity: Integration requested parity NONE but you have EVEN!
Is this setting correct, or should it be:
uart: rx_pin: GPIO20 baud_rate: 4800 data_bits: 8 stop_bits: 1 parity: NONE
There is no problem with the configuration, EVEN is correct
EVEN
Duplicate issue, that is an ESPHome issue: https://github.com/athom-tech/esp32-configs/issues/2
@athom-tech
With the default config on the v3 plug of:
When booting I notice the following error:
[E][uart:029]: Invalid parity: Integration requested parity NONE but you have EVEN!
Is this setting correct, or should it be: