Closed mazay closed 1 month ago
v3 has the UART code:
uart:
rx_pin: GPIO20
baud_rate: 4800
data_bits: 8
stop_bits: 1
parity: EVEN
Also worth checking closed issues first:
https://github.com/athom-tech/esp32-configs/issues/2
https://github.com/esphome/issues/issues/4529#issuecomment-1822283401
not sure how I missed closed issues, they did not appear in the search results for me...
also, I didn't realise the v3 config was in another repo
so it's about parity
settings then, should it be updated?
Newly purchased V3 plugs are throwing errors with ESPHome version 2024.8.3:
As far as I can tell the
uart
block is missing in V3 config. Please advise what it should look like.V2 block for reference - https://github.com/athom-tech/athom-configs/blob/main/athom-smart-plug-v2.yaml#L111-L113