You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: