Using ESPHome in Home Assistant. Since ESPHome 2024.7.x whenever I update the plug I get the below error:
INFO ESPHome 2024.9.1
INFO Reading configuration /config/esphome/athom-smart-plug-v3-509994.yaml...
INFO Starting log output from 10.0.20.167 using esphome API
INFO Successfully connected to athom-smart-plug-v3-509994 @ 10.0.20.167 in 0.120s
INFO Successful handshake with athom-smart-plug-v3-509994 @ 10.0.20.167 in 0.108s
[18:02:29][I][app:100]: ESPHome version 2024.9.1 compiled on Sep 23 2024, 17:42:36
[18:02:29][I][app:102]: Project Athom Technology.Smart Plug V3 version v1.0.3
[18:02:29][E][uart:029]: Invalid parity: Integration requested parity NONE but you have EVEN!
I have updated to the latest version (2024.9.1) and the error remains. What is the fix to this problem?
My Config file is as follows.
substitutions:
name: athom-smart-plug-v3-509994
friendly_name: Athom Plug 3 (V3 509994)
packages:
Athom_Technology.Smart_Plug_V3: github://athom-tech/esp32-configs/athom-smart-plug.yaml
esphome:
name: ${name}
name_add_mac_suffix: false
friendly_name: ${friendly_name}
api:
encryption:
key: <omitted>
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
ota:
platform: esphome
password: !secret ota_password
https://github.com/athom-tech/esp32-configs/issues/2