dentra / esphome-ewh

Control Electrolux Water Heater via uart
MIT License
25 stars 8 forks source link

Supported water heater #6

Open creasoftua opened 1 year ago

creasoftua commented 1 year ago

Tested this firmware on ZANUSSI ZWH/S ARTENDO PRO-C Wi-Fi. Everything works great! For my wi-fi dongle (not Dudanov's iot-uni-dongle) swaping RX and TX pins in configuration was needed. If your dongle does not receive any information from your water heater try changing ewh-pkg-ewh.yaml. In my case I've replaced uart: tx_pin: TX rx_pin: RX baud_rate: 9600

with

uart: tx_pin: 3 rx_pin: 1 baud_rate: 9600

dentra commented 1 year ago

Hi! Thanks for feedback! Do all the functions works?

creasoftua commented 1 year ago

Hello! Yes, everything works as expected!

dentra commented 1 year ago

great! thanks!