athom-tech / esp32-configs

ESP32 configuration for athom device
35 stars 17 forks source link

v3 Plug - UART Parity Setting Error #9

Closed Roving-Ronin closed 4 months ago

Roving-Ronin commented 6 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
tarontop commented 5 months ago

There is no problem with the configuration, EVEN is correct

image

Roving-Ronin commented 4 months ago

Duplicate issue, that is an ESPHome issue: https://github.com/athom-tech/esp32-configs/issues/2