SwiCago / HeatPump

Arduino library to control Mitsubishi Heat Pumps via connector cn105
GNU General Public License v3.0
838 stars 231 forks source link

No data #223

Closed JamesDAdams closed 1 month ago

JamesDAdams commented 1 month ago

Hi,

i plug my esp to my heatPump but only the uptime work...

any idea ?

image image image image image image

SwiCago commented 1 month ago

USe debug mode and look at the packets. If the initial packet to enable external control is sent over and over, then you have might not be receiving data back. To test if you are not getting data back, after init packet, send an ON command. If unit turns on, then your TX is fine and your RX is not. If the unit does not turn on, then your TX is bad. You may need a pullup resistor on one or both.