Problem with connection? #158
-
I have a Mitsubishi Electric LN35 HERO and I have connected an ESP8266 to the pump. Used the "full configuration" and the ESP is connected but not without problem. I can turn on the pump and choose different modes but the current temperature is N/A (-1 in HA). Changes like temperature/fan speed seems to work (pump is changing) but all of a sudden the ESP displays "OFF" and the pump goes back to some "start state". Log is displaying: 21:08:16 | [W] | [CN105:092] | could not write as asked, because UART is not connected IIt seems like the pump/ESP is disconnecting frequently? Don’t know where to start, anybody? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Could you look at your device diagnostic sensors in the esphome integration page and make a screen shot ? |
Beta Was this translation helpful? Give feedback.
-
It looks like your unit does not reply to the esp requests. |
Beta Was this translation helpful? Give feedback.
It looks like your unit does not reply to the esp requests.
Do you have any state information on the home assistant ui component ? Like temperature, mode...
Because you have 0% of complete cycle.
I'm surprised you esp manage to get any connection response.
So either it is a bug, or your uart connection is unstable.
You should double check the wires or test with a power regulator. There are threads on this project that deal with such regulators.
You could also test with an esp32 which uart is far more reliable