We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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
The text was updated successfully, but these errors were encountered:
There is no problem with the configuration, EVEN is correct
EVEN
Sorry, something went wrong.
Duplicate issue, that is an ESPHome issue: #2
No branches or pull requests
@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:
The text was updated successfully, but these errors were encountered: