Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3 Plug - UART Parity Setting Error #9

Closed
Roving-Ronin opened this issue May 9, 2024 · 2 comments
Closed

v3 Plug - UART Parity Setting Error #9

Roving-Ronin opened this issue May 9, 2024 · 2 comments

Comments

@Roving-Ronin
Copy link
Contributor

@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
Copy link
Collaborator

There is no problem with the configuration, EVEN is correct

image

@Roving-Ronin
Copy link
Contributor Author

Duplicate issue, that is an ESPHome issue: #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants