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

Supported water heater #6

Open
creasoftua opened this issue Jul 7, 2023 · 3 comments
Open

Supported water heater #6

creasoftua opened this issue Jul 7, 2023 · 3 comments

Comments

@creasoftua
Copy link

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
Copy link
Owner

dentra commented Jul 10, 2023

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

@creasoftua
Copy link
Author

Hello!
Yes, everything works as expected!

@dentra
Copy link
Owner

dentra commented Jul 11, 2023

great! thanks!

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